@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);
:root {
  /*
    // Colors
    */
  --primaryTextColor: #444;
  --primaryColor: var(--primary500);
  --lightGrey: #F1F3F6;
  --primary: var(--primary500);
  --primary900: #2f7920;
  --primary800: #408c27;
  --primary700: #55a32e;
  --primary600: #6bb436;
  --primary500: #82c440;
  --primary400: #8ace5a;
  --primary300: #98d978;
  --primary200: #a7e193;
  --primary100: #b8e9af;
  --primary50: #c4eebe;
  --secondary: #62972c;
  --grey900: #191d27;
  --grey800: #28303f;
  --grey700: #414b5d;
  --grey600: #66758b;
  --grey500: #96a4b8;
  --grey400: #c4cfdc;
  --grey300: #dee5ee;
  --grey200: #eaf0f6;
  --grey100: #f6f9fc;
  --borderColor: #e5e7eb;
  /*
    // Transitions
    */
  --cubicBezier: cubic-bezier(0.4, 0, 0.2, 1);
  --fastTrans: 0.15s var(--cubicBezier);
  --normalTrans: 0.25s var(--cubicBezier);
  --slowTrans: 0.35s var(--cubicBezier);
  --slowerTrans: 0.45s var(--cubicBezier);
  --primaryFont: 'Open Sans', sans-serif;
  --secondaryFont: 'Open Sans', sans-serif;
  /*
    // Shadows
    */
  --shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  --shadowMedium: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px 0 rgba(0, 0, 0, 0.08);
  --shadowLarge: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
        0 5px 15px 0 rgba(0, 0, 0, 0.08);
  /*
    // Radius
    */
  --borderRadius: 6px;
}

/*
// Media queries
*/

/*
    ! 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: #9ca3af;
}

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

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{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}


      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='date'],
      [type='datetime-local'],
      [type='month'],
      [type='search'],
      [type='tel'],
      [type='time'],
      [type='week'],
      [multiple],
      textarea,
      select
    {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #0284c7;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #0284c7;
}

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

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

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}


      [type='checkbox'],
      [type='radio']
    {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #0284c7;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}


      [type='checkbox']:focus,
      [type='radio']:focus
    {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #0284c7;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


      [type='checkbox']:checked,
      [type='radio']:checked
    {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}


      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus,
      [type='radio']:checked:hover,
      [type='radio']:checked:focus
    {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}


      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
    {
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose{
  color: #374151;
  max-width: 65ch;
}

.prose [class~="lead"]{
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a{
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong{
  color: #111827;
  font-weight: 600;
}

.prose ol{
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ol > li{
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
}

.prose ol > li::before{
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}

.prose ul > li{
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before{
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: 0.6875em;
  left: 0.25em;
}

.prose hr{
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote{
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before{
  content: open-quote;
}

.prose blockquote p:last-of-type::after{
  content: close-quote;
}

.prose h1{
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2{
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3{
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4{
  color: #111827;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption{
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code{
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before{
  content: "`";
}

.prose code::after{
  content: "`";
}

.prose a code{
  color: #111827;
}

.prose pre{
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code{
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before{
  content: "";
}

.prose pre code::after{
  content: "";
}

.prose table{
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead{
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.prose thead th{
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr{
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}

.prose tbody tr:last-child{
  border-bottom-width: 0;
}

.prose tbody td{
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose{
  font-size: 1rem;
  line-height: 1.75;
}

.prose p{
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code{
  font-size: 0.875em;
}

.prose h3 code{
  font-size: 0.9em;
}

.prose ul{
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p{
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child{
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child{
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child{
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child{
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol{
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + *{
  margin-top: 0;
}

.prose h2 + *{
  margin-top: 0;
}

.prose h3 + *{
  margin-top: 0;
}

.prose h4 + *{
  margin-top: 0;
}

.prose thead th:first-child{
  padding-left: 0;
}

.prose thead th:last-child{
  padding-right: 0;
}

.prose tbody td:first-child{
  padding-left: 0;
}

.prose tbody td:last-child{
  padding-right: 0;
}

.prose > :first-child{
  margin-top: 0;
}

.prose > :last-child{
  margin-bottom: 0;
}

.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm p{
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm [class~="lead"]{
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm blockquote{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm h1{
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm h2{
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm h3{
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm h4{
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm img{
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm video{
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure{
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm figure figcaption{
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm code{
  font-size: 0.8571429em;
}

.prose-sm h2 code{
  font-size: 0.9em;
}

.prose-sm h3 code{
  font-size: 0.8888889em;
}

.prose-sm pre{
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm ol{
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm ul{
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm li{
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm ol > li{
  padding-left: 1.5714286em;
}

.prose-sm ol > li::before{
  left: 0;
}

.prose-sm ul > li{
  padding-left: 1.5714286em;
}

.prose-sm ul > li::before{
  height: 0.3571429em;
  width: 0.3571429em;
  top: 0.67857em;
  left: 0.2142857em;
}

.prose-sm > ul > li p{
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm > ul > li > *:first-child{
  margin-top: 1.1428571em;
}

.prose-sm > ul > li > *:last-child{
  margin-bottom: 1.1428571em;
}

.prose-sm > ol > li > *:first-child{
  margin-top: 1.1428571em;
}

.prose-sm > ol > li > *:last-child{
  margin-bottom: 1.1428571em;
}

.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol{
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm hr{
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm hr + *{
  margin-top: 0;
}

.prose-sm h2 + *{
  margin-top: 0;
}

.prose-sm h3 + *{
  margin-top: 0;
}

.prose-sm h4 + *{
  margin-top: 0;
}

.prose-sm table{
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm thead th{
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm thead th:first-child{
  padding-left: 0;
}

.prose-sm thead th:last-child{
  padding-right: 0;
}

.prose-sm tbody td{
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm tbody td:first-child{
  padding-left: 0;
}

.prose-sm tbody td:last-child{
  padding-right: 0;
}

.prose-sm > :first-child{
  margin-top: 0;
}

.prose-sm > :last-child{
  margin-bottom: 0;
}

.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg p{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg [class~="lead"]{
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg blockquote{
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg h1{
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg h2{
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg h3{
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg h4{
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg img{
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg video{
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure{
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg figure figcaption{
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg code{
  font-size: 0.8888889em;
}

.prose-lg h2 code{
  font-size: 0.8666667em;
}

.prose-lg h3 code{
  font-size: 0.875em;
}

.prose-lg pre{
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg ol{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg ul{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg li{
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg ol > li{
  padding-left: 1.6666667em;
}

.prose-lg ol > li::before{
  left: 0;
}

.prose-lg ul > li{
  padding-left: 1.6666667em;
}

.prose-lg ul > li::before{
  width: 0.3333333em;
  height: 0.3333333em;
  top: 0.72222em;
  left: 0.2222222em;
}

.prose-lg > ul > li p{
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg > ul > li > *:first-child{
  margin-top: 1.3333333em;
}

.prose-lg > ul > li > *:last-child{
  margin-bottom: 1.3333333em;
}

.prose-lg > ol > li > *:first-child{
  margin-top: 1.3333333em;
}

.prose-lg > ol > li > *:last-child{
  margin-bottom: 1.3333333em;
}

.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol{
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg hr{
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg hr + *{
  margin-top: 0;
}

.prose-lg h2 + *{
  margin-top: 0;
}

.prose-lg h3 + *{
  margin-top: 0;
}

.prose-lg h4 + *{
  margin-top: 0;
}

.prose-lg table{
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg thead th{
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg thead th:first-child{
  padding-left: 0;
}

.prose-lg thead th:last-child{
  padding-right: 0;
}

.prose-lg tbody td{
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg tbody td:first-child{
  padding-left: 0;
}

.prose-lg tbody td:last-child{
  padding-right: 0;
}

.prose-lg > :first-child{
  margin-top: 0;
}

.prose-lg > :last-child{
  margin-bottom: 0;
}

.prose-xl{
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl p{
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl [class~="lead"]{
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl blockquote{
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.prose-xl h1{
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl h2{
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl h3{
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl h4{
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl img{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl video{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl figure figcaption{
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl code{
  font-size: 0.9em;
}

.prose-xl h2 code{
  font-size: 0.8611111em;
}

.prose-xl h3 code{
  font-size: 0.9em;
}

.prose-xl pre{
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl ol{
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl ul{
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl li{
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl ol > li{
  padding-left: 1.8em;
}

.prose-xl ol > li::before{
  left: 0;
}

.prose-xl ul > li{
  padding-left: 1.8em;
}

.prose-xl ul > li::before{
  width: 0.35em;
  height: 0.35em;
  top: 0.725em;
  left: 0.25em;
}

.prose-xl > ul > li p{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl > ul > li > *:first-child{
  margin-top: 1.2em;
}

.prose-xl > ul > li > *:last-child{
  margin-bottom: 1.2em;
}

.prose-xl > ol > li > *:first-child{
  margin-top: 1.2em;
}

.prose-xl > ol > li > *:last-child{
  margin-bottom: 1.2em;
}

.prose-xl ul ul, .prose-xl ul ol, .prose-xl ol ul, .prose-xl ol ol{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl hr{
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl hr + *{
  margin-top: 0;
}

.prose-xl h2 + *{
  margin-top: 0;
}

.prose-xl h3 + *{
  margin-top: 0;
}

.prose-xl h4 + *{
  margin-top: 0;
}

.prose-xl table{
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl thead th{
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl thead th:first-child{
  padding-left: 0;
}

.prose-xl thead th:last-child{
  padding-right: 0;
}

.prose-xl tbody td{
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl tbody td:first-child{
  padding-left: 0;
}

.prose-xl tbody td:last-child{
  padding-right: 0;
}

.prose-xl > :first-child{
  margin-top: 0;
}

.prose-xl > :last-child{
  margin-bottom: 0;
}

.prose-2xl{
  font-size: 1.5rem;
  line-height: 1.6666667;
}

.prose-2xl p{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl [class~="lead"]{
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.prose-2xl blockquote{
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-left: 1.1111111em;
}

.prose-2xl h1{
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}

.prose-2xl h2{
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

.prose-2xl h3{
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}

.prose-2xl h4{
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-2xl img{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl video{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl figure figcaption{
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.prose-2xl code{
  font-size: 0.8333333em;
}

.prose-2xl h2 code{
  font-size: 0.875em;
}

.prose-2xl h3 code{
  font-size: 0.8888889em;
}

.prose-2xl pre{
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-right: 1.6em;
  padding-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-2xl ol{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl ul{
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl li{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-2xl ol > li{
  padding-left: 1.6666667em;
}

.prose-2xl ol > li::before{
  left: 0;
}

.prose-2xl ul > li{
  padding-left: 1.6666667em;
}

.prose-2xl ul > li::before{
  width: 0.3333333em;
  height: 0.3333333em;
  top: 0.66667em;
  left: 0.25em;
}

.prose-2xl > ul > li p{
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl > ul > li > *:first-child{
  margin-top: 1.3333333em;
}

.prose-2xl > ul > li > *:last-child{
  margin-bottom: 1.3333333em;
}

.prose-2xl > ol > li > *:first-child{
  margin-top: 1.3333333em;
}

.prose-2xl > ol > li > *:last-child{
  margin-bottom: 1.3333333em;
}

.prose-2xl ul ul, .prose-2xl ul ol, .prose-2xl ol ul, .prose-2xl ol ol{
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-2xl hr{
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-2xl hr + *{
  margin-top: 0;
}

.prose-2xl h2 + *{
  margin-top: 0;
}

.prose-2xl h3 + *{
  margin-top: 0;
}

.prose-2xl h4 + *{
  margin-top: 0;
}

.prose-2xl table{
  font-size: 0.8333333em;
  line-height: 1.4;
}

.prose-2xl thead th{
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl thead th:first-child{
  padding-left: 0;
}

.prose-2xl thead th:last-child{
  padding-right: 0;
}

.prose-2xl tbody td{
  padding-top: 0.8em;
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl tbody td:first-child{
  padding-left: 0;
}

.prose-2xl tbody td:last-child{
  padding-right: 0;
}

.prose-2xl > :first-child{
  margin-top: 0;
}

.prose-2xl > :last-child{
  margin-bottom: 0;
}

.prose-blue{
}

.prose-red{
}

.prose-pink{
}

.prose-indigo a{
  color: #4f46e5;
}

.prose-indigo a code{
  color: #4f46e5;
}

.prose-green a{
  color: #16a34a;
}

.prose-green a code{
  color: #16a34a;
}

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

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

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

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

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

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

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-6{
  top: 1.5rem;
}

.top-7{
  top: 1.75rem;
}

.top-8{
  top: 2rem;
}

.top-9{
  top: 2.25rem;
}

.top-10{
  top: 2.5rem;
}

.top-11{
  top: 2.75rem;
}

.top-12{
  top: 3rem;
}

.top-14{
  top: 3.5rem;
}

.top-16{
  top: 4rem;
}

.top-20{
  top: 5rem;
}

.top-24{
  top: 6rem;
}

.top-28{
  top: 7rem;
}

.top-32{
  top: 8rem;
}

.top-36{
  top: 9rem;
}

.top-40{
  top: 10rem;
}

.top-44{
  top: 11rem;
}

.top-48{
  top: 12rem;
}

.top-52{
  top: 13rem;
}

.top-56{
  top: 14rem;
}

.top-60{
  top: 15rem;
}

.top-64{
  top: 16rem;
}

.top-72{
  top: 18rem;
}

.top-80{
  top: 20rem;
}

.top-96{
  top: 24rem;
}

.top-auto{
  top: auto;
}

.top-px{
  top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.-top-7{
  top: -1.75rem;
}

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

.-top-9{
  top: -2.25rem;
}

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

.-top-11{
  top: -2.75rem;
}

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

.-top-14{
  top: -3.5rem;
}

.-top-16{
  top: -4rem;
}

.-top-20{
  top: -5rem;
}

.-top-24{
  top: -6rem;
}

.-top-28{
  top: -7rem;
}

.-top-32{
  top: -8rem;
}

.-top-36{
  top: -9rem;
}

.-top-40{
  top: -10rem;
}

.-top-44{
  top: -11rem;
}

.-top-48{
  top: -12rem;
}

.-top-52{
  top: -13rem;
}

.-top-56{
  top: -14rem;
}

.-top-60{
  top: -15rem;
}

.-top-64{
  top: -16rem;
}

.-top-72{
  top: -18rem;
}

.-top-80{
  top: -20rem;
}

.-top-96{
  top: -24rem;
}

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

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

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

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

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

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

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

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

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

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

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

.top-full{
  top: 100%;
}

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

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

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

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

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

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

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

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-6{
  right: 1.5rem;
}

.right-7{
  right: 1.75rem;
}

.right-8{
  right: 2rem;
}

.right-9{
  right: 2.25rem;
}

.right-10{
  right: 2.5rem;
}

.right-11{
  right: 2.75rem;
}

.right-12{
  right: 3rem;
}

.right-14{
  right: 3.5rem;
}

.right-16{
  right: 4rem;
}

.right-20{
  right: 5rem;
}

.right-24{
  right: 6rem;
}

.right-28{
  right: 7rem;
}

.right-32{
  right: 8rem;
}

.right-36{
  right: 9rem;
}

.right-40{
  right: 10rem;
}

.right-44{
  right: 11rem;
}

.right-48{
  right: 12rem;
}

.right-52{
  right: 13rem;
}

.right-56{
  right: 14rem;
}

.right-60{
  right: 15rem;
}

.right-64{
  right: 16rem;
}

.right-72{
  right: 18rem;
}

.right-80{
  right: 20rem;
}

.right-96{
  right: 24rem;
}

.right-auto{
  right: auto;
}

.right-px{
  right: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.-right-7{
  right: -1.75rem;
}

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

.-right-9{
  right: -2.25rem;
}

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

.-right-11{
  right: -2.75rem;
}

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

.-right-14{
  right: -3.5rem;
}

.-right-16{
  right: -4rem;
}

.-right-20{
  right: -5rem;
}

.-right-24{
  right: -6rem;
}

.-right-28{
  right: -7rem;
}

.-right-32{
  right: -8rem;
}

.-right-36{
  right: -9rem;
}

.-right-40{
  right: -10rem;
}

.-right-44{
  right: -11rem;
}

.-right-48{
  right: -12rem;
}

.-right-52{
  right: -13rem;
}

.-right-56{
  right: -14rem;
}

.-right-60{
  right: -15rem;
}

.-right-64{
  right: -16rem;
}

.-right-72{
  right: -18rem;
}

.-right-80{
  right: -20rem;
}

.-right-96{
  right: -24rem;
}

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

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

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

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

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

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

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

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

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

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

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

.right-full{
  right: 100%;
}

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

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

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

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

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

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

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

.bottom-0{
  bottom: 0px;
}

.bottom-1{
  bottom: 0.25rem;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-3{
  bottom: 0.75rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-7{
  bottom: 1.75rem;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-9{
  bottom: 2.25rem;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-11{
  bottom: 2.75rem;
}

.bottom-12{
  bottom: 3rem;
}

.bottom-14{
  bottom: 3.5rem;
}

.bottom-16{
  bottom: 4rem;
}

.bottom-20{
  bottom: 5rem;
}

.bottom-24{
  bottom: 6rem;
}

.bottom-28{
  bottom: 7rem;
}

.bottom-32{
  bottom: 8rem;
}

.bottom-36{
  bottom: 9rem;
}

.bottom-40{
  bottom: 10rem;
}

.bottom-44{
  bottom: 11rem;
}

.bottom-48{
  bottom: 12rem;
}

.bottom-52{
  bottom: 13rem;
}

.bottom-56{
  bottom: 14rem;
}

.bottom-60{
  bottom: 15rem;
}

.bottom-64{
  bottom: 16rem;
}

.bottom-72{
  bottom: 18rem;
}

.bottom-80{
  bottom: 20rem;
}

.bottom-96{
  bottom: 24rem;
}

.bottom-auto{
  bottom: auto;
}

.bottom-px{
  bottom: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.-bottom-7{
  bottom: -1.75rem;
}

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

.-bottom-9{
  bottom: -2.25rem;
}

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

.-bottom-11{
  bottom: -2.75rem;
}

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

.-bottom-14{
  bottom: -3.5rem;
}

.-bottom-16{
  bottom: -4rem;
}

.-bottom-20{
  bottom: -5rem;
}

.-bottom-24{
  bottom: -6rem;
}

.-bottom-28{
  bottom: -7rem;
}

.-bottom-32{
  bottom: -8rem;
}

.-bottom-36{
  bottom: -9rem;
}

.-bottom-40{
  bottom: -10rem;
}

.-bottom-44{
  bottom: -11rem;
}

.-bottom-48{
  bottom: -12rem;
}

.-bottom-52{
  bottom: -13rem;
}

.-bottom-56{
  bottom: -14rem;
}

.-bottom-60{
  bottom: -15rem;
}

.-bottom-64{
  bottom: -16rem;
}

.-bottom-72{
  bottom: -18rem;
}

.-bottom-80{
  bottom: -20rem;
}

.-bottom-96{
  bottom: -24rem;
}

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

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

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

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

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

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

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

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

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

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

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

.bottom-full{
  bottom: 100%;
}

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

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

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

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

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

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

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

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

.left-2{
  left: 0.5rem;
}

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.left-5{
  left: 1.25rem;
}

.left-6{
  left: 1.5rem;
}

.left-7{
  left: 1.75rem;
}

.left-8{
  left: 2rem;
}

.left-9{
  left: 2.25rem;
}

.left-10{
  left: 2.5rem;
}

.left-11{
  left: 2.75rem;
}

.left-12{
  left: 3rem;
}

.left-14{
  left: 3.5rem;
}

.left-16{
  left: 4rem;
}

.left-20{
  left: 5rem;
}

.left-24{
  left: 6rem;
}

.left-28{
  left: 7rem;
}

.left-32{
  left: 8rem;
}

.left-36{
  left: 9rem;
}

.left-40{
  left: 10rem;
}

.left-44{
  left: 11rem;
}

.left-48{
  left: 12rem;
}

.left-52{
  left: 13rem;
}

.left-56{
  left: 14rem;
}

.left-60{
  left: 15rem;
}

.left-64{
  left: 16rem;
}

.left-72{
  left: 18rem;
}

.left-80{
  left: 20rem;
}

.left-96{
  left: 24rem;
}

.left-auto{
  left: auto;
}

.left-px{
  left: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.-left-7{
  left: -1.75rem;
}

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

.-left-9{
  left: -2.25rem;
}

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

.-left-11{
  left: -2.75rem;
}

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

.-left-14{
  left: -3.5rem;
}

.-left-16{
  left: -4rem;
}

.-left-20{
  left: -5rem;
}

.-left-24{
  left: -6rem;
}

.-left-28{
  left: -7rem;
}

.-left-32{
  left: -8rem;
}

.-left-36{
  left: -9rem;
}

.-left-40{
  left: -10rem;
}

.-left-44{
  left: -11rem;
}

.-left-48{
  left: -12rem;
}

.-left-52{
  left: -13rem;
}

.-left-56{
  left: -14rem;
}

.-left-60{
  left: -15rem;
}

.-left-64{
  left: -16rem;
}

.-left-72{
  left: -18rem;
}

.-left-80{
  left: -20rem;
}

.-left-96{
  left: -24rem;
}

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

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

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

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

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

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

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

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

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

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

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

.left-full{
  left: 100%;
}

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

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

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

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

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

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

.-left-full{
  left: -100%;
}

.isolate{
  isolation: isolate;
}

.isolation-auto{
  isolation: auto;
}

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

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

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

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

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

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

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

.focus-within\:z-0:focus-within{
  z-index: 0;
}

.focus-within\:z-10:focus-within{
  z-index: 10;
}

.focus-within\:z-20:focus-within{
  z-index: 20;
}

.focus-within\:z-30:focus-within{
  z-index: 30;
}

.focus-within\:z-40:focus-within{
  z-index: 40;
}

.focus-within\:z-50:focus-within{
  z-index: 50;
}

.focus-within\:z-auto:focus-within{
  z-index: auto;
}

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

.focus\:z-10:focus{
  z-index: 10;
}

.focus\:z-20:focus{
  z-index: 20;
}

.focus\:z-30:focus{
  z-index: 30;
}

.focus\:z-40:focus{
  z-index: 40;
}

.focus\:z-50:focus{
  z-index: 50;
}

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.order-9{
  order: 9;
}

.order-10{
  order: 10;
}

.order-11{
  order: 11;
}

.order-12{
  order: 12;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.order-none{
  order: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.clear-none{
  clear: none;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-5{
  margin: 1.25rem;
}

.m-6{
  margin: 1.5rem;
}

.m-7{
  margin: 1.75rem;
}

.m-8{
  margin: 2rem;
}

.m-9{
  margin: 2.25rem;
}

.m-10{
  margin: 2.5rem;
}

.m-11{
  margin: 2.75rem;
}

.m-12{
  margin: 3rem;
}

.m-14{
  margin: 3.5rem;
}

.m-16{
  margin: 4rem;
}

.m-20{
  margin: 5rem;
}

.m-24{
  margin: 6rem;
}

.m-28{
  margin: 7rem;
}

.m-32{
  margin: 8rem;
}

.m-36{
  margin: 9rem;
}

.m-40{
  margin: 10rem;
}

.m-44{
  margin: 11rem;
}

.m-48{
  margin: 12rem;
}

.m-52{
  margin: 13rem;
}

.m-56{
  margin: 14rem;
}

.m-60{
  margin: 15rem;
}

.m-64{
  margin: 16rem;
}

.m-72{
  margin: 18rem;
}

.m-80{
  margin: 20rem;
}

.m-96{
  margin: 24rem;
}

.m-auto{
  margin: auto;
}

.m-px{
  margin: 1px;
}

.m-0\.5{
  margin: 0.125rem;
}

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

.m-2\.5{
  margin: 0.625rem;
}

.m-3\.5{
  margin: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-0\.5{
  margin: -0.125rem;
}

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

.-m-2\.5{
  margin: -0.625rem;
}

.-m-3\.5{
  margin: -0.875rem;
}

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

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

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

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

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

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

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

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

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

.mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

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

.mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

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

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

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

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

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

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

.mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}

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

.mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}

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

.mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}

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

.mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}

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

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

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

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

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

.mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

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

.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

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

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

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

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

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

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

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

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

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

.-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

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

.-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

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

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

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

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

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

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

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

.-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}

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

.-mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}

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

.-mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}

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

.-mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}

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

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

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

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

.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

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

.-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-3\.5{
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

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

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

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

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

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

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

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

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

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

.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

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

.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

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

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

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

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

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

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

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

.my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}

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

.my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}

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

.my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

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

.my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

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

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

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

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

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

.my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

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

.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-3\.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

.-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

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

.-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

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

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

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

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

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

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

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

.-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}

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

.-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}

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

.-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}

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

.-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

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

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

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

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

.-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

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

.-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-my-2\.5{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-my-3\.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

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

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

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

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

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

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

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

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

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

.mt-9{
  margin-top: 2.25rem;
}

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

.mt-11{
  margin-top: 2.75rem;
}

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

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

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

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

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

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

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

.mt-36{
  margin-top: 9rem;
}

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

.mt-44{
  margin-top: 11rem;
}

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

.mt-52{
  margin-top: 13rem;
}

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

.mt-60{
  margin-top: 15rem;
}

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

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

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

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

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

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

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-3\.5{
  margin-top: 0.875rem;
}

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

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

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

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

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

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

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

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

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

.-mt-9{
  margin-top: -2.25rem;
}

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

.-mt-11{
  margin-top: -2.75rem;
}

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

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

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

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

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

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

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

.-mt-36{
  margin-top: -9rem;
}

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

.-mt-44{
  margin-top: -11rem;
}

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

.-mt-52{
  margin-top: -13rem;
}

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

.-mt-60{
  margin-top: -15rem;
}

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

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

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

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

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

.-mt-0\.5{
  margin-top: -0.125rem;
}

.-mt-1\.5{
  margin-top: -0.375rem;
}

.-mt-2\.5{
  margin-top: -0.625rem;
}

.-mt-3\.5{
  margin-top: -0.875rem;
}

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

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

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

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

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

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

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

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

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

.mr-9{
  margin-right: 2.25rem;
}

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

.mr-11{
  margin-right: 2.75rem;
}

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

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

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

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

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

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

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

.mr-36{
  margin-right: 9rem;
}

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

.mr-44{
  margin-right: 11rem;
}

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

.mr-52{
  margin-right: 13rem;
}

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

.mr-60{
  margin-right: 15rem;
}

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

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

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

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

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

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

.mr-0\.5{
  margin-right: 0.125rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

.mr-3\.5{
  margin-right: 0.875rem;
}

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

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

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

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

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

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

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

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

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

.-mr-9{
  margin-right: -2.25rem;
}

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

.-mr-11{
  margin-right: -2.75rem;
}

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

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

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

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

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

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

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

.-mr-36{
  margin-right: -9rem;
}

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

.-mr-44{
  margin-right: -11rem;
}

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

.-mr-52{
  margin-right: -13rem;
}

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

.-mr-60{
  margin-right: -15rem;
}

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

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

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

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

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

.-mr-0\.5{
  margin-right: -0.125rem;
}

.-mr-1\.5{
  margin-right: -0.375rem;
}

.-mr-2\.5{
  margin-right: -0.625rem;
}

.-mr-3\.5{
  margin-right: -0.875rem;
}

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

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

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

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

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

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

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

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

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

.mb-9{
  margin-bottom: 2.25rem;
}

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

.mb-11{
  margin-bottom: 2.75rem;
}

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

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

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

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

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

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

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

.mb-36{
  margin-bottom: 9rem;
}

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

.mb-44{
  margin-bottom: 11rem;
}

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

.mb-52{
  margin-bottom: 13rem;
}

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

.mb-60{
  margin-bottom: 15rem;
}

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

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

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

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

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

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

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-3\.5{
  margin-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

.-mb-9{
  margin-bottom: -2.25rem;
}

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

.-mb-11{
  margin-bottom: -2.75rem;
}

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

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

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

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

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

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

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

.-mb-36{
  margin-bottom: -9rem;
}

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

.-mb-44{
  margin-bottom: -11rem;
}

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

.-mb-52{
  margin-bottom: -13rem;
}

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

.-mb-60{
  margin-bottom: -15rem;
}

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

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

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

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

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

.-mb-0\.5{
  margin-bottom: -0.125rem;
}

.-mb-1\.5{
  margin-bottom: -0.375rem;
}

.-mb-2\.5{
  margin-bottom: -0.625rem;
}

.-mb-3\.5{
  margin-bottom: -0.875rem;
}

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

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

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

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

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

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

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

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

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

.ml-9{
  margin-left: 2.25rem;
}

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

.ml-11{
  margin-left: 2.75rem;
}

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

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

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

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

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

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

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

.ml-36{
  margin-left: 9rem;
}

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

.ml-44{
  margin-left: 11rem;
}

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

.ml-52{
  margin-left: 13rem;
}

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

.ml-60{
  margin-left: 15rem;
}

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

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

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

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

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

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

.ml-0\.5{
  margin-left: 0.125rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-3\.5{
  margin-left: 0.875rem;
}

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

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

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

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

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

.-ml-5{
  margin-left: -1.25rem;
}

.-ml-6{
  margin-left: -1.5rem;
}

.-ml-7{
  margin-left: -1.75rem;
}

.-ml-8{
  margin-left: -2rem;
}

.-ml-9{
  margin-left: -2.25rem;
}

.-ml-10{
  margin-left: -2.5rem;
}

.-ml-11{
  margin-left: -2.75rem;
}

.-ml-12{
  margin-left: -3rem;
}

.-ml-14{
  margin-left: -3.5rem;
}

.-ml-16{
  margin-left: -4rem;
}

.-ml-20{
  margin-left: -5rem;
}

.-ml-24{
  margin-left: -6rem;
}

.-ml-28{
  margin-left: -7rem;
}

.-ml-32{
  margin-left: -8rem;
}

.-ml-36{
  margin-left: -9rem;
}

.-ml-40{
  margin-left: -10rem;
}

.-ml-44{
  margin-left: -11rem;
}

.-ml-48{
  margin-left: -12rem;
}

.-ml-52{
  margin-left: -13rem;
}

.-ml-56{
  margin-left: -14rem;
}

.-ml-60{
  margin-left: -15rem;
}

.-ml-64{
  margin-left: -16rem;
}

.-ml-72{
  margin-left: -18rem;
}

.-ml-80{
  margin-left: -20rem;
}

.-ml-96{
  margin-left: -24rem;
}

.-ml-px{
  margin-left: -1px;
}

.-ml-0\.5{
  margin-left: -0.125rem;
}

.-ml-1\.5{
  margin-left: -0.375rem;
}

.-ml-2\.5{
  margin-left: -0.625rem;
}

.-ml-3\.5{
  margin-left: -0.875rem;
}

.box-border{
  box-sizing: border-box;
}

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.inline-table{
  display: inline-table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-column{
  display: table-column;
}

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

.table-row-group{
  display: table-row-group;
}

.table-row{
  display: table-row;
}

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

.inline-grid{
  display: inline-grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-32{
  height: 8rem;
}

.h-36{
  height: 9rem;
}

.h-40{
  height: 10rem;
}

.h-44{
  height: 11rem;
}

.h-48{
  height: 12rem;
}

.h-52{
  height: 13rem;
}

.h-56{
  height: 14rem;
}

.h-60{
  height: 15rem;
}

.h-64{
  height: 16rem;
}

.h-72{
  height: 18rem;
}

.h-80{
  height: 20rem;
}

.h-96{
  height: 24rem;
}

.h-auto{
  height: auto;
}

.h-px{
  height: 1px;
}

.h-0\.5{
  height: 0.125rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-1\/2{
  height: 50%;
}

.h-1\/3{
  height: 33.333333%;
}

.h-2\/3{
  height: 66.666667%;
}

.h-1\/4{
  height: 25%;
}

.h-2\/4{
  height: 50%;
}

.h-3\/4{
  height: 75%;
}

.h-1\/5{
  height: 20%;
}

.h-2\/5{
  height: 40%;
}

.h-3\/5{
  height: 60%;
}

.h-4\/5{
  height: 80%;
}

.h-1\/6{
  height: 16.666667%;
}

.h-2\/6{
  height: 33.333333%;
}

.h-3\/6{
  height: 50%;
}

.h-4\/6{
  height: 66.666667%;
}

.h-5\/6{
  height: 83.333333%;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-0{
  max-height: 0px;
}

.max-h-1{
  max-height: 0.25rem;
}

.max-h-2{
  max-height: 0.5rem;
}

.max-h-3{
  max-height: 0.75rem;
}

.max-h-4{
  max-height: 1rem;
}

.max-h-5{
  max-height: 1.25rem;
}

.max-h-6{
  max-height: 1.5rem;
}

.max-h-7{
  max-height: 1.75rem;
}

.max-h-8{
  max-height: 2rem;
}

.max-h-9{
  max-height: 2.25rem;
}

.max-h-10{
  max-height: 2.5rem;
}

.max-h-11{
  max-height: 2.75rem;
}

.max-h-12{
  max-height: 3rem;
}

.max-h-14{
  max-height: 3.5rem;
}

.max-h-16{
  max-height: 4rem;
}

.max-h-20{
  max-height: 5rem;
}

.max-h-24{
  max-height: 6rem;
}

.max-h-28{
  max-height: 7rem;
}

.max-h-32{
  max-height: 8rem;
}

.max-h-36{
  max-height: 9rem;
}

.max-h-40{
  max-height: 10rem;
}

.max-h-44{
  max-height: 11rem;
}

.max-h-48{
  max-height: 12rem;
}

.max-h-52{
  max-height: 13rem;
}

.max-h-56{
  max-height: 14rem;
}

.max-h-60{
  max-height: 15rem;
}

.max-h-64{
  max-height: 16rem;
}

.max-h-72{
  max-height: 18rem;
}

.max-h-80{
  max-height: 20rem;
}

.max-h-96{
  max-height: 24rem;
}

.max-h-px{
  max-height: 1px;
}

.max-h-0\.5{
  max-height: 0.125rem;
}

.max-h-1\.5{
  max-height: 0.375rem;
}

.max-h-2\.5{
  max-height: 0.625rem;
}

.max-h-3\.5{
  max-height: 0.875rem;
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.min-h-0{
  min-height: 0px;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-0{
  width: 0px;
}

.w-1{
  width: 0.25rem;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-48{
  width: 12rem;
}

.w-52{
  width: 13rem;
}

.w-56{
  width: 14rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-72{
  width: 18rem;
}

.w-80{
  width: 20rem;
}

.w-96{
  width: 24rem;
}

.w-auto{
  width: auto;
}

.w-px{
  width: 1px;
}

.w-0\.5{
  width: 0.125rem;
}

.w-1\.5{
  width: 0.375rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-1\/4{
  width: 25%;
}

.w-2\/4{
  width: 50%;
}

.w-3\/4{
  width: 75%;
}

.w-1\/5{
  width: 20%;
}

.w-2\/5{
  width: 40%;
}

.w-3\/5{
  width: 60%;
}

.w-4\/5{
  width: 80%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-2\/6{
  width: 33.333333%;
}

.w-3\/6{
  width: 50%;
}

.w-4\/6{
  width: 66.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-1\/12{
  width: 8.333333%;
}

.w-2\/12{
  width: 16.666667%;
}

.w-3\/12{
  width: 25%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-6\/12{
  width: 50%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.w-min{
  width: -moz-min-content;
  width: min-content;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.min-w-0{
  min-width: 0px;
}

.min-w-full{
  min-width: 100%;
}

.min-w-min{
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-0{
  max-width: 0rem;
}

.max-w-none{
  max-width: none;
}

.max-w-xs{
  max-width: 20rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-min{
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.max-w-screen-2xl{
  max-width: 1536px;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-initial{
  flex: 0 1 auto;
}

.flex-none{
  flex: none;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-grow-0{
  flex-grow: 0;
}

.flex-grow{
  flex-grow: 1;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

.origin-center{
  transform-origin: center;
}

.origin-top{
  transform-origin: top;
}

.origin-top-right{
  transform-origin: top right;
}

.origin-right{
  transform-origin: right;
}

.origin-bottom-right{
  transform-origin: bottom right;
}

.origin-bottom{
  transform-origin: bottom;
}

.origin-bottom-left{
  transform-origin: bottom left;
}

.origin-left{
  transform-origin: left;
}

.origin-top-left{
  transform-origin: top left;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none{
  transform: none;
}

.translate-x-0{
  --tw-translate-x: 0px;
}

.translate-x-1{
  --tw-translate-x: 0.25rem;
}

.translate-x-2{
  --tw-translate-x: 0.5rem;
}

.translate-x-3{
  --tw-translate-x: 0.75rem;
}

.translate-x-4{
  --tw-translate-x: 1rem;
}

.translate-x-5{
  --tw-translate-x: 1.25rem;
}

.translate-x-6{
  --tw-translate-x: 1.5rem;
}

.translate-x-7{
  --tw-translate-x: 1.75rem;
}

.translate-x-8{
  --tw-translate-x: 2rem;
}

.translate-x-9{
  --tw-translate-x: 2.25rem;
}

.translate-x-10{
  --tw-translate-x: 2.5rem;
}

.translate-x-11{
  --tw-translate-x: 2.75rem;
}

.translate-x-12{
  --tw-translate-x: 3rem;
}

.translate-x-14{
  --tw-translate-x: 3.5rem;
}

.translate-x-16{
  --tw-translate-x: 4rem;
}

.translate-x-20{
  --tw-translate-x: 5rem;
}

.translate-x-24{
  --tw-translate-x: 6rem;
}

.translate-x-28{
  --tw-translate-x: 7rem;
}

.translate-x-32{
  --tw-translate-x: 8rem;
}

.translate-x-36{
  --tw-translate-x: 9rem;
}

.translate-x-40{
  --tw-translate-x: 10rem;
}

.translate-x-44{
  --tw-translate-x: 11rem;
}

.translate-x-48{
  --tw-translate-x: 12rem;
}

.translate-x-52{
  --tw-translate-x: 13rem;
}

.translate-x-56{
  --tw-translate-x: 14rem;
}

.translate-x-60{
  --tw-translate-x: 15rem;
}

.translate-x-64{
  --tw-translate-x: 16rem;
}

.translate-x-72{
  --tw-translate-x: 18rem;
}

.translate-x-80{
  --tw-translate-x: 20rem;
}

.translate-x-96{
  --tw-translate-x: 24rem;
}

.translate-x-px{
  --tw-translate-x: 1px;
}

.translate-x-0\.5{
  --tw-translate-x: 0.125rem;
}

.translate-x-1\.5{
  --tw-translate-x: 0.375rem;
}

.translate-x-2\.5{
  --tw-translate-x: 0.625rem;
}

.translate-x-3\.5{
  --tw-translate-x: 0.875rem;
}

.-translate-x-0{
  --tw-translate-x: 0px;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem;
}

.-translate-x-2{
  --tw-translate-x: -0.5rem;
}

.-translate-x-3{
  --tw-translate-x: -0.75rem;
}

.-translate-x-4{
  --tw-translate-x: -1rem;
}

.-translate-x-5{
  --tw-translate-x: -1.25rem;
}

.-translate-x-6{
  --tw-translate-x: -1.5rem;
}

.-translate-x-7{
  --tw-translate-x: -1.75rem;
}

.-translate-x-8{
  --tw-translate-x: -2rem;
}

.-translate-x-9{
  --tw-translate-x: -2.25rem;
}

.-translate-x-10{
  --tw-translate-x: -2.5rem;
}

.-translate-x-11{
  --tw-translate-x: -2.75rem;
}

.-translate-x-12{
  --tw-translate-x: -3rem;
}

.-translate-x-14{
  --tw-translate-x: -3.5rem;
}

.-translate-x-16{
  --tw-translate-x: -4rem;
}

.-translate-x-20{
  --tw-translate-x: -5rem;
}

.-translate-x-24{
  --tw-translate-x: -6rem;
}

.-translate-x-28{
  --tw-translate-x: -7rem;
}

.-translate-x-32{
  --tw-translate-x: -8rem;
}

.-translate-x-36{
  --tw-translate-x: -9rem;
}

.-translate-x-40{
  --tw-translate-x: -10rem;
}

.-translate-x-44{
  --tw-translate-x: -11rem;
}

.-translate-x-48{
  --tw-translate-x: -12rem;
}

.-translate-x-52{
  --tw-translate-x: -13rem;
}

.-translate-x-56{
  --tw-translate-x: -14rem;
}

.-translate-x-60{
  --tw-translate-x: -15rem;
}

.-translate-x-64{
  --tw-translate-x: -16rem;
}

.-translate-x-72{
  --tw-translate-x: -18rem;
}

.-translate-x-80{
  --tw-translate-x: -20rem;
}

.-translate-x-96{
  --tw-translate-x: -24rem;
}

.-translate-x-px{
  --tw-translate-x: -1px;
}

.-translate-x-0\.5{
  --tw-translate-x: -0.125rem;
}

.-translate-x-1\.5{
  --tw-translate-x: -0.375rem;
}

.-translate-x-2\.5{
  --tw-translate-x: -0.625rem;
}

.-translate-x-3\.5{
  --tw-translate-x: -0.875rem;
}

.translate-x-1\/2{
  --tw-translate-x: 50%;
}

.translate-x-1\/3{
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3{
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4{
  --tw-translate-x: 25%;
}

.translate-x-2\/4{
  --tw-translate-x: 50%;
}

.translate-x-3\/4{
  --tw-translate-x: 75%;
}

.translate-x-full{
  --tw-translate-x: 100%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4{
  --tw-translate-x: -25%;
}

.-translate-x-2\/4{
  --tw-translate-x: -50%;
}

.-translate-x-3\/4{
  --tw-translate-x: -75%;
}

.-translate-x-full{
  --tw-translate-x: -100%;
}

.translate-y-0{
  --tw-translate-y: 0px;
}

.translate-y-1{
  --tw-translate-y: 0.25rem;
}

.translate-y-2{
  --tw-translate-y: 0.5rem;
}

.translate-y-3{
  --tw-translate-y: 0.75rem;
}

.translate-y-4{
  --tw-translate-y: 1rem;
}

.translate-y-5{
  --tw-translate-y: 1.25rem;
}

.translate-y-6{
  --tw-translate-y: 1.5rem;
}

.translate-y-7{
  --tw-translate-y: 1.75rem;
}

.translate-y-8{
  --tw-translate-y: 2rem;
}

.translate-y-9{
  --tw-translate-y: 2.25rem;
}

.translate-y-10{
  --tw-translate-y: 2.5rem;
}

.translate-y-11{
  --tw-translate-y: 2.75rem;
}

.translate-y-12{
  --tw-translate-y: 3rem;
}

.translate-y-14{
  --tw-translate-y: 3.5rem;
}

.translate-y-16{
  --tw-translate-y: 4rem;
}

.translate-y-20{
  --tw-translate-y: 5rem;
}

.translate-y-24{
  --tw-translate-y: 6rem;
}

.translate-y-28{
  --tw-translate-y: 7rem;
}

.translate-y-32{
  --tw-translate-y: 8rem;
}

.translate-y-36{
  --tw-translate-y: 9rem;
}

.translate-y-40{
  --tw-translate-y: 10rem;
}

.translate-y-44{
  --tw-translate-y: 11rem;
}

.translate-y-48{
  --tw-translate-y: 12rem;
}

.translate-y-52{
  --tw-translate-y: 13rem;
}

.translate-y-56{
  --tw-translate-y: 14rem;
}

.translate-y-60{
  --tw-translate-y: 15rem;
}

.translate-y-64{
  --tw-translate-y: 16rem;
}

.translate-y-72{
  --tw-translate-y: 18rem;
}

.translate-y-80{
  --tw-translate-y: 20rem;
}

.translate-y-96{
  --tw-translate-y: 24rem;
}

.translate-y-px{
  --tw-translate-y: 1px;
}

.translate-y-0\.5{
  --tw-translate-y: 0.125rem;
}

.translate-y-1\.5{
  --tw-translate-y: 0.375rem;
}

.translate-y-2\.5{
  --tw-translate-y: 0.625rem;
}

.translate-y-3\.5{
  --tw-translate-y: 0.875rem;
}

.-translate-y-0{
  --tw-translate-y: 0px;
}

.-translate-y-1{
  --tw-translate-y: -0.25rem;
}

.-translate-y-2{
  --tw-translate-y: -0.5rem;
}

.-translate-y-3{
  --tw-translate-y: -0.75rem;
}

.-translate-y-4{
  --tw-translate-y: -1rem;
}

.-translate-y-5{
  --tw-translate-y: -1.25rem;
}

.-translate-y-6{
  --tw-translate-y: -1.5rem;
}

.-translate-y-7{
  --tw-translate-y: -1.75rem;
}

.-translate-y-8{
  --tw-translate-y: -2rem;
}

.-translate-y-9{
  --tw-translate-y: -2.25rem;
}

.-translate-y-10{
  --tw-translate-y: -2.5rem;
}

.-translate-y-11{
  --tw-translate-y: -2.75rem;
}

.-translate-y-12{
  --tw-translate-y: -3rem;
}

.-translate-y-14{
  --tw-translate-y: -3.5rem;
}

.-translate-y-16{
  --tw-translate-y: -4rem;
}

.-translate-y-20{
  --tw-translate-y: -5rem;
}

.-translate-y-24{
  --tw-translate-y: -6rem;
}

.-translate-y-28{
  --tw-translate-y: -7rem;
}

.-translate-y-32{
  --tw-translate-y: -8rem;
}

.-translate-y-36{
  --tw-translate-y: -9rem;
}

.-translate-y-40{
  --tw-translate-y: -10rem;
}

.-translate-y-44{
  --tw-translate-y: -11rem;
}

.-translate-y-48{
  --tw-translate-y: -12rem;
}

.-translate-y-52{
  --tw-translate-y: -13rem;
}

.-translate-y-56{
  --tw-translate-y: -14rem;
}

.-translate-y-60{
  --tw-translate-y: -15rem;
}

.-translate-y-64{
  --tw-translate-y: -16rem;
}

.-translate-y-72{
  --tw-translate-y: -18rem;
}

.-translate-y-80{
  --tw-translate-y: -20rem;
}

.-translate-y-96{
  --tw-translate-y: -24rem;
}

.-translate-y-px{
  --tw-translate-y: -1px;
}

.-translate-y-0\.5{
  --tw-translate-y: -0.125rem;
}

.-translate-y-1\.5{
  --tw-translate-y: -0.375rem;
}

.-translate-y-2\.5{
  --tw-translate-y: -0.625rem;
}

.-translate-y-3\.5{
  --tw-translate-y: -0.875rem;
}

.translate-y-1\/2{
  --tw-translate-y: 50%;
}

.translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3{
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4{
  --tw-translate-y: 25%;
}

.translate-y-2\/4{
  --tw-translate-y: 50%;
}

.translate-y-3\/4{
  --tw-translate-y: 75%;
}

.translate-y-full{
  --tw-translate-y: 100%;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4{
  --tw-translate-y: -25%;
}

.-translate-y-2\/4{
  --tw-translate-y: -50%;
}

.-translate-y-3\/4{
  --tw-translate-y: -75%;
}

.-translate-y-full{
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover{
  --tw-translate-x: 0px;
}

.hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover{
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover{
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover{
  --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover{
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover{
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover{
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover{
  --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover{
  --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover{
  --tw-translate-x: 2.5rem;
}

.hover\:translate-x-11:hover{
  --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover{
  --tw-translate-x: 3rem;
}

.hover\:translate-x-14:hover{
  --tw-translate-x: 3.5rem;
}

.hover\:translate-x-16:hover{
  --tw-translate-x: 4rem;
}

.hover\:translate-x-20:hover{
  --tw-translate-x: 5rem;
}

.hover\:translate-x-24:hover{
  --tw-translate-x: 6rem;
}

.hover\:translate-x-28:hover{
  --tw-translate-x: 7rem;
}

.hover\:translate-x-32:hover{
  --tw-translate-x: 8rem;
}

.hover\:translate-x-36:hover{
  --tw-translate-x: 9rem;
}

.hover\:translate-x-40:hover{
  --tw-translate-x: 10rem;
}

.hover\:translate-x-44:hover{
  --tw-translate-x: 11rem;
}

.hover\:translate-x-48:hover{
  --tw-translate-x: 12rem;
}

.hover\:translate-x-52:hover{
  --tw-translate-x: 13rem;
}

.hover\:translate-x-56:hover{
  --tw-translate-x: 14rem;
}

.hover\:translate-x-60:hover{
  --tw-translate-x: 15rem;
}

.hover\:translate-x-64:hover{
  --tw-translate-x: 16rem;
}

.hover\:translate-x-72:hover{
  --tw-translate-x: 18rem;
}

.hover\:translate-x-80:hover{
  --tw-translate-x: 20rem;
}

.hover\:translate-x-96:hover{
  --tw-translate-x: 24rem;
}

.hover\:translate-x-px:hover{
  --tw-translate-x: 1px;
}

.hover\:translate-x-0\.5:hover{
  --tw-translate-x: 0.125rem;
}

.hover\:translate-x-1\.5:hover{
  --tw-translate-x: 0.375rem;
}

.hover\:translate-x-2\.5:hover{
  --tw-translate-x: 0.625rem;
}

.hover\:translate-x-3\.5:hover{
  --tw-translate-x: 0.875rem;
}

.hover\:-translate-x-0:hover{
  --tw-translate-x: 0px;
}

.hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover{
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover{
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover{
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-5:hover{
  --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover{
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover{
  --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover{
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-9:hover{
  --tw-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover{
  --tw-translate-x: -2.5rem;
}

.hover\:-translate-x-11:hover{
  --tw-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-14:hover{
  --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-16:hover{
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-20:hover{
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-24:hover{
  --tw-translate-x: -6rem;
}

.hover\:-translate-x-28:hover{
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-32:hover{
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-36:hover{
  --tw-translate-x: -9rem;
}

.hover\:-translate-x-40:hover{
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-44:hover{
  --tw-translate-x: -11rem;
}

.hover\:-translate-x-48:hover{
  --tw-translate-x: -12rem;
}

.hover\:-translate-x-52:hover{
  --tw-translate-x: -13rem;
}

.hover\:-translate-x-56:hover{
  --tw-translate-x: -14rem;
}

.hover\:-translate-x-60:hover{
  --tw-translate-x: -15rem;
}

.hover\:-translate-x-64:hover{
  --tw-translate-x: -16rem;
}

.hover\:-translate-x-72:hover{
  --tw-translate-x: -18rem;
}

.hover\:-translate-x-80:hover{
  --tw-translate-x: -20rem;
}

.hover\:-translate-x-96:hover{
  --tw-translate-x: -24rem;
}

.hover\:-translate-x-px:hover{
  --tw-translate-x: -1px;
}

.hover\:-translate-x-0\.5:hover{
  --tw-translate-x: -0.125rem;
}

.hover\:-translate-x-1\.5:hover{
  --tw-translate-x: -0.375rem;
}

.hover\:-translate-x-2\.5:hover{
  --tw-translate-x: -0.625rem;
}

.hover\:-translate-x-3\.5:hover{
  --tw-translate-x: -0.875rem;
}

.hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover{
  --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover{
  --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover{
  --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover{
  --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover{
  --tw-translate-y: 0px;
}

.hover\:translate-y-1:hover{
  --tw-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover{
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover{
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover{
  --tw-translate-y: 1rem;
}

.hover\:translate-y-5:hover{
  --tw-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover{
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover{
  --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover{
  --tw-translate-y: 2rem;
}

.hover\:translate-y-9:hover{
  --tw-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover{
  --tw-translate-y: 2.5rem;
}

.hover\:translate-y-11:hover{
  --tw-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover{
  --tw-translate-y: 3rem;
}

.hover\:translate-y-14:hover{
  --tw-translate-y: 3.5rem;
}

.hover\:translate-y-16:hover{
  --tw-translate-y: 4rem;
}

.hover\:translate-y-20:hover{
  --tw-translate-y: 5rem;
}

.hover\:translate-y-24:hover{
  --tw-translate-y: 6rem;
}

.hover\:translate-y-28:hover{
  --tw-translate-y: 7rem;
}

.hover\:translate-y-32:hover{
  --tw-translate-y: 8rem;
}

.hover\:translate-y-36:hover{
  --tw-translate-y: 9rem;
}

.hover\:translate-y-40:hover{
  --tw-translate-y: 10rem;
}

.hover\:translate-y-44:hover{
  --tw-translate-y: 11rem;
}

.hover\:translate-y-48:hover{
  --tw-translate-y: 12rem;
}

.hover\:translate-y-52:hover{
  --tw-translate-y: 13rem;
}

.hover\:translate-y-56:hover{
  --tw-translate-y: 14rem;
}

.hover\:translate-y-60:hover{
  --tw-translate-y: 15rem;
}

.hover\:translate-y-64:hover{
  --tw-translate-y: 16rem;
}

.hover\:translate-y-72:hover{
  --tw-translate-y: 18rem;
}

.hover\:translate-y-80:hover{
  --tw-translate-y: 20rem;
}

.hover\:translate-y-96:hover{
  --tw-translate-y: 24rem;
}

.hover\:translate-y-px:hover{
  --tw-translate-y: 1px;
}

.hover\:translate-y-0\.5:hover{
  --tw-translate-y: 0.125rem;
}

.hover\:translate-y-1\.5:hover{
  --tw-translate-y: 0.375rem;
}

.hover\:translate-y-2\.5:hover{
  --tw-translate-y: 0.625rem;
}

.hover\:translate-y-3\.5:hover{
  --tw-translate-y: 0.875rem;
}

.hover\:-translate-y-0:hover{
  --tw-translate-y: 0px;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover{
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover{
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover{
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover{
  --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover{
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-9:hover{
  --tw-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover{
  --tw-translate-y: -2.5rem;
}

.hover\:-translate-y-11:hover{
  --tw-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-14:hover{
  --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-16:hover{
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-20:hover{
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-24:hover{
  --tw-translate-y: -6rem;
}

.hover\:-translate-y-28:hover{
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-32:hover{
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-36:hover{
  --tw-translate-y: -9rem;
}

.hover\:-translate-y-40:hover{
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-44:hover{
  --tw-translate-y: -11rem;
}

.hover\:-translate-y-48:hover{
  --tw-translate-y: -12rem;
}

.hover\:-translate-y-52:hover{
  --tw-translate-y: -13rem;
}

.hover\:-translate-y-56:hover{
  --tw-translate-y: -14rem;
}

.hover\:-translate-y-60:hover{
  --tw-translate-y: -15rem;
}

.hover\:-translate-y-64:hover{
  --tw-translate-y: -16rem;
}

.hover\:-translate-y-72:hover{
  --tw-translate-y: -18rem;
}

.hover\:-translate-y-80:hover{
  --tw-translate-y: -20rem;
}

.hover\:-translate-y-96:hover{
  --tw-translate-y: -24rem;
}

.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
}

.hover\:-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem;
}

.hover\:-translate-y-2\.5:hover{
  --tw-translate-y: -0.625rem;
}

.hover\:-translate-y-3\.5:hover{
  --tw-translate-y: -0.875rem;
}

.hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover{
  --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover{
  --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover{
  --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover{
  --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus{
  --tw-translate-x: 0px;
}

.focus\:translate-x-1:focus{
  --tw-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus{
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus{
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus{
  --tw-translate-x: 1rem;
}

.focus\:translate-x-5:focus{
  --tw-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus{
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-7:focus{
  --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus{
  --tw-translate-x: 2rem;
}

.focus\:translate-x-9:focus{
  --tw-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus{
  --tw-translate-x: 2.5rem;
}

.focus\:translate-x-11:focus{
  --tw-translate-x: 2.75rem;
}

.focus\:translate-x-12:focus{
  --tw-translate-x: 3rem;
}

.focus\:translate-x-14:focus{
  --tw-translate-x: 3.5rem;
}

.focus\:translate-x-16:focus{
  --tw-translate-x: 4rem;
}

.focus\:translate-x-20:focus{
  --tw-translate-x: 5rem;
}

.focus\:translate-x-24:focus{
  --tw-translate-x: 6rem;
}

.focus\:translate-x-28:focus{
  --tw-translate-x: 7rem;
}

.focus\:translate-x-32:focus{
  --tw-translate-x: 8rem;
}

.focus\:translate-x-36:focus{
  --tw-translate-x: 9rem;
}

.focus\:translate-x-40:focus{
  --tw-translate-x: 10rem;
}

.focus\:translate-x-44:focus{
  --tw-translate-x: 11rem;
}

.focus\:translate-x-48:focus{
  --tw-translate-x: 12rem;
}

.focus\:translate-x-52:focus{
  --tw-translate-x: 13rem;
}

.focus\:translate-x-56:focus{
  --tw-translate-x: 14rem;
}

.focus\:translate-x-60:focus{
  --tw-translate-x: 15rem;
}

.focus\:translate-x-64:focus{
  --tw-translate-x: 16rem;
}

.focus\:translate-x-72:focus{
  --tw-translate-x: 18rem;
}

.focus\:translate-x-80:focus{
  --tw-translate-x: 20rem;
}

.focus\:translate-x-96:focus{
  --tw-translate-x: 24rem;
}

.focus\:translate-x-px:focus{
  --tw-translate-x: 1px;
}

.focus\:translate-x-0\.5:focus{
  --tw-translate-x: 0.125rem;
}

.focus\:translate-x-1\.5:focus{
  --tw-translate-x: 0.375rem;
}

.focus\:translate-x-2\.5:focus{
  --tw-translate-x: 0.625rem;
}

.focus\:translate-x-3\.5:focus{
  --tw-translate-x: 0.875rem;
}

.focus\:-translate-x-0:focus{
  --tw-translate-x: 0px;
}

.focus\:-translate-x-1:focus{
  --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus{
  --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus{
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus{
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-5:focus{
  --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus{
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-7:focus{
  --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus{
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-9:focus{
  --tw-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus{
  --tw-translate-x: -2.5rem;
}

.focus\:-translate-x-11:focus{
  --tw-translate-x: -2.75rem;
}

.focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-14:focus{
  --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-16:focus{
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-20:focus{
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-24:focus{
  --tw-translate-x: -6rem;
}

.focus\:-translate-x-28:focus{
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-32:focus{
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-36:focus{
  --tw-translate-x: -9rem;
}

.focus\:-translate-x-40:focus{
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-44:focus{
  --tw-translate-x: -11rem;
}

.focus\:-translate-x-48:focus{
  --tw-translate-x: -12rem;
}

.focus\:-translate-x-52:focus{
  --tw-translate-x: -13rem;
}

.focus\:-translate-x-56:focus{
  --tw-translate-x: -14rem;
}

.focus\:-translate-x-60:focus{
  --tw-translate-x: -15rem;
}

.focus\:-translate-x-64:focus{
  --tw-translate-x: -16rem;
}

.focus\:-translate-x-72:focus{
  --tw-translate-x: -18rem;
}

.focus\:-translate-x-80:focus{
  --tw-translate-x: -20rem;
}

.focus\:-translate-x-96:focus{
  --tw-translate-x: -24rem;
}

.focus\:-translate-x-px:focus{
  --tw-translate-x: -1px;
}

.focus\:-translate-x-0\.5:focus{
  --tw-translate-x: -0.125rem;
}

.focus\:-translate-x-1\.5:focus{
  --tw-translate-x: -0.375rem;
}

.focus\:-translate-x-2\.5:focus{
  --tw-translate-x: -0.625rem;
}

.focus\:-translate-x-3\.5:focus{
  --tw-translate-x: -0.875rem;
}

.focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus{
  --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus{
  --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus{
  --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus{
  --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus{
  --tw-translate-y: 0px;
}

.focus\:translate-y-1:focus{
  --tw-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus{
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus{
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus{
  --tw-translate-y: 1rem;
}

.focus\:translate-y-5:focus{
  --tw-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus{
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-7:focus{
  --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus{
  --tw-translate-y: 2rem;
}

.focus\:translate-y-9:focus{
  --tw-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus{
  --tw-translate-y: 2.5rem;
}

.focus\:translate-y-11:focus{
  --tw-translate-y: 2.75rem;
}

.focus\:translate-y-12:focus{
  --tw-translate-y: 3rem;
}

.focus\:translate-y-14:focus{
  --tw-translate-y: 3.5rem;
}

.focus\:translate-y-16:focus{
  --tw-translate-y: 4rem;
}

.focus\:translate-y-20:focus{
  --tw-translate-y: 5rem;
}

.focus\:translate-y-24:focus{
  --tw-translate-y: 6rem;
}

.focus\:translate-y-28:focus{
  --tw-translate-y: 7rem;
}

.focus\:translate-y-32:focus{
  --tw-translate-y: 8rem;
}

.focus\:translate-y-36:focus{
  --tw-translate-y: 9rem;
}

.focus\:translate-y-40:focus{
  --tw-translate-y: 10rem;
}

.focus\:translate-y-44:focus{
  --tw-translate-y: 11rem;
}

.focus\:translate-y-48:focus{
  --tw-translate-y: 12rem;
}

.focus\:translate-y-52:focus{
  --tw-translate-y: 13rem;
}

.focus\:translate-y-56:focus{
  --tw-translate-y: 14rem;
}

.focus\:translate-y-60:focus{
  --tw-translate-y: 15rem;
}

.focus\:translate-y-64:focus{
  --tw-translate-y: 16rem;
}

.focus\:translate-y-72:focus{
  --tw-translate-y: 18rem;
}

.focus\:translate-y-80:focus{
  --tw-translate-y: 20rem;
}

.focus\:translate-y-96:focus{
  --tw-translate-y: 24rem;
}

.focus\:translate-y-px:focus{
  --tw-translate-y: 1px;
}

.focus\:translate-y-0\.5:focus{
  --tw-translate-y: 0.125rem;
}

.focus\:translate-y-1\.5:focus{
  --tw-translate-y: 0.375rem;
}

.focus\:translate-y-2\.5:focus{
  --tw-translate-y: 0.625rem;
}

.focus\:translate-y-3\.5:focus{
  --tw-translate-y: 0.875rem;
}

.focus\:-translate-y-0:focus{
  --tw-translate-y: 0px;
}

.focus\:-translate-y-1:focus{
  --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus{
  --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus{
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus{
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-5:focus{
  --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus{
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-7:focus{
  --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus{
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-9:focus{
  --tw-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus{
  --tw-translate-y: -2.5rem;
}

.focus\:-translate-y-11:focus{
  --tw-translate-y: -2.75rem;
}

.focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-14:focus{
  --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-16:focus{
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-20:focus{
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-24:focus{
  --tw-translate-y: -6rem;
}

.focus\:-translate-y-28:focus{
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-32:focus{
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-36:focus{
  --tw-translate-y: -9rem;
}

.focus\:-translate-y-40:focus{
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-44:focus{
  --tw-translate-y: -11rem;
}

.focus\:-translate-y-48:focus{
  --tw-translate-y: -12rem;
}

.focus\:-translate-y-52:focus{
  --tw-translate-y: -13rem;
}

.focus\:-translate-y-56:focus{
  --tw-translate-y: -14rem;
}

.focus\:-translate-y-60:focus{
  --tw-translate-y: -15rem;
}

.focus\:-translate-y-64:focus{
  --tw-translate-y: -16rem;
}

.focus\:-translate-y-72:focus{
  --tw-translate-y: -18rem;
}

.focus\:-translate-y-80:focus{
  --tw-translate-y: -20rem;
}

.focus\:-translate-y-96:focus{
  --tw-translate-y: -24rem;
}

.focus\:-translate-y-px:focus{
  --tw-translate-y: -1px;
}

.focus\:-translate-y-0\.5:focus{
  --tw-translate-y: -0.125rem;
}

.focus\:-translate-y-1\.5:focus{
  --tw-translate-y: -0.375rem;
}

.focus\:-translate-y-2\.5:focus{
  --tw-translate-y: -0.625rem;
}

.focus\:-translate-y-3\.5:focus{
  --tw-translate-y: -0.875rem;
}

.focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus{
  --tw-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75%;
}

.focus\:translate-y-full:focus{
  --tw-translate-y: 100%;
}

.focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus{
  --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus{
  --tw-translate-y: -100%;
}

.rotate-0{
  --tw-rotate: 0deg;
}

.rotate-1{
  --tw-rotate: 1deg;
}

.rotate-2{
  --tw-rotate: 2deg;
}

.rotate-3{
  --tw-rotate: 3deg;
}

.rotate-6{
  --tw-rotate: 6deg;
}

.rotate-12{
  --tw-rotate: 12deg;
}

.rotate-45{
  --tw-rotate: 45deg;
}

.rotate-90{
  --tw-rotate: 90deg;
}

.rotate-180{
  --tw-rotate: 180deg;
}

.-rotate-180{
  --tw-rotate: -180deg;
}

.-rotate-90{
  --tw-rotate: -90deg;
}

.-rotate-45{
  --tw-rotate: -45deg;
}

.-rotate-12{
  --tw-rotate: -12deg;
}

.-rotate-6{
  --tw-rotate: -6deg;
}

.-rotate-3{
  --tw-rotate: -3deg;
}

.-rotate-2{
  --tw-rotate: -2deg;
}

.-rotate-1{
  --tw-rotate: -1deg;
}

.hover\:rotate-0:hover{
  --tw-rotate: 0deg;
}

.hover\:rotate-1:hover{
  --tw-rotate: 1deg;
}

.hover\:rotate-2:hover{
  --tw-rotate: 2deg;
}

.hover\:rotate-3:hover{
  --tw-rotate: 3deg;
}

.hover\:rotate-6:hover{
  --tw-rotate: 6deg;
}

.hover\:rotate-12:hover{
  --tw-rotate: 12deg;
}

.hover\:rotate-45:hover{
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover{
  --tw-rotate: 90deg;
}

.hover\:rotate-180:hover{
  --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover{
  --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover{
  --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover{
  --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover{
  --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover{
  --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover{
  --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover{
  --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover{
  --tw-rotate: -1deg;
}

.focus\:rotate-0:focus{
  --tw-rotate: 0deg;
}

.focus\:rotate-1:focus{
  --tw-rotate: 1deg;
}

.focus\:rotate-2:focus{
  --tw-rotate: 2deg;
}

.focus\:rotate-3:focus{
  --tw-rotate: 3deg;
}

.focus\:rotate-6:focus{
  --tw-rotate: 6deg;
}

.focus\:rotate-12:focus{
  --tw-rotate: 12deg;
}

.focus\:rotate-45:focus{
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus{
  --tw-rotate: 90deg;
}

.focus\:rotate-180:focus{
  --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus{
  --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus{
  --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus{
  --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus{
  --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus{
  --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus{
  --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus{
  --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus{
  --tw-rotate: -1deg;
}

.skew-x-0{
  --tw-skew-x: 0deg;
}

.skew-x-1{
  --tw-skew-x: 1deg;
}

.skew-x-2{
  --tw-skew-x: 2deg;
}

.skew-x-3{
  --tw-skew-x: 3deg;
}

.skew-x-6{
  --tw-skew-x: 6deg;
}

.skew-x-12{
  --tw-skew-x: 12deg;
}

.-skew-x-12{
  --tw-skew-x: -12deg;
}

.-skew-x-6{
  --tw-skew-x: -6deg;
}

.-skew-x-3{
  --tw-skew-x: -3deg;
}

.-skew-x-2{
  --tw-skew-x: -2deg;
}

.-skew-x-1{
  --tw-skew-x: -1deg;
}

.skew-y-0{
  --tw-skew-y: 0deg;
}

.skew-y-1{
  --tw-skew-y: 1deg;
}

.skew-y-2{
  --tw-skew-y: 2deg;
}

.skew-y-3{
  --tw-skew-y: 3deg;
}

.skew-y-6{
  --tw-skew-y: 6deg;
}

.skew-y-12{
  --tw-skew-y: 12deg;
}

.-skew-y-12{
  --tw-skew-y: -12deg;
}

.-skew-y-6{
  --tw-skew-y: -6deg;
}

.-skew-y-3{
  --tw-skew-y: -3deg;
}

.-skew-y-2{
  --tw-skew-y: -2deg;
}

.-skew-y-1{
  --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover{
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover{
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover{
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover{
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover{
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover{
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover{
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover{
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover{
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover{
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover{
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover{
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus{
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus{
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus{
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus{
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus{
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus{
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus{
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus{
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus{
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus{
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus{
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus{
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg;
}

.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0{
  --tw-scale-x: 0;
}

.scale-x-50{
  --tw-scale-x: .5;
}

.scale-x-75{
  --tw-scale-x: .75;
}

.scale-x-90{
  --tw-scale-x: .9;
}

.scale-x-95{
  --tw-scale-x: .95;
}

.scale-x-100{
  --tw-scale-x: 1;
}

.scale-x-105{
  --tw-scale-x: 1.05;
}

.scale-x-110{
  --tw-scale-x: 1.1;
}

.scale-x-125{
  --tw-scale-x: 1.25;
}

.scale-x-150{
  --tw-scale-x: 1.5;
}

.scale-y-0{
  --tw-scale-y: 0;
}

.scale-y-50{
  --tw-scale-y: .5;
}

.scale-y-75{
  --tw-scale-y: .75;
}

.scale-y-90{
  --tw-scale-y: .9;
}

.scale-y-95{
  --tw-scale-y: .95;
}

.scale-y-100{
  --tw-scale-y: 1;
}

.scale-y-105{
  --tw-scale-y: 1.05;
}

.scale-y-110{
  --tw-scale-y: 1.1;
}

.scale-y-125{
  --tw-scale-y: 1.25;
}

.scale-y-150{
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover{
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover{
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover{
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover{
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover{
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover{
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover{
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover{
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover{
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover{
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover{
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover{
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover{
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover{
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover{
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover{
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover{
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover{
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover{
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover{
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus{
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus{
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus{
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus{
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus{
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus{
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus{
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus{
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus{
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus{
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus{
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus{
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus{
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus{
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus{
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus{
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus{
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus{
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus{
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus{
  --tw-scale-y: 1.5;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  animation: none;
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce{
  animation: bounce 1s infinite;
}

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.cursor-text{
  cursor: text;
}

.cursor-move{
  cursor: move;
}

.cursor-help{
  cursor: help;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-outside{
  list-style-position: outside;
}

.list-none{
  list-style-type: none;
}

.list-disc{
  list-style-type: disc;
}

.list-decimal{
  list-style-type: decimal;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto{
  grid-auto-columns: auto;
}

.auto-cols-min{
  grid-auto-columns: min-content;
}

.auto-cols-max{
  grid-auto-columns: max-content;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense;
}

.auto-rows-auto{
  grid-auto-rows: auto;
}

.auto-rows-min{
  grid-auto-rows: min-content;
}

.auto-rows-max{
  grid-auto-rows: max-content;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none{
  grid-template-columns: none;
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none{
  grid-template-rows: none;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.place-content-center{
  place-content: center;
}

.place-content-start{
  place-content: start;
}

.place-content-end{
  place-content: end;
}

.place-content-between{
  place-content: space-between;
}

.place-content-around{
  place-content: space-around;
}

.place-content-evenly{
  place-content: space-evenly;
}

.place-content-stretch{
  place-content: stretch;
}

.place-items-start{
  place-items: start;
}

.place-items-end{
  place-items: end;
}

.place-items-center{
  place-items: center;
}

.place-items-stretch{
  place-items: stretch;
}

.content-center{
  align-content: center;
}

.content-start{
  align-content: flex-start;
}

.content-end{
  align-content: flex-end;
}

.content-between{
  align-content: space-between;
}

.content-around{
  align-content: space-around;
}

.content-evenly{
  align-content: space-evenly;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

.justify-items-start{
  justify-items: start;
}

.justify-items-end{
  justify-items: end;
}

.justify-items-center{
  justify-items: center;
}

.justify-items-stretch{
  justify-items: stretch;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-9{
  gap: 2.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-20{
  gap: 5rem;
}

.gap-24{
  gap: 6rem;
}

.gap-28{
  gap: 7rem;
}

.gap-32{
  gap: 8rem;
}

.gap-36{
  gap: 9rem;
}

.gap-40{
  gap: 10rem;
}

.gap-44{
  gap: 11rem;
}

.gap-48{
  gap: 12rem;
}

.gap-52{
  gap: 13rem;
}

.gap-56{
  gap: 14rem;
}

.gap-60{
  gap: 15rem;
}

.gap-64{
  gap: 16rem;
}

.gap-72{
  gap: 18rem;
}

.gap-80{
  gap: 20rem;
}

.gap-96{
  gap: 24rem;
}

.gap-px{
  gap: 1px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11{
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28{
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-32{
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36{
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-40{
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44{
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48{
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-52{
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56{
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-60{
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64{
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-72{
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-80{
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-96{
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-px{
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-3\.5{
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-7{
  row-gap: 1.75rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.gap-y-9{
  row-gap: 2.25rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-11{
  row-gap: 2.75rem;
}

.gap-y-12{
  row-gap: 3rem;
}

.gap-y-14{
  row-gap: 3.5rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-20{
  row-gap: 5rem;
}

.gap-y-24{
  row-gap: 6rem;
}

.gap-y-28{
  row-gap: 7rem;
}

.gap-y-32{
  row-gap: 8rem;
}

.gap-y-36{
  row-gap: 9rem;
}

.gap-y-40{
  row-gap: 10rem;
}

.gap-y-44{
  row-gap: 11rem;
}

.gap-y-48{
  row-gap: 12rem;
}

.gap-y-52{
  row-gap: 13rem;
}

.gap-y-56{
  row-gap: 14rem;
}

.gap-y-60{
  row-gap: 15rem;
}

.gap-y-64{
  row-gap: 16rem;
}

.gap-y-72{
  row-gap: 18rem;
}

.gap-y-80{
  row-gap: 20rem;
}

.gap-y-96{
  row-gap: 24rem;
}

.gap-y-px{
  row-gap: 1px;
}

.gap-y-0\.5{
  row-gap: 0.125rem;
}

.gap-y-1\.5{
  row-gap: 0.375rem;
}

.gap-y-2\.5{
  row-gap: 0.625rem;
}

.gap-y-3\.5{
  row-gap: 0.875rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px*var(--tw-space-x-reverse));
  margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem*var(--tw-space-x-reverse));
  margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem*var(--tw-space-x-reverse));
  margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem*var(--tw-space-x-reverse));
  margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem*var(--tw-space-x-reverse));
  margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem*var(--tw-space-x-reverse));
  margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem*var(--tw-space-x-reverse));
  margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem*var(--tw-space-x-reverse));
  margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem*var(--tw-space-x-reverse));
  margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem*var(--tw-space-x-reverse));
  margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem*var(--tw-space-x-reverse));
  margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem*var(--tw-space-x-reverse));
  margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem*var(--tw-space-x-reverse));
  margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem*var(--tw-space-x-reverse));
  margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem*var(--tw-space-x-reverse));
  margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem*var(--tw-space-x-reverse));
  margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem*var(--tw-space-x-reverse));
  margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem*var(--tw-space-x-reverse));
  margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem*var(--tw-space-x-reverse));
  margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem*var(--tw-space-x-reverse));
  margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem*var(--tw-space-x-reverse));
  margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem*var(--tw-space-x-reverse));
  margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem*var(--tw-space-x-reverse));
  margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem*var(--tw-space-x-reverse));
  margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem*var(--tw-space-x-reverse));
  margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem*var(--tw-space-x-reverse));
  margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem*var(--tw-space-x-reverse));
  margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem*var(--tw-space-x-reverse));
  margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem*var(--tw-space-x-reverse));
  margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem*var(--tw-space-x-reverse));
  margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1px*var(--tw-space-x-reverse));
  margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem*var(--tw-space-x-reverse));
  margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem*var(--tw-space-x-reverse));
  margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem*var(--tw-space-x-reverse));
  margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem*var(--tw-space-x-reverse));
  margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px*var(--tw-space-x-reverse));
  margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem*var(--tw-space-x-reverse));
  margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem*var(--tw-space-x-reverse));
  margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem*var(--tw-space-x-reverse));
  margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem*var(--tw-space-x-reverse));
  margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem*var(--tw-space-x-reverse));
  margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem*var(--tw-space-x-reverse));
  margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem*var(--tw-space-x-reverse));
  margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem*var(--tw-space-x-reverse));
  margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem*var(--tw-space-x-reverse));
  margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem*var(--tw-space-x-reverse));
  margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem*var(--tw-space-x-reverse));
  margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem*var(--tw-space-x-reverse));
  margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem*var(--tw-space-x-reverse));
  margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem*var(--tw-space-x-reverse));
  margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem*var(--tw-space-x-reverse));
  margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem*var(--tw-space-x-reverse));
  margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem*var(--tw-space-x-reverse));
  margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem*var(--tw-space-x-reverse));
  margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem*var(--tw-space-x-reverse));
  margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px*var(--tw-space-x-reverse));
  margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px*var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem*var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem*var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem*var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem*var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem*var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem*var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem*var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem*var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem*var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem*var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem*var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem*var(--tw-space-y-reverse));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem*var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem*var(--tw-space-y-reverse));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem*var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem*var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem*var(--tw-space-y-reverse));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem*var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem*var(--tw-space-y-reverse));
}

.space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px*var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px*var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px*var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px*var(--tw-divide-x-reverse));
  border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px*var(--tw-divide-x-reverse));
  border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px*var(--tw-divide-x-reverse));
  border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px*var(--tw-divide-x-reverse));
  border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px*var(--tw-divide-x-reverse));
  border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}

.divide-current > :not([hidden]) ~ :not([hidden]){
  border-color: currentColor;
}

.divide-primary > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
}

.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.divide-red-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.05;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.95;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
}

.place-self-auto{
  place-self: auto;
}

.place-self-start{
  place-self: start;
}

.place-self-end{
  place-self: end;
}

.place-self-center{
  place-self: center;
}

.place-self-stretch{
  place-self: stretch;
}

.self-auto{
  align-self: auto;
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.self-stretch{
  align-self: stretch;
}

.self-baseline{
  align-self: baseline;
}

.justify-self-auto{
  justify-self: auto;
}

.justify-self-start{
  justify-self: start;
}

.justify-self-end{
  justify-self: end;
}

.justify-self-center{
  justify-self: center;
}

.justify-self-stretch{
  justify-self: stretch;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-visible{
  overflow-x: visible;
}

.overflow-y-visible{
  overflow-y: visible;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.overscroll-auto{
  overscroll-behavior: auto;
}

.overscroll-contain{
  overscroll-behavior: contain;
}

.overscroll-none{
  overscroll-behavior: none;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.overscroll-y-none{
  overscroll-behavior-y: none;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.overscroll-x-none{
  overscroll-behavior-x: none;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis{
  text-overflow: ellipsis;
}

.overflow-clip{
  text-overflow: clip;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none{
  border-top-left-radius: 0px;
}

.rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

.rounded-tl{
  border-top-left-radius: 0.25rem;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

.rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}

.rounded-tl-full{
  border-top-left-radius: 9999px;
}

.rounded-tr-none{
  border-top-right-radius: 0px;
}

.rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

.rounded-tr{
  border-top-right-radius: 0.25rem;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

.rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}

.rounded-tr-full{
  border-top-right-radius: 9999px;
}

.rounded-br-none{
  border-bottom-right-radius: 0px;
}

.rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}

.rounded-br-full{
  border-bottom-right-radius: 9999px;
}

.rounded-bl-none{
  border-bottom-left-radius: 0px;
}

.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}

.rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-8{
  border-width: 8px;
}

.border{
  border-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-t-8{
  border-top-width: 8px;
}

.border-t{
  border-top-width: 1px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-r-2{
  border-right-width: 2px;
}

.border-r-4{
  border-right-width: 4px;
}

.border-r-8{
  border-right-width: 8px;
}

.border-r{
  border-right-width: 1px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-b-8{
  border-bottom-width: 8px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l-0{
  border-left-width: 0px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-l-8{
  border-left-width: 8px;
}

.border-l{
  border-left-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-dotted{
  border-style: dotted;
}

.border-double{
  border-style: double;
}

.border-none{
  border-style: none;
}

.border-transparent{
  border-color: transparent;
}

.border-current{
  border-color: currentColor;
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(130, 196, 64, var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.border-red-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.border-pink-50{
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.border-pink-300{
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.border-pink-700{
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.border-pink-800{
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.border-pink-900{
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.border-green-50{
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.border-green-900{
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-transparent{
  border-color: transparent;
}

.group:hover .group-hover\:border-current{
  border-color: currentColor;
}

.group:hover .group-hover\:border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(130, 196, 64, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-200{
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-300{
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-800{
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-900{
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-50{
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-300{
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-700{
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-800{
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-900{
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-50{
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-100{
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-300{
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-600{
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-700{
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-800{
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-900{
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.focus-within\:border-transparent:focus-within{
  border-color: transparent;
}

.focus-within\:border-current:focus-within{
  border-color: currentColor;
}

.focus-within\:border-primary:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(130, 196, 64, var(--tw-border-opacity));
}

.focus-within\:border-black:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-gray-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus-within\:border-gray-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus-within\:border-gray-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus-within\:border-gray-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus-within\:border-gray-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus-within\:border-gray-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus-within\:border-gray-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus-within\:border-gray-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus-within\:border-gray-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus-within\:border-gray-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus-within\:border-blue-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.focus-within\:border-blue-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.focus-within\:border-blue-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.focus-within\:border-blue-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.focus-within\:border-blue-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.focus-within\:border-blue-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.focus-within\:border-blue-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.focus-within\:border-blue-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.focus-within\:border-blue-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.focus-within\:border-red-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.focus-within\:border-red-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.focus-within\:border-red-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.focus-within\:border-red-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.focus-within\:border-red-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.focus-within\:border-red-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.focus-within\:border-red-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.focus-within\:border-red-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.focus-within\:border-red-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.focus-within\:border-red-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.focus-within\:border-pink-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.focus-within\:border-pink-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.focus-within\:border-pink-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.focus-within\:border-pink-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.focus-within\:border-pink-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.focus-within\:border-pink-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.focus-within\:border-pink-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.focus-within\:border-pink-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.focus-within\:border-pink-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.focus-within\:border-pink-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.focus-within\:border-white:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus-within\:border-indigo-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus-within\:border-indigo-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus-within\:border-indigo-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus-within\:border-indigo-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus-within\:border-indigo-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus-within\:border-indigo-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus-within\:border-indigo-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus-within\:border-green-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.focus-within\:border-green-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.focus-within\:border-green-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.focus-within\:border-green-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.focus-within\:border-green-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.focus-within\:border-green-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.focus-within\:border-green-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.focus-within\:border-green-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.focus-within\:border-green-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.focus-within\:border-green-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:border-current:hover{
  border-color: currentColor;
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(130, 196, 64, var(--tw-border-opacity));
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-gray-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.hover\:border-blue-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.hover\:border-blue-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.hover\:border-blue-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.hover\:border-blue-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.hover\:border-blue-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.hover\:border-blue-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.hover\:border-blue-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.hover\:border-blue-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.hover\:border-red-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.hover\:border-red-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.hover\:border-red-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.hover\:border-red-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.hover\:border-red-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.hover\:border-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.hover\:border-red-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.hover\:border-red-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.hover\:border-red-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.hover\:border-red-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.hover\:border-pink-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.hover\:border-pink-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.hover\:border-pink-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.hover\:border-pink-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.hover\:border-pink-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.hover\:border-pink-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.hover\:border-pink-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.hover\:border-pink-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.hover\:border-pink-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.hover\:border-pink-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.hover\:border-indigo-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-indigo-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.hover\:border-indigo-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.hover\:border-indigo-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.hover\:border-green-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.hover\:border-green-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.hover\:border-green-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.hover\:border-green-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.hover\:border-green-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.hover\:border-green-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.hover\:border-green-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.hover\:border-green-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.hover\:border-green-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.hover\:border-green-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-current:focus{
  border-color: currentColor;
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgba(130, 196, 64, var(--tw-border-opacity));
}

.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-gray-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus\:border-gray-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus\:border-gray-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus\:border-gray-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus\:border-gray-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus\:border-gray-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus\:border-blue-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.focus\:border-blue-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.focus\:border-blue-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.focus\:border-blue-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.focus\:border-blue-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.focus\:border-blue-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.focus\:border-blue-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.focus\:border-blue-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.focus\:border-red-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.focus\:border-red-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.focus\:border-red-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.focus\:border-red-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.focus\:border-red-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.focus\:border-red-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.focus\:border-red-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.focus\:border-red-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.focus\:border-red-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.focus\:border-pink-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.focus\:border-pink-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.focus\:border-pink-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.focus\:border-pink-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.focus\:border-pink-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.focus\:border-pink-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.focus\:border-pink-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.focus\:border-pink-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.focus\:border-pink-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.focus\:border-pink-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.focus\:border-white:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus\:border-indigo-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus\:border-indigo-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus\:border-indigo-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus\:border-indigo-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus\:border-green-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.focus\:border-green-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.focus\:border-green-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.focus\:border-green-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.focus\:border-green-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.focus\:border-green-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.focus\:border-green-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.focus\:border-green-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.focus\:border-green-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.border-opacity-0{
  --tw-border-opacity: 0;
}

.border-opacity-5{
  --tw-border-opacity: 0.05;
}

.border-opacity-10{
  --tw-border-opacity: 0.1;
}

.border-opacity-20{
  --tw-border-opacity: 0.2;
}

.border-opacity-25{
  --tw-border-opacity: 0.25;
}

.border-opacity-30{
  --tw-border-opacity: 0.3;
}

.border-opacity-40{
  --tw-border-opacity: 0.4;
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.border-opacity-60{
  --tw-border-opacity: 0.6;
}

.border-opacity-70{
  --tw-border-opacity: 0.7;
}

.border-opacity-75{
  --tw-border-opacity: 0.75;
}

.border-opacity-80{
  --tw-border-opacity: 0.8;
}

.border-opacity-90{
  --tw-border-opacity: 0.9;
}

.border-opacity-95{
  --tw-border-opacity: 0.95;
}

.border-opacity-100{
  --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-5{
  --tw-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10{
  --tw-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-20{
  --tw-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-30{
  --tw-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40{
  --tw-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-60{
  --tw-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70{
  --tw-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-80{
  --tw-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90{
  --tw-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-95{
  --tw-border-opacity: 0.95;
}

.group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-5:focus-within{
  --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-10:focus-within{
  --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-20:focus-within{
  --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-30:focus-within{
  --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-40:focus-within{
  --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-60:focus-within{
  --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-70:focus-within{
  --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-80:focus-within{
  --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-90:focus-within{
  --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-95:focus-within{
  --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover{
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover{
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover{
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover{
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover{
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover{
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover{
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover{
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover{
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover{
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover{
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus{
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus{
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus{
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus{
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus{
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus{
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus{
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus{
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus{
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus{
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus{
  --tw-border-opacity: 1;
}

.bg-transparent{
  background-color: transparent;
}

.bg-current{
  background-color: currentColor;
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-transparent{
  background-color: transparent;
}

.group:hover .group-hover\:bg-current{
  background-color: currentColor;
}

.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.focus-within\:bg-transparent:focus-within{
  background-color: transparent;
}

.focus-within\:bg-current:focus-within{
  background-color: currentColor;
}

.focus-within\:bg-primary:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
}

.focus-within\:bg-black:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-red-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-red-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.focus-within\:bg-red-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-red-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-red-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-red-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-red-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus-within\:bg-red-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.focus-within\:bg-white:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-green-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-green-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-green-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-green-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus-within\:bg-green-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-green-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus-within\:bg-green-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus-within\:bg-green-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus-within\:bg-green-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus-within\:bg-green-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-current:hover{
  background-color: currentColor;
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.hover\:bg-pink-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.hover\:bg-pink-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.hover\:bg-pink-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.hover\:bg-pink-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.hover\:bg-pink-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.hover\:bg-pink-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.hover\:bg-pink-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.hover\:bg-pink-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.hover\:bg-pink-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.hover\:bg-pink-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.hover\:bg-indigo-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.hover\:bg-indigo-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-indigo-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.hover\:bg-indigo-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.hover\:bg-green-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.hover\:bg-green-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.hover\:bg-green-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.focus\:bg-transparent:focus{
  background-color: transparent;
}

.focus\:bg-current:focus{
  background-color: currentColor;
}

.focus\:bg-primary:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
}

.focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus\:bg-gray-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus\:bg-blue-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus\:bg-blue-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus\:bg-blue-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus\:bg-blue-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus\:bg-blue-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus\:bg-blue-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus\:bg-blue-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus\:bg-blue-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus\:bg-blue-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.focus\:bg-red-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.focus\:bg-red-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.focus\:bg-red-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus\:bg-red-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus\:bg-red-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus\:bg-red-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus\:bg-red-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus\:bg-red-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus\:bg-pink-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.focus\:bg-pink-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.focus\:bg-pink-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus\:bg-pink-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus\:bg-pink-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus\:bg-pink-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus\:bg-pink-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus\:bg-pink-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus\:bg-pink-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus\:bg-pink-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus\:bg-indigo-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus\:bg-indigo-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus\:bg-indigo-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus\:bg-indigo-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus\:bg-green-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus\:bg-green-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus\:bg-green-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus\:bg-green-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus\:bg-green-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus\:bg-green-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus\:bg-green-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus\:bg-green-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus\:bg-green-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus\:bg-green-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.bg-opacity-0{
  --tw-bg-opacity: 0;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

.group:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.group:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.group:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-5:focus-within{
  --tw-bg-opacity: 0.05;
}

.focus-within\:bg-opacity-10:focus-within{
  --tw-bg-opacity: 0.1;
}

.focus-within\:bg-opacity-20:focus-within{
  --tw-bg-opacity: 0.2;
}

.focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-30:focus-within{
  --tw-bg-opacity: 0.3;
}

.focus-within\:bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4;
}

.focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-60:focus-within{
  --tw-bg-opacity: 0.6;
}

.focus-within\:bg-opacity-70:focus-within{
  --tw-bg-opacity: 0.7;
}

.focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-80:focus-within{
  --tw-bg-opacity: 0.8;
}

.focus-within\:bg-opacity-90:focus-within{
  --tw-bg-opacity: 0.9;
}

.focus-within\:bg-opacity-95:focus-within{
  --tw-bg-opacity: 0.95;
}

.focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-5:focus{
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus{
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus{
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus{
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus{
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus{
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus{
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus{
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus{
  --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1;
}

.bg-none{
  background-image: none;
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-current{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-primary{
  --tw-gradient-from: #82c440;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
}

.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-gray-50{
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-gray-100{
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-gray-200{
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-gray-300{
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-gray-400{
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-gray-500{
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-gray-600{
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-gray-700{
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-gray-800{
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-gray-900{
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.from-blue-50{
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.from-blue-100{
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.from-blue-200{
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.from-blue-300{
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.from-blue-400{
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.from-blue-500{
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.from-blue-600{
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.from-blue-700{
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.from-blue-800{
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.from-blue-900{
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.from-red-50{
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.from-red-100{
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.from-red-200{
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.from-red-300{
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.from-red-400{
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.from-red-500{
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.from-red-600{
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.from-red-700{
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.from-red-800{
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.from-red-900{
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.from-pink-50{
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.from-pink-100{
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.from-pink-200{
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.from-pink-300{
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.from-pink-400{
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.from-pink-500{
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.from-pink-600{
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.from-pink-700{
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.from-pink-800{
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.from-pink-900{
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.from-white{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-indigo-50{
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100{
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200{
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300{
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400{
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500{
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600{
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700{
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800{
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900{
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-green-50{
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.from-green-100{
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.from-green-200{
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.from-green-300{
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.from-green-400{
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.from-green-500{
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.from-green-600{
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.from-green-700{
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.from-green-800{
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.from-green-900{
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.hover\:from-transparent:hover{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-current:hover{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-primary:hover{
  --tw-gradient-from: #82c440;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
}

.hover\:from-black:hover{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-gray-50:hover{
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:from-gray-100:hover{
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:from-gray-200:hover{
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:from-gray-300:hover{
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:from-gray-400:hover{
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:from-gray-500:hover{
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:from-gray-600:hover{
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:from-gray-700:hover{
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:from-gray-800:hover{
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:from-gray-900:hover{
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:from-blue-50:hover{
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.hover\:from-blue-100:hover{
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.hover\:from-blue-200:hover{
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.hover\:from-blue-300:hover{
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.hover\:from-blue-400:hover{
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.hover\:from-blue-500:hover{
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.hover\:from-blue-600:hover{
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.hover\:from-blue-700:hover{
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.hover\:from-blue-800:hover{
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.hover\:from-blue-900:hover{
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.hover\:from-red-50:hover{
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.hover\:from-red-100:hover{
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.hover\:from-red-200:hover{
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.hover\:from-red-300:hover{
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.hover\:from-red-400:hover{
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.hover\:from-red-500:hover{
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.hover\:from-red-600:hover{
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.hover\:from-red-700:hover{
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.hover\:from-red-800:hover{
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.hover\:from-red-900:hover{
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.hover\:from-pink-50:hover{
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.hover\:from-pink-100:hover{
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.hover\:from-pink-200:hover{
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.hover\:from-pink-300:hover{
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.hover\:from-pink-400:hover{
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.hover\:from-pink-500:hover{
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.hover\:from-pink-600:hover{
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.hover\:from-pink-700:hover{
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.hover\:from-pink-800:hover{
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.hover\:from-pink-900:hover{
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.hover\:from-white:hover{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-indigo-50:hover{
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:from-indigo-100:hover{
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:from-indigo-200:hover{
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:from-indigo-300:hover{
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:from-indigo-400:hover{
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:from-indigo-500:hover{
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:from-indigo-600:hover{
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:from-indigo-700:hover{
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:from-indigo-800:hover{
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:from-indigo-900:hover{
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:from-green-50:hover{
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.hover\:from-green-100:hover{
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.hover\:from-green-200:hover{
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.hover\:from-green-300:hover{
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.hover\:from-green-400:hover{
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.hover\:from-green-500:hover{
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.hover\:from-green-600:hover{
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.hover\:from-green-700:hover{
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.hover\:from-green-800:hover{
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.hover\:from-green-900:hover{
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.focus\:from-transparent:focus{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-current:focus{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-primary:focus{
  --tw-gradient-from: #82c440;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
}

.focus\:from-black:focus{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-gray-50:focus{
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:from-gray-100:focus{
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:from-gray-200:focus{
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:from-gray-300:focus{
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:from-gray-400:focus{
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:from-gray-500:focus{
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:from-gray-600:focus{
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:from-gray-700:focus{
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:from-gray-800:focus{
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:from-gray-900:focus{
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:from-blue-50:focus{
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.focus\:from-blue-100:focus{
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.focus\:from-blue-200:focus{
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.focus\:from-blue-300:focus{
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.focus\:from-blue-400:focus{
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.focus\:from-blue-500:focus{
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.focus\:from-blue-600:focus{
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.focus\:from-blue-700:focus{
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.focus\:from-blue-800:focus{
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.focus\:from-blue-900:focus{
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.focus\:from-red-50:focus{
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.focus\:from-red-100:focus{
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.focus\:from-red-200:focus{
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.focus\:from-red-300:focus{
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.focus\:from-red-400:focus{
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.focus\:from-red-500:focus{
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.focus\:from-red-600:focus{
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.focus\:from-red-700:focus{
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.focus\:from-red-800:focus{
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.focus\:from-red-900:focus{
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.focus\:from-pink-50:focus{
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.focus\:from-pink-100:focus{
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.focus\:from-pink-200:focus{
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.focus\:from-pink-300:focus{
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.focus\:from-pink-400:focus{
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.focus\:from-pink-500:focus{
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.focus\:from-pink-600:focus{
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.focus\:from-pink-700:focus{
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.focus\:from-pink-800:focus{
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.focus\:from-pink-900:focus{
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.focus\:from-white:focus{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-indigo-50:focus{
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:from-indigo-100:focus{
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:from-indigo-200:focus{
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:from-indigo-300:focus{
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:from-indigo-400:focus{
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:from-indigo-500:focus{
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:from-indigo-600:focus{
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:from-indigo-700:focus{
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:from-indigo-800:focus{
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:from-indigo-900:focus{
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:from-green-50:focus{
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.focus\:from-green-100:focus{
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.focus\:from-green-200:focus{
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.focus\:from-green-300:focus{
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.focus\:from-green-400:focus{
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.focus\:from-green-500:focus{
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.focus\:from-green-600:focus{
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.focus\:from-green-700:focus{
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.focus\:from-green-800:focus{
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.focus\:from-green-900:focus{
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-current{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-primary{
  --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
}

.via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-gray-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-gray-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-gray-300{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-gray-400{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-gray-500{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-gray-600{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-gray-700{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-gray-800{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-gray-900{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.via-blue-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.via-blue-100{
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.via-blue-200{
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.via-blue-300{
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.via-blue-400{
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.via-blue-500{
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.via-blue-600{
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.via-blue-700{
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.via-blue-800{
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.via-blue-900{
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.via-red-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.via-red-100{
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.via-red-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.via-red-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.via-red-400{
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.via-red-500{
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.via-red-600{
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.via-red-700{
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.via-red-800{
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.via-red-900{
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.via-pink-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.via-pink-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.via-pink-200{
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.via-pink-300{
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.via-pink-400{
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.via-pink-500{
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.via-pink-600{
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.via-pink-700{
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.via-pink-800{
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.via-pink-900{
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-indigo-50{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-green-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.via-green-100{
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.via-green-200{
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.via-green-300{
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.via-green-400{
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.via-green-500{
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.via-green-600{
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.via-green-700{
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.via-green-800{
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.via-green-900{
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-current:hover{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-primary:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
}

.hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-gray-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:via-gray-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:via-gray-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:via-gray-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:via-gray-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:via-gray-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:via-gray-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:via-gray-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:via-gray-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:via-blue-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.hover\:via-blue-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.hover\:via-blue-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.hover\:via-blue-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.hover\:via-blue-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.hover\:via-blue-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.hover\:via-blue-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.hover\:via-blue-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.hover\:via-blue-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.hover\:via-blue-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.hover\:via-red-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.hover\:via-red-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.hover\:via-red-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.hover\:via-red-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.hover\:via-red-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.hover\:via-red-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.hover\:via-red-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.hover\:via-red-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.hover\:via-red-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.hover\:via-red-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.hover\:via-pink-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.hover\:via-pink-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.hover\:via-pink-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.hover\:via-pink-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.hover\:via-pink-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.hover\:via-pink-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.hover\:via-pink-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.hover\:via-pink-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.hover\:via-pink-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.hover\:via-pink-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-indigo-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:via-indigo-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:via-indigo-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:via-indigo-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:via-indigo-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:via-indigo-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:via-indigo-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:via-indigo-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:via-indigo-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:via-indigo-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:via-green-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.hover\:via-green-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.hover\:via-green-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.hover\:via-green-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.hover\:via-green-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.hover\:via-green-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.hover\:via-green-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.hover\:via-green-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.hover\:via-green-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.hover\:via-green-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-current:focus{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-primary:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
}

.focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-gray-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:via-gray-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:via-gray-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:via-gray-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:via-gray-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:via-gray-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:via-gray-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:via-gray-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:via-gray-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:via-blue-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.focus\:via-blue-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.focus\:via-blue-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.focus\:via-blue-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.focus\:via-blue-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.focus\:via-blue-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.focus\:via-blue-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.focus\:via-blue-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.focus\:via-blue-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.focus\:via-blue-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.focus\:via-red-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.focus\:via-red-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.focus\:via-red-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.focus\:via-red-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.focus\:via-red-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.focus\:via-red-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.focus\:via-red-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.focus\:via-red-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.focus\:via-red-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.focus\:via-red-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.focus\:via-pink-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.focus\:via-pink-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.focus\:via-pink-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.focus\:via-pink-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.focus\:via-pink-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.focus\:via-pink-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.focus\:via-pink-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.focus\:via-pink-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.focus\:via-pink-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.focus\:via-pink-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-indigo-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:via-indigo-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:via-indigo-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:via-indigo-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:via-indigo-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:via-indigo-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:via-indigo-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:via-indigo-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:via-indigo-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:via-indigo-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:via-green-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.focus\:via-green-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.focus\:via-green-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.focus\:via-green-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.focus\:via-green-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.focus\:via-green-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.focus\:via-green-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.focus\:via-green-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.focus\:via-green-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.focus\:via-green-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.to-transparent{
  --tw-gradient-to: transparent;
}

.to-current{
  --tw-gradient-to: currentColor;
}

.to-primary{
  --tw-gradient-to: #82c440;
}

.to-black{
  --tw-gradient-to: #000;
}

.to-gray-50{
  --tw-gradient-to: #f9fafb;
}

.to-gray-100{
  --tw-gradient-to: #f3f4f6;
}

.to-gray-200{
  --tw-gradient-to: #e5e7eb;
}

.to-gray-300{
  --tw-gradient-to: #d1d5db;
}

.to-gray-400{
  --tw-gradient-to: #9ca3af;
}

.to-gray-500{
  --tw-gradient-to: #6b7280;
}

.to-gray-600{
  --tw-gradient-to: #4b5563;
}

.to-gray-700{
  --tw-gradient-to: #374151;
}

.to-gray-800{
  --tw-gradient-to: #1f2937;
}

.to-gray-900{
  --tw-gradient-to: #111827;
}

.to-blue-50{
  --tw-gradient-to: #f0f9ff;
}

.to-blue-100{
  --tw-gradient-to: #e0f2fe;
}

.to-blue-200{
  --tw-gradient-to: #bae6fd;
}

.to-blue-300{
  --tw-gradient-to: #7dd3fc;
}

.to-blue-400{
  --tw-gradient-to: #38bdf8;
}

.to-blue-500{
  --tw-gradient-to: #0ea5e9;
}

.to-blue-600{
  --tw-gradient-to: #0284c7;
}

.to-blue-700{
  --tw-gradient-to: #0369a1;
}

.to-blue-800{
  --tw-gradient-to: #075985;
}

.to-blue-900{
  --tw-gradient-to: #0c4a6e;
}

.to-red-50{
  --tw-gradient-to: #fff1f2;
}

.to-red-100{
  --tw-gradient-to: #ffe4e6;
}

.to-red-200{
  --tw-gradient-to: #fecdd3;
}

.to-red-300{
  --tw-gradient-to: #fda4af;
}

.to-red-400{
  --tw-gradient-to: #fb7185;
}

.to-red-500{
  --tw-gradient-to: #f43f5e;
}

.to-red-600{
  --tw-gradient-to: #e11d48;
}

.to-red-700{
  --tw-gradient-to: #be123c;
}

.to-red-800{
  --tw-gradient-to: #9f1239;
}

.to-red-900{
  --tw-gradient-to: #881337;
}

.to-pink-50{
  --tw-gradient-to: #fdf4ff;
}

.to-pink-100{
  --tw-gradient-to: #fae8ff;
}

.to-pink-200{
  --tw-gradient-to: #f5d0fe;
}

.to-pink-300{
  --tw-gradient-to: #f0abfc;
}

.to-pink-400{
  --tw-gradient-to: #e879f9;
}

.to-pink-500{
  --tw-gradient-to: #d946ef;
}

.to-pink-600{
  --tw-gradient-to: #c026d3;
}

.to-pink-700{
  --tw-gradient-to: #a21caf;
}

.to-pink-800{
  --tw-gradient-to: #86198f;
}

.to-pink-900{
  --tw-gradient-to: #701a75;
}

.to-white{
  --tw-gradient-to: #fff;
}

.to-indigo-50{
  --tw-gradient-to: #eef2ff;
}

.to-indigo-100{
  --tw-gradient-to: #e0e7ff;
}

.to-indigo-200{
  --tw-gradient-to: #c7d2fe;
}

.to-indigo-300{
  --tw-gradient-to: #a5b4fc;
}

.to-indigo-400{
  --tw-gradient-to: #818cf8;
}

.to-indigo-500{
  --tw-gradient-to: #6366f1;
}

.to-indigo-600{
  --tw-gradient-to: #4f46e5;
}

.to-indigo-700{
  --tw-gradient-to: #4338ca;
}

.to-indigo-800{
  --tw-gradient-to: #3730a3;
}

.to-indigo-900{
  --tw-gradient-to: #312e81;
}

.to-green-50{
  --tw-gradient-to: #f0fdf4;
}

.to-green-100{
  --tw-gradient-to: #dcfce7;
}

.to-green-200{
  --tw-gradient-to: #bbf7d0;
}

.to-green-300{
  --tw-gradient-to: #86efac;
}

.to-green-400{
  --tw-gradient-to: #4ade80;
}

.to-green-500{
  --tw-gradient-to: #22c55e;
}

.to-green-600{
  --tw-gradient-to: #16a34a;
}

.to-green-700{
  --tw-gradient-to: #15803d;
}

.to-green-800{
  --tw-gradient-to: #166534;
}

.to-green-900{
  --tw-gradient-to: #14532d;
}

.hover\:to-transparent:hover{
  --tw-gradient-to: transparent;
}

.hover\:to-current:hover{
  --tw-gradient-to: currentColor;
}

.hover\:to-primary:hover{
  --tw-gradient-to: #82c440;
}

.hover\:to-black:hover{
  --tw-gradient-to: #000;
}

.hover\:to-gray-50:hover{
  --tw-gradient-to: #f9fafb;
}

.hover\:to-gray-100:hover{
  --tw-gradient-to: #f3f4f6;
}

.hover\:to-gray-200:hover{
  --tw-gradient-to: #e5e7eb;
}

.hover\:to-gray-300:hover{
  --tw-gradient-to: #d1d5db;
}

.hover\:to-gray-400:hover{
  --tw-gradient-to: #9ca3af;
}

.hover\:to-gray-500:hover{
  --tw-gradient-to: #6b7280;
}

.hover\:to-gray-600:hover{
  --tw-gradient-to: #4b5563;
}

.hover\:to-gray-700:hover{
  --tw-gradient-to: #374151;
}

.hover\:to-gray-800:hover{
  --tw-gradient-to: #1f2937;
}

.hover\:to-gray-900:hover{
  --tw-gradient-to: #111827;
}

.hover\:to-blue-50:hover{
  --tw-gradient-to: #f0f9ff;
}

.hover\:to-blue-100:hover{
  --tw-gradient-to: #e0f2fe;
}

.hover\:to-blue-200:hover{
  --tw-gradient-to: #bae6fd;
}

.hover\:to-blue-300:hover{
  --tw-gradient-to: #7dd3fc;
}

.hover\:to-blue-400:hover{
  --tw-gradient-to: #38bdf8;
}

.hover\:to-blue-500:hover{
  --tw-gradient-to: #0ea5e9;
}

.hover\:to-blue-600:hover{
  --tw-gradient-to: #0284c7;
}

.hover\:to-blue-700:hover{
  --tw-gradient-to: #0369a1;
}

.hover\:to-blue-800:hover{
  --tw-gradient-to: #075985;
}

.hover\:to-blue-900:hover{
  --tw-gradient-to: #0c4a6e;
}

.hover\:to-red-50:hover{
  --tw-gradient-to: #fff1f2;
}

.hover\:to-red-100:hover{
  --tw-gradient-to: #ffe4e6;
}

.hover\:to-red-200:hover{
  --tw-gradient-to: #fecdd3;
}

.hover\:to-red-300:hover{
  --tw-gradient-to: #fda4af;
}

.hover\:to-red-400:hover{
  --tw-gradient-to: #fb7185;
}

.hover\:to-red-500:hover{
  --tw-gradient-to: #f43f5e;
}

.hover\:to-red-600:hover{
  --tw-gradient-to: #e11d48;
}

.hover\:to-red-700:hover{
  --tw-gradient-to: #be123c;
}

.hover\:to-red-800:hover{
  --tw-gradient-to: #9f1239;
}

.hover\:to-red-900:hover{
  --tw-gradient-to: #881337;
}

.hover\:to-pink-50:hover{
  --tw-gradient-to: #fdf4ff;
}

.hover\:to-pink-100:hover{
  --tw-gradient-to: #fae8ff;
}

.hover\:to-pink-200:hover{
  --tw-gradient-to: #f5d0fe;
}

.hover\:to-pink-300:hover{
  --tw-gradient-to: #f0abfc;
}

.hover\:to-pink-400:hover{
  --tw-gradient-to: #e879f9;
}

.hover\:to-pink-500:hover{
  --tw-gradient-to: #d946ef;
}

.hover\:to-pink-600:hover{
  --tw-gradient-to: #c026d3;
}

.hover\:to-pink-700:hover{
  --tw-gradient-to: #a21caf;
}

.hover\:to-pink-800:hover{
  --tw-gradient-to: #86198f;
}

.hover\:to-pink-900:hover{
  --tw-gradient-to: #701a75;
}

.hover\:to-white:hover{
  --tw-gradient-to: #fff;
}

.hover\:to-indigo-50:hover{
  --tw-gradient-to: #eef2ff;
}

.hover\:to-indigo-100:hover{
  --tw-gradient-to: #e0e7ff;
}

.hover\:to-indigo-200:hover{
  --tw-gradient-to: #c7d2fe;
}

.hover\:to-indigo-300:hover{
  --tw-gradient-to: #a5b4fc;
}

.hover\:to-indigo-400:hover{
  --tw-gradient-to: #818cf8;
}

.hover\:to-indigo-500:hover{
  --tw-gradient-to: #6366f1;
}

.hover\:to-indigo-600:hover{
  --tw-gradient-to: #4f46e5;
}

.hover\:to-indigo-700:hover{
  --tw-gradient-to: #4338ca;
}

.hover\:to-indigo-800:hover{
  --tw-gradient-to: #3730a3;
}

.hover\:to-indigo-900:hover{
  --tw-gradient-to: #312e81;
}

.hover\:to-green-50:hover{
  --tw-gradient-to: #f0fdf4;
}

.hover\:to-green-100:hover{
  --tw-gradient-to: #dcfce7;
}

.hover\:to-green-200:hover{
  --tw-gradient-to: #bbf7d0;
}

.hover\:to-green-300:hover{
  --tw-gradient-to: #86efac;
}

.hover\:to-green-400:hover{
  --tw-gradient-to: #4ade80;
}

.hover\:to-green-500:hover{
  --tw-gradient-to: #22c55e;
}

.hover\:to-green-600:hover{
  --tw-gradient-to: #16a34a;
}

.hover\:to-green-700:hover{
  --tw-gradient-to: #15803d;
}

.hover\:to-green-800:hover{
  --tw-gradient-to: #166534;
}

.hover\:to-green-900:hover{
  --tw-gradient-to: #14532d;
}

.focus\:to-transparent:focus{
  --tw-gradient-to: transparent;
}

.focus\:to-current:focus{
  --tw-gradient-to: currentColor;
}

.focus\:to-primary:focus{
  --tw-gradient-to: #82c440;
}

.focus\:to-black:focus{
  --tw-gradient-to: #000;
}

.focus\:to-gray-50:focus{
  --tw-gradient-to: #f9fafb;
}

.focus\:to-gray-100:focus{
  --tw-gradient-to: #f3f4f6;
}

.focus\:to-gray-200:focus{
  --tw-gradient-to: #e5e7eb;
}

.focus\:to-gray-300:focus{
  --tw-gradient-to: #d1d5db;
}

.focus\:to-gray-400:focus{
  --tw-gradient-to: #9ca3af;
}

.focus\:to-gray-500:focus{
  --tw-gradient-to: #6b7280;
}

.focus\:to-gray-600:focus{
  --tw-gradient-to: #4b5563;
}

.focus\:to-gray-700:focus{
  --tw-gradient-to: #374151;
}

.focus\:to-gray-800:focus{
  --tw-gradient-to: #1f2937;
}

.focus\:to-gray-900:focus{
  --tw-gradient-to: #111827;
}

.focus\:to-blue-50:focus{
  --tw-gradient-to: #f0f9ff;
}

.focus\:to-blue-100:focus{
  --tw-gradient-to: #e0f2fe;
}

.focus\:to-blue-200:focus{
  --tw-gradient-to: #bae6fd;
}

.focus\:to-blue-300:focus{
  --tw-gradient-to: #7dd3fc;
}

.focus\:to-blue-400:focus{
  --tw-gradient-to: #38bdf8;
}

.focus\:to-blue-500:focus{
  --tw-gradient-to: #0ea5e9;
}

.focus\:to-blue-600:focus{
  --tw-gradient-to: #0284c7;
}

.focus\:to-blue-700:focus{
  --tw-gradient-to: #0369a1;
}

.focus\:to-blue-800:focus{
  --tw-gradient-to: #075985;
}

.focus\:to-blue-900:focus{
  --tw-gradient-to: #0c4a6e;
}

.focus\:to-red-50:focus{
  --tw-gradient-to: #fff1f2;
}

.focus\:to-red-100:focus{
  --tw-gradient-to: #ffe4e6;
}

.focus\:to-red-200:focus{
  --tw-gradient-to: #fecdd3;
}

.focus\:to-red-300:focus{
  --tw-gradient-to: #fda4af;
}

.focus\:to-red-400:focus{
  --tw-gradient-to: #fb7185;
}

.focus\:to-red-500:focus{
  --tw-gradient-to: #f43f5e;
}

.focus\:to-red-600:focus{
  --tw-gradient-to: #e11d48;
}

.focus\:to-red-700:focus{
  --tw-gradient-to: #be123c;
}

.focus\:to-red-800:focus{
  --tw-gradient-to: #9f1239;
}

.focus\:to-red-900:focus{
  --tw-gradient-to: #881337;
}

.focus\:to-pink-50:focus{
  --tw-gradient-to: #fdf4ff;
}

.focus\:to-pink-100:focus{
  --tw-gradient-to: #fae8ff;
}

.focus\:to-pink-200:focus{
  --tw-gradient-to: #f5d0fe;
}

.focus\:to-pink-300:focus{
  --tw-gradient-to: #f0abfc;
}

.focus\:to-pink-400:focus{
  --tw-gradient-to: #e879f9;
}

.focus\:to-pink-500:focus{
  --tw-gradient-to: #d946ef;
}

.focus\:to-pink-600:focus{
  --tw-gradient-to: #c026d3;
}

.focus\:to-pink-700:focus{
  --tw-gradient-to: #a21caf;
}

.focus\:to-pink-800:focus{
  --tw-gradient-to: #86198f;
}

.focus\:to-pink-900:focus{
  --tw-gradient-to: #701a75;
}

.focus\:to-white:focus{
  --tw-gradient-to: #fff;
}

.focus\:to-indigo-50:focus{
  --tw-gradient-to: #eef2ff;
}

.focus\:to-indigo-100:focus{
  --tw-gradient-to: #e0e7ff;
}

.focus\:to-indigo-200:focus{
  --tw-gradient-to: #c7d2fe;
}

.focus\:to-indigo-300:focus{
  --tw-gradient-to: #a5b4fc;
}

.focus\:to-indigo-400:focus{
  --tw-gradient-to: #818cf8;
}

.focus\:to-indigo-500:focus{
  --tw-gradient-to: #6366f1;
}

.focus\:to-indigo-600:focus{
  --tw-gradient-to: #4f46e5;
}

.focus\:to-indigo-700:focus{
  --tw-gradient-to: #4338ca;
}

.focus\:to-indigo-800:focus{
  --tw-gradient-to: #3730a3;
}

.focus\:to-indigo-900:focus{
  --tw-gradient-to: #312e81;
}

.focus\:to-green-50:focus{
  --tw-gradient-to: #f0fdf4;
}

.focus\:to-green-100:focus{
  --tw-gradient-to: #dcfce7;
}

.focus\:to-green-200:focus{
  --tw-gradient-to: #bbf7d0;
}

.focus\:to-green-300:focus{
  --tw-gradient-to: #86efac;
}

.focus\:to-green-400:focus{
  --tw-gradient-to: #4ade80;
}

.focus\:to-green-500:focus{
  --tw-gradient-to: #22c55e;
}

.focus\:to-green-600:focus{
  --tw-gradient-to: #16a34a;
}

.focus\:to-green-700:focus{
  --tw-gradient-to: #15803d;
}

.focus\:to-green-800:focus{
  --tw-gradient-to: #166534;
}

.focus\:to-green-900:focus{
  --tw-gradient-to: #14532d;
}

.decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-auto{
  background-size: auto;
}

.bg-cover{
  background-size: cover;
}

.bg-contain{
  background-size: contain;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-local{
  background-attachment: local;
}

.bg-scroll{
  background-attachment: scroll;
}

.bg-clip-border{
  background-clip: border-box;
}

.bg-clip-padding{
  background-clip: padding-box;
}

.bg-clip-content{
  background-clip: content-box;
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

.bg-right{
  background-position: right;
}

.bg-right-bottom{
  background-position: right bottom;
}

.bg-right-top{
  background-position: right top;
}

.bg-top{
  background-position: top;
}

.bg-repeat{
  background-repeat: repeat;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.bg-repeat-round{
  background-repeat: round;
}

.bg-repeat-space{
  background-repeat: space;
}

.bg-origin-border{
  background-origin: border-box;
}

.bg-origin-padding{
  background-origin: padding-box;
}

.bg-origin-content{
  background-origin: content-box;
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-0{
  stroke-width: 0;
}

.stroke-1{
  stroke-width: 1;
}

.stroke-2{
  stroke-width: 2;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none{
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

.p-9{
  padding: 2.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-11{
  padding: 2.75rem;
}

.p-12{
  padding: 3rem;
}

.p-14{
  padding: 3.5rem;
}

.p-16{
  padding: 4rem;
}

.p-20{
  padding: 5rem;
}

.p-24{
  padding: 6rem;
}

.p-28{
  padding: 7rem;
}

.p-32{
  padding: 8rem;
}

.p-36{
  padding: 9rem;
}

.p-40{
  padding: 10rem;
}

.p-44{
  padding: 11rem;
}

.p-48{
  padding: 12rem;
}

.p-52{
  padding: 13rem;
}

.p-56{
  padding: 14rem;
}

.p-60{
  padding: 15rem;
}

.p-64{
  padding: 16rem;
}

.p-72{
  padding: 18rem;
}

.p-80{
  padding: 20rem;
}

.p-96{
  padding: 24rem;
}

.p-px{
  padding: 1px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3\.5{
  padding: 0.875rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-9{
  padding-top: 2.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-28{
  padding-top: 7rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-36{
  padding-top: 9rem;
}

.pt-40{
  padding-top: 10rem;
}

.pt-44{
  padding-top: 11rem;
}

.pt-48{
  padding-top: 12rem;
}

.pt-52{
  padding-top: 13rem;
}

.pt-56{
  padding-top: 14rem;
}

.pt-60{
  padding-top: 15rem;
}

.pt-64{
  padding-top: 16rem;
}

.pt-72{
  padding-top: 18rem;
}

.pt-80{
  padding-top: 20rem;
}

.pt-96{
  padding-top: 24rem;
}

.pt-px{
  padding-top: 1px;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pt-3\.5{
  padding-top: 0.875rem;
}

.pr-0{
  padding-right: 0px;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-11{
  padding-right: 2.75rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pr-16{
  padding-right: 4rem;
}

.pr-20{
  padding-right: 5rem;
}

.pr-24{
  padding-right: 6rem;
}

.pr-28{
  padding-right: 7rem;
}

.pr-32{
  padding-right: 8rem;
}

.pr-36{
  padding-right: 9rem;
}

.pr-40{
  padding-right: 10rem;
}

.pr-44{
  padding-right: 11rem;
}

.pr-48{
  padding-right: 12rem;
}

.pr-52{
  padding-right: 13rem;
}

.pr-56{
  padding-right: 14rem;
}

.pr-60{
  padding-right: 15rem;
}

.pr-64{
  padding-right: 16rem;
}

.pr-72{
  padding-right: 18rem;
}

.pr-80{
  padding-right: 20rem;
}

.pr-96{
  padding-right: 24rem;
}

.pr-px{
  padding-right: 1px;
}

.pr-0\.5{
  padding-right: 0.125rem;
}

.pr-1\.5{
  padding-right: 0.375rem;
}

.pr-2\.5{
  padding-right: 0.625rem;
}

.pr-3\.5{
  padding-right: 0.875rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-28{
  padding-bottom: 7rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pb-36{
  padding-bottom: 9rem;
}

.pb-40{
  padding-bottom: 10rem;
}

.pb-44{
  padding-bottom: 11rem;
}

.pb-48{
  padding-bottom: 12rem;
}

.pb-52{
  padding-bottom: 13rem;
}

.pb-56{
  padding-bottom: 14rem;
}

.pb-60{
  padding-bottom: 15rem;
}

.pb-64{
  padding-bottom: 16rem;
}

.pb-72{
  padding-bottom: 18rem;
}

.pb-80{
  padding-bottom: 20rem;
}

.pb-96{
  padding-bottom: 24rem;
}

.pb-px{
  padding-bottom: 1px;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-3\.5{
  padding-bottom: 0.875rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-11{
  padding-left: 2.75rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-14{
  padding-left: 3.5rem;
}

.pl-16{
  padding-left: 4rem;
}

.pl-20{
  padding-left: 5rem;
}

.pl-24{
  padding-left: 6rem;
}

.pl-28{
  padding-left: 7rem;
}

.pl-32{
  padding-left: 8rem;
}

.pl-36{
  padding-left: 9rem;
}

.pl-40{
  padding-left: 10rem;
}

.pl-44{
  padding-left: 11rem;
}

.pl-48{
  padding-left: 12rem;
}

.pl-52{
  padding-left: 13rem;
}

.pl-56{
  padding-left: 14rem;
}

.pl-60{
  padding-left: 15rem;
}

.pl-64{
  padding-left: 16rem;
}

.pl-72{
  padding-left: 18rem;
}

.pl-80{
  padding-left: 20rem;
}

.pl-96{
  padding-left: 24rem;
}

.pl-px{
  padding-left: 1px;
}

.pl-0\.5{
  padding-left: 0.125rem;
}

.pl-1\.5{
  padding-left: 0.375rem;
}

.pl-2\.5{
  padding-left: 0.625rem;
}

.pl-3\.5{
  padding-left: 0.875rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.align-baseline{
  vertical-align: baseline;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

.font-thin{
  font-weight: 100;
}

.font-extralight{
  font-weight: 200;
}

.font-light{
  font-weight: 300;
}

.font-normal{
  font-weight: 400;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-black{
  font-weight: 900;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums{
  font-variant-numeric: normal;
}

.ordinal{
  --tw-ordinal: ordinal;
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero;
}

.lining-nums{
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
}

.leading-3{
  line-height: .75rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.leading-snug{
  line-height: 1.375;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-loose{
  line-height: 2;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-normal{
  letter-spacing: 0em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-transparent{
  color: transparent;
}

.text-current{
  color: currentColor;
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgba(130, 196, 64, var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-blue-50{
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.text-red-50{
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.text-red-100{
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.text-red-200{
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.text-pink-50{
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.text-pink-100{
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.text-pink-200{
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.text-pink-300{
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.text-pink-700{
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.text-pink-800{
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.text-pink-900{
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-green-50{
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.text-green-100{
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.text-green-200{
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent{
  color: transparent;
}

.group:hover .group-hover\:text-current{
  color: currentColor;
}

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgba(130, 196, 64, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-50{
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-100{
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-200{
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-300{
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-400{
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-800{
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-50{
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-100{
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-200{
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-300{
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-400{
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500{
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600{
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700{
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-800{
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-900{
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-50{
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-100{
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-200{
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-300{
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-400{
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-500{
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-600{
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-700{
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-800{
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-900{
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-50{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-100{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-200{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-300{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-400{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-500{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-700{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-800{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-900{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-50{
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-100{
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-200{
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-300{
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-400{
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-600{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-700{
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-800{
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-900{
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.focus-within\:text-transparent:focus-within{
  color: transparent;
}

.focus-within\:text-current:focus-within{
  color: currentColor;
}

.focus-within\:text-primary:focus-within{
  --tw-text-opacity: 1;
  color: rgba(130, 196, 64, var(--tw-text-opacity));
}

.focus-within\:text-black:focus-within{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-gray-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus-within\:text-gray-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus-within\:text-gray-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus-within\:text-gray-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus-within\:text-gray-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus-within\:text-gray-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus-within\:text-gray-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus-within\:text-gray-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus-within\:text-gray-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus-within\:text-gray-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus-within\:text-blue-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus-within\:text-blue-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.focus-within\:text-blue-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus-within\:text-blue-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus-within\:text-blue-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus-within\:text-blue-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.focus-within\:text-blue-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus-within\:text-blue-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus-within\:text-blue-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.focus-within\:text-red-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.focus-within\:text-red-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.focus-within\:text-red-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.focus-within\:text-red-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.focus-within\:text-red-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.focus-within\:text-red-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.focus-within\:text-red-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.focus-within\:text-red-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.focus-within\:text-red-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.focus-within\:text-red-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.focus-within\:text-pink-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.focus-within\:text-pink-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.focus-within\:text-pink-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.focus-within\:text-pink-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.focus-within\:text-pink-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.focus-within\:text-pink-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.focus-within\:text-pink-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.focus-within\:text-pink-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.focus-within\:text-pink-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.focus-within\:text-pink-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.focus-within\:text-white:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-within\:text-indigo-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-within\:text-indigo-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-within\:text-indigo-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-within\:text-indigo-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-within\:text-indigo-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-within\:text-indigo-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-within\:text-indigo-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus-within\:text-green-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.focus-within\:text-green-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.focus-within\:text-green-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.focus-within\:text-green-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.focus-within\:text-green-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.focus-within\:text-green-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.focus-within\:text-green-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.focus-within\:text-green-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.focus-within\:text-green-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.focus-within\:text-green-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.hover\:text-transparent:hover{
  color: transparent;
}

.hover\:text-current:hover{
  color: currentColor;
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(130, 196, 64, var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hover\:text-blue-50:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover{
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.hover\:text-blue-200:hover{
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover{
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.hover\:text-red-50:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.hover\:text-red-100:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.hover\:text-red-200:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.hover\:text-red-300:hover{
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.hover\:text-pink-50:hover{
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.hover\:text-pink-100:hover{
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.hover\:text-pink-200:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.hover\:text-pink-300:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.hover\:text-pink-400:hover{
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.hover\:text-pink-500:hover{
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.hover\:text-pink-600:hover{
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.hover\:text-pink-700:hover{
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.hover\:text-pink-800:hover{
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.hover\:text-pink-900:hover{
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-50:hover{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-300:hover{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.hover\:text-green-50:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.hover\:text-green-100:hover{
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.hover\:text-green-200:hover{
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.hover\:text-green-300:hover{
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.hover\:text-green-400:hover{
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.hover\:text-green-800:hover{
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.hover\:text-green-900:hover{
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.focus\:text-transparent:focus{
  color: transparent;
}

.focus\:text-current:focus{
  color: currentColor;
}

.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgba(130, 196, 64, var(--tw-text-opacity));
}

.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus\:text-blue-50:focus{
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus\:text-blue-100:focus{
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus\:text-blue-200:focus{
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.focus\:text-blue-300:focus{
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus\:text-blue-400:focus{
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus\:text-blue-500:focus{
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus\:text-blue-600:focus{
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.focus\:text-blue-700:focus{
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus\:text-blue-800:focus{
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus\:text-blue-900:focus{
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.focus\:text-red-50:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.focus\:text-red-100:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.focus\:text-red-200:focus{
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.focus\:text-red-300:focus{
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.focus\:text-red-400:focus{
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.focus\:text-red-500:focus{
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.focus\:text-red-600:focus{
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.focus\:text-red-700:focus{
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.focus\:text-red-800:focus{
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.focus\:text-red-900:focus{
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.focus\:text-pink-50:focus{
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.focus\:text-pink-100:focus{
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.focus\:text-pink-200:focus{
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.focus\:text-pink-300:focus{
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.focus\:text-pink-400:focus{
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.focus\:text-pink-500:focus{
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.focus\:text-pink-600:focus{
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.focus\:text-pink-700:focus{
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.focus\:text-pink-800:focus{
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.focus\:text-pink-900:focus{
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-50:focus{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-100:focus{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-200:focus{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-300:focus{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus\:text-indigo-400:focus{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus\:text-indigo-500:focus{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus\:text-indigo-700:focus{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus\:text-indigo-900:focus{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus\:text-green-50:focus{
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.focus\:text-green-100:focus{
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.focus\:text-green-200:focus{
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.focus\:text-green-300:focus{
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.focus\:text-green-400:focus{
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.focus\:text-green-500:focus{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.focus\:text-green-600:focus{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.focus\:text-green-700:focus{
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.focus\:text-green-800:focus{
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.focus\:text-green-900:focus{
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.text-opacity-0{
  --tw-text-opacity: 0;
}

.text-opacity-5{
  --tw-text-opacity: 0.05;
}

.text-opacity-10{
  --tw-text-opacity: 0.1;
}

.text-opacity-20{
  --tw-text-opacity: 0.2;
}

.text-opacity-25{
  --tw-text-opacity: 0.25;
}

.text-opacity-30{
  --tw-text-opacity: 0.3;
}

.text-opacity-40{
  --tw-text-opacity: 0.4;
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-60{
  --tw-text-opacity: 0.6;
}

.text-opacity-70{
  --tw-text-opacity: 0.7;
}

.text-opacity-75{
  --tw-text-opacity: 0.75;
}

.text-opacity-80{
  --tw-text-opacity: 0.8;
}

.text-opacity-90{
  --tw-text-opacity: 0.9;
}

.text-opacity-95{
  --tw-text-opacity: 0.95;
}

.text-opacity-100{
  --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-5{
  --tw-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10{
  --tw-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-20{
  --tw-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-30{
  --tw-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-60{
  --tw-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70{
  --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80{
  --tw-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90{
  --tw-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-95{
  --tw-text-opacity: 0.95;
}

.group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-5:focus-within{
  --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-10:focus-within{
  --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-20:focus-within{
  --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-30:focus-within{
  --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-40:focus-within{
  --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-60:focus-within{
  --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-70:focus-within{
  --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-80:focus-within{
  --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-90:focus-within{
  --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-95:focus-within{
  --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus{
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus{
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus{
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus{
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus{
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus{
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus{
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus{
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus{
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

.underline{
  text-decoration: underline;
}

.line-through{
  text-decoration: line-through;
}

.no-underline{
  text-decoration: none;
}

.group:hover .group-hover\:underline{
  text-decoration: underline;
}

.group:hover .group-hover\:line-through{
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline{
  text-decoration: none;
}

.focus-within\:underline:focus-within{
  text-decoration: underline;
}

.focus-within\:line-through:focus-within{
  text-decoration: line-through;
}

.focus-within\:no-underline:focus-within{
  text-decoration: none;
}

.hover\:underline:hover{
  text-decoration: underline;
}

.hover\:line-through:hover{
  text-decoration: line-through;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.focus\:underline:focus{
  text-decoration: underline;
}

.focus\:line-through:focus{
  text-decoration: line-through;
}

.focus\:no-underline:focus{
  text-decoration: none;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.placeholder-current::-moz-placeholder{
  color: currentColor;
}

.placeholder-current::placeholder{
  color: currentColor;
}

.placeholder-primary::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
}

.placeholder-primary::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
}

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

.focus\:placeholder-current:focus::-moz-placeholder{
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder{
  color: currentColor;
}

.focus\:placeholder-primary:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

.opacity-0{
  opacity: 0;
}

.opacity-5{
  opacity: 0.05;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.opacity-95{
  opacity: 0.95;
}

.opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-5{
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25{
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40{
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95{
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.focus-within\:opacity-0:focus-within{
  opacity: 0;
}

.focus-within\:opacity-5:focus-within{
  opacity: 0.05;
}

.focus-within\:opacity-10:focus-within{
  opacity: 0.1;
}

.focus-within\:opacity-20:focus-within{
  opacity: 0.2;
}

.focus-within\:opacity-25:focus-within{
  opacity: 0.25;
}

.focus-within\:opacity-30:focus-within{
  opacity: 0.3;
}

.focus-within\:opacity-40:focus-within{
  opacity: 0.4;
}

.focus-within\:opacity-50:focus-within{
  opacity: 0.5;
}

.focus-within\:opacity-60:focus-within{
  opacity: 0.6;
}

.focus-within\:opacity-70:focus-within{
  opacity: 0.7;
}

.focus-within\:opacity-75:focus-within{
  opacity: 0.75;
}

.focus-within\:opacity-80:focus-within{
  opacity: 0.8;
}

.focus-within\:opacity-90:focus-within{
  opacity: 0.9;
}

.focus-within\:opacity-95:focus-within{
  opacity: 0.95;
}

.focus-within\:opacity-100:focus-within{
  opacity: 1;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-5:hover{
  opacity: 0.05;
}

.hover\:opacity-10:hover{
  opacity: 0.1;
}

.hover\:opacity-20:hover{
  opacity: 0.2;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

.hover\:opacity-30:hover{
  opacity: 0.3;
}

.hover\:opacity-40:hover{
  opacity: 0.4;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:opacity-95:hover{
  opacity: 0.95;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.focus\:opacity-0:focus{
  opacity: 0;
}

.focus\:opacity-5:focus{
  opacity: 0.05;
}

.focus\:opacity-10:focus{
  opacity: 0.1;
}

.focus\:opacity-20:focus{
  opacity: 0.2;
}

.focus\:opacity-25:focus{
  opacity: 0.25;
}

.focus\:opacity-30:focus{
  opacity: 0.3;
}

.focus\:opacity-40:focus{
  opacity: 0.4;
}

.focus\:opacity-50:focus{
  opacity: 0.5;
}

.focus\:opacity-60:focus{
  opacity: 0.6;
}

.focus\:opacity-70:focus{
  opacity: 0.7;
}

.focus\:opacity-75:focus{
  opacity: 0.75;
}

.focus\:opacity-80:focus{
  opacity: 0.8;
}

.focus\:opacity-90:focus{
  opacity: 0.9;
}

.focus\:opacity-95:focus{
  opacity: 0.95;
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.disabled\:opacity-0:disabled{
  opacity: 0;
}

.disabled\:opacity-5:disabled{
  opacity: 0.05;
}

.disabled\:opacity-10:disabled{
  opacity: 0.1;
}

.disabled\:opacity-20:disabled{
  opacity: 0.2;
}

.disabled\:opacity-25:disabled{
  opacity: 0.25;
}

.disabled\:opacity-30:disabled{
  opacity: 0.3;
}

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:opacity-60:disabled{
  opacity: 0.6;
}

.disabled\:opacity-70:disabled{
  opacity: 0.7;
}

.disabled\:opacity-75:disabled{
  opacity: 0.75;
}

.disabled\:opacity-80:disabled{
  opacity: 0.8;
}

.disabled\:opacity-90:disabled{
  opacity: 0.9;
}

.disabled\:opacity-95:disabled{
  opacity: 0.95;
}

.disabled\:opacity-100:disabled{
  opacity: 1;
}

.bg-blend-normal{
  background-blend-mode: normal;
}

.bg-blend-multiply{
  background-blend-mode: multiply;
}

.bg-blend-screen{
  background-blend-mode: screen;
}

.bg-blend-overlay{
  background-blend-mode: overlay;
}

.bg-blend-darken{
  background-blend-mode: darken;
}

.bg-blend-lighten{
  background-blend-mode: lighten;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light;
}

.bg-blend-difference{
  background-blend-mode: difference;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion;
}

.bg-blend-hue{
  background-blend-mode: hue;
}

.bg-blend-saturation{
  background-blend-mode: saturation;
}

.bg-blend-color{
  background-blend-mode: color;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity;
}

.mix-blend-normal{
  mix-blend-mode: normal;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.mix-blend-screen{
  mix-blend-mode: screen;
}

.mix-blend-overlay{
  mix-blend-mode: overlay;
}

.mix-blend-darken{
  mix-blend-mode: darken;
}

.mix-blend-lighten{
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn{
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}

.mix-blend-difference{
  mix-blend-mode: difference;
}

.mix-blend-exclusion{
  mix-blend-mode: exclusion;
}

.mix-blend-hue{
  mix-blend-mode: hue;
}

.mix-blend-saturation{
  mix-blend-mode: saturation;
}

.mix-blend-color{
  mix-blend-mode: color;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-sm:focus-within{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow:focus-within{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-md:focus-within{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-lg:focus-within{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-xl:focus-within{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-none:focus-within{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-none:focus-within{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-white:focus-within{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(14, 165, 233, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.ring-transparent{
  --tw-ring-color: transparent;
}

.ring-current{
  --tw-ring-color: currentColor;
}

.ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
}

.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-gray-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.ring-gray-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.ring-gray-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.ring-gray-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.ring-gray-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.ring-gray-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.ring-gray-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.ring-blue-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.ring-blue-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.ring-blue-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.ring-blue-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.ring-blue-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.ring-blue-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.ring-blue-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.ring-blue-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.ring-blue-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.ring-blue-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.ring-red-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.ring-red-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.ring-red-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.ring-red-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.ring-red-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.ring-red-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.ring-red-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.ring-red-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.ring-red-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.ring-pink-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.ring-pink-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.ring-pink-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.ring-pink-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.ring-pink-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.ring-pink-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.ring-pink-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.ring-pink-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.ring-pink-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.ring-pink-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-indigo-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-green-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.ring-green-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.ring-green-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.ring-green-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.ring-green-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.ring-green-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.ring-green-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.ring-green-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.ring-green-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.ring-green-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

.focus-within\:ring-current:focus-within{
  --tw-ring-color: currentColor;
}

.focus-within\:ring-primary:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
}

.focus-within\:ring-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-red-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.focus-within\:ring-white:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-green-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-green-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-green-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-green-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.focus-within\:ring-green-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-green-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-green-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.focus-within\:ring-green-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.focus-within\:ring-green-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.focus-within\:ring-green-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

.focus\:ring-current:focus{
  --tw-ring-color: currentColor;
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
}

.focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-gray-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus\:ring-blue-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus\:ring-blue-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus\:ring-blue-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.focus\:ring-blue-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus\:ring-blue-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.focus\:ring-red-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.focus\:ring-red-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.focus\:ring-red-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.focus\:ring-pink-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.focus\:ring-pink-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.focus\:ring-pink-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.focus\:ring-pink-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.focus\:ring-pink-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.focus\:ring-pink-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.focus\:ring-pink-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.focus\:ring-pink-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.focus\:ring-pink-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus\:ring-indigo-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus\:ring-green-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.focus\:ring-green-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.focus\:ring-green-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.focus\:ring-green-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.focus\:ring-green-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.focus\:ring-green-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.focus\:ring-green-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.focus\:ring-green-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.focus\:ring-green-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.ring-opacity-0{
  --tw-ring-opacity: 0;
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10{
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20{
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30{
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40{
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60{
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70{
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80{
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90{
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95{
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100{
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-5:focus{
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus{
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-20:focus{
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus{
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus{
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus{
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus{
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus{
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus{
  --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1;
}

.ring-offset-0{
  --tw-ring-offset-width: 0px;
}

.ring-offset-1{
  --tw-ring-offset-width: 1px;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px;
}

.ring-offset-8{
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px;
}

.ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

.ring-offset-current{
  --tw-ring-offset-color: currentColor;
}

.ring-offset-primary{
  --tw-ring-offset-color: #82c440;
}

.ring-offset-black{
  --tw-ring-offset-color: #000;
}

.ring-offset-gray-50{
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-gray-100{
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-gray-200{
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-gray-300{
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-gray-400{
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-gray-500{
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-gray-600{
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-gray-700{
  --tw-ring-offset-color: #374151;
}

.ring-offset-gray-800{
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-gray-900{
  --tw-ring-offset-color: #111827;
}

.ring-offset-blue-50{
  --tw-ring-offset-color: #f0f9ff;
}

.ring-offset-blue-100{
  --tw-ring-offset-color: #e0f2fe;
}

.ring-offset-blue-200{
  --tw-ring-offset-color: #bae6fd;
}

.ring-offset-blue-300{
  --tw-ring-offset-color: #7dd3fc;
}

.ring-offset-blue-400{
  --tw-ring-offset-color: #38bdf8;
}

.ring-offset-blue-500{
  --tw-ring-offset-color: #0ea5e9;
}

.ring-offset-blue-600{
  --tw-ring-offset-color: #0284c7;
}

.ring-offset-blue-700{
  --tw-ring-offset-color: #0369a1;
}

.ring-offset-blue-800{
  --tw-ring-offset-color: #075985;
}

.ring-offset-blue-900{
  --tw-ring-offset-color: #0c4a6e;
}

.ring-offset-red-50{
  --tw-ring-offset-color: #fff1f2;
}

.ring-offset-red-100{
  --tw-ring-offset-color: #ffe4e6;
}

.ring-offset-red-200{
  --tw-ring-offset-color: #fecdd3;
}

.ring-offset-red-300{
  --tw-ring-offset-color: #fda4af;
}

.ring-offset-red-400{
  --tw-ring-offset-color: #fb7185;
}

.ring-offset-red-500{
  --tw-ring-offset-color: #f43f5e;
}

.ring-offset-red-600{
  --tw-ring-offset-color: #e11d48;
}

.ring-offset-red-700{
  --tw-ring-offset-color: #be123c;
}

.ring-offset-red-800{
  --tw-ring-offset-color: #9f1239;
}

.ring-offset-red-900{
  --tw-ring-offset-color: #881337;
}

.ring-offset-pink-50{
  --tw-ring-offset-color: #fdf4ff;
}

.ring-offset-pink-100{
  --tw-ring-offset-color: #fae8ff;
}

.ring-offset-pink-200{
  --tw-ring-offset-color: #f5d0fe;
}

.ring-offset-pink-300{
  --tw-ring-offset-color: #f0abfc;
}

.ring-offset-pink-400{
  --tw-ring-offset-color: #e879f9;
}

.ring-offset-pink-500{
  --tw-ring-offset-color: #d946ef;
}

.ring-offset-pink-600{
  --tw-ring-offset-color: #c026d3;
}

.ring-offset-pink-700{
  --tw-ring-offset-color: #a21caf;
}

.ring-offset-pink-800{
  --tw-ring-offset-color: #86198f;
}

.ring-offset-pink-900{
  --tw-ring-offset-color: #701a75;
}

.ring-offset-white{
  --tw-ring-offset-color: #fff;
}

.ring-offset-indigo-50{
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100{
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200{
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300{
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400{
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500{
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600{
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700{
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800{
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900{
  --tw-ring-offset-color: #312e81;
}

.ring-offset-green-50{
  --tw-ring-offset-color: #f0fdf4;
}

.ring-offset-green-100{
  --tw-ring-offset-color: #dcfce7;
}

.ring-offset-green-200{
  --tw-ring-offset-color: #bbf7d0;
}

.ring-offset-green-300{
  --tw-ring-offset-color: #86efac;
}

.ring-offset-green-400{
  --tw-ring-offset-color: #4ade80;
}

.ring-offset-green-500{
  --tw-ring-offset-color: #22c55e;
}

.ring-offset-green-600{
  --tw-ring-offset-color: #16a34a;
}

.ring-offset-green-700{
  --tw-ring-offset-color: #15803d;
}

.ring-offset-green-800{
  --tw-ring-offset-color: #166534;
}

.ring-offset-green-900{
  --tw-ring-offset-color: #14532d;
}

.focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-current:focus-within{
  --tw-ring-offset-color: currentColor;
}

.focus-within\:ring-offset-primary:focus-within{
  --tw-ring-offset-color: #82c440;
}

.focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-gray-50:focus-within{
  --tw-ring-offset-color: #f9fafb;
}

.focus-within\:ring-offset-gray-100:focus-within{
  --tw-ring-offset-color: #f3f4f6;
}

.focus-within\:ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #e5e7eb;
}

.focus-within\:ring-offset-gray-300:focus-within{
  --tw-ring-offset-color: #d1d5db;
}

.focus-within\:ring-offset-gray-400:focus-within{
  --tw-ring-offset-color: #9ca3af;
}

.focus-within\:ring-offset-gray-500:focus-within{
  --tw-ring-offset-color: #6b7280;
}

.focus-within\:ring-offset-gray-600:focus-within{
  --tw-ring-offset-color: #4b5563;
}

.focus-within\:ring-offset-gray-700:focus-within{
  --tw-ring-offset-color: #374151;
}

.focus-within\:ring-offset-gray-800:focus-within{
  --tw-ring-offset-color: #1f2937;
}

.focus-within\:ring-offset-gray-900:focus-within{
  --tw-ring-offset-color: #111827;
}

.focus-within\:ring-offset-blue-50:focus-within{
  --tw-ring-offset-color: #f0f9ff;
}

.focus-within\:ring-offset-blue-100:focus-within{
  --tw-ring-offset-color: #e0f2fe;
}

.focus-within\:ring-offset-blue-200:focus-within{
  --tw-ring-offset-color: #bae6fd;
}

.focus-within\:ring-offset-blue-300:focus-within{
  --tw-ring-offset-color: #7dd3fc;
}

.focus-within\:ring-offset-blue-400:focus-within{
  --tw-ring-offset-color: #38bdf8;
}

.focus-within\:ring-offset-blue-500:focus-within{
  --tw-ring-offset-color: #0ea5e9;
}

.focus-within\:ring-offset-blue-600:focus-within{
  --tw-ring-offset-color: #0284c7;
}

.focus-within\:ring-offset-blue-700:focus-within{
  --tw-ring-offset-color: #0369a1;
}

.focus-within\:ring-offset-blue-800:focus-within{
  --tw-ring-offset-color: #075985;
}

.focus-within\:ring-offset-blue-900:focus-within{
  --tw-ring-offset-color: #0c4a6e;
}

.focus-within\:ring-offset-red-50:focus-within{
  --tw-ring-offset-color: #fff1f2;
}

.focus-within\:ring-offset-red-100:focus-within{
  --tw-ring-offset-color: #ffe4e6;
}

.focus-within\:ring-offset-red-200:focus-within{
  --tw-ring-offset-color: #fecdd3;
}

.focus-within\:ring-offset-red-300:focus-within{
  --tw-ring-offset-color: #fda4af;
}

.focus-within\:ring-offset-red-400:focus-within{
  --tw-ring-offset-color: #fb7185;
}

.focus-within\:ring-offset-red-500:focus-within{
  --tw-ring-offset-color: #f43f5e;
}

.focus-within\:ring-offset-red-600:focus-within{
  --tw-ring-offset-color: #e11d48;
}

.focus-within\:ring-offset-red-700:focus-within{
  --tw-ring-offset-color: #be123c;
}

.focus-within\:ring-offset-red-800:focus-within{
  --tw-ring-offset-color: #9f1239;
}

.focus-within\:ring-offset-red-900:focus-within{
  --tw-ring-offset-color: #881337;
}

.focus-within\:ring-offset-pink-50:focus-within{
  --tw-ring-offset-color: #fdf4ff;
}

.focus-within\:ring-offset-pink-100:focus-within{
  --tw-ring-offset-color: #fae8ff;
}

.focus-within\:ring-offset-pink-200:focus-within{
  --tw-ring-offset-color: #f5d0fe;
}

.focus-within\:ring-offset-pink-300:focus-within{
  --tw-ring-offset-color: #f0abfc;
}

.focus-within\:ring-offset-pink-400:focus-within{
  --tw-ring-offset-color: #e879f9;
}

.focus-within\:ring-offset-pink-500:focus-within{
  --tw-ring-offset-color: #d946ef;
}

.focus-within\:ring-offset-pink-600:focus-within{
  --tw-ring-offset-color: #c026d3;
}

.focus-within\:ring-offset-pink-700:focus-within{
  --tw-ring-offset-color: #a21caf;
}

.focus-within\:ring-offset-pink-800:focus-within{
  --tw-ring-offset-color: #86198f;
}

.focus-within\:ring-offset-pink-900:focus-within{
  --tw-ring-offset-color: #701a75;
}

.focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-indigo-50:focus-within{
  --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-100:focus-within{
  --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-200:focus-within{
  --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-300:focus-within{
  --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-400:focus-within{
  --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-500:focus-within{
  --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-600:focus-within{
  --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-700:focus-within{
  --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-800:focus-within{
  --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-900:focus-within{
  --tw-ring-offset-color: #312e81;
}

.focus-within\:ring-offset-green-50:focus-within{
  --tw-ring-offset-color: #f0fdf4;
}

.focus-within\:ring-offset-green-100:focus-within{
  --tw-ring-offset-color: #dcfce7;
}

.focus-within\:ring-offset-green-200:focus-within{
  --tw-ring-offset-color: #bbf7d0;
}

.focus-within\:ring-offset-green-300:focus-within{
  --tw-ring-offset-color: #86efac;
}

.focus-within\:ring-offset-green-400:focus-within{
  --tw-ring-offset-color: #4ade80;
}

.focus-within\:ring-offset-green-500:focus-within{
  --tw-ring-offset-color: #22c55e;
}

.focus-within\:ring-offset-green-600:focus-within{
  --tw-ring-offset-color: #16a34a;
}

.focus-within\:ring-offset-green-700:focus-within{
  --tw-ring-offset-color: #15803d;
}

.focus-within\:ring-offset-green-800:focus-within{
  --tw-ring-offset-color: #166534;
}

.focus-within\:ring-offset-green-900:focus-within{
  --tw-ring-offset-color: #14532d;
}

.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus{
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-primary:focus{
  --tw-ring-offset-color: #82c440;
}

.focus\:ring-offset-black:focus{
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-gray-50:focus{
  --tw-ring-offset-color: #f9fafb;
}

.focus\:ring-offset-gray-100:focus{
  --tw-ring-offset-color: #f3f4f6;
}

.focus\:ring-offset-gray-200:focus{
  --tw-ring-offset-color: #e5e7eb;
}

.focus\:ring-offset-gray-300:focus{
  --tw-ring-offset-color: #d1d5db;
}

.focus\:ring-offset-gray-400:focus{
  --tw-ring-offset-color: #9ca3af;
}

.focus\:ring-offset-gray-500:focus{
  --tw-ring-offset-color: #6b7280;
}

.focus\:ring-offset-gray-600:focus{
  --tw-ring-offset-color: #4b5563;
}

.focus\:ring-offset-gray-700:focus{
  --tw-ring-offset-color: #374151;
}

.focus\:ring-offset-gray-800:focus{
  --tw-ring-offset-color: #1f2937;
}

.focus\:ring-offset-gray-900:focus{
  --tw-ring-offset-color: #111827;
}

.focus\:ring-offset-blue-50:focus{
  --tw-ring-offset-color: #f0f9ff;
}

.focus\:ring-offset-blue-100:focus{
  --tw-ring-offset-color: #e0f2fe;
}

.focus\:ring-offset-blue-200:focus{
  --tw-ring-offset-color: #bae6fd;
}

.focus\:ring-offset-blue-300:focus{
  --tw-ring-offset-color: #7dd3fc;
}

.focus\:ring-offset-blue-400:focus{
  --tw-ring-offset-color: #38bdf8;
}

.focus\:ring-offset-blue-500:focus{
  --tw-ring-offset-color: #0ea5e9;
}

.focus\:ring-offset-blue-600:focus{
  --tw-ring-offset-color: #0284c7;
}

.focus\:ring-offset-blue-700:focus{
  --tw-ring-offset-color: #0369a1;
}

.focus\:ring-offset-blue-800:focus{
  --tw-ring-offset-color: #075985;
}

.focus\:ring-offset-blue-900:focus{
  --tw-ring-offset-color: #0c4a6e;
}

.focus\:ring-offset-red-50:focus{
  --tw-ring-offset-color: #fff1f2;
}

.focus\:ring-offset-red-100:focus{
  --tw-ring-offset-color: #ffe4e6;
}

.focus\:ring-offset-red-200:focus{
  --tw-ring-offset-color: #fecdd3;
}

.focus\:ring-offset-red-300:focus{
  --tw-ring-offset-color: #fda4af;
}

.focus\:ring-offset-red-400:focus{
  --tw-ring-offset-color: #fb7185;
}

.focus\:ring-offset-red-500:focus{
  --tw-ring-offset-color: #f43f5e;
}

.focus\:ring-offset-red-600:focus{
  --tw-ring-offset-color: #e11d48;
}

.focus\:ring-offset-red-700:focus{
  --tw-ring-offset-color: #be123c;
}

.focus\:ring-offset-red-800:focus{
  --tw-ring-offset-color: #9f1239;
}

.focus\:ring-offset-red-900:focus{
  --tw-ring-offset-color: #881337;
}

.focus\:ring-offset-pink-50:focus{
  --tw-ring-offset-color: #fdf4ff;
}

.focus\:ring-offset-pink-100:focus{
  --tw-ring-offset-color: #fae8ff;
}

.focus\:ring-offset-pink-200:focus{
  --tw-ring-offset-color: #f5d0fe;
}

.focus\:ring-offset-pink-300:focus{
  --tw-ring-offset-color: #f0abfc;
}

.focus\:ring-offset-pink-400:focus{
  --tw-ring-offset-color: #e879f9;
}

.focus\:ring-offset-pink-500:focus{
  --tw-ring-offset-color: #d946ef;
}

.focus\:ring-offset-pink-600:focus{
  --tw-ring-offset-color: #c026d3;
}

.focus\:ring-offset-pink-700:focus{
  --tw-ring-offset-color: #a21caf;
}

.focus\:ring-offset-pink-800:focus{
  --tw-ring-offset-color: #86198f;
}

.focus\:ring-offset-pink-900:focus{
  --tw-ring-offset-color: #701a75;
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-indigo-50:focus{
  --tw-ring-offset-color: #eef2ff;
}

.focus\:ring-offset-indigo-100:focus{
  --tw-ring-offset-color: #e0e7ff;
}

.focus\:ring-offset-indigo-200:focus{
  --tw-ring-offset-color: #c7d2fe;
}

.focus\:ring-offset-indigo-300:focus{
  --tw-ring-offset-color: #a5b4fc;
}

.focus\:ring-offset-indigo-400:focus{
  --tw-ring-offset-color: #818cf8;
}

.focus\:ring-offset-indigo-500:focus{
  --tw-ring-offset-color: #6366f1;
}

.focus\:ring-offset-indigo-600:focus{
  --tw-ring-offset-color: #4f46e5;
}

.focus\:ring-offset-indigo-700:focus{
  --tw-ring-offset-color: #4338ca;
}

.focus\:ring-offset-indigo-800:focus{
  --tw-ring-offset-color: #3730a3;
}

.focus\:ring-offset-indigo-900:focus{
  --tw-ring-offset-color: #312e81;
}

.focus\:ring-offset-green-50:focus{
  --tw-ring-offset-color: #f0fdf4;
}

.focus\:ring-offset-green-100:focus{
  --tw-ring-offset-color: #dcfce7;
}

.focus\:ring-offset-green-200:focus{
  --tw-ring-offset-color: #bbf7d0;
}

.focus\:ring-offset-green-300:focus{
  --tw-ring-offset-color: #86efac;
}

.focus\:ring-offset-green-400:focus{
  --tw-ring-offset-color: #4ade80;
}

.focus\:ring-offset-green-500:focus{
  --tw-ring-offset-color: #22c55e;
}

.focus\:ring-offset-green-600:focus{
  --tw-ring-offset-color: #16a34a;
}

.focus\:ring-offset-green-700:focus{
  --tw-ring-offset-color: #15803d;
}

.focus\:ring-offset-green-800:focus{
  --tw-ring-offset-color: #166534;
}

.focus\:ring-offset-green-900:focus{
  --tw-ring-offset-color: #14532d;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none{
  filter: none;
}

.blur-0{
  --tw-blur: blur(0);
}

.blur-none{
  --tw-blur: blur(0);
}

.blur-sm{
  --tw-blur: blur(4px);
}

.blur{
  --tw-blur: blur(8px);
}

.blur-md{
  --tw-blur: blur(12px);
}

.blur-lg{
  --tw-blur: blur(16px);
}

.blur-xl{
  --tw-blur: blur(24px);
}

.blur-2xl{
  --tw-blur: blur(40px);
}

.blur-3xl{
  --tw-blur: blur(64px);
}

.brightness-0{
  --tw-brightness: brightness(0);
}

.brightness-50{
  --tw-brightness: brightness(.5);
}

.brightness-75{
  --tw-brightness: brightness(.75);
}

.brightness-90{
  --tw-brightness: brightness(.9);
}

.brightness-95{
  --tw-brightness: brightness(.95);
}

.brightness-100{
  --tw-brightness: brightness(1);
}

.brightness-105{
  --tw-brightness: brightness(1.05);
}

.brightness-110{
  --tw-brightness: brightness(1.1);
}

.brightness-125{
  --tw-brightness: brightness(1.25);
}

.brightness-150{
  --tw-brightness: brightness(1.5);
}

.brightness-200{
  --tw-brightness: brightness(2);
}

.contrast-0{
  --tw-contrast: contrast(0);
}

.contrast-50{
  --tw-contrast: contrast(.5);
}

.contrast-75{
  --tw-contrast: contrast(.75);
}

.contrast-100{
  --tw-contrast: contrast(1);
}

.contrast-125{
  --tw-contrast: contrast(1.25);
}

.contrast-150{
  --tw-contrast: contrast(1.5);
}

.contrast-200{
  --tw-contrast: contrast(2);
}

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.grayscale-0{
  --tw-grayscale: grayscale(0);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0{
  --tw-invert: invert(0);
}

.invert{
  --tw-invert: invert(100%);
}

.saturate-0{
  --tw-saturate: saturate(0);
}

.saturate-50{
  --tw-saturate: saturate(.5);
}

.saturate-100{
  --tw-saturate: saturate(1);
}

.saturate-150{
  --tw-saturate: saturate(1.5);
}

.saturate-200{
  --tw-saturate: saturate(2);
}

.sepia-0{
  --tw-sepia: sepia(0);
}

.sepia{
  --tw-sepia: sepia(100%);
}

.backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-0{
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none{
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0{
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5{
  --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10{
  --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20{
  --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30{
  --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40{
  --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60{
  --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70{
  --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80{
  --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90{
  --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95{
  --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
}

.transition-none{
  transition-property: none;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75{
  transition-delay: 75ms;
}

.delay-100{
  transition-delay: 100ms;
}

.delay-150{
  transition-delay: 150ms;
}

.delay-200{
  transition-delay: 200ms;
}

.delay-300{
  transition-delay: 300ms;
}

.delay-500{
  transition-delay: 500ms;
}

.delay-700{
  transition-delay: 700ms;
}

.delay-1000{
  transition-delay: 1000ms;
}

.duration-75{
  transition-duration: 75ms;
}

.duration-100{
  transition-duration: 100ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.ease-linear{
  transition-timing-function: linear;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:host,:root{
  --vs-colors--lightest:rgba(60,60,60,0.26);
  --vs-colors--light:rgba(60,60,60,0.5);
  --vs-colors--dark:#333;
  --vs-colors--darkest:rgba(0,0,0,0.15);
  --vs-search-input-color:inherit;
  --vs-search-input-bg:#fff;
  --vs-search-input-placeholder-color:inherit;
  --vs-font-size:1rem;
  --vs-line-height:1.4;
  --vs-state-disabled-bg:#f8f8f8;
  --vs-state-disabled-color:var(--vs-colors--light);
  --vs-state-disabled-controls-color:var(--vs-colors--light);
  --vs-state-disabled-cursor:not-allowed;
  --vs-border-color:var(--vs-colors--lightest);
  --vs-border-width:1px;
  --vs-border-style:solid;
  --vs-border-radius:4px;
  --vs-actions-padding:4px 6px 0 3px;
  --vs-controls-color:var(--vs-colors--light);
  --vs-controls-size:1;
  --vs-controls--deselect-text-shadow:0 1px 0 #fff;
  --vs-selected-bg:#f0f0f0;
  --vs-selected-color:var(--vs-colors--dark);
  --vs-selected-border-color:var(--vs-border-color);
  --vs-selected-border-style:var(--vs-border-style);
  --vs-selected-border-width:var(--vs-border-width);
  --vs-dropdown-bg:#fff;
  --vs-dropdown-color:inherit;
  --vs-dropdown-z-index:1000;
  --vs-dropdown-min-width:160px;
  --vs-dropdown-max-height:350px;
  --vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);
  --vs-dropdown-option-bg:#000;
  --vs-dropdown-option-color:var(--vs-dropdown-color);
  --vs-dropdown-option-padding:3px 20px;
  --vs-dropdown-option--active-bg:#5897fb;
  --vs-dropdown-option--active-color:#fff;
  --vs-dropdown-option--deselect-bg:#fb5858;
  --vs-dropdown-option--deselect-color:#fff;
  --vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);
  --vs-transition-duration:150ms
}

.v-select{
  font-family:inherit;
  position:relative
}

.v-select,.v-select *{
  box-sizing:border-box
}

:root{
  --vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);
  --vs-transition-duration:0.15s
}

@keyframes vSelectSpinner{
  0%{
    transform:rotate(0deg)
  }

  to{
    transform:rotate(1turn)
  }
}

.vs__fade-enter-active,.vs__fade-leave-active{
  pointer-events:none;
  transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)
}

.vs__fade-enter,.vs__fade-leave-to{
  opacity:0
}

:root{
  --vs-disabled-bg:var(--vs-state-disabled-bg);
  --vs-disabled-color:var(--vs-state-disabled-color);
  --vs-disabled-cursor:var(--vs-state-disabled-cursor)
}

.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{
  background-color:var(--vs-disabled-bg);
  cursor:var(--vs-disabled-cursor)
}

.v-select[dir=rtl] .vs__actions{
  padding:0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear{
  margin-left:6px;
  margin-right:0
}

.v-select[dir=rtl] .vs__deselect{
  margin-left:0;
  margin-right:2px
}

.v-select[dir=rtl] .vs__dropdown-menu{
  text-align:right
}

.vs__dropdown-toggle{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:var(--vs-search-input-bg);
  border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
  border-radius:var(--vs-border-radius);
  display:flex;
  padding:0 0 4px;
  white-space:normal
}

.vs__selected-options{
  display:flex;
  flex-basis:100%;
  flex-grow:1;
  flex-wrap:wrap;
  padding:0 2px;
  position:relative
}

.vs__actions{
  align-items:center;
  display:flex;
  padding:var(--vs-actions-padding)
}

.vs--searchable .vs__dropdown-toggle{
  cursor:text
}

.vs--unsearchable .vs__dropdown-toggle{
  cursor:pointer
}

.vs--open .vs__dropdown-toggle{
  border-bottom-color:transparent;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}

.vs__open-indicator{
  fill:var(--vs-controls-color);
  transform:scale(var(--vs-controls-size));
  transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);
  transition-timing-function:var(--vs-transition-timing-function)
}

.vs--open .vs__open-indicator{
  transform:rotate(180deg) scale(var(--vs-controls-size))
}

.vs--loading .vs__open-indicator{
  opacity:0
}

.vs__clear{
  fill:var(--vs-controls-color);
  background-color:transparent;
  border:0;
  cursor:pointer;
  margin-right:8px;
  padding:0
}

.vs__dropdown-menu{
  background:var(--vs-dropdown-bg);
  border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
  border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);
  border-top-style:none;
  box-shadow:var(--vs-dropdown-box-shadow);
  box-sizing:border-box;
  color:var(--vs-dropdown-color);
  display:block;
  left:0;
  list-style:none;
  margin:0;
  max-height:var(--vs-dropdown-max-height);
  min-width:var(--vs-dropdown-min-width);
  overflow-y:auto;
  padding:5px 0;
  position:absolute;
  text-align:left;
  top:calc(100% - var(--vs-border-width));
  width:100%;
  z-index:var(--vs-dropdown-z-index)
}

.vs__no-options{
  text-align:center
}

.vs__dropdown-option{
  clear:both;
  color:var(--vs-dropdown-option-color);
  cursor:pointer;
  display:block;
  line-height:1.42857143;
  padding:var(--vs-dropdown-option-padding);
  white-space:nowrap
}

.vs__dropdown-option--highlight{
  background:var(--vs-dropdown-option--active-bg);
  color:var(--vs-dropdown-option--active-color)
}

.vs__dropdown-option--deselect{
  background:var(--vs-dropdown-option--deselect-bg);
  color:var(--vs-dropdown-option--deselect-color)
}

.vs__dropdown-option--disabled{
  background:var(--vs-state-disabled-bg);
  color:var(--vs-state-disabled-color);
  cursor:var(--vs-state-disabled-cursor)
}

.vs__selected{
  align-items:center;
  background-color:var(--vs-selected-bg);
  border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);
  border-radius:var(--vs-border-radius);
  color:var(--vs-selected-color);
  display:flex;
  line-height:var(--vs-line-height);
  margin:4px 2px 0;
  padding:0 .25em;
  z-index:0
}

.vs__deselect{
  fill:var(--vs-controls-color);
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:none;
  border:0;
  cursor:pointer;
  display:inline-flex;
  margin-left:4px;
  padding:0;
  text-shadow:var(--vs-controls--deselect-text-shadow)
}

.vs--single .vs__selected{
  background-color:transparent;
  border-color:transparent
}

.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{
  opacity:.4;
  position:absolute
}

.vs--single.vs--searching .vs__selected{
  display:none
}

.vs__search::-webkit-search-cancel-button{
  display:none
}

.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{
  display:none
}

.vs__search,.vs__search:focus{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:none;
  border:1px solid transparent;
  border-left:none;
  box-shadow:none;
  color:var(--vs-search-input-color);
  flex-grow:1;
  font-size:var(--vs-font-size);
  line-height:var(--vs-line-height);
  margin:4px 0 0;
  max-width:100%;
  outline:none;
  padding:0 7px;
  width:0;
  z-index:1
}

.vs__search::-moz-placeholder{
  color:var(--vs-search-input-placeholder-color)
}

.vs__search::placeholder{
  color:var(--vs-search-input-placeholder-color)
}

.vs--unsearchable .vs__search{
  opacity:1
}

.vs--unsearchable:not(.vs--disabled) .vs__search{
  cursor:pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{
  opacity:.2
}

.vs__spinner{
  align-self:center;
  animation:vSelectSpinner 1.1s linear infinite;
  border:.9em solid hsla(0,0%,39%,.1);
  border-left-color:rgba(60,60,60,.45);
  font-size:5px;
  opacity:0;
  overflow:hidden;
  text-indent:-9999em;
  transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));
  transition:opacity .1s
}

.vs__spinner,.vs__spinner:after{
  border-radius:50%;
  height:5em;
  transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));
  width:5em
}

.vs--loading .vs__spinner{
  opacity:1
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px
}

@media (max-width: 1450px) {
  html {
    font-size: 9.5px
  }
}

@media (max-width: 1240px) {
  html {
    font-size: 9px
  }
}

@media (max-width: 1030px) {
  html {
    font-size: 8.5px
  }
}

@media (max-width: 880px) {
  html {
    font-size: 8px
  }
}

@media (max-width: 600px) {
  html {
    font-size: 7.5px
  }
}

@media (max-width: 359px) {
  html {
    font-size: 7px
  }
}

body {
  font-weight: 400;
  color: var(--primaryTextColor);
  font-family: var(--primaryFont);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: var(--normalTrans);
}

button {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}

button:focus {
  outline: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

strong,
b {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
textarea {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

:-moz-focusring:not("input"),
::-moz-focus-outer:not("input") {
  border: 0 !important;
  outline: 0 !important;
}

::-moz-selection {
  background-color: var(--primaryColor);
  color: #ffffff;
}

::selection {
  background-color: var(--primaryColor);
  color: #ffffff;
}

[v-cloak] {
  display: none;
}

svg:focus {
  outline: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  display: block;
  margin: 0;
  font-weight: 400;
}

h1,
.h1 {
  font-size: 3.2rem;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 1.4;
}

h4,
.h4 {
  font-size: 2rem;
  line-height: 1.45;
}

p {
  line-height: 1.56;
  margin: 0;
  margin-bottom: 2rem
}

p:last-child {
  margin-bottom: 0;
}

.ql-editor h2, .content h2 {
  margin-bottom: 2.2rem
}

@media (max-width: 1030px) {
  .ql-editor h2, .content h2 {
    margin-bottom: 1.6rem
  }
}

@media (max-width: 600px) {
  .ql-editor h2, .content h2 {
    margin-bottom: 1.2rem
  }
}

.ql-editor h3, .content h3 {
  margin-bottom: 2.4rem
}

@media (max-width: 1030px) {
  .ql-editor h3, .content h3 {
    margin-bottom: 1.8rem
  }
}

@media (max-width: 600px) {
  .ql-editor h3, .content h3 {
    margin-bottom: 1.5rem
  }
}

.ql-editor h4, .content h4 {
  margin-bottom: 1.2rem;
}

.ql-editor p, .content p {
  font-family: var(--secondaryFont);
  color: var(--primaryTextColor);
  margin-bottom: 1.2rem !important;
  font-weight: 400;
  font-size: 1.7rem
}

.ql-editor p:last-child, .content p:last-child {
  margin-bottom: 0 !important;
}

.ql-editor a, .content a {
  color: var(--secondaryColor)
}

.ql-editor a:hover, .content a:hover {
  color: var(--primaryColor);
}

.ql-editor ul, .content ul {
  list-style: none;
}

.ql-editor ol, .content ol {
  list-style-position: inside;
}

.ql-editor ul,
    .ql-editor ol,
    .content ul,
    .content ol {
  font-family: var(--secondaryFont);
  color: var(--primaryTextColor);
  line-height: 1.5;
  margin-bottom: 1.2rem
}

.ql-editor ul:last-child, .ql-editor ol:last-child, .content ul:last-child, .content ol:last-child {
  margin-bottom: 0;
}

.ql-editor ul li,
    .ql-editor ol li,
    .content ul li,
    .content ol li {
  position: relative;
  padding-left: 1em;
}

.ql-editor ul li::before, .content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}

.ql-editor .image-style-side, .content .image-style-side {
  float: right;
  width: 500px;
  max-width: 100%;
  padding: 10px 15px
}

@media (max-width: 760px) {
  .ql-editor .image-style-side, .content .image-style-side {
    padding: 0;
    width: 100%;
    float: none
  }
}

.container {
  width: 150rem;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 5rem
}

@media (max-width: 1240px) {
  .container {
    padding: 0 4rem
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 3rem
  }
}

.ab100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embedContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}

.embedContainer iframe,
    .embedContainer object,
    .embedContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.objectFitCover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .sm\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .sm\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .sm\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .sm\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .sm\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .sm\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .sm\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .sm\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .sm\:container{
      max-width: 1701px;
    }
  }

  .sm\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .sm\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .sm\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .sm\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .sm\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .sm\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .sm\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .sm\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .sm\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .sm\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .sm\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .sm\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .sm\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .sm\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .sm\:prose code::before{
    content: "`";
  }

  .sm\:prose code::after{
    content: "`";
  }

  .sm\:prose a code{
    color: #111827;
  }

  .sm\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .sm\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .sm\:prose pre code::before{
    content: "";
  }

  .sm\:prose pre code::after{
    content: "";
  }

  .sm\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .sm\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .sm\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .sm\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .sm\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .sm\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose h2 code{
    font-size: 0.875em;
  }

  .sm\:prose h3 code{
    font-size: 0.9em;
  }

  .sm\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .sm\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .sm\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .sm\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .sm\:prose ul ul, .sm\:prose ul ol, .sm\:prose ol ul, .sm\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose hr + *{
    margin-top: 0;
  }

  .sm\:prose h2 + *{
    margin-top: 0;
  }

  .sm\:prose h3 + *{
    margin-top: 0;
  }

  .sm\:prose h4 + *{
    margin-top: 0;
  }

  .sm\:prose thead th:first-child{
    padding-left: 0;
  }

  .sm\:prose thead th:last-child{
    padding-right: 0;
  }

  .sm\:prose tbody td:first-child{
    padding-left: 0;
  }

  .sm\:prose tbody td:last-child{
    padding-right: 0;
  }

  .sm\:prose > :first-child{
    margin-top: 0;
  }

  .sm\:prose > :last-child{
    margin-bottom: 0;
  }

  .sm\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .sm\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .sm\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .sm\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .sm\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .sm\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .sm\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .sm\:prose-sm code{
    font-size: 0.8571429em;
  }

  .sm\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .sm\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .sm\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .sm\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .sm\:prose-sm ol > li::before{
    left: 0;
  }

  .sm\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .sm\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .sm\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .sm\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .sm\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm ul ul, .sm\:prose-sm ul ol, .sm\:prose-sm ol ul, .sm\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .sm\:prose-sm hr + *{
    margin-top: 0;
  }

  .sm\:prose-sm h2 + *{
    margin-top: 0;
  }

  .sm\:prose-sm h3 + *{
    margin-top: 0;
  }

  .sm\:prose-sm h4 + *{
    margin-top: 0;
  }

  .sm\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .sm\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .sm\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .sm\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .sm\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .sm\:prose-sm > :first-child{
    margin-top: 0;
  }

  .sm\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .sm\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .sm\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .sm\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .sm\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .sm\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .sm\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .sm\:prose-lg code{
    font-size: 0.8888889em;
  }

  .sm\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .sm\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .sm\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .sm\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .sm\:prose-lg ol > li::before{
    left: 0;
  }

  .sm\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .sm\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .sm\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg ul ul, .sm\:prose-lg ul ol, .sm\:prose-lg ol ul, .sm\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .sm\:prose-lg hr + *{
    margin-top: 0;
  }

  .sm\:prose-lg h2 + *{
    margin-top: 0;
  }

  .sm\:prose-lg h3 + *{
    margin-top: 0;
  }

  .sm\:prose-lg h4 + *{
    margin-top: 0;
  }

  .sm\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .sm\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .sm\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .sm\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .sm\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .sm\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .sm\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .sm\:prose-lg > :first-child{
    margin-top: 0;
  }

  .sm\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .sm\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .sm\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .sm\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .sm\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .sm\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .sm\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .sm\:prose-xl code{
    font-size: 0.9em;
  }

  .sm\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .sm\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .sm\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .sm\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .sm\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .sm\:prose-xl ol > li::before{
    left: 0;
  }

  .sm\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .sm\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .sm\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .sm\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .sm\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .sm\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl ul ul, .sm\:prose-xl ul ol, .sm\:prose-xl ol ul, .sm\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .sm\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .sm\:prose-xl hr + *{
    margin-top: 0;
  }

  .sm\:prose-xl h2 + *{
    margin-top: 0;
  }

  .sm\:prose-xl h3 + *{
    margin-top: 0;
  }

  .sm\:prose-xl h4 + *{
    margin-top: 0;
  }

  .sm\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .sm\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .sm\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .sm\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .sm\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .sm\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .sm\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .sm\:prose-xl > :first-child{
    margin-top: 0;
  }

  .sm\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .sm\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .sm\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .sm\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .sm\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .sm\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .sm\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .sm\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .sm\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .sm\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .sm\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .sm\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .sm\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .sm\:prose-2xl ol > li::before{
    left: 0;
  }

  .sm\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .sm\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .sm\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .sm\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .sm\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .sm\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl ul ul, .sm\:prose-2xl ul ol, .sm\:prose-2xl ol ul, .sm\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm\:prose-2xl hr + *{
    margin-top: 0;
  }

  .sm\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .sm\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .sm\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .sm\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .sm\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .sm\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .sm\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .sm\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .sm\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .sm\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .sm\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .sm\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .sm\:prose-blue{
  }

  .sm\:prose-red{
  }

  .sm\:prose-pink{
  }

  .sm\:prose-indigo a{
    color: #4f46e5;
  }

  .sm\:prose-indigo a code{
    color: #4f46e5;
  }

  .sm\:prose-green a{
    color: #16a34a;
  }

  .sm\:prose-green a code{
    color: #16a34a;
  }

  .sm\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:pointer-events-none{
    pointer-events: none;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm\:visible{
    visibility: visible;
  }

  .sm\:invisible{
    visibility: hidden;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: sticky;
  }

  .sm\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .sm\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .sm\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .sm\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .sm\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .sm\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .sm\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .sm\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .sm\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .sm\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .sm\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .sm\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .sm\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .sm\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .sm\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .sm\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .sm\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .sm\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .sm\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .sm\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .sm\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .sm\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .sm\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .sm\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .sm\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .sm\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .sm\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .sm\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .sm\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .sm\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .sm\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .sm\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .sm\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .sm\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .sm\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .sm\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .sm\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .sm\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .sm\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .sm\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .sm\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .sm\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .sm\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .sm\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .sm\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .sm\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .sm\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .sm\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .sm\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .sm\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .sm\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .sm\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .sm\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .sm\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .sm\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .sm\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .sm\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .sm\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .sm\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .sm\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .sm\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .sm\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .sm\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .sm\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .sm\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .sm\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .sm\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .sm\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .sm\:top-0{
    top: 0px;
  }

  .sm\:top-1{
    top: 0.25rem;
  }

  .sm\:top-2{
    top: 0.5rem;
  }

  .sm\:top-3{
    top: 0.75rem;
  }

  .sm\:top-4{
    top: 1rem;
  }

  .sm\:top-5{
    top: 1.25rem;
  }

  .sm\:top-6{
    top: 1.5rem;
  }

  .sm\:top-7{
    top: 1.75rem;
  }

  .sm\:top-8{
    top: 2rem;
  }

  .sm\:top-9{
    top: 2.25rem;
  }

  .sm\:top-10{
    top: 2.5rem;
  }

  .sm\:top-11{
    top: 2.75rem;
  }

  .sm\:top-12{
    top: 3rem;
  }

  .sm\:top-14{
    top: 3.5rem;
  }

  .sm\:top-16{
    top: 4rem;
  }

  .sm\:top-20{
    top: 5rem;
  }

  .sm\:top-24{
    top: 6rem;
  }

  .sm\:top-28{
    top: 7rem;
  }

  .sm\:top-32{
    top: 8rem;
  }

  .sm\:top-36{
    top: 9rem;
  }

  .sm\:top-40{
    top: 10rem;
  }

  .sm\:top-44{
    top: 11rem;
  }

  .sm\:top-48{
    top: 12rem;
  }

  .sm\:top-52{
    top: 13rem;
  }

  .sm\:top-56{
    top: 14rem;
  }

  .sm\:top-60{
    top: 15rem;
  }

  .sm\:top-64{
    top: 16rem;
  }

  .sm\:top-72{
    top: 18rem;
  }

  .sm\:top-80{
    top: 20rem;
  }

  .sm\:top-96{
    top: 24rem;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:top-px{
    top: 1px;
  }

  .sm\:top-0\.5{
    top: 0.125rem;
  }

  .sm\:top-1\.5{
    top: 0.375rem;
  }

  .sm\:top-2\.5{
    top: 0.625rem;
  }

  .sm\:top-3\.5{
    top: 0.875rem;
  }

  .sm\:-top-0{
    top: 0px;
  }

  .sm\:-top-1{
    top: -0.25rem;
  }

  .sm\:-top-2{
    top: -0.5rem;
  }

  .sm\:-top-3{
    top: -0.75rem;
  }

  .sm\:-top-4{
    top: -1rem;
  }

  .sm\:-top-5{
    top: -1.25rem;
  }

  .sm\:-top-6{
    top: -1.5rem;
  }

  .sm\:-top-7{
    top: -1.75rem;
  }

  .sm\:-top-8{
    top: -2rem;
  }

  .sm\:-top-9{
    top: -2.25rem;
  }

  .sm\:-top-10{
    top: -2.5rem;
  }

  .sm\:-top-11{
    top: -2.75rem;
  }

  .sm\:-top-12{
    top: -3rem;
  }

  .sm\:-top-14{
    top: -3.5rem;
  }

  .sm\:-top-16{
    top: -4rem;
  }

  .sm\:-top-20{
    top: -5rem;
  }

  .sm\:-top-24{
    top: -6rem;
  }

  .sm\:-top-28{
    top: -7rem;
  }

  .sm\:-top-32{
    top: -8rem;
  }

  .sm\:-top-36{
    top: -9rem;
  }

  .sm\:-top-40{
    top: -10rem;
  }

  .sm\:-top-44{
    top: -11rem;
  }

  .sm\:-top-48{
    top: -12rem;
  }

  .sm\:-top-52{
    top: -13rem;
  }

  .sm\:-top-56{
    top: -14rem;
  }

  .sm\:-top-60{
    top: -15rem;
  }

  .sm\:-top-64{
    top: -16rem;
  }

  .sm\:-top-72{
    top: -18rem;
  }

  .sm\:-top-80{
    top: -20rem;
  }

  .sm\:-top-96{
    top: -24rem;
  }

  .sm\:-top-px{
    top: -1px;
  }

  .sm\:-top-0\.5{
    top: -0.125rem;
  }

  .sm\:-top-1\.5{
    top: -0.375rem;
  }

  .sm\:-top-2\.5{
    top: -0.625rem;
  }

  .sm\:-top-3\.5{
    top: -0.875rem;
  }

  .sm\:top-1\/2{
    top: 50%;
  }

  .sm\:top-1\/3{
    top: 33.333333%;
  }

  .sm\:top-2\/3{
    top: 66.666667%;
  }

  .sm\:top-1\/4{
    top: 25%;
  }

  .sm\:top-2\/4{
    top: 50%;
  }

  .sm\:top-3\/4{
    top: 75%;
  }

  .sm\:top-full{
    top: 100%;
  }

  .sm\:-top-1\/2{
    top: -50%;
  }

  .sm\:-top-1\/3{
    top: -33.333333%;
  }

  .sm\:-top-2\/3{
    top: -66.666667%;
  }

  .sm\:-top-1\/4{
    top: -25%;
  }

  .sm\:-top-2\/4{
    top: -50%;
  }

  .sm\:-top-3\/4{
    top: -75%;
  }

  .sm\:-top-full{
    top: -100%;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:right-1{
    right: 0.25rem;
  }

  .sm\:right-2{
    right: 0.5rem;
  }

  .sm\:right-3{
    right: 0.75rem;
  }

  .sm\:right-4{
    right: 1rem;
  }

  .sm\:right-5{
    right: 1.25rem;
  }

  .sm\:right-6{
    right: 1.5rem;
  }

  .sm\:right-7{
    right: 1.75rem;
  }

  .sm\:right-8{
    right: 2rem;
  }

  .sm\:right-9{
    right: 2.25rem;
  }

  .sm\:right-10{
    right: 2.5rem;
  }

  .sm\:right-11{
    right: 2.75rem;
  }

  .sm\:right-12{
    right: 3rem;
  }

  .sm\:right-14{
    right: 3.5rem;
  }

  .sm\:right-16{
    right: 4rem;
  }

  .sm\:right-20{
    right: 5rem;
  }

  .sm\:right-24{
    right: 6rem;
  }

  .sm\:right-28{
    right: 7rem;
  }

  .sm\:right-32{
    right: 8rem;
  }

  .sm\:right-36{
    right: 9rem;
  }

  .sm\:right-40{
    right: 10rem;
  }

  .sm\:right-44{
    right: 11rem;
  }

  .sm\:right-48{
    right: 12rem;
  }

  .sm\:right-52{
    right: 13rem;
  }

  .sm\:right-56{
    right: 14rem;
  }

  .sm\:right-60{
    right: 15rem;
  }

  .sm\:right-64{
    right: 16rem;
  }

  .sm\:right-72{
    right: 18rem;
  }

  .sm\:right-80{
    right: 20rem;
  }

  .sm\:right-96{
    right: 24rem;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:right-px{
    right: 1px;
  }

  .sm\:right-0\.5{
    right: 0.125rem;
  }

  .sm\:right-1\.5{
    right: 0.375rem;
  }

  .sm\:right-2\.5{
    right: 0.625rem;
  }

  .sm\:right-3\.5{
    right: 0.875rem;
  }

  .sm\:-right-0{
    right: 0px;
  }

  .sm\:-right-1{
    right: -0.25rem;
  }

  .sm\:-right-2{
    right: -0.5rem;
  }

  .sm\:-right-3{
    right: -0.75rem;
  }

  .sm\:-right-4{
    right: -1rem;
  }

  .sm\:-right-5{
    right: -1.25rem;
  }

  .sm\:-right-6{
    right: -1.5rem;
  }

  .sm\:-right-7{
    right: -1.75rem;
  }

  .sm\:-right-8{
    right: -2rem;
  }

  .sm\:-right-9{
    right: -2.25rem;
  }

  .sm\:-right-10{
    right: -2.5rem;
  }

  .sm\:-right-11{
    right: -2.75rem;
  }

  .sm\:-right-12{
    right: -3rem;
  }

  .sm\:-right-14{
    right: -3.5rem;
  }

  .sm\:-right-16{
    right: -4rem;
  }

  .sm\:-right-20{
    right: -5rem;
  }

  .sm\:-right-24{
    right: -6rem;
  }

  .sm\:-right-28{
    right: -7rem;
  }

  .sm\:-right-32{
    right: -8rem;
  }

  .sm\:-right-36{
    right: -9rem;
  }

  .sm\:-right-40{
    right: -10rem;
  }

  .sm\:-right-44{
    right: -11rem;
  }

  .sm\:-right-48{
    right: -12rem;
  }

  .sm\:-right-52{
    right: -13rem;
  }

  .sm\:-right-56{
    right: -14rem;
  }

  .sm\:-right-60{
    right: -15rem;
  }

  .sm\:-right-64{
    right: -16rem;
  }

  .sm\:-right-72{
    right: -18rem;
  }

  .sm\:-right-80{
    right: -20rem;
  }

  .sm\:-right-96{
    right: -24rem;
  }

  .sm\:-right-px{
    right: -1px;
  }

  .sm\:-right-0\.5{
    right: -0.125rem;
  }

  .sm\:-right-1\.5{
    right: -0.375rem;
  }

  .sm\:-right-2\.5{
    right: -0.625rem;
  }

  .sm\:-right-3\.5{
    right: -0.875rem;
  }

  .sm\:right-1\/2{
    right: 50%;
  }

  .sm\:right-1\/3{
    right: 33.333333%;
  }

  .sm\:right-2\/3{
    right: 66.666667%;
  }

  .sm\:right-1\/4{
    right: 25%;
  }

  .sm\:right-2\/4{
    right: 50%;
  }

  .sm\:right-3\/4{
    right: 75%;
  }

  .sm\:right-full{
    right: 100%;
  }

  .sm\:-right-1\/2{
    right: -50%;
  }

  .sm\:-right-1\/3{
    right: -33.333333%;
  }

  .sm\:-right-2\/3{
    right: -66.666667%;
  }

  .sm\:-right-1\/4{
    right: -25%;
  }

  .sm\:-right-2\/4{
    right: -50%;
  }

  .sm\:-right-3\/4{
    right: -75%;
  }

  .sm\:-right-full{
    right: -100%;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:bottom-1{
    bottom: 0.25rem;
  }

  .sm\:bottom-2{
    bottom: 0.5rem;
  }

  .sm\:bottom-3{
    bottom: 0.75rem;
  }

  .sm\:bottom-4{
    bottom: 1rem;
  }

  .sm\:bottom-5{
    bottom: 1.25rem;
  }

  .sm\:bottom-6{
    bottom: 1.5rem;
  }

  .sm\:bottom-7{
    bottom: 1.75rem;
  }

  .sm\:bottom-8{
    bottom: 2rem;
  }

  .sm\:bottom-9{
    bottom: 2.25rem;
  }

  .sm\:bottom-10{
    bottom: 2.5rem;
  }

  .sm\:bottom-11{
    bottom: 2.75rem;
  }

  .sm\:bottom-12{
    bottom: 3rem;
  }

  .sm\:bottom-14{
    bottom: 3.5rem;
  }

  .sm\:bottom-16{
    bottom: 4rem;
  }

  .sm\:bottom-20{
    bottom: 5rem;
  }

  .sm\:bottom-24{
    bottom: 6rem;
  }

  .sm\:bottom-28{
    bottom: 7rem;
  }

  .sm\:bottom-32{
    bottom: 8rem;
  }

  .sm\:bottom-36{
    bottom: 9rem;
  }

  .sm\:bottom-40{
    bottom: 10rem;
  }

  .sm\:bottom-44{
    bottom: 11rem;
  }

  .sm\:bottom-48{
    bottom: 12rem;
  }

  .sm\:bottom-52{
    bottom: 13rem;
  }

  .sm\:bottom-56{
    bottom: 14rem;
  }

  .sm\:bottom-60{
    bottom: 15rem;
  }

  .sm\:bottom-64{
    bottom: 16rem;
  }

  .sm\:bottom-72{
    bottom: 18rem;
  }

  .sm\:bottom-80{
    bottom: 20rem;
  }

  .sm\:bottom-96{
    bottom: 24rem;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:bottom-px{
    bottom: 1px;
  }

  .sm\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .sm\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .sm\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .sm\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .sm\:-bottom-0{
    bottom: 0px;
  }

  .sm\:-bottom-1{
    bottom: -0.25rem;
  }

  .sm\:-bottom-2{
    bottom: -0.5rem;
  }

  .sm\:-bottom-3{
    bottom: -0.75rem;
  }

  .sm\:-bottom-4{
    bottom: -1rem;
  }

  .sm\:-bottom-5{
    bottom: -1.25rem;
  }

  .sm\:-bottom-6{
    bottom: -1.5rem;
  }

  .sm\:-bottom-7{
    bottom: -1.75rem;
  }

  .sm\:-bottom-8{
    bottom: -2rem;
  }

  .sm\:-bottom-9{
    bottom: -2.25rem;
  }

  .sm\:-bottom-10{
    bottom: -2.5rem;
  }

  .sm\:-bottom-11{
    bottom: -2.75rem;
  }

  .sm\:-bottom-12{
    bottom: -3rem;
  }

  .sm\:-bottom-14{
    bottom: -3.5rem;
  }

  .sm\:-bottom-16{
    bottom: -4rem;
  }

  .sm\:-bottom-20{
    bottom: -5rem;
  }

  .sm\:-bottom-24{
    bottom: -6rem;
  }

  .sm\:-bottom-28{
    bottom: -7rem;
  }

  .sm\:-bottom-32{
    bottom: -8rem;
  }

  .sm\:-bottom-36{
    bottom: -9rem;
  }

  .sm\:-bottom-40{
    bottom: -10rem;
  }

  .sm\:-bottom-44{
    bottom: -11rem;
  }

  .sm\:-bottom-48{
    bottom: -12rem;
  }

  .sm\:-bottom-52{
    bottom: -13rem;
  }

  .sm\:-bottom-56{
    bottom: -14rem;
  }

  .sm\:-bottom-60{
    bottom: -15rem;
  }

  .sm\:-bottom-64{
    bottom: -16rem;
  }

  .sm\:-bottom-72{
    bottom: -18rem;
  }

  .sm\:-bottom-80{
    bottom: -20rem;
  }

  .sm\:-bottom-96{
    bottom: -24rem;
  }

  .sm\:-bottom-px{
    bottom: -1px;
  }

  .sm\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .sm\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .sm\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .sm\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .sm\:bottom-1\/2{
    bottom: 50%;
  }

  .sm\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .sm\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .sm\:bottom-1\/4{
    bottom: 25%;
  }

  .sm\:bottom-2\/4{
    bottom: 50%;
  }

  .sm\:bottom-3\/4{
    bottom: 75%;
  }

  .sm\:bottom-full{
    bottom: 100%;
  }

  .sm\:-bottom-1\/2{
    bottom: -50%;
  }

  .sm\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .sm\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .sm\:-bottom-1\/4{
    bottom: -25%;
  }

  .sm\:-bottom-2\/4{
    bottom: -50%;
  }

  .sm\:-bottom-3\/4{
    bottom: -75%;
  }

  .sm\:-bottom-full{
    bottom: -100%;
  }

  .sm\:left-0{
    left: 0px;
  }

  .sm\:left-1{
    left: 0.25rem;
  }

  .sm\:left-2{
    left: 0.5rem;
  }

  .sm\:left-3{
    left: 0.75rem;
  }

  .sm\:left-4{
    left: 1rem;
  }

  .sm\:left-5{
    left: 1.25rem;
  }

  .sm\:left-6{
    left: 1.5rem;
  }

  .sm\:left-7{
    left: 1.75rem;
  }

  .sm\:left-8{
    left: 2rem;
  }

  .sm\:left-9{
    left: 2.25rem;
  }

  .sm\:left-10{
    left: 2.5rem;
  }

  .sm\:left-11{
    left: 2.75rem;
  }

  .sm\:left-12{
    left: 3rem;
  }

  .sm\:left-14{
    left: 3.5rem;
  }

  .sm\:left-16{
    left: 4rem;
  }

  .sm\:left-20{
    left: 5rem;
  }

  .sm\:left-24{
    left: 6rem;
  }

  .sm\:left-28{
    left: 7rem;
  }

  .sm\:left-32{
    left: 8rem;
  }

  .sm\:left-36{
    left: 9rem;
  }

  .sm\:left-40{
    left: 10rem;
  }

  .sm\:left-44{
    left: 11rem;
  }

  .sm\:left-48{
    left: 12rem;
  }

  .sm\:left-52{
    left: 13rem;
  }

  .sm\:left-56{
    left: 14rem;
  }

  .sm\:left-60{
    left: 15rem;
  }

  .sm\:left-64{
    left: 16rem;
  }

  .sm\:left-72{
    left: 18rem;
  }

  .sm\:left-80{
    left: 20rem;
  }

  .sm\:left-96{
    left: 24rem;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:left-px{
    left: 1px;
  }

  .sm\:left-0\.5{
    left: 0.125rem;
  }

  .sm\:left-1\.5{
    left: 0.375rem;
  }

  .sm\:left-2\.5{
    left: 0.625rem;
  }

  .sm\:left-3\.5{
    left: 0.875rem;
  }

  .sm\:-left-0{
    left: 0px;
  }

  .sm\:-left-1{
    left: -0.25rem;
  }

  .sm\:-left-2{
    left: -0.5rem;
  }

  .sm\:-left-3{
    left: -0.75rem;
  }

  .sm\:-left-4{
    left: -1rem;
  }

  .sm\:-left-5{
    left: -1.25rem;
  }

  .sm\:-left-6{
    left: -1.5rem;
  }

  .sm\:-left-7{
    left: -1.75rem;
  }

  .sm\:-left-8{
    left: -2rem;
  }

  .sm\:-left-9{
    left: -2.25rem;
  }

  .sm\:-left-10{
    left: -2.5rem;
  }

  .sm\:-left-11{
    left: -2.75rem;
  }

  .sm\:-left-12{
    left: -3rem;
  }

  .sm\:-left-14{
    left: -3.5rem;
  }

  .sm\:-left-16{
    left: -4rem;
  }

  .sm\:-left-20{
    left: -5rem;
  }

  .sm\:-left-24{
    left: -6rem;
  }

  .sm\:-left-28{
    left: -7rem;
  }

  .sm\:-left-32{
    left: -8rem;
  }

  .sm\:-left-36{
    left: -9rem;
  }

  .sm\:-left-40{
    left: -10rem;
  }

  .sm\:-left-44{
    left: -11rem;
  }

  .sm\:-left-48{
    left: -12rem;
  }

  .sm\:-left-52{
    left: -13rem;
  }

  .sm\:-left-56{
    left: -14rem;
  }

  .sm\:-left-60{
    left: -15rem;
  }

  .sm\:-left-64{
    left: -16rem;
  }

  .sm\:-left-72{
    left: -18rem;
  }

  .sm\:-left-80{
    left: -20rem;
  }

  .sm\:-left-96{
    left: -24rem;
  }

  .sm\:-left-px{
    left: -1px;
  }

  .sm\:-left-0\.5{
    left: -0.125rem;
  }

  .sm\:-left-1\.5{
    left: -0.375rem;
  }

  .sm\:-left-2\.5{
    left: -0.625rem;
  }

  .sm\:-left-3\.5{
    left: -0.875rem;
  }

  .sm\:left-1\/2{
    left: 50%;
  }

  .sm\:left-1\/3{
    left: 33.333333%;
  }

  .sm\:left-2\/3{
    left: 66.666667%;
  }

  .sm\:left-1\/4{
    left: 25%;
  }

  .sm\:left-2\/4{
    left: 50%;
  }

  .sm\:left-3\/4{
    left: 75%;
  }

  .sm\:left-full{
    left: 100%;
  }

  .sm\:-left-1\/2{
    left: -50%;
  }

  .sm\:-left-1\/3{
    left: -33.333333%;
  }

  .sm\:-left-2\/3{
    left: -66.666667%;
  }

  .sm\:-left-1\/4{
    left: -25%;
  }

  .sm\:-left-2\/4{
    left: -50%;
  }

  .sm\:-left-3\/4{
    left: -75%;
  }

  .sm\:-left-full{
    left: -100%;
  }

  .sm\:isolate{
    isolation: isolate;
  }

  .sm\:isolation-auto{
    isolation: auto;
  }

  .sm\:z-0{
    z-index: 0;
  }

  .sm\:z-10{
    z-index: 10;
  }

  .sm\:z-20{
    z-index: 20;
  }

  .sm\:z-30{
    z-index: 30;
  }

  .sm\:z-40{
    z-index: 40;
  }

  .sm\:z-50{
    z-index: 50;
  }

  .sm\:z-auto{
    z-index: auto;
  }

  .sm\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .sm\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .sm\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .sm\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .sm\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .sm\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .sm\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .sm\:focus\:z-0:focus{
    z-index: 0;
  }

  .sm\:focus\:z-10:focus{
    z-index: 10;
  }

  .sm\:focus\:z-20:focus{
    z-index: 20;
  }

  .sm\:focus\:z-30:focus{
    z-index: 30;
  }

  .sm\:focus\:z-40:focus{
    z-index: 40;
  }

  .sm\:focus\:z-50:focus{
    z-index: 50;
  }

  .sm\:focus\:z-auto:focus{
    z-index: auto;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-4{
    order: 4;
  }

  .sm\:order-5{
    order: 5;
  }

  .sm\:order-6{
    order: 6;
  }

  .sm\:order-7{
    order: 7;
  }

  .sm\:order-8{
    order: 8;
  }

  .sm\:order-9{
    order: 9;
  }

  .sm\:order-10{
    order: 10;
  }

  .sm\:order-11{
    order: 11;
  }

  .sm\:order-12{
    order: 12;
  }

  .sm\:order-first{
    order: -9999;
  }

  .sm\:order-last{
    order: 9999;
  }

  .sm\:order-none{
    order: 0;
  }

  .sm\:col-auto{
    grid-column: auto;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-full{
    grid-column: 1 / -1;
  }

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:col-start-3{
    grid-column-start: 3;
  }

  .sm\:col-start-4{
    grid-column-start: 4;
  }

  .sm\:col-start-5{
    grid-column-start: 5;
  }

  .sm\:col-start-6{
    grid-column-start: 6;
  }

  .sm\:col-start-7{
    grid-column-start: 7;
  }

  .sm\:col-start-8{
    grid-column-start: 8;
  }

  .sm\:col-start-9{
    grid-column-start: 9;
  }

  .sm\:col-start-10{
    grid-column-start: 10;
  }

  .sm\:col-start-11{
    grid-column-start: 11;
  }

  .sm\:col-start-12{
    grid-column-start: 12;
  }

  .sm\:col-start-13{
    grid-column-start: 13;
  }

  .sm\:col-start-auto{
    grid-column-start: auto;
  }

  .sm\:col-end-1{
    grid-column-end: 1;
  }

  .sm\:col-end-2{
    grid-column-end: 2;
  }

  .sm\:col-end-3{
    grid-column-end: 3;
  }

  .sm\:col-end-4{
    grid-column-end: 4;
  }

  .sm\:col-end-5{
    grid-column-end: 5;
  }

  .sm\:col-end-6{
    grid-column-end: 6;
  }

  .sm\:col-end-7{
    grid-column-end: 7;
  }

  .sm\:col-end-8{
    grid-column-end: 8;
  }

  .sm\:col-end-9{
    grid-column-end: 9;
  }

  .sm\:col-end-10{
    grid-column-end: 10;
  }

  .sm\:col-end-11{
    grid-column-end: 11;
  }

  .sm\:col-end-12{
    grid-column-end: 12;
  }

  .sm\:col-end-13{
    grid-column-end: 13;
  }

  .sm\:col-end-auto{
    grid-column-end: auto;
  }

  .sm\:row-auto{
    grid-row: auto;
  }

  .sm\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full{
    grid-row: 1 / -1;
  }

  .sm\:row-start-1{
    grid-row-start: 1;
  }

  .sm\:row-start-2{
    grid-row-start: 2;
  }

  .sm\:row-start-3{
    grid-row-start: 3;
  }

  .sm\:row-start-4{
    grid-row-start: 4;
  }

  .sm\:row-start-5{
    grid-row-start: 5;
  }

  .sm\:row-start-6{
    grid-row-start: 6;
  }

  .sm\:row-start-7{
    grid-row-start: 7;
  }

  .sm\:row-start-auto{
    grid-row-start: auto;
  }

  .sm\:row-end-1{
    grid-row-end: 1;
  }

  .sm\:row-end-2{
    grid-row-end: 2;
  }

  .sm\:row-end-3{
    grid-row-end: 3;
  }

  .sm\:row-end-4{
    grid-row-end: 4;
  }

  .sm\:row-end-5{
    grid-row-end: 5;
  }

  .sm\:row-end-6{
    grid-row-end: 6;
  }

  .sm\:row-end-7{
    grid-row-end: 7;
  }

  .sm\:row-end-auto{
    grid-row-end: auto;
  }

  .sm\:float-right{
    float: right;
  }

  .sm\:float-left{
    float: left;
  }

  .sm\:float-none{
    float: none;
  }

  .sm\:clear-left{
    clear: left;
  }

  .sm\:clear-right{
    clear: right;
  }

  .sm\:clear-both{
    clear: both;
  }

  .sm\:clear-none{
    clear: none;
  }

  .sm\:m-0{
    margin: 0px;
  }

  .sm\:m-1{
    margin: 0.25rem;
  }

  .sm\:m-2{
    margin: 0.5rem;
  }

  .sm\:m-3{
    margin: 0.75rem;
  }

  .sm\:m-4{
    margin: 1rem;
  }

  .sm\:m-5{
    margin: 1.25rem;
  }

  .sm\:m-6{
    margin: 1.5rem;
  }

  .sm\:m-7{
    margin: 1.75rem;
  }

  .sm\:m-8{
    margin: 2rem;
  }

  .sm\:m-9{
    margin: 2.25rem;
  }

  .sm\:m-10{
    margin: 2.5rem;
  }

  .sm\:m-11{
    margin: 2.75rem;
  }

  .sm\:m-12{
    margin: 3rem;
  }

  .sm\:m-14{
    margin: 3.5rem;
  }

  .sm\:m-16{
    margin: 4rem;
  }

  .sm\:m-20{
    margin: 5rem;
  }

  .sm\:m-24{
    margin: 6rem;
  }

  .sm\:m-28{
    margin: 7rem;
  }

  .sm\:m-32{
    margin: 8rem;
  }

  .sm\:m-36{
    margin: 9rem;
  }

  .sm\:m-40{
    margin: 10rem;
  }

  .sm\:m-44{
    margin: 11rem;
  }

  .sm\:m-48{
    margin: 12rem;
  }

  .sm\:m-52{
    margin: 13rem;
  }

  .sm\:m-56{
    margin: 14rem;
  }

  .sm\:m-60{
    margin: 15rem;
  }

  .sm\:m-64{
    margin: 16rem;
  }

  .sm\:m-72{
    margin: 18rem;
  }

  .sm\:m-80{
    margin: 20rem;
  }

  .sm\:m-96{
    margin: 24rem;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:m-px{
    margin: 1px;
  }

  .sm\:m-0\.5{
    margin: 0.125rem;
  }

  .sm\:m-1\.5{
    margin: 0.375rem;
  }

  .sm\:m-2\.5{
    margin: 0.625rem;
  }

  .sm\:m-3\.5{
    margin: 0.875rem;
  }

  .sm\:-m-0{
    margin: 0px;
  }

  .sm\:-m-1{
    margin: -0.25rem;
  }

  .sm\:-m-2{
    margin: -0.5rem;
  }

  .sm\:-m-3{
    margin: -0.75rem;
  }

  .sm\:-m-4{
    margin: -1rem;
  }

  .sm\:-m-5{
    margin: -1.25rem;
  }

  .sm\:-m-6{
    margin: -1.5rem;
  }

  .sm\:-m-7{
    margin: -1.75rem;
  }

  .sm\:-m-8{
    margin: -2rem;
  }

  .sm\:-m-9{
    margin: -2.25rem;
  }

  .sm\:-m-10{
    margin: -2.5rem;
  }

  .sm\:-m-11{
    margin: -2.75rem;
  }

  .sm\:-m-12{
    margin: -3rem;
  }

  .sm\:-m-14{
    margin: -3.5rem;
  }

  .sm\:-m-16{
    margin: -4rem;
  }

  .sm\:-m-20{
    margin: -5rem;
  }

  .sm\:-m-24{
    margin: -6rem;
  }

  .sm\:-m-28{
    margin: -7rem;
  }

  .sm\:-m-32{
    margin: -8rem;
  }

  .sm\:-m-36{
    margin: -9rem;
  }

  .sm\:-m-40{
    margin: -10rem;
  }

  .sm\:-m-44{
    margin: -11rem;
  }

  .sm\:-m-48{
    margin: -12rem;
  }

  .sm\:-m-52{
    margin: -13rem;
  }

  .sm\:-m-56{
    margin: -14rem;
  }

  .sm\:-m-60{
    margin: -15rem;
  }

  .sm\:-m-64{
    margin: -16rem;
  }

  .sm\:-m-72{
    margin: -18rem;
  }

  .sm\:-m-80{
    margin: -20rem;
  }

  .sm\:-m-96{
    margin: -24rem;
  }

  .sm\:-m-px{
    margin: -1px;
  }

  .sm\:-m-0\.5{
    margin: -0.125rem;
  }

  .sm\:-m-1\.5{
    margin: -0.375rem;
  }

  .sm\:-m-2\.5{
    margin: -0.625rem;
  }

  .sm\:-m-3\.5{
    margin: -0.875rem;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mt-1{
    margin-top: 0.25rem;
  }

  .sm\:mt-2{
    margin-top: 0.5rem;
  }

  .sm\:mt-3{
    margin-top: 0.75rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mt-5{
    margin-top: 1.25rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mt-7{
    margin-top: 1.75rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:mt-9{
    margin-top: 2.25rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-11{
    margin-top: 2.75rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mt-14{
    margin-top: 3.5rem;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:mt-24{
    margin-top: 6rem;
  }

  .sm\:mt-28{
    margin-top: 7rem;
  }

  .sm\:mt-32{
    margin-top: 8rem;
  }

  .sm\:mt-36{
    margin-top: 9rem;
  }

  .sm\:mt-40{
    margin-top: 10rem;
  }

  .sm\:mt-44{
    margin-top: 11rem;
  }

  .sm\:mt-48{
    margin-top: 12rem;
  }

  .sm\:mt-52{
    margin-top: 13rem;
  }

  .sm\:mt-56{
    margin-top: 14rem;
  }

  .sm\:mt-60{
    margin-top: 15rem;
  }

  .sm\:mt-64{
    margin-top: 16rem;
  }

  .sm\:mt-72{
    margin-top: 18rem;
  }

  .sm\:mt-80{
    margin-top: 20rem;
  }

  .sm\:mt-96{
    margin-top: 24rem;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:mt-px{
    margin-top: 1px;
  }

  .sm\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .sm\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .sm\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .sm\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .sm\:-mt-0{
    margin-top: 0px;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  .sm\:-mt-4{
    margin-top: -1rem;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  .sm\:-mt-7{
    margin-top: -1.75rem;
  }

  .sm\:-mt-8{
    margin-top: -2rem;
  }

  .sm\:-mt-9{
    margin-top: -2.25rem;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  .sm\:-mt-11{
    margin-top: -2.75rem;
  }

  .sm\:-mt-12{
    margin-top: -3rem;
  }

  .sm\:-mt-14{
    margin-top: -3.5rem;
  }

  .sm\:-mt-16{
    margin-top: -4rem;
  }

  .sm\:-mt-20{
    margin-top: -5rem;
  }

  .sm\:-mt-24{
    margin-top: -6rem;
  }

  .sm\:-mt-28{
    margin-top: -7rem;
  }

  .sm\:-mt-32{
    margin-top: -8rem;
  }

  .sm\:-mt-36{
    margin-top: -9rem;
  }

  .sm\:-mt-40{
    margin-top: -10rem;
  }

  .sm\:-mt-44{
    margin-top: -11rem;
  }

  .sm\:-mt-48{
    margin-top: -12rem;
  }

  .sm\:-mt-52{
    margin-top: -13rem;
  }

  .sm\:-mt-56{
    margin-top: -14rem;
  }

  .sm\:-mt-60{
    margin-top: -15rem;
  }

  .sm\:-mt-64{
    margin-top: -16rem;
  }

  .sm\:-mt-72{
    margin-top: -18rem;
  }

  .sm\:-mt-80{
    margin-top: -20rem;
  }

  .sm\:-mt-96{
    margin-top: -24rem;
  }

  .sm\:-mt-px{
    margin-top: -1px;
  }

  .sm\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .sm\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .sm\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .sm\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .sm\:mr-0{
    margin-right: 0px;
  }

  .sm\:mr-1{
    margin-right: 0.25rem;
  }

  .sm\:mr-2{
    margin-right: 0.5rem;
  }

  .sm\:mr-3{
    margin-right: 0.75rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mr-5{
    margin-right: 1.25rem;
  }

  .sm\:mr-6{
    margin-right: 1.5rem;
  }

  .sm\:mr-7{
    margin-right: 1.75rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

  .sm\:mr-9{
    margin-right: 2.25rem;
  }

  .sm\:mr-10{
    margin-right: 2.5rem;
  }

  .sm\:mr-11{
    margin-right: 2.75rem;
  }

  .sm\:mr-12{
    margin-right: 3rem;
  }

  .sm\:mr-14{
    margin-right: 3.5rem;
  }

  .sm\:mr-16{
    margin-right: 4rem;
  }

  .sm\:mr-20{
    margin-right: 5rem;
  }

  .sm\:mr-24{
    margin-right: 6rem;
  }

  .sm\:mr-28{
    margin-right: 7rem;
  }

  .sm\:mr-32{
    margin-right: 8rem;
  }

  .sm\:mr-36{
    margin-right: 9rem;
  }

  .sm\:mr-40{
    margin-right: 10rem;
  }

  .sm\:mr-44{
    margin-right: 11rem;
  }

  .sm\:mr-48{
    margin-right: 12rem;
  }

  .sm\:mr-52{
    margin-right: 13rem;
  }

  .sm\:mr-56{
    margin-right: 14rem;
  }

  .sm\:mr-60{
    margin-right: 15rem;
  }

  .sm\:mr-64{
    margin-right: 16rem;
  }

  .sm\:mr-72{
    margin-right: 18rem;
  }

  .sm\:mr-80{
    margin-right: 20rem;
  }

  .sm\:mr-96{
    margin-right: 24rem;
  }

  .sm\:mr-auto{
    margin-right: auto;
  }

  .sm\:mr-px{
    margin-right: 1px;
  }

  .sm\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .sm\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .sm\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .sm\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .sm\:-mr-0{
    margin-right: 0px;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  .sm\:-mr-4{
    margin-right: -1rem;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  .sm\:-mr-7{
    margin-right: -1.75rem;
  }

  .sm\:-mr-8{
    margin-right: -2rem;
  }

  .sm\:-mr-9{
    margin-right: -2.25rem;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  .sm\:-mr-11{
    margin-right: -2.75rem;
  }

  .sm\:-mr-12{
    margin-right: -3rem;
  }

  .sm\:-mr-14{
    margin-right: -3.5rem;
  }

  .sm\:-mr-16{
    margin-right: -4rem;
  }

  .sm\:-mr-20{
    margin-right: -5rem;
  }

  .sm\:-mr-24{
    margin-right: -6rem;
  }

  .sm\:-mr-28{
    margin-right: -7rem;
  }

  .sm\:-mr-32{
    margin-right: -8rem;
  }

  .sm\:-mr-36{
    margin-right: -9rem;
  }

  .sm\:-mr-40{
    margin-right: -10rem;
  }

  .sm\:-mr-44{
    margin-right: -11rem;
  }

  .sm\:-mr-48{
    margin-right: -12rem;
  }

  .sm\:-mr-52{
    margin-right: -13rem;
  }

  .sm\:-mr-56{
    margin-right: -14rem;
  }

  .sm\:-mr-60{
    margin-right: -15rem;
  }

  .sm\:-mr-64{
    margin-right: -16rem;
  }

  .sm\:-mr-72{
    margin-right: -18rem;
  }

  .sm\:-mr-80{
    margin-right: -20rem;
  }

  .sm\:-mr-96{
    margin-right: -24rem;
  }

  .sm\:-mr-px{
    margin-right: -1px;
  }

  .sm\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .sm\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .sm\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .sm\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:mb-9{
    margin-bottom: 2.25rem;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:mb-11{
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:mb-20{
    margin-bottom: 5rem;
  }

  .sm\:mb-24{
    margin-bottom: 6rem;
  }

  .sm\:mb-28{
    margin-bottom: 7rem;
  }

  .sm\:mb-32{
    margin-bottom: 8rem;
  }

  .sm\:mb-36{
    margin-bottom: 9rem;
  }

  .sm\:mb-40{
    margin-bottom: 10rem;
  }

  .sm\:mb-44{
    margin-bottom: 11rem;
  }

  .sm\:mb-48{
    margin-bottom: 12rem;
  }

  .sm\:mb-52{
    margin-bottom: 13rem;
  }

  .sm\:mb-56{
    margin-bottom: 14rem;
  }

  .sm\:mb-60{
    margin-bottom: 15rem;
  }

  .sm\:mb-64{
    margin-bottom: 16rem;
  }

  .sm\:mb-72{
    margin-bottom: 18rem;
  }

  .sm\:mb-80{
    margin-bottom: 20rem;
  }

  .sm\:mb-96{
    margin-bottom: 24rem;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:mb-px{
    margin-bottom: 1px;
  }

  .sm\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .sm\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .sm\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .sm\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .sm\:-mb-0{
    margin-bottom: 0px;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sm\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  .sm\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sm\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  .sm\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  .sm\:-mb-28{
    margin-bottom: -7rem;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  .sm\:-mb-36{
    margin-bottom: -9rem;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  .sm\:-mb-44{
    margin-bottom: -11rem;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  .sm\:-mb-52{
    margin-bottom: -13rem;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  .sm\:-mb-60{
    margin-bottom: -15rem;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  .sm\:-mb-72{
    margin-bottom: -18rem;
  }

  .sm\:-mb-80{
    margin-bottom: -20rem;
  }

  .sm\:-mb-96{
    margin-bottom: -24rem;
  }

  .sm\:-mb-px{
    margin-bottom: -1px;
  }

  .sm\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .sm\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .sm\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .sm\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .sm\:ml-0{
    margin-left: 0px;
  }

  .sm\:ml-1{
    margin-left: 0.25rem;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:ml-7{
    margin-left: 1.75rem;
  }

  .sm\:ml-8{
    margin-left: 2rem;
  }

  .sm\:ml-9{
    margin-left: 2.25rem;
  }

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:ml-11{
    margin-left: 2.75rem;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:ml-14{
    margin-left: 3.5rem;
  }

  .sm\:ml-16{
    margin-left: 4rem;
  }

  .sm\:ml-20{
    margin-left: 5rem;
  }

  .sm\:ml-24{
    margin-left: 6rem;
  }

  .sm\:ml-28{
    margin-left: 7rem;
  }

  .sm\:ml-32{
    margin-left: 8rem;
  }

  .sm\:ml-36{
    margin-left: 9rem;
  }

  .sm\:ml-40{
    margin-left: 10rem;
  }

  .sm\:ml-44{
    margin-left: 11rem;
  }

  .sm\:ml-48{
    margin-left: 12rem;
  }

  .sm\:ml-52{
    margin-left: 13rem;
  }

  .sm\:ml-56{
    margin-left: 14rem;
  }

  .sm\:ml-60{
    margin-left: 15rem;
  }

  .sm\:ml-64{
    margin-left: 16rem;
  }

  .sm\:ml-72{
    margin-left: 18rem;
  }

  .sm\:ml-80{
    margin-left: 20rem;
  }

  .sm\:ml-96{
    margin-left: 24rem;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:ml-px{
    margin-left: 1px;
  }

  .sm\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .sm\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .sm\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .sm\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .sm\:-ml-0{
    margin-left: 0px;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  .sm\:-ml-4{
    margin-left: -1rem;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  .sm\:-ml-7{
    margin-left: -1.75rem;
  }

  .sm\:-ml-8{
    margin-left: -2rem;
  }

  .sm\:-ml-9{
    margin-left: -2.25rem;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  .sm\:-ml-11{
    margin-left: -2.75rem;
  }

  .sm\:-ml-12{
    margin-left: -3rem;
  }

  .sm\:-ml-14{
    margin-left: -3.5rem;
  }

  .sm\:-ml-16{
    margin-left: -4rem;
  }

  .sm\:-ml-20{
    margin-left: -5rem;
  }

  .sm\:-ml-24{
    margin-left: -6rem;
  }

  .sm\:-ml-28{
    margin-left: -7rem;
  }

  .sm\:-ml-32{
    margin-left: -8rem;
  }

  .sm\:-ml-36{
    margin-left: -9rem;
  }

  .sm\:-ml-40{
    margin-left: -10rem;
  }

  .sm\:-ml-44{
    margin-left: -11rem;
  }

  .sm\:-ml-48{
    margin-left: -12rem;
  }

  .sm\:-ml-52{
    margin-left: -13rem;
  }

  .sm\:-ml-56{
    margin-left: -14rem;
  }

  .sm\:-ml-60{
    margin-left: -15rem;
  }

  .sm\:-ml-64{
    margin-left: -16rem;
  }

  .sm\:-ml-72{
    margin-left: -18rem;
  }

  .sm\:-ml-80{
    margin-left: -20rem;
  }

  .sm\:-ml-96{
    margin-left: -24rem;
  }

  .sm\:-ml-px{
    margin-left: -1px;
  }

  .sm\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .sm\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .sm\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .sm\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .sm\:box-border{
    box-sizing: border-box;
  }

  .sm\:box-content{
    box-sizing: content-box;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:table{
    display: table;
  }

  .sm\:inline-table{
    display: inline-table;
  }

  .sm\:table-caption{
    display: table-caption;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:table-column{
    display: table-column;
  }

  .sm\:table-column-group{
    display: table-column-group;
  }

  .sm\:table-footer-group{
    display: table-footer-group;
  }

  .sm\:table-header-group{
    display: table-header-group;
  }

  .sm\:table-row-group{
    display: table-row-group;
  }

  .sm\:table-row{
    display: table-row;
  }

  .sm\:flow-root{
    display: flow-root;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:inline-grid{
    display: inline-grid;
  }

  .sm\:contents{
    display: contents;
  }

  .sm\:list-item{
    display: list-item;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-0{
    height: 0px;
  }

  .sm\:h-1{
    height: 0.25rem;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-3{
    height: 0.75rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-9{
    height: 2.25rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-11{
    height: 2.75rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-14{
    height: 3.5rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-28{
    height: 7rem;
  }

  .sm\:h-32{
    height: 8rem;
  }

  .sm\:h-36{
    height: 9rem;
  }

  .sm\:h-40{
    height: 10rem;
  }

  .sm\:h-44{
    height: 11rem;
  }

  .sm\:h-48{
    height: 12rem;
  }

  .sm\:h-52{
    height: 13rem;
  }

  .sm\:h-56{
    height: 14rem;
  }

  .sm\:h-60{
    height: 15rem;
  }

  .sm\:h-64{
    height: 16rem;
  }

  .sm\:h-72{
    height: 18rem;
  }

  .sm\:h-80{
    height: 20rem;
  }

  .sm\:h-96{
    height: 24rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-px{
    height: 1px;
  }

  .sm\:h-0\.5{
    height: 0.125rem;
  }

  .sm\:h-1\.5{
    height: 0.375rem;
  }

  .sm\:h-2\.5{
    height: 0.625rem;
  }

  .sm\:h-3\.5{
    height: 0.875rem;
  }

  .sm\:h-1\/2{
    height: 50%;
  }

  .sm\:h-1\/3{
    height: 33.333333%;
  }

  .sm\:h-2\/3{
    height: 66.666667%;
  }

  .sm\:h-1\/4{
    height: 25%;
  }

  .sm\:h-2\/4{
    height: 50%;
  }

  .sm\:h-3\/4{
    height: 75%;
  }

  .sm\:h-1\/5{
    height: 20%;
  }

  .sm\:h-2\/5{
    height: 40%;
  }

  .sm\:h-3\/5{
    height: 60%;
  }

  .sm\:h-4\/5{
    height: 80%;
  }

  .sm\:h-1\/6{
    height: 16.666667%;
  }

  .sm\:h-2\/6{
    height: 33.333333%;
  }

  .sm\:h-3\/6{
    height: 50%;
  }

  .sm\:h-4\/6{
    height: 66.666667%;
  }

  .sm\:h-5\/6{
    height: 83.333333%;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:max-h-0{
    max-height: 0px;
  }

  .sm\:max-h-1{
    max-height: 0.25rem;
  }

  .sm\:max-h-2{
    max-height: 0.5rem;
  }

  .sm\:max-h-3{
    max-height: 0.75rem;
  }

  .sm\:max-h-4{
    max-height: 1rem;
  }

  .sm\:max-h-5{
    max-height: 1.25rem;
  }

  .sm\:max-h-6{
    max-height: 1.5rem;
  }

  .sm\:max-h-7{
    max-height: 1.75rem;
  }

  .sm\:max-h-8{
    max-height: 2rem;
  }

  .sm\:max-h-9{
    max-height: 2.25rem;
  }

  .sm\:max-h-10{
    max-height: 2.5rem;
  }

  .sm\:max-h-11{
    max-height: 2.75rem;
  }

  .sm\:max-h-12{
    max-height: 3rem;
  }

  .sm\:max-h-14{
    max-height: 3.5rem;
  }

  .sm\:max-h-16{
    max-height: 4rem;
  }

  .sm\:max-h-20{
    max-height: 5rem;
  }

  .sm\:max-h-24{
    max-height: 6rem;
  }

  .sm\:max-h-28{
    max-height: 7rem;
  }

  .sm\:max-h-32{
    max-height: 8rem;
  }

  .sm\:max-h-36{
    max-height: 9rem;
  }

  .sm\:max-h-40{
    max-height: 10rem;
  }

  .sm\:max-h-44{
    max-height: 11rem;
  }

  .sm\:max-h-48{
    max-height: 12rem;
  }

  .sm\:max-h-52{
    max-height: 13rem;
  }

  .sm\:max-h-56{
    max-height: 14rem;
  }

  .sm\:max-h-60{
    max-height: 15rem;
  }

  .sm\:max-h-64{
    max-height: 16rem;
  }

  .sm\:max-h-72{
    max-height: 18rem;
  }

  .sm\:max-h-80{
    max-height: 20rem;
  }

  .sm\:max-h-96{
    max-height: 24rem;
  }

  .sm\:max-h-px{
    max-height: 1px;
  }

  .sm\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .sm\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .sm\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .sm\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:min-h-0{
    min-height: 0px;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:w-0{
    width: 0px;
  }

  .sm\:w-1{
    width: 0.25rem;
  }

  .sm\:w-2{
    width: 0.5rem;
  }

  .sm\:w-3{
    width: 0.75rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-7{
    width: 1.75rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-9{
    width: 2.25rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-11{
    width: 2.75rem;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-14{
    width: 3.5rem;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-28{
    width: 7rem;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-36{
    width: 9rem;
  }

  .sm\:w-40{
    width: 10rem;
  }

  .sm\:w-44{
    width: 11rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-52{
    width: 13rem;
  }

  .sm\:w-56{
    width: 14rem;
  }

  .sm\:w-60{
    width: 15rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-72{
    width: 18rem;
  }

  .sm\:w-80{
    width: 20rem;
  }

  .sm\:w-96{
    width: 24rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-px{
    width: 1px;
  }

  .sm\:w-0\.5{
    width: 0.125rem;
  }

  .sm\:w-1\.5{
    width: 0.375rem;
  }

  .sm\:w-2\.5{
    width: 0.625rem;
  }

  .sm\:w-3\.5{
    width: 0.875rem;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-2\/4{
    width: 50%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-1\/5{
    width: 20%;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-1\/6{
    width: 16.666667%;
  }

  .sm\:w-2\/6{
    width: 33.333333%;
  }

  .sm\:w-3\/6{
    width: 50%;
  }

  .sm\:w-4\/6{
    width: 66.666667%;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-1\/12{
    width: 8.333333%;
  }

  .sm\:w-2\/12{
    width: 16.666667%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-7\/12{
    width: 58.333333%;
  }

  .sm\:w-8\/12{
    width: 66.666667%;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .sm\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:min-w-0{
    min-width: 0px;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:max-w-0{
    max-width: 0rem;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-7xl{
    max-width: 80rem;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-prose{
    max-width: 65ch;
  }

  .sm\:max-w-screen-sm{
    max-width: 640px;
  }

  .sm\:max-w-screen-md{
    max-width: 768px;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl{
    max-width: 1280px;
  }

  .sm\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .sm\:flex-1{
    flex: 1 1 0%;
  }

  .sm\:flex-auto{
    flex: 1 1 auto;
  }

  .sm\:flex-initial{
    flex: 0 1 auto;
  }

  .sm\:flex-none{
    flex: none;
  }

  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sm\:flex-shrink{
    flex-shrink: 1;
  }

  .sm\:flex-grow-0{
    flex-grow: 0;
  }

  .sm\:flex-grow{
    flex-grow: 1;
  }

  .sm\:table-auto{
    table-layout: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

  .sm\:border-collapse{
    border-collapse: collapse;
  }

  .sm\:border-separate{
    border-collapse: separate;
  }

  .sm\:origin-center{
    transform-origin: center;
  }

  .sm\:origin-top{
    transform-origin: top;
  }

  .sm\:origin-top-right{
    transform-origin: top right;
  }

  .sm\:origin-right{
    transform-origin: right;
  }

  .sm\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .sm\:origin-bottom{
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .sm\:origin-left{
    transform-origin: left;
  }

  .sm\:origin-top-left{
    transform-origin: top left;
  }

  .sm\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-none{
    transform: none;
  }

  .sm\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .sm\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .sm\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .sm\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .sm\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .sm\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .sm\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .sm\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .sm\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .sm\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .sm\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .sm\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .sm\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .sm\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .sm\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .sm\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .sm\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .sm\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .sm\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .sm\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .sm\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .sm\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .sm\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .sm\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .sm\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .sm\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .sm\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .sm\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .sm\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .sm\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .sm\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .sm\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .sm\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .sm\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .sm\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .sm\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .sm\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .sm\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .sm\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .sm\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .sm\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .sm\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .sm\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .sm\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .sm\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .sm\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .sm\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .sm\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .sm\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .sm\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .sm\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .sm\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .sm\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .sm\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .sm\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .sm\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .sm\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .sm\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .sm\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .sm\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .sm\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .sm\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .sm\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .sm\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .sm\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .sm\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .sm\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .sm\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .sm\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .sm\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .sm\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .sm\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .sm\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .sm\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .sm\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .sm\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .sm\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .sm\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .sm\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .sm\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .sm\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .sm\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .sm\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .sm\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .sm\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .sm\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .sm\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .sm\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .sm\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .sm\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .sm\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .sm\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .sm\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .sm\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .sm\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .sm\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .sm\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .sm\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .sm\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .sm\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .sm\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .sm\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .sm\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .sm\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .sm\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .sm\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .sm\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .sm\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .sm\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .sm\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .sm\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .sm\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .sm\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .sm\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .sm\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .sm\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .sm\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .sm\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .sm\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .sm\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .sm\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .sm\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .sm\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .sm\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .sm\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .sm\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .sm\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .sm\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .sm\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .sm\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .sm\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .sm\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .sm\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .sm\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .sm\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .sm\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .sm\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .sm\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .sm\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .sm\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .sm\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .sm\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .sm\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .sm\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .sm\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .sm\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .sm\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .sm\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .sm\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .sm\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .sm\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .sm\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .sm\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .sm\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .sm\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .sm\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .sm\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .sm\:rotate-0{
    --tw-rotate: 0deg;
  }

  .sm\:rotate-1{
    --tw-rotate: 1deg;
  }

  .sm\:rotate-2{
    --tw-rotate: 2deg;
  }

  .sm\:rotate-3{
    --tw-rotate: 3deg;
  }

  .sm\:rotate-6{
    --tw-rotate: 6deg;
  }

  .sm\:rotate-12{
    --tw-rotate: 12deg;
  }

  .sm\:rotate-45{
    --tw-rotate: 45deg;
  }

  .sm\:rotate-90{
    --tw-rotate: 90deg;
  }

  .sm\:rotate-180{
    --tw-rotate: 180deg;
  }

  .sm\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .sm\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .sm\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .sm\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .sm\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .sm\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .sm\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .sm\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .sm\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .sm\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .sm\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .sm\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .sm\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .sm\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .sm\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .sm\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .sm\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .sm\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .sm\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .sm\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .sm\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .sm\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .sm\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .sm\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .sm\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .sm\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .sm\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .sm\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .sm\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .sm\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .sm\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-x-0{
    --tw-scale-x: 0;
  }

  .sm\:scale-x-50{
    --tw-scale-x: .5;
  }

  .sm\:scale-x-75{
    --tw-scale-x: .75;
  }

  .sm\:scale-x-90{
    --tw-scale-x: .9;
  }

  .sm\:scale-x-95{
    --tw-scale-x: .95;
  }

  .sm\:scale-x-100{
    --tw-scale-x: 1;
  }

  .sm\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .sm\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .sm\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .sm\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .sm\:scale-y-0{
    --tw-scale-y: 0;
  }

  .sm\:scale-y-50{
    --tw-scale-y: .5;
  }

  .sm\:scale-y-75{
    --tw-scale-y: .75;
  }

  .sm\:scale-y-90{
    --tw-scale-y: .9;
  }

  .sm\:scale-y-95{
    --tw-scale-y: .95;
  }

  .sm\:scale-y-100{
    --tw-scale-y: 1;
  }

  .sm\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .sm\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .sm\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .sm\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .sm\:animate-none{
    animation: none;
  }

  .sm\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .sm\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .sm\:cursor-auto{
    cursor: auto;
  }

  .sm\:cursor-default{
    cursor: default;
  }

  .sm\:cursor-pointer{
    cursor: pointer;
  }

  .sm\:cursor-wait{
    cursor: wait;
  }

  .sm\:cursor-text{
    cursor: text;
  }

  .sm\:cursor-move{
    cursor: move;
  }

  .sm\:cursor-help{
    cursor: help;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .sm\:list-inside{
    list-style-position: inside;
  }

  .sm\:list-outside{
    list-style-position: outside;
  }

  .sm\:list-none{
    list-style-type: none;
  }

  .sm\:list-disc{
    list-style-type: disc;
  }

  .sm\:list-decimal{
    list-style-type: decimal;
  }

  .sm\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:grid-flow-row{
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col{
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sm\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none{
    grid-template-columns: none;
  }

  .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none{
    grid-template-rows: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sm\:place-content-center{
    place-content: center;
  }

  .sm\:place-content-start{
    place-content: start;
  }

  .sm\:place-content-end{
    place-content: end;
  }

  .sm\:place-content-between{
    place-content: space-between;
  }

  .sm\:place-content-around{
    place-content: space-around;
  }

  .sm\:place-content-evenly{
    place-content: space-evenly;
  }

  .sm\:place-content-stretch{
    place-content: stretch;
  }

  .sm\:place-items-start{
    place-items: start;
  }

  .sm\:place-items-end{
    place-items: end;
  }

  .sm\:place-items-center{
    place-items: center;
  }

  .sm\:place-items-stretch{
    place-items: stretch;
  }

  .sm\:content-center{
    align-content: center;
  }

  .sm\:content-start{
    align-content: flex-start;
  }

  .sm\:content-end{
    align-content: flex-end;
  }

  .sm\:content-between{
    align-content: space-between;
  }

  .sm\:content-around{
    align-content: space-around;
  }

  .sm\:content-evenly{
    align-content: space-evenly;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:items-baseline{
    align-items: baseline;
  }

  .sm\:items-stretch{
    align-items: stretch;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:justify-around{
    justify-content: space-around;
  }

  .sm\:justify-evenly{
    justify-content: space-evenly;
  }

  .sm\:justify-items-start{
    justify-items: start;
  }

  .sm\:justify-items-end{
    justify-items: end;
  }

  .sm\:justify-items-center{
    justify-items: center;
  }

  .sm\:justify-items-stretch{
    justify-items: stretch;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-1{
    gap: 0.25rem;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-7{
    gap: 1.75rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:gap-9{
    gap: 2.25rem;
  }

  .sm\:gap-10{
    gap: 2.5rem;
  }

  .sm\:gap-11{
    gap: 2.75rem;
  }

  .sm\:gap-12{
    gap: 3rem;
  }

  .sm\:gap-14{
    gap: 3.5rem;
  }

  .sm\:gap-16{
    gap: 4rem;
  }

  .sm\:gap-20{
    gap: 5rem;
  }

  .sm\:gap-24{
    gap: 6rem;
  }

  .sm\:gap-28{
    gap: 7rem;
  }

  .sm\:gap-32{
    gap: 8rem;
  }

  .sm\:gap-36{
    gap: 9rem;
  }

  .sm\:gap-40{
    gap: 10rem;
  }

  .sm\:gap-44{
    gap: 11rem;
  }

  .sm\:gap-48{
    gap: 12rem;
  }

  .sm\:gap-52{
    gap: 13rem;
  }

  .sm\:gap-56{
    gap: 14rem;
  }

  .sm\:gap-60{
    gap: 15rem;
  }

  .sm\:gap-64{
    gap: 16rem;
  }

  .sm\:gap-72{
    gap: 18rem;
  }

  .sm\:gap-80{
    gap: 20rem;
  }

  .sm\:gap-96{
    gap: 24rem;
  }

  .sm\:gap-px{
    gap: 1px;
  }

  .sm\:gap-0\.5{
    gap: 0.125rem;
  }

  .sm\:gap-1\.5{
    gap: 0.375rem;
  }

  .sm\:gap-2\.5{
    gap: 0.625rem;
  }

  .sm\:gap-3\.5{
    gap: 0.875rem;
  }

  .sm\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-y-0{
    row-gap: 0px;
  }

  .sm\:gap-y-1{
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2{
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3{
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4{
    row-gap: 1rem;
  }

  .sm\:gap-y-5{
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6{
    row-gap: 1.5rem;
  }

  .sm\:gap-y-7{
    row-gap: 1.75rem;
  }

  .sm\:gap-y-8{
    row-gap: 2rem;
  }

  .sm\:gap-y-9{
    row-gap: 2.25rem;
  }

  .sm\:gap-y-10{
    row-gap: 2.5rem;
  }

  .sm\:gap-y-11{
    row-gap: 2.75rem;
  }

  .sm\:gap-y-12{
    row-gap: 3rem;
  }

  .sm\:gap-y-14{
    row-gap: 3.5rem;
  }

  .sm\:gap-y-16{
    row-gap: 4rem;
  }

  .sm\:gap-y-20{
    row-gap: 5rem;
  }

  .sm\:gap-y-24{
    row-gap: 6rem;
  }

  .sm\:gap-y-28{
    row-gap: 7rem;
  }

  .sm\:gap-y-32{
    row-gap: 8rem;
  }

  .sm\:gap-y-36{
    row-gap: 9rem;
  }

  .sm\:gap-y-40{
    row-gap: 10rem;
  }

  .sm\:gap-y-44{
    row-gap: 11rem;
  }

  .sm\:gap-y-48{
    row-gap: 12rem;
  }

  .sm\:gap-y-52{
    row-gap: 13rem;
  }

  .sm\:gap-y-56{
    row-gap: 14rem;
  }

  .sm\:gap-y-60{
    row-gap: 15rem;
  }

  .sm\:gap-y-64{
    row-gap: 16rem;
  }

  .sm\:gap-y-72{
    row-gap: 18rem;
  }

  .sm\:gap-y-80{
    row-gap: 20rem;
  }

  .sm\:gap-y-96{
    row-gap: 24rem;
  }

  .sm\:gap-y-px{
    row-gap: 1px;
  }

  .sm\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .sm\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .sm\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .sm\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .sm\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .sm\:place-self-auto{
    place-self: auto;
  }

  .sm\:place-self-start{
    place-self: start;
  }

  .sm\:place-self-end{
    place-self: end;
  }

  .sm\:place-self-center{
    place-self: center;
  }

  .sm\:place-self-stretch{
    place-self: stretch;
  }

  .sm\:self-auto{
    align-self: auto;
  }

  .sm\:self-start{
    align-self: flex-start;
  }

  .sm\:self-end{
    align-self: flex-end;
  }

  .sm\:self-center{
    align-self: center;
  }

  .sm\:self-stretch{
    align-self: stretch;
  }

  .sm\:self-baseline{
    align-self: baseline;
  }

  .sm\:justify-self-auto{
    justify-self: auto;
  }

  .sm\:justify-self-start{
    justify-self: start;
  }

  .sm\:justify-self-end{
    justify-self: end;
  }

  .sm\:justify-self-center{
    justify-self: center;
  }

  .sm\:justify-self-stretch{
    justify-self: stretch;
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:overflow-scroll{
    overflow: scroll;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .sm\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .sm\:overscroll-none{
    overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .sm\:overflow-clip{
    text-overflow: clip;
  }

  .sm\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

  .sm\:whitespace-pre{
    white-space: pre;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words{
    overflow-wrap: break-word;
  }

  .sm\:break-all{
    word-break: break-all;
  }

  .sm\:rounded-none{
    border-radius: 0px;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-md{
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl{
    border-radius: 0.75rem;
  }

  .sm\:rounded-2xl{
    border-radius: 1rem;
  }

  .sm\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-0{
    border-width: 0px;
  }

  .sm\:border-2{
    border-width: 2px;
  }

  .sm\:border-4{
    border-width: 4px;
  }

  .sm\:border-8{
    border-width: 8px;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-t-0{
    border-top-width: 0px;
  }

  .sm\:border-t-2{
    border-top-width: 2px;
  }

  .sm\:border-t-4{
    border-top-width: 4px;
  }

  .sm\:border-t-8{
    border-top-width: 8px;
  }

  .sm\:border-t{
    border-top-width: 1px;
  }

  .sm\:border-r-0{
    border-right-width: 0px;
  }

  .sm\:border-r-2{
    border-right-width: 2px;
  }

  .sm\:border-r-4{
    border-right-width: 4px;
  }

  .sm\:border-r-8{
    border-right-width: 8px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-b-0{
    border-bottom-width: 0px;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:border-b{
    border-bottom-width: 1px;
  }

  .sm\:border-l-0{
    border-left-width: 0px;
  }

  .sm\:border-l-2{
    border-left-width: 2px;
  }

  .sm\:border-l-4{
    border-left-width: 4px;
  }

  .sm\:border-l-8{
    border-left-width: 8px;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

  .sm\:border-solid{
    border-style: solid;
  }

  .sm\:border-dashed{
    border-style: dashed;
  }

  .sm\:border-dotted{
    border-style: dotted;
  }

  .sm\:border-double{
    border-style: double;
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:border-transparent{
    border-color: transparent;
  }

  .sm\:border-current{
    border-color: currentColor;
  }

  .sm\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .sm\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .sm\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .sm\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .sm\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .sm\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .sm\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .sm\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .sm\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .sm\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .sm\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .sm\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .sm\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .sm\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .sm\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .sm\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .sm\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .sm\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .sm\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .sm\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .sm\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .sm\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .sm\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .sm\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .sm\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .sm\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .sm\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .sm\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .sm\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .sm\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .sm\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .sm\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .sm\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .sm\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .sm\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .sm\:bg-transparent{
    background-color: transparent;
  }

  .sm\:bg-current{
    background-color: currentColor;
  }

  .sm\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .sm\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .sm\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .sm\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .sm\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .sm\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .sm\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .sm\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .sm\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .sm\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .sm\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .sm\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .sm\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .sm\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .sm\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .sm\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .sm\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .sm\:bg-none{
    background-image: none;
  }

  .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .sm\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .sm\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .sm\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .sm\:to-current{
    --tw-gradient-to: currentColor;
  }

  .sm\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .sm\:to-black{
    --tw-gradient-to: #000;
  }

  .sm\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .sm\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .sm\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .sm\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .sm\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .sm\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .sm\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .sm\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .sm\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .sm\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .sm\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .sm\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .sm\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .sm\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .sm\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .sm\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .sm\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .sm\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .sm\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .sm\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .sm\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .sm\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .sm\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .sm\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .sm\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .sm\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .sm\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .sm\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .sm\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .sm\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .sm\:to-white{
    --tw-gradient-to: #fff;
  }

  .sm\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .sm\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .sm\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .sm\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .sm\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .sm\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .sm\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .sm\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .sm\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .sm\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .sm\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .sm\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .sm\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .sm\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .sm\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .sm\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .sm\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .sm\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .sm\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .sm\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .sm\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .sm\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .sm\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .sm\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .sm\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .sm\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .sm\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .sm\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .sm\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .sm\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .sm\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .sm\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .sm\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .sm\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .sm\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .sm\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .sm\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .sm\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .sm\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .sm\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .sm\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .sm\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .sm\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .sm\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .sm\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .sm\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .sm\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .sm\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .sm\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .sm\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .sm\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .sm\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .sm\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .sm\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .sm\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .sm\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .sm\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .sm\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .sm\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .sm\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .sm\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .sm\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .sm\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .sm\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .sm\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .sm\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .sm\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .sm\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .sm\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .sm\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .sm\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .sm\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .sm\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .sm\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .sm\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .sm\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .sm\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .sm\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .sm\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .sm\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .sm\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .sm\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .sm\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .sm\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .sm\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .sm\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .sm\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .sm\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .sm\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .sm\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .sm\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .sm\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .sm\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .sm\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .sm\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .sm\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .sm\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .sm\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .sm\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .sm\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .sm\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .sm\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .sm\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .sm\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .sm\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .sm\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .sm\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .sm\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .sm\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .sm\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm\:bg-auto{
    background-size: auto;
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:bg-contain{
    background-size: contain;
  }

  .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .sm\:bg-local{
    background-attachment: local;
  }

  .sm\:bg-scroll{
    background-attachment: scroll;
  }

  .sm\:bg-clip-border{
    background-clip: border-box;
  }

  .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sm\:bg-clip-content{
    background-clip: content-box;
  }

  .sm\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-bottom{
    background-position: bottom;
  }

  .sm\:bg-center{
    background-position: center;
  }

  .sm\:bg-left{
    background-position: left;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:bg-left-top{
    background-position: left top;
  }

  .sm\:bg-right{
    background-position: right;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:bg-right-top{
    background-position: right top;
  }

  .sm\:bg-top{
    background-position: top;
  }

  .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .sm\:bg-origin-border{
    background-origin: border-box;
  }

  .sm\:bg-origin-padding{
    background-origin: padding-box;
  }

  .sm\:bg-origin-content{
    background-origin: content-box;
  }

  .sm\:fill-current{
    fill: currentColor;
  }

  .sm\:stroke-current{
    stroke: currentColor;
  }

  .sm\:stroke-0{
    stroke-width: 0;
  }

  .sm\:stroke-1{
    stroke-width: 1;
  }

  .sm\:stroke-2{
    stroke-width: 2;
  }

  .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-1{
    padding: 0.25rem;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-7{
    padding: 1.75rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:p-9{
    padding: 2.25rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-11{
    padding: 2.75rem;
  }

  .sm\:p-12{
    padding: 3rem;
  }

  .sm\:p-14{
    padding: 3.5rem;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-20{
    padding: 5rem;
  }

  .sm\:p-24{
    padding: 6rem;
  }

  .sm\:p-28{
    padding: 7rem;
  }

  .sm\:p-32{
    padding: 8rem;
  }

  .sm\:p-36{
    padding: 9rem;
  }

  .sm\:p-40{
    padding: 10rem;
  }

  .sm\:p-44{
    padding: 11rem;
  }

  .sm\:p-48{
    padding: 12rem;
  }

  .sm\:p-52{
    padding: 13rem;
  }

  .sm\:p-56{
    padding: 14rem;
  }

  .sm\:p-60{
    padding: 15rem;
  }

  .sm\:p-64{
    padding: 16rem;
  }

  .sm\:p-72{
    padding: 18rem;
  }

  .sm\:p-80{
    padding: 20rem;
  }

  .sm\:p-96{
    padding: 24rem;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:p-0\.5{
    padding: 0.125rem;
  }

  .sm\:p-1\.5{
    padding: 0.375rem;
  }

  .sm\:p-2\.5{
    padding: 0.625rem;
  }

  .sm\:p-3\.5{
    padding: 0.875rem;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pt-1{
    padding-top: 0.25rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pt-7{
    padding-top: 1.75rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:pt-9{
    padding-top: 2.25rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pt-11{
    padding-top: 2.75rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pt-14{
    padding-top: 3.5rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pt-28{
    padding-top: 7rem;
  }

  .sm\:pt-32{
    padding-top: 8rem;
  }

  .sm\:pt-36{
    padding-top: 9rem;
  }

  .sm\:pt-40{
    padding-top: 10rem;
  }

  .sm\:pt-44{
    padding-top: 11rem;
  }

  .sm\:pt-48{
    padding-top: 12rem;
  }

  .sm\:pt-52{
    padding-top: 13rem;
  }

  .sm\:pt-56{
    padding-top: 14rem;
  }

  .sm\:pt-60{
    padding-top: 15rem;
  }

  .sm\:pt-64{
    padding-top: 16rem;
  }

  .sm\:pt-72{
    padding-top: 18rem;
  }

  .sm\:pt-80{
    padding-top: 20rem;
  }

  .sm\:pt-96{
    padding-top: 24rem;
  }

  .sm\:pt-px{
    padding-top: 1px;
  }

  .sm\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .sm\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .sm\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .sm\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .sm\:pr-0{
    padding-right: 0px;
  }

  .sm\:pr-1{
    padding-right: 0.25rem;
  }

  .sm\:pr-2{
    padding-right: 0.5rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:pr-4{
    padding-right: 1rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pr-7{
    padding-right: 1.75rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pr-9{
    padding-right: 2.25rem;
  }

  .sm\:pr-10{
    padding-right: 2.5rem;
  }

  .sm\:pr-11{
    padding-right: 2.75rem;
  }

  .sm\:pr-12{
    padding-right: 3rem;
  }

  .sm\:pr-14{
    padding-right: 3.5rem;
  }

  .sm\:pr-16{
    padding-right: 4rem;
  }

  .sm\:pr-20{
    padding-right: 5rem;
  }

  .sm\:pr-24{
    padding-right: 6rem;
  }

  .sm\:pr-28{
    padding-right: 7rem;
  }

  .sm\:pr-32{
    padding-right: 8rem;
  }

  .sm\:pr-36{
    padding-right: 9rem;
  }

  .sm\:pr-40{
    padding-right: 10rem;
  }

  .sm\:pr-44{
    padding-right: 11rem;
  }

  .sm\:pr-48{
    padding-right: 12rem;
  }

  .sm\:pr-52{
    padding-right: 13rem;
  }

  .sm\:pr-56{
    padding-right: 14rem;
  }

  .sm\:pr-60{
    padding-right: 15rem;
  }

  .sm\:pr-64{
    padding-right: 16rem;
  }

  .sm\:pr-72{
    padding-right: 18rem;
  }

  .sm\:pr-80{
    padding-right: 20rem;
  }

  .sm\:pr-96{
    padding-right: 24rem;
  }

  .sm\:pr-px{
    padding-right: 1px;
  }

  .sm\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .sm\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .sm\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .sm\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7{
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pb-9{
    padding-bottom: 2.25rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pb-11{
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pb-14{
    padding-bottom: 3.5rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

  .sm\:pb-28{
    padding-bottom: 7rem;
  }

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

  .sm\:pb-36{
    padding-bottom: 9rem;
  }

  .sm\:pb-40{
    padding-bottom: 10rem;
  }

  .sm\:pb-44{
    padding-bottom: 11rem;
  }

  .sm\:pb-48{
    padding-bottom: 12rem;
  }

  .sm\:pb-52{
    padding-bottom: 13rem;
  }

  .sm\:pb-56{
    padding-bottom: 14rem;
  }

  .sm\:pb-60{
    padding-bottom: 15rem;
  }

  .sm\:pb-64{
    padding-bottom: 16rem;
  }

  .sm\:pb-72{
    padding-bottom: 18rem;
  }

  .sm\:pb-80{
    padding-bottom: 20rem;
  }

  .sm\:pb-96{
    padding-bottom: 24rem;
  }

  .sm\:pb-px{
    padding-bottom: 1px;
  }

  .sm\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .sm\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .sm\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .sm\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pl-1{
    padding-left: 0.25rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pl-3{
    padding-left: 0.75rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pl-7{
    padding-left: 1.75rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pl-9{
    padding-left: 2.25rem;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pl-11{
    padding-left: 2.75rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pl-14{
    padding-left: 3.5rem;
  }

  .sm\:pl-16{
    padding-left: 4rem;
  }

  .sm\:pl-20{
    padding-left: 5rem;
  }

  .sm\:pl-24{
    padding-left: 6rem;
  }

  .sm\:pl-28{
    padding-left: 7rem;
  }

  .sm\:pl-32{
    padding-left: 8rem;
  }

  .sm\:pl-36{
    padding-left: 9rem;
  }

  .sm\:pl-40{
    padding-left: 10rem;
  }

  .sm\:pl-44{
    padding-left: 11rem;
  }

  .sm\:pl-48{
    padding-left: 12rem;
  }

  .sm\:pl-52{
    padding-left: 13rem;
  }

  .sm\:pl-56{
    padding-left: 14rem;
  }

  .sm\:pl-60{
    padding-left: 15rem;
  }

  .sm\:pl-64{
    padding-left: 16rem;
  }

  .sm\:pl-72{
    padding-left: 18rem;
  }

  .sm\:pl-80{
    padding-left: 20rem;
  }

  .sm\:pl-96{
    padding-left: 24rem;
  }

  .sm\:pl-px{
    padding-left: 1px;
  }

  .sm\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .sm\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .sm\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .sm\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:align-baseline{
    vertical-align: baseline;
  }

  .sm\:align-top{
    vertical-align: top;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:align-bottom{
    vertical-align: bottom;
  }

  .sm\:align-text-top{
    vertical-align: text-top;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:font-thin{
    font-weight: 100;
  }

  .sm\:font-extralight{
    font-weight: 200;
  }

  .sm\:font-light{
    font-weight: 300;
  }

  .sm\:font-normal{
    font-weight: 400;
  }

  .sm\:font-medium{
    font-weight: 500;
  }

  .sm\:font-semibold{
    font-weight: 600;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:font-extrabold{
    font-weight: 800;
  }

  .sm\:font-black{
    font-weight: 900;
  }

  .sm\:uppercase{
    text-transform: uppercase;
  }

  .sm\:lowercase{
    text-transform: lowercase;
  }

  .sm\:capitalize{
    text-transform: capitalize;
  }

  .sm\:normal-case{
    text-transform: none;
  }

  .sm\:italic{
    font-style: italic;
  }

  .sm\:not-italic{
    font-style: normal;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sm\:normal-nums{
    font-variant-numeric: normal;
  }

  .sm\:ordinal{
    --tw-ordinal: ordinal;
  }

  .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:leading-3{
    line-height: .75rem;
  }

  .sm\:leading-4{
    line-height: 1rem;
  }

  .sm\:leading-5{
    line-height: 1.25rem;
  }

  .sm\:leading-6{
    line-height: 1.5rem;
  }

  .sm\:leading-7{
    line-height: 1.75rem;
  }

  .sm\:leading-8{
    line-height: 2rem;
  }

  .sm\:leading-9{
    line-height: 2.25rem;
  }

  .sm\:leading-10{
    line-height: 2.5rem;
  }

  .sm\:leading-none{
    line-height: 1;
  }

  .sm\:leading-tight{
    line-height: 1.25;
  }

  .sm\:leading-snug{
    line-height: 1.375;
  }

  .sm\:leading-normal{
    line-height: 1.5;
  }

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

  .sm\:leading-loose{
    line-height: 2;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal{
    letter-spacing: 0em;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm\:text-transparent{
    color: transparent;
  }

  .sm\:text-current{
    color: currentColor;
  }

  .sm\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .sm\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .sm\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .sm\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .sm\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm\:hover\:text-current:hover{
    color: currentColor;
  }

  .sm\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:text-current:focus{
    color: currentColor;
  }

  .sm\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .sm\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .sm\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .sm\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .sm\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .sm\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .sm\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .sm\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .sm\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .sm\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .sm\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .sm\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .sm\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .sm\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .sm\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .sm\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .sm\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .sm\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .sm\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .sm\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .sm\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .sm\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .sm\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .sm\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .sm\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .sm\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .sm\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .sm\:underline{
    text-decoration: underline;
  }

  .sm\:line-through{
    text-decoration: line-through;
  }

  .sm\:no-underline{
    text-decoration: none;
  }

  .group:hover .sm\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline{
    text-decoration: none;
  }

  .sm\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .sm\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .sm\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  .sm\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-5{
    opacity: 0.05;
  }

  .sm\:opacity-10{
    opacity: 0.1;
  }

  .sm\:opacity-20{
    opacity: 0.2;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-30{
    opacity: 0.3;
  }

  .sm\:opacity-40{
    opacity: 0.4;
  }

  .sm\:opacity-50{
    opacity: 0.5;
  }

  .sm\:opacity-60{
    opacity: 0.6;
  }

  .sm\:opacity-70{
    opacity: 0.7;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-80{
    opacity: 0.8;
  }

  .sm\:opacity-90{
    opacity: 0.9;
  }

  .sm\:opacity-95{
    opacity: 0.95;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .sm\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .sm\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .sm\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .sm\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .sm\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .sm\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .sm\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .sm\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .sm\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .sm\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .sm\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .sm\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sm\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .sm\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .sm\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .sm\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .sm\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .sm\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .sm\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .sm\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .sm\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .sm\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .sm\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .sm\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .sm\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .sm\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .sm\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .sm\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .sm\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .sm\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .sm\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .sm\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .sm\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .sm\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .sm\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .sm\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .sm\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .sm\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .sm\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .sm\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .sm\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .sm\:bg-blend-color{
    background-blend-mode: color;
  }

  .sm\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .sm\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .sm\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .sm\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .sm\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .sm\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .sm\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .sm\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .sm\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .sm\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .sm\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .sm\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .sm\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .sm\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .sm\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .sm\:mix-blend-color{
    mix-blend-mode: color;
  }

  .sm\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .sm\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-inset{
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .sm\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .sm\:ring-current{
    --tw-ring-color: currentColor;
  }

  .sm\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .sm\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .sm\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .sm\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .sm\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .sm\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .sm\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .sm\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .sm\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .sm\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .sm\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .sm\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .sm\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .sm\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .sm\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .sm\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .sm\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .sm\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .sm\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .sm\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .sm\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .sm\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .sm\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .sm\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .sm\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .sm\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .sm\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .sm\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .sm\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .sm\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .sm\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .sm\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .sm\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .sm\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .sm\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .sm\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .sm\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .sm\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .sm\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .sm\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .sm\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .sm\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .sm\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .sm\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:filter-none{
    filter: none;
  }

  .sm\:blur-0{
    --tw-blur: blur(0);
  }

  .sm\:blur-none{
    --tw-blur: blur(0);
  }

  .sm\:blur-sm{
    --tw-blur: blur(4px);
  }

  .sm\:blur{
    --tw-blur: blur(8px);
  }

  .sm\:blur-md{
    --tw-blur: blur(12px);
  }

  .sm\:blur-lg{
    --tw-blur: blur(16px);
  }

  .sm\:blur-xl{
    --tw-blur: blur(24px);
  }

  .sm\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .sm\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .sm\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .sm\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .sm\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .sm\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .sm\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .sm\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .sm\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .sm\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .sm\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .sm\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .sm\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .sm\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .sm\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .sm\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .sm\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .sm\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .sm\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .sm\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .sm\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .sm\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .sm\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .sm\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .sm\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .sm\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .sm\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .sm\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .sm\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .sm\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sm\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sm\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sm\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sm\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sm\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:invert-0{
    --tw-invert: invert(0);
  }

  .sm\:invert{
    --tw-invert: invert(100%);
  }

  .sm\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .sm\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .sm\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .sm\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .sm\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .sm\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .sm\:sepia{
    --tw-sepia: sepia(100%);
  }

  .sm\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .sm\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .sm\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .sm\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .sm\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .sm\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .sm\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .sm\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .sm\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .sm\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .sm\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .sm\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .sm\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .sm\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .sm\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sm\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sm\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sm\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sm\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .sm\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .sm\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .sm\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .sm\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .sm\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sm\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sm\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .sm\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sm\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sm\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sm\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sm\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sm\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sm\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sm\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .sm\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .sm\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .sm\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .sm\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .sm\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .sm\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sm\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .sm\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .sm\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .sm\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .sm\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .sm\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sm\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .sm\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .sm\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .sm\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .sm\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .sm\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .sm\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .sm\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sm\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .sm\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .sm\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .sm\:transition-none{
    transition-property: none;
  }

  .sm\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:delay-75{
    transition-delay: 75ms;
  }

  .sm\:delay-100{
    transition-delay: 100ms;
  }

  .sm\:delay-150{
    transition-delay: 150ms;
  }

  .sm\:delay-200{
    transition-delay: 200ms;
  }

  .sm\:delay-300{
    transition-delay: 300ms;
  }

  .sm\:delay-500{
    transition-delay: 500ms;
  }

  .sm\:delay-700{
    transition-delay: 700ms;
  }

  .sm\:delay-1000{
    transition-delay: 1000ms;
  }

  .sm\:duration-75{
    transition-duration: 75ms;
  }

  .sm\:duration-100{
    transition-duration: 100ms;
  }

  .sm\:duration-150{
    transition-duration: 150ms;
  }

  .sm\:duration-200{
    transition-duration: 200ms;
  }

  .sm\:duration-300{
    transition-duration: 300ms;
  }

  .sm\:duration-500{
    transition-duration: 500ms;
  }

  .sm\:duration-700{
    transition-duration: 700ms;
  }

  .sm\:duration-1000{
    transition-duration: 1000ms;
  }

  .sm\:ease-linear{
    transition-timing-function: linear;
  }

  .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .md\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .md\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .md\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .md\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .md\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .md\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .md\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .md\:container{
      max-width: 1701px;
    }
  }

  .md\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .md\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .md\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .md\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .md\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .md\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .md\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .md\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .md\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .md\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .md\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .md\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .md\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .md\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .md\:prose code::before{
    content: "`";
  }

  .md\:prose code::after{
    content: "`";
  }

  .md\:prose a code{
    color: #111827;
  }

  .md\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .md\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .md\:prose pre code::before{
    content: "";
  }

  .md\:prose pre code::after{
    content: "";
  }

  .md\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .md\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .md\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .md\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .md\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .md\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .md\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .md\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose h2 code{
    font-size: 0.875em;
  }

  .md\:prose h3 code{
    font-size: 0.9em;
  }

  .md\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .md\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .md\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .md\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .md\:prose ul ul, .md\:prose ul ol, .md\:prose ol ul, .md\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md\:prose hr + *{
    margin-top: 0;
  }

  .md\:prose h2 + *{
    margin-top: 0;
  }

  .md\:prose h3 + *{
    margin-top: 0;
  }

  .md\:prose h4 + *{
    margin-top: 0;
  }

  .md\:prose thead th:first-child{
    padding-left: 0;
  }

  .md\:prose thead th:last-child{
    padding-right: 0;
  }

  .md\:prose tbody td:first-child{
    padding-left: 0;
  }

  .md\:prose tbody td:last-child{
    padding-right: 0;
  }

  .md\:prose > :first-child{
    margin-top: 0;
  }

  .md\:prose > :last-child{
    margin-bottom: 0;
  }

  .md\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .md\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .md\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .md\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .md\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .md\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .md\:prose-sm code{
    font-size: 0.8571429em;
  }

  .md\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .md\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .md\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .md\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .md\:prose-sm ol > li::before{
    left: 0;
  }

  .md\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .md\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .md\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .md\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .md\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .md\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm ul ul, .md\:prose-sm ul ol, .md\:prose-sm ol ul, .md\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .md\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .md\:prose-sm hr + *{
    margin-top: 0;
  }

  .md\:prose-sm h2 + *{
    margin-top: 0;
  }

  .md\:prose-sm h3 + *{
    margin-top: 0;
  }

  .md\:prose-sm h4 + *{
    margin-top: 0;
  }

  .md\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .md\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .md\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .md\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .md\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .md\:prose-sm > :first-child{
    margin-top: 0;
  }

  .md\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .md\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .md\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .md\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .md\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .md\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .md\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .md\:prose-lg code{
    font-size: 0.8888889em;
  }

  .md\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .md\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .md\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .md\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .md\:prose-lg ol > li::before{
    left: 0;
  }

  .md\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .md\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .md\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .md\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .md\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg ul ul, .md\:prose-lg ul ol, .md\:prose-lg ol ul, .md\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .md\:prose-lg hr + *{
    margin-top: 0;
  }

  .md\:prose-lg h2 + *{
    margin-top: 0;
  }

  .md\:prose-lg h3 + *{
    margin-top: 0;
  }

  .md\:prose-lg h4 + *{
    margin-top: 0;
  }

  .md\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .md\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .md\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .md\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .md\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .md\:prose-lg > :first-child{
    margin-top: 0;
  }

  .md\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .md\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .md\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .md\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .md\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .md\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .md\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .md\:prose-xl code{
    font-size: 0.9em;
  }

  .md\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .md\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .md\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .md\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .md\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .md\:prose-xl ol > li::before{
    left: 0;
  }

  .md\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .md\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .md\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .md\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .md\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .md\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .md\:prose-xl ul ul, .md\:prose-xl ul ol, .md\:prose-xl ol ul, .md\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .md\:prose-xl hr + *{
    margin-top: 0;
  }

  .md\:prose-xl h2 + *{
    margin-top: 0;
  }

  .md\:prose-xl h3 + *{
    margin-top: 0;
  }

  .md\:prose-xl h4 + *{
    margin-top: 0;
  }

  .md\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .md\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .md\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .md\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .md\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .md\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .md\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .md\:prose-xl > :first-child{
    margin-top: 0;
  }

  .md\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .md\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .md\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .md\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .md\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .md\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .md\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .md\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .md\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .md\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .md\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .md\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .md\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .md\:prose-2xl ol > li::before{
    left: 0;
  }

  .md\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .md\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .md\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .md\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl ul ul, .md\:prose-2xl ul ol, .md\:prose-2xl ol ul, .md\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md\:prose-2xl hr + *{
    margin-top: 0;
  }

  .md\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .md\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .md\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .md\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .md\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .md\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .md\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .md\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .md\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .md\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .md\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .md\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .md\:prose-blue{
  }

  .md\:prose-red{
  }

  .md\:prose-pink{
  }

  .md\:prose-indigo a{
    color: #4f46e5;
  }

  .md\:prose-indigo a code{
    color: #4f46e5;
  }

  .md\:prose-green a{
    color: #16a34a;
  }

  .md\:prose-green a code{
    color: #16a34a;
  }

  .md\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .md\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .md\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .md\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .md\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .md\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .md\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .md\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .md\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .md\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .md\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .md\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .md\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .md\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .md\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .md\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .md\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .md\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .md\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .md\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .md\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .md\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .md\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .md\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .md\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .md\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .md\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .md\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .md\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .md\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .md\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .md\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .md\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .md\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .md\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .md\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .md\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .md\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .md\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .md\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .md\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .md\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .md\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .md\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .md\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .md\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .md\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .md\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .md\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .md\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .md\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .md\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .md\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .md\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .md\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .md\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .md\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .md\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .md\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .md\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .md\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .md\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .md\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .md\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .md\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .md\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .md\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .md\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .md\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .md\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .md\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .md\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .md\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .md\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .md\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .md\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .md\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .md\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .md\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .md\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .md\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .md\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .md\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .md\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .md\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .md\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .md\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .md\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .md\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .md\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:top-1{
    top: 0.25rem;
  }

  .md\:top-2{
    top: 0.5rem;
  }

  .md\:top-3{
    top: 0.75rem;
  }

  .md\:top-4{
    top: 1rem;
  }

  .md\:top-5{
    top: 1.25rem;
  }

  .md\:top-6{
    top: 1.5rem;
  }

  .md\:top-7{
    top: 1.75rem;
  }

  .md\:top-8{
    top: 2rem;
  }

  .md\:top-9{
    top: 2.25rem;
  }

  .md\:top-10{
    top: 2.5rem;
  }

  .md\:top-11{
    top: 2.75rem;
  }

  .md\:top-12{
    top: 3rem;
  }

  .md\:top-14{
    top: 3.5rem;
  }

  .md\:top-16{
    top: 4rem;
  }

  .md\:top-20{
    top: 5rem;
  }

  .md\:top-24{
    top: 6rem;
  }

  .md\:top-28{
    top: 7rem;
  }

  .md\:top-32{
    top: 8rem;
  }

  .md\:top-36{
    top: 9rem;
  }

  .md\:top-40{
    top: 10rem;
  }

  .md\:top-44{
    top: 11rem;
  }

  .md\:top-48{
    top: 12rem;
  }

  .md\:top-52{
    top: 13rem;
  }

  .md\:top-56{
    top: 14rem;
  }

  .md\:top-60{
    top: 15rem;
  }

  .md\:top-64{
    top: 16rem;
  }

  .md\:top-72{
    top: 18rem;
  }

  .md\:top-80{
    top: 20rem;
  }

  .md\:top-96{
    top: 24rem;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:top-px{
    top: 1px;
  }

  .md\:top-0\.5{
    top: 0.125rem;
  }

  .md\:top-1\.5{
    top: 0.375rem;
  }

  .md\:top-2\.5{
    top: 0.625rem;
  }

  .md\:top-3\.5{
    top: 0.875rem;
  }

  .md\:-top-0{
    top: 0px;
  }

  .md\:-top-1{
    top: -0.25rem;
  }

  .md\:-top-2{
    top: -0.5rem;
  }

  .md\:-top-3{
    top: -0.75rem;
  }

  .md\:-top-4{
    top: -1rem;
  }

  .md\:-top-5{
    top: -1.25rem;
  }

  .md\:-top-6{
    top: -1.5rem;
  }

  .md\:-top-7{
    top: -1.75rem;
  }

  .md\:-top-8{
    top: -2rem;
  }

  .md\:-top-9{
    top: -2.25rem;
  }

  .md\:-top-10{
    top: -2.5rem;
  }

  .md\:-top-11{
    top: -2.75rem;
  }

  .md\:-top-12{
    top: -3rem;
  }

  .md\:-top-14{
    top: -3.5rem;
  }

  .md\:-top-16{
    top: -4rem;
  }

  .md\:-top-20{
    top: -5rem;
  }

  .md\:-top-24{
    top: -6rem;
  }

  .md\:-top-28{
    top: -7rem;
  }

  .md\:-top-32{
    top: -8rem;
  }

  .md\:-top-36{
    top: -9rem;
  }

  .md\:-top-40{
    top: -10rem;
  }

  .md\:-top-44{
    top: -11rem;
  }

  .md\:-top-48{
    top: -12rem;
  }

  .md\:-top-52{
    top: -13rem;
  }

  .md\:-top-56{
    top: -14rem;
  }

  .md\:-top-60{
    top: -15rem;
  }

  .md\:-top-64{
    top: -16rem;
  }

  .md\:-top-72{
    top: -18rem;
  }

  .md\:-top-80{
    top: -20rem;
  }

  .md\:-top-96{
    top: -24rem;
  }

  .md\:-top-px{
    top: -1px;
  }

  .md\:-top-0\.5{
    top: -0.125rem;
  }

  .md\:-top-1\.5{
    top: -0.375rem;
  }

  .md\:-top-2\.5{
    top: -0.625rem;
  }

  .md\:-top-3\.5{
    top: -0.875rem;
  }

  .md\:top-1\/2{
    top: 50%;
  }

  .md\:top-1\/3{
    top: 33.333333%;
  }

  .md\:top-2\/3{
    top: 66.666667%;
  }

  .md\:top-1\/4{
    top: 25%;
  }

  .md\:top-2\/4{
    top: 50%;
  }

  .md\:top-3\/4{
    top: 75%;
  }

  .md\:top-full{
    top: 100%;
  }

  .md\:-top-1\/2{
    top: -50%;
  }

  .md\:-top-1\/3{
    top: -33.333333%;
  }

  .md\:-top-2\/3{
    top: -66.666667%;
  }

  .md\:-top-1\/4{
    top: -25%;
  }

  .md\:-top-2\/4{
    top: -50%;
  }

  .md\:-top-3\/4{
    top: -75%;
  }

  .md\:-top-full{
    top: -100%;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:right-1{
    right: 0.25rem;
  }

  .md\:right-2{
    right: 0.5rem;
  }

  .md\:right-3{
    right: 0.75rem;
  }

  .md\:right-4{
    right: 1rem;
  }

  .md\:right-5{
    right: 1.25rem;
  }

  .md\:right-6{
    right: 1.5rem;
  }

  .md\:right-7{
    right: 1.75rem;
  }

  .md\:right-8{
    right: 2rem;
  }

  .md\:right-9{
    right: 2.25rem;
  }

  .md\:right-10{
    right: 2.5rem;
  }

  .md\:right-11{
    right: 2.75rem;
  }

  .md\:right-12{
    right: 3rem;
  }

  .md\:right-14{
    right: 3.5rem;
  }

  .md\:right-16{
    right: 4rem;
  }

  .md\:right-20{
    right: 5rem;
  }

  .md\:right-24{
    right: 6rem;
  }

  .md\:right-28{
    right: 7rem;
  }

  .md\:right-32{
    right: 8rem;
  }

  .md\:right-36{
    right: 9rem;
  }

  .md\:right-40{
    right: 10rem;
  }

  .md\:right-44{
    right: 11rem;
  }

  .md\:right-48{
    right: 12rem;
  }

  .md\:right-52{
    right: 13rem;
  }

  .md\:right-56{
    right: 14rem;
  }

  .md\:right-60{
    right: 15rem;
  }

  .md\:right-64{
    right: 16rem;
  }

  .md\:right-72{
    right: 18rem;
  }

  .md\:right-80{
    right: 20rem;
  }

  .md\:right-96{
    right: 24rem;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:right-px{
    right: 1px;
  }

  .md\:right-0\.5{
    right: 0.125rem;
  }

  .md\:right-1\.5{
    right: 0.375rem;
  }

  .md\:right-2\.5{
    right: 0.625rem;
  }

  .md\:right-3\.5{
    right: 0.875rem;
  }

  .md\:-right-0{
    right: 0px;
  }

  .md\:-right-1{
    right: -0.25rem;
  }

  .md\:-right-2{
    right: -0.5rem;
  }

  .md\:-right-3{
    right: -0.75rem;
  }

  .md\:-right-4{
    right: -1rem;
  }

  .md\:-right-5{
    right: -1.25rem;
  }

  .md\:-right-6{
    right: -1.5rem;
  }

  .md\:-right-7{
    right: -1.75rem;
  }

  .md\:-right-8{
    right: -2rem;
  }

  .md\:-right-9{
    right: -2.25rem;
  }

  .md\:-right-10{
    right: -2.5rem;
  }

  .md\:-right-11{
    right: -2.75rem;
  }

  .md\:-right-12{
    right: -3rem;
  }

  .md\:-right-14{
    right: -3.5rem;
  }

  .md\:-right-16{
    right: -4rem;
  }

  .md\:-right-20{
    right: -5rem;
  }

  .md\:-right-24{
    right: -6rem;
  }

  .md\:-right-28{
    right: -7rem;
  }

  .md\:-right-32{
    right: -8rem;
  }

  .md\:-right-36{
    right: -9rem;
  }

  .md\:-right-40{
    right: -10rem;
  }

  .md\:-right-44{
    right: -11rem;
  }

  .md\:-right-48{
    right: -12rem;
  }

  .md\:-right-52{
    right: -13rem;
  }

  .md\:-right-56{
    right: -14rem;
  }

  .md\:-right-60{
    right: -15rem;
  }

  .md\:-right-64{
    right: -16rem;
  }

  .md\:-right-72{
    right: -18rem;
  }

  .md\:-right-80{
    right: -20rem;
  }

  .md\:-right-96{
    right: -24rem;
  }

  .md\:-right-px{
    right: -1px;
  }

  .md\:-right-0\.5{
    right: -0.125rem;
  }

  .md\:-right-1\.5{
    right: -0.375rem;
  }

  .md\:-right-2\.5{
    right: -0.625rem;
  }

  .md\:-right-3\.5{
    right: -0.875rem;
  }

  .md\:right-1\/2{
    right: 50%;
  }

  .md\:right-1\/3{
    right: 33.333333%;
  }

  .md\:right-2\/3{
    right: 66.666667%;
  }

  .md\:right-1\/4{
    right: 25%;
  }

  .md\:right-2\/4{
    right: 50%;
  }

  .md\:right-3\/4{
    right: 75%;
  }

  .md\:right-full{
    right: 100%;
  }

  .md\:-right-1\/2{
    right: -50%;
  }

  .md\:-right-1\/3{
    right: -33.333333%;
  }

  .md\:-right-2\/3{
    right: -66.666667%;
  }

  .md\:-right-1\/4{
    right: -25%;
  }

  .md\:-right-2\/4{
    right: -50%;
  }

  .md\:-right-3\/4{
    right: -75%;
  }

  .md\:-right-full{
    right: -100%;
  }

  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:bottom-1{
    bottom: 0.25rem;
  }

  .md\:bottom-2{
    bottom: 0.5rem;
  }

  .md\:bottom-3{
    bottom: 0.75rem;
  }

  .md\:bottom-4{
    bottom: 1rem;
  }

  .md\:bottom-5{
    bottom: 1.25rem;
  }

  .md\:bottom-6{
    bottom: 1.5rem;
  }

  .md\:bottom-7{
    bottom: 1.75rem;
  }

  .md\:bottom-8{
    bottom: 2rem;
  }

  .md\:bottom-9{
    bottom: 2.25rem;
  }

  .md\:bottom-10{
    bottom: 2.5rem;
  }

  .md\:bottom-11{
    bottom: 2.75rem;
  }

  .md\:bottom-12{
    bottom: 3rem;
  }

  .md\:bottom-14{
    bottom: 3.5rem;
  }

  .md\:bottom-16{
    bottom: 4rem;
  }

  .md\:bottom-20{
    bottom: 5rem;
  }

  .md\:bottom-24{
    bottom: 6rem;
  }

  .md\:bottom-28{
    bottom: 7rem;
  }

  .md\:bottom-32{
    bottom: 8rem;
  }

  .md\:bottom-36{
    bottom: 9rem;
  }

  .md\:bottom-40{
    bottom: 10rem;
  }

  .md\:bottom-44{
    bottom: 11rem;
  }

  .md\:bottom-48{
    bottom: 12rem;
  }

  .md\:bottom-52{
    bottom: 13rem;
  }

  .md\:bottom-56{
    bottom: 14rem;
  }

  .md\:bottom-60{
    bottom: 15rem;
  }

  .md\:bottom-64{
    bottom: 16rem;
  }

  .md\:bottom-72{
    bottom: 18rem;
  }

  .md\:bottom-80{
    bottom: 20rem;
  }

  .md\:bottom-96{
    bottom: 24rem;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:bottom-px{
    bottom: 1px;
  }

  .md\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .md\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .md\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .md\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .md\:-bottom-0{
    bottom: 0px;
  }

  .md\:-bottom-1{
    bottom: -0.25rem;
  }

  .md\:-bottom-2{
    bottom: -0.5rem;
  }

  .md\:-bottom-3{
    bottom: -0.75rem;
  }

  .md\:-bottom-4{
    bottom: -1rem;
  }

  .md\:-bottom-5{
    bottom: -1.25rem;
  }

  .md\:-bottom-6{
    bottom: -1.5rem;
  }

  .md\:-bottom-7{
    bottom: -1.75rem;
  }

  .md\:-bottom-8{
    bottom: -2rem;
  }

  .md\:-bottom-9{
    bottom: -2.25rem;
  }

  .md\:-bottom-10{
    bottom: -2.5rem;
  }

  .md\:-bottom-11{
    bottom: -2.75rem;
  }

  .md\:-bottom-12{
    bottom: -3rem;
  }

  .md\:-bottom-14{
    bottom: -3.5rem;
  }

  .md\:-bottom-16{
    bottom: -4rem;
  }

  .md\:-bottom-20{
    bottom: -5rem;
  }

  .md\:-bottom-24{
    bottom: -6rem;
  }

  .md\:-bottom-28{
    bottom: -7rem;
  }

  .md\:-bottom-32{
    bottom: -8rem;
  }

  .md\:-bottom-36{
    bottom: -9rem;
  }

  .md\:-bottom-40{
    bottom: -10rem;
  }

  .md\:-bottom-44{
    bottom: -11rem;
  }

  .md\:-bottom-48{
    bottom: -12rem;
  }

  .md\:-bottom-52{
    bottom: -13rem;
  }

  .md\:-bottom-56{
    bottom: -14rem;
  }

  .md\:-bottom-60{
    bottom: -15rem;
  }

  .md\:-bottom-64{
    bottom: -16rem;
  }

  .md\:-bottom-72{
    bottom: -18rem;
  }

  .md\:-bottom-80{
    bottom: -20rem;
  }

  .md\:-bottom-96{
    bottom: -24rem;
  }

  .md\:-bottom-px{
    bottom: -1px;
  }

  .md\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .md\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .md\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .md\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .md\:bottom-1\/2{
    bottom: 50%;
  }

  .md\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .md\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .md\:bottom-1\/4{
    bottom: 25%;
  }

  .md\:bottom-2\/4{
    bottom: 50%;
  }

  .md\:bottom-3\/4{
    bottom: 75%;
  }

  .md\:bottom-full{
    bottom: 100%;
  }

  .md\:-bottom-1\/2{
    bottom: -50%;
  }

  .md\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .md\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .md\:-bottom-1\/4{
    bottom: -25%;
  }

  .md\:-bottom-2\/4{
    bottom: -50%;
  }

  .md\:-bottom-3\/4{
    bottom: -75%;
  }

  .md\:-bottom-full{
    bottom: -100%;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:left-1{
    left: 0.25rem;
  }

  .md\:left-2{
    left: 0.5rem;
  }

  .md\:left-3{
    left: 0.75rem;
  }

  .md\:left-4{
    left: 1rem;
  }

  .md\:left-5{
    left: 1.25rem;
  }

  .md\:left-6{
    left: 1.5rem;
  }

  .md\:left-7{
    left: 1.75rem;
  }

  .md\:left-8{
    left: 2rem;
  }

  .md\:left-9{
    left: 2.25rem;
  }

  .md\:left-10{
    left: 2.5rem;
  }

  .md\:left-11{
    left: 2.75rem;
  }

  .md\:left-12{
    left: 3rem;
  }

  .md\:left-14{
    left: 3.5rem;
  }

  .md\:left-16{
    left: 4rem;
  }

  .md\:left-20{
    left: 5rem;
  }

  .md\:left-24{
    left: 6rem;
  }

  .md\:left-28{
    left: 7rem;
  }

  .md\:left-32{
    left: 8rem;
  }

  .md\:left-36{
    left: 9rem;
  }

  .md\:left-40{
    left: 10rem;
  }

  .md\:left-44{
    left: 11rem;
  }

  .md\:left-48{
    left: 12rem;
  }

  .md\:left-52{
    left: 13rem;
  }

  .md\:left-56{
    left: 14rem;
  }

  .md\:left-60{
    left: 15rem;
  }

  .md\:left-64{
    left: 16rem;
  }

  .md\:left-72{
    left: 18rem;
  }

  .md\:left-80{
    left: 20rem;
  }

  .md\:left-96{
    left: 24rem;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:left-px{
    left: 1px;
  }

  .md\:left-0\.5{
    left: 0.125rem;
  }

  .md\:left-1\.5{
    left: 0.375rem;
  }

  .md\:left-2\.5{
    left: 0.625rem;
  }

  .md\:left-3\.5{
    left: 0.875rem;
  }

  .md\:-left-0{
    left: 0px;
  }

  .md\:-left-1{
    left: -0.25rem;
  }

  .md\:-left-2{
    left: -0.5rem;
  }

  .md\:-left-3{
    left: -0.75rem;
  }

  .md\:-left-4{
    left: -1rem;
  }

  .md\:-left-5{
    left: -1.25rem;
  }

  .md\:-left-6{
    left: -1.5rem;
  }

  .md\:-left-7{
    left: -1.75rem;
  }

  .md\:-left-8{
    left: -2rem;
  }

  .md\:-left-9{
    left: -2.25rem;
  }

  .md\:-left-10{
    left: -2.5rem;
  }

  .md\:-left-11{
    left: -2.75rem;
  }

  .md\:-left-12{
    left: -3rem;
  }

  .md\:-left-14{
    left: -3.5rem;
  }

  .md\:-left-16{
    left: -4rem;
  }

  .md\:-left-20{
    left: -5rem;
  }

  .md\:-left-24{
    left: -6rem;
  }

  .md\:-left-28{
    left: -7rem;
  }

  .md\:-left-32{
    left: -8rem;
  }

  .md\:-left-36{
    left: -9rem;
  }

  .md\:-left-40{
    left: -10rem;
  }

  .md\:-left-44{
    left: -11rem;
  }

  .md\:-left-48{
    left: -12rem;
  }

  .md\:-left-52{
    left: -13rem;
  }

  .md\:-left-56{
    left: -14rem;
  }

  .md\:-left-60{
    left: -15rem;
  }

  .md\:-left-64{
    left: -16rem;
  }

  .md\:-left-72{
    left: -18rem;
  }

  .md\:-left-80{
    left: -20rem;
  }

  .md\:-left-96{
    left: -24rem;
  }

  .md\:-left-px{
    left: -1px;
  }

  .md\:-left-0\.5{
    left: -0.125rem;
  }

  .md\:-left-1\.5{
    left: -0.375rem;
  }

  .md\:-left-2\.5{
    left: -0.625rem;
  }

  .md\:-left-3\.5{
    left: -0.875rem;
  }

  .md\:left-1\/2{
    left: 50%;
  }

  .md\:left-1\/3{
    left: 33.333333%;
  }

  .md\:left-2\/3{
    left: 66.666667%;
  }

  .md\:left-1\/4{
    left: 25%;
  }

  .md\:left-2\/4{
    left: 50%;
  }

  .md\:left-3\/4{
    left: 75%;
  }

  .md\:left-full{
    left: 100%;
  }

  .md\:-left-1\/2{
    left: -50%;
  }

  .md\:-left-1\/3{
    left: -33.333333%;
  }

  .md\:-left-2\/3{
    left: -66.666667%;
  }

  .md\:-left-1\/4{
    left: -25%;
  }

  .md\:-left-2\/4{
    left: -50%;
  }

  .md\:-left-3\/4{
    left: -75%;
  }

  .md\:-left-full{
    left: -100%;
  }

  .md\:isolate{
    isolation: isolate;
  }

  .md\:isolation-auto{
    isolation: auto;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:z-20{
    z-index: 20;
  }

  .md\:z-30{
    z-index: 30;
  }

  .md\:z-40{
    z-index: 40;
  }

  .md\:z-50{
    z-index: 50;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .md\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .md\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .md\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .md\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .md\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .md\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .md\:focus\:z-0:focus{
    z-index: 0;
  }

  .md\:focus\:z-10:focus{
    z-index: 10;
  }

  .md\:focus\:z-20:focus{
    z-index: 20;
  }

  .md\:focus\:z-30:focus{
    z-index: 30;
  }

  .md\:focus\:z-40:focus{
    z-index: 40;
  }

  .md\:focus\:z-50:focus{
    z-index: 50;
  }

  .md\:focus\:z-auto:focus{
    z-index: auto;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-4{
    order: 4;
  }

  .md\:order-5{
    order: 5;
  }

  .md\:order-6{
    order: 6;
  }

  .md\:order-7{
    order: 7;
  }

  .md\:order-8{
    order: 8;
  }

  .md\:order-9{
    order: 9;
  }

  .md\:order-10{
    order: 10;
  }

  .md\:order-11{
    order: 11;
  }

  .md\:order-12{
    order: 12;
  }

  .md\:order-first{
    order: -9999;
  }

  .md\:order-last{
    order: 9999;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:col-auto{
    grid-column: auto;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full{
    grid-column: 1 / -1;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-start-4{
    grid-column-start: 4;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-start-6{
    grid-column-start: 6;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:col-start-9{
    grid-column-start: 9;
  }

  .md\:col-start-10{
    grid-column-start: 10;
  }

  .md\:col-start-11{
    grid-column-start: 11;
  }

  .md\:col-start-12{
    grid-column-start: 12;
  }

  .md\:col-start-13{
    grid-column-start: 13;
  }

  .md\:col-start-auto{
    grid-column-start: auto;
  }

  .md\:col-end-1{
    grid-column-end: 1;
  }

  .md\:col-end-2{
    grid-column-end: 2;
  }

  .md\:col-end-3{
    grid-column-end: 3;
  }

  .md\:col-end-4{
    grid-column-end: 4;
  }

  .md\:col-end-5{
    grid-column-end: 5;
  }

  .md\:col-end-6{
    grid-column-end: 6;
  }

  .md\:col-end-7{
    grid-column-end: 7;
  }

  .md\:col-end-8{
    grid-column-end: 8;
  }

  .md\:col-end-9{
    grid-column-end: 9;
  }

  .md\:col-end-10{
    grid-column-end: 10;
  }

  .md\:col-end-11{
    grid-column-end: 11;
  }

  .md\:col-end-12{
    grid-column-end: 12;
  }

  .md\:col-end-13{
    grid-column-end: 13;
  }

  .md\:col-end-auto{
    grid-column-end: auto;
  }

  .md\:row-auto{
    grid-row: auto;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full{
    grid-row: 1 / -1;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:row-start-2{
    grid-row-start: 2;
  }

  .md\:row-start-3{
    grid-row-start: 3;
  }

  .md\:row-start-4{
    grid-row-start: 4;
  }

  .md\:row-start-5{
    grid-row-start: 5;
  }

  .md\:row-start-6{
    grid-row-start: 6;
  }

  .md\:row-start-7{
    grid-row-start: 7;
  }

  .md\:row-start-auto{
    grid-row-start: auto;
  }

  .md\:row-end-1{
    grid-row-end: 1;
  }

  .md\:row-end-2{
    grid-row-end: 2;
  }

  .md\:row-end-3{
    grid-row-end: 3;
  }

  .md\:row-end-4{
    grid-row-end: 4;
  }

  .md\:row-end-5{
    grid-row-end: 5;
  }

  .md\:row-end-6{
    grid-row-end: 6;
  }

  .md\:row-end-7{
    grid-row-end: 7;
  }

  .md\:row-end-auto{
    grid-row-end: auto;
  }

  .md\:float-right{
    float: right;
  }

  .md\:float-left{
    float: left;
  }

  .md\:float-none{
    float: none;
  }

  .md\:clear-left{
    clear: left;
  }

  .md\:clear-right{
    clear: right;
  }

  .md\:clear-both{
    clear: both;
  }

  .md\:clear-none{
    clear: none;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:m-1{
    margin: 0.25rem;
  }

  .md\:m-2{
    margin: 0.5rem;
  }

  .md\:m-3{
    margin: 0.75rem;
  }

  .md\:m-4{
    margin: 1rem;
  }

  .md\:m-5{
    margin: 1.25rem;
  }

  .md\:m-6{
    margin: 1.5rem;
  }

  .md\:m-7{
    margin: 1.75rem;
  }

  .md\:m-8{
    margin: 2rem;
  }

  .md\:m-9{
    margin: 2.25rem;
  }

  .md\:m-10{
    margin: 2.5rem;
  }

  .md\:m-11{
    margin: 2.75rem;
  }

  .md\:m-12{
    margin: 3rem;
  }

  .md\:m-14{
    margin: 3.5rem;
  }

  .md\:m-16{
    margin: 4rem;
  }

  .md\:m-20{
    margin: 5rem;
  }

  .md\:m-24{
    margin: 6rem;
  }

  .md\:m-28{
    margin: 7rem;
  }

  .md\:m-32{
    margin: 8rem;
  }

  .md\:m-36{
    margin: 9rem;
  }

  .md\:m-40{
    margin: 10rem;
  }

  .md\:m-44{
    margin: 11rem;
  }

  .md\:m-48{
    margin: 12rem;
  }

  .md\:m-52{
    margin: 13rem;
  }

  .md\:m-56{
    margin: 14rem;
  }

  .md\:m-60{
    margin: 15rem;
  }

  .md\:m-64{
    margin: 16rem;
  }

  .md\:m-72{
    margin: 18rem;
  }

  .md\:m-80{
    margin: 20rem;
  }

  .md\:m-96{
    margin: 24rem;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:m-px{
    margin: 1px;
  }

  .md\:m-0\.5{
    margin: 0.125rem;
  }

  .md\:m-1\.5{
    margin: 0.375rem;
  }

  .md\:m-2\.5{
    margin: 0.625rem;
  }

  .md\:m-3\.5{
    margin: 0.875rem;
  }

  .md\:-m-0{
    margin: 0px;
  }

  .md\:-m-1{
    margin: -0.25rem;
  }

  .md\:-m-2{
    margin: -0.5rem;
  }

  .md\:-m-3{
    margin: -0.75rem;
  }

  .md\:-m-4{
    margin: -1rem;
  }

  .md\:-m-5{
    margin: -1.25rem;
  }

  .md\:-m-6{
    margin: -1.5rem;
  }

  .md\:-m-7{
    margin: -1.75rem;
  }

  .md\:-m-8{
    margin: -2rem;
  }

  .md\:-m-9{
    margin: -2.25rem;
  }

  .md\:-m-10{
    margin: -2.5rem;
  }

  .md\:-m-11{
    margin: -2.75rem;
  }

  .md\:-m-12{
    margin: -3rem;
  }

  .md\:-m-14{
    margin: -3.5rem;
  }

  .md\:-m-16{
    margin: -4rem;
  }

  .md\:-m-20{
    margin: -5rem;
  }

  .md\:-m-24{
    margin: -6rem;
  }

  .md\:-m-28{
    margin: -7rem;
  }

  .md\:-m-32{
    margin: -8rem;
  }

  .md\:-m-36{
    margin: -9rem;
  }

  .md\:-m-40{
    margin: -10rem;
  }

  .md\:-m-44{
    margin: -11rem;
  }

  .md\:-m-48{
    margin: -12rem;
  }

  .md\:-m-52{
    margin: -13rem;
  }

  .md\:-m-56{
    margin: -14rem;
  }

  .md\:-m-60{
    margin: -15rem;
  }

  .md\:-m-64{
    margin: -16rem;
  }

  .md\:-m-72{
    margin: -18rem;
  }

  .md\:-m-80{
    margin: -20rem;
  }

  .md\:-m-96{
    margin: -24rem;
  }

  .md\:-m-px{
    margin: -1px;
  }

  .md\:-m-0\.5{
    margin: -0.125rem;
  }

  .md\:-m-1\.5{
    margin: -0.375rem;
  }

  .md\:-m-2\.5{
    margin: -0.625rem;
  }

  .md\:-m-3\.5{
    margin: -0.875rem;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-1{
    margin-top: 0.25rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-7{
    margin-top: 1.75rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mt-9{
    margin-top: 2.25rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-11{
    margin-top: 2.75rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mt-28{
    margin-top: 7rem;
  }

  .md\:mt-32{
    margin-top: 8rem;
  }

  .md\:mt-36{
    margin-top: 9rem;
  }

  .md\:mt-40{
    margin-top: 10rem;
  }

  .md\:mt-44{
    margin-top: 11rem;
  }

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:mt-52{
    margin-top: 13rem;
  }

  .md\:mt-56{
    margin-top: 14rem;
  }

  .md\:mt-60{
    margin-top: 15rem;
  }

  .md\:mt-64{
    margin-top: 16rem;
  }

  .md\:mt-72{
    margin-top: 18rem;
  }

  .md\:mt-80{
    margin-top: 20rem;
  }

  .md\:mt-96{
    margin-top: 24rem;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mt-px{
    margin-top: 1px;
  }

  .md\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .md\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .md\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .md\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .md\:-mt-0{
    margin-top: 0px;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:-mt-2{
    margin-top: -0.5rem;
  }

  .md\:-mt-3{
    margin-top: -0.75rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

  .md\:-mt-5{
    margin-top: -1.25rem;
  }

  .md\:-mt-6{
    margin-top: -1.5rem;
  }

  .md\:-mt-7{
    margin-top: -1.75rem;
  }

  .md\:-mt-8{
    margin-top: -2rem;
  }

  .md\:-mt-9{
    margin-top: -2.25rem;
  }

  .md\:-mt-10{
    margin-top: -2.5rem;
  }

  .md\:-mt-11{
    margin-top: -2.75rem;
  }

  .md\:-mt-12{
    margin-top: -3rem;
  }

  .md\:-mt-14{
    margin-top: -3.5rem;
  }

  .md\:-mt-16{
    margin-top: -4rem;
  }

  .md\:-mt-20{
    margin-top: -5rem;
  }

  .md\:-mt-24{
    margin-top: -6rem;
  }

  .md\:-mt-28{
    margin-top: -7rem;
  }

  .md\:-mt-32{
    margin-top: -8rem;
  }

  .md\:-mt-36{
    margin-top: -9rem;
  }

  .md\:-mt-40{
    margin-top: -10rem;
  }

  .md\:-mt-44{
    margin-top: -11rem;
  }

  .md\:-mt-48{
    margin-top: -12rem;
  }

  .md\:-mt-52{
    margin-top: -13rem;
  }

  .md\:-mt-56{
    margin-top: -14rem;
  }

  .md\:-mt-60{
    margin-top: -15rem;
  }

  .md\:-mt-64{
    margin-top: -16rem;
  }

  .md\:-mt-72{
    margin-top: -18rem;
  }

  .md\:-mt-80{
    margin-top: -20rem;
  }

  .md\:-mt-96{
    margin-top: -24rem;
  }

  .md\:-mt-px{
    margin-top: -1px;
  }

  .md\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .md\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .md\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .md\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mr-1{
    margin-right: 0.25rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mr-3{
    margin-right: 0.75rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mr-7{
    margin-right: 1.75rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mr-9{
    margin-right: 2.25rem;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mr-11{
    margin-right: 2.75rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mr-14{
    margin-right: 3.5rem;
  }

  .md\:mr-16{
    margin-right: 4rem;
  }

  .md\:mr-20{
    margin-right: 5rem;
  }

  .md\:mr-24{
    margin-right: 6rem;
  }

  .md\:mr-28{
    margin-right: 7rem;
  }

  .md\:mr-32{
    margin-right: 8rem;
  }

  .md\:mr-36{
    margin-right: 9rem;
  }

  .md\:mr-40{
    margin-right: 10rem;
  }

  .md\:mr-44{
    margin-right: 11rem;
  }

  .md\:mr-48{
    margin-right: 12rem;
  }

  .md\:mr-52{
    margin-right: 13rem;
  }

  .md\:mr-56{
    margin-right: 14rem;
  }

  .md\:mr-60{
    margin-right: 15rem;
  }

  .md\:mr-64{
    margin-right: 16rem;
  }

  .md\:mr-72{
    margin-right: 18rem;
  }

  .md\:mr-80{
    margin-right: 20rem;
  }

  .md\:mr-96{
    margin-right: 24rem;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mr-px{
    margin-right: 1px;
  }

  .md\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .md\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .md\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .md\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .md\:-mr-0{
    margin-right: 0px;
  }

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mr-2{
    margin-right: -0.5rem;
  }

  .md\:-mr-3{
    margin-right: -0.75rem;
  }

  .md\:-mr-4{
    margin-right: -1rem;
  }

  .md\:-mr-5{
    margin-right: -1.25rem;
  }

  .md\:-mr-6{
    margin-right: -1.5rem;
  }

  .md\:-mr-7{
    margin-right: -1.75rem;
  }

  .md\:-mr-8{
    margin-right: -2rem;
  }

  .md\:-mr-9{
    margin-right: -2.25rem;
  }

  .md\:-mr-10{
    margin-right: -2.5rem;
  }

  .md\:-mr-11{
    margin-right: -2.75rem;
  }

  .md\:-mr-12{
    margin-right: -3rem;
  }

  .md\:-mr-14{
    margin-right: -3.5rem;
  }

  .md\:-mr-16{
    margin-right: -4rem;
  }

  .md\:-mr-20{
    margin-right: -5rem;
  }

  .md\:-mr-24{
    margin-right: -6rem;
  }

  .md\:-mr-28{
    margin-right: -7rem;
  }

  .md\:-mr-32{
    margin-right: -8rem;
  }

  .md\:-mr-36{
    margin-right: -9rem;
  }

  .md\:-mr-40{
    margin-right: -10rem;
  }

  .md\:-mr-44{
    margin-right: -11rem;
  }

  .md\:-mr-48{
    margin-right: -12rem;
  }

  .md\:-mr-52{
    margin-right: -13rem;
  }

  .md\:-mr-56{
    margin-right: -14rem;
  }

  .md\:-mr-60{
    margin-right: -15rem;
  }

  .md\:-mr-64{
    margin-right: -16rem;
  }

  .md\:-mr-72{
    margin-right: -18rem;
  }

  .md\:-mr-80{
    margin-right: -20rem;
  }

  .md\:-mr-96{
    margin-right: -24rem;
  }

  .md\:-mr-px{
    margin-right: -1px;
  }

  .md\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .md\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .md\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .md\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-7{
    margin-bottom: 1.75rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-11{
    margin-bottom: 2.75rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:mb-28{
    margin-bottom: 7rem;
  }

  .md\:mb-32{
    margin-bottom: 8rem;
  }

  .md\:mb-36{
    margin-bottom: 9rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

  .md\:mb-44{
    margin-bottom: 11rem;
  }

  .md\:mb-48{
    margin-bottom: 12rem;
  }

  .md\:mb-52{
    margin-bottom: 13rem;
  }

  .md\:mb-56{
    margin-bottom: 14rem;
  }

  .md\:mb-60{
    margin-bottom: 15rem;
  }

  .md\:mb-64{
    margin-bottom: 16rem;
  }

  .md\:mb-72{
    margin-bottom: 18rem;
  }

  .md\:mb-80{
    margin-bottom: 20rem;
  }

  .md\:mb-96{
    margin-bottom: 24rem;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:mb-px{
    margin-bottom: 1px;
  }

  .md\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .md\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .md\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .md\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .md\:-mb-0{
    margin-bottom: 0px;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:-mb-4{
    margin-bottom: -1rem;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .md\:-mb-8{
    margin-bottom: -2rem;
  }

  .md\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .md\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .md\:-mb-12{
    margin-bottom: -3rem;
  }

  .md\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .md\:-mb-16{
    margin-bottom: -4rem;
  }

  .md\:-mb-20{
    margin-bottom: -5rem;
  }

  .md\:-mb-24{
    margin-bottom: -6rem;
  }

  .md\:-mb-28{
    margin-bottom: -7rem;
  }

  .md\:-mb-32{
    margin-bottom: -8rem;
  }

  .md\:-mb-36{
    margin-bottom: -9rem;
  }

  .md\:-mb-40{
    margin-bottom: -10rem;
  }

  .md\:-mb-44{
    margin-bottom: -11rem;
  }

  .md\:-mb-48{
    margin-bottom: -12rem;
  }

  .md\:-mb-52{
    margin-bottom: -13rem;
  }

  .md\:-mb-56{
    margin-bottom: -14rem;
  }

  .md\:-mb-60{
    margin-bottom: -15rem;
  }

  .md\:-mb-64{
    margin-bottom: -16rem;
  }

  .md\:-mb-72{
    margin-bottom: -18rem;
  }

  .md\:-mb-80{
    margin-bottom: -20rem;
  }

  .md\:-mb-96{
    margin-bottom: -24rem;
  }

  .md\:-mb-px{
    margin-bottom: -1px;
  }

  .md\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .md\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .md\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .md\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:ml-1{
    margin-left: 0.25rem;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:ml-5{
    margin-left: 1.25rem;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:ml-7{
    margin-left: 1.75rem;
  }

  .md\:ml-8{
    margin-left: 2rem;
  }

  .md\:ml-9{
    margin-left: 2.25rem;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:ml-11{
    margin-left: 2.75rem;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:ml-14{
    margin-left: 3.5rem;
  }

  .md\:ml-16{
    margin-left: 4rem;
  }

  .md\:ml-20{
    margin-left: 5rem;
  }

  .md\:ml-24{
    margin-left: 6rem;
  }

  .md\:ml-28{
    margin-left: 7rem;
  }

  .md\:ml-32{
    margin-left: 8rem;
  }

  .md\:ml-36{
    margin-left: 9rem;
  }

  .md\:ml-40{
    margin-left: 10rem;
  }

  .md\:ml-44{
    margin-left: 11rem;
  }

  .md\:ml-48{
    margin-left: 12rem;
  }

  .md\:ml-52{
    margin-left: 13rem;
  }

  .md\:ml-56{
    margin-left: 14rem;
  }

  .md\:ml-60{
    margin-left: 15rem;
  }

  .md\:ml-64{
    margin-left: 16rem;
  }

  .md\:ml-72{
    margin-left: 18rem;
  }

  .md\:ml-80{
    margin-left: 20rem;
  }

  .md\:ml-96{
    margin-left: 24rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:ml-px{
    margin-left: 1px;
  }

  .md\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .md\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .md\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .md\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .md\:-ml-0{
    margin-left: 0px;
  }

  .md\:-ml-1{
    margin-left: -0.25rem;
  }

  .md\:-ml-2{
    margin-left: -0.5rem;
  }

  .md\:-ml-3{
    margin-left: -0.75rem;
  }

  .md\:-ml-4{
    margin-left: -1rem;
  }

  .md\:-ml-5{
    margin-left: -1.25rem;
  }

  .md\:-ml-6{
    margin-left: -1.5rem;
  }

  .md\:-ml-7{
    margin-left: -1.75rem;
  }

  .md\:-ml-8{
    margin-left: -2rem;
  }

  .md\:-ml-9{
    margin-left: -2.25rem;
  }

  .md\:-ml-10{
    margin-left: -2.5rem;
  }

  .md\:-ml-11{
    margin-left: -2.75rem;
  }

  .md\:-ml-12{
    margin-left: -3rem;
  }

  .md\:-ml-14{
    margin-left: -3.5rem;
  }

  .md\:-ml-16{
    margin-left: -4rem;
  }

  .md\:-ml-20{
    margin-left: -5rem;
  }

  .md\:-ml-24{
    margin-left: -6rem;
  }

  .md\:-ml-28{
    margin-left: -7rem;
  }

  .md\:-ml-32{
    margin-left: -8rem;
  }

  .md\:-ml-36{
    margin-left: -9rem;
  }

  .md\:-ml-40{
    margin-left: -10rem;
  }

  .md\:-ml-44{
    margin-left: -11rem;
  }

  .md\:-ml-48{
    margin-left: -12rem;
  }

  .md\:-ml-52{
    margin-left: -13rem;
  }

  .md\:-ml-56{
    margin-left: -14rem;
  }

  .md\:-ml-60{
    margin-left: -15rem;
  }

  .md\:-ml-64{
    margin-left: -16rem;
  }

  .md\:-ml-72{
    margin-left: -18rem;
  }

  .md\:-ml-80{
    margin-left: -20rem;
  }

  .md\:-ml-96{
    margin-left: -24rem;
  }

  .md\:-ml-px{
    margin-left: -1px;
  }

  .md\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .md\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .md\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .md\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .md\:box-border{
    box-sizing: border-box;
  }

  .md\:box-content{
    box-sizing: content-box;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:table{
    display: table;
  }

  .md\:inline-table{
    display: inline-table;
  }

  .md\:table-caption{
    display: table-caption;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-column{
    display: table-column;
  }

  .md\:table-column-group{
    display: table-column-group;
  }

  .md\:table-footer-group{
    display: table-footer-group;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:flow-root{
    display: flow-root;
  }

  .md\:grid{
    display: grid;
  }

  .md\:inline-grid{
    display: inline-grid;
  }

  .md\:contents{
    display: contents;
  }

  .md\:list-item{
    display: list-item;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-0{
    height: 0px;
  }

  .md\:h-1{
    height: 0.25rem;
  }

  .md\:h-2{
    height: 0.5rem;
  }

  .md\:h-3{
    height: 0.75rem;
  }

  .md\:h-4{
    height: 1rem;
  }

  .md\:h-5{
    height: 1.25rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-7{
    height: 1.75rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-9{
    height: 2.25rem;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-11{
    height: 2.75rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-28{
    height: 7rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-36{
    height: 9rem;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-44{
    height: 11rem;
  }

  .md\:h-48{
    height: 12rem;
  }

  .md\:h-52{
    height: 13rem;
  }

  .md\:h-56{
    height: 14rem;
  }

  .md\:h-60{
    height: 15rem;
  }

  .md\:h-64{
    height: 16rem;
  }

  .md\:h-72{
    height: 18rem;
  }

  .md\:h-80{
    height: 20rem;
  }

  .md\:h-96{
    height: 24rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-px{
    height: 1px;
  }

  .md\:h-0\.5{
    height: 0.125rem;
  }

  .md\:h-1\.5{
    height: 0.375rem;
  }

  .md\:h-2\.5{
    height: 0.625rem;
  }

  .md\:h-3\.5{
    height: 0.875rem;
  }

  .md\:h-1\/2{
    height: 50%;
  }

  .md\:h-1\/3{
    height: 33.333333%;
  }

  .md\:h-2\/3{
    height: 66.666667%;
  }

  .md\:h-1\/4{
    height: 25%;
  }

  .md\:h-2\/4{
    height: 50%;
  }

  .md\:h-3\/4{
    height: 75%;
  }

  .md\:h-1\/5{
    height: 20%;
  }

  .md\:h-2\/5{
    height: 40%;
  }

  .md\:h-3\/5{
    height: 60%;
  }

  .md\:h-4\/5{
    height: 80%;
  }

  .md\:h-1\/6{
    height: 16.666667%;
  }

  .md\:h-2\/6{
    height: 33.333333%;
  }

  .md\:h-3\/6{
    height: 50%;
  }

  .md\:h-4\/6{
    height: 66.666667%;
  }

  .md\:h-5\/6{
    height: 83.333333%;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:max-h-0{
    max-height: 0px;
  }

  .md\:max-h-1{
    max-height: 0.25rem;
  }

  .md\:max-h-2{
    max-height: 0.5rem;
  }

  .md\:max-h-3{
    max-height: 0.75rem;
  }

  .md\:max-h-4{
    max-height: 1rem;
  }

  .md\:max-h-5{
    max-height: 1.25rem;
  }

  .md\:max-h-6{
    max-height: 1.5rem;
  }

  .md\:max-h-7{
    max-height: 1.75rem;
  }

  .md\:max-h-8{
    max-height: 2rem;
  }

  .md\:max-h-9{
    max-height: 2.25rem;
  }

  .md\:max-h-10{
    max-height: 2.5rem;
  }

  .md\:max-h-11{
    max-height: 2.75rem;
  }

  .md\:max-h-12{
    max-height: 3rem;
  }

  .md\:max-h-14{
    max-height: 3.5rem;
  }

  .md\:max-h-16{
    max-height: 4rem;
  }

  .md\:max-h-20{
    max-height: 5rem;
  }

  .md\:max-h-24{
    max-height: 6rem;
  }

  .md\:max-h-28{
    max-height: 7rem;
  }

  .md\:max-h-32{
    max-height: 8rem;
  }

  .md\:max-h-36{
    max-height: 9rem;
  }

  .md\:max-h-40{
    max-height: 10rem;
  }

  .md\:max-h-44{
    max-height: 11rem;
  }

  .md\:max-h-48{
    max-height: 12rem;
  }

  .md\:max-h-52{
    max-height: 13rem;
  }

  .md\:max-h-56{
    max-height: 14rem;
  }

  .md\:max-h-60{
    max-height: 15rem;
  }

  .md\:max-h-64{
    max-height: 16rem;
  }

  .md\:max-h-72{
    max-height: 18rem;
  }

  .md\:max-h-80{
    max-height: 20rem;
  }

  .md\:max-h-96{
    max-height: 24rem;
  }

  .md\:max-h-px{
    max-height: 1px;
  }

  .md\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .md\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .md\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .md\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:min-h-0{
    min-height: 0px;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:w-0{
    width: 0px;
  }

  .md\:w-1{
    width: 0.25rem;
  }

  .md\:w-2{
    width: 0.5rem;
  }

  .md\:w-3{
    width: 0.75rem;
  }

  .md\:w-4{
    width: 1rem;
  }

  .md\:w-5{
    width: 1.25rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-7{
    width: 1.75rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-9{
    width: 2.25rem;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-11{
    width: 2.75rem;
  }

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-14{
    width: 3.5rem;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-28{
    width: 7rem;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-36{
    width: 9rem;
  }

  .md\:w-40{
    width: 10rem;
  }

  .md\:w-44{
    width: 11rem;
  }

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-52{
    width: 13rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-60{
    width: 15rem;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-72{
    width: 18rem;
  }

  .md\:w-80{
    width: 20rem;
  }

  .md\:w-96{
    width: 24rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:w-0\.5{
    width: 0.125rem;
  }

  .md\:w-1\.5{
    width: 0.375rem;
  }

  .md\:w-2\.5{
    width: 0.625rem;
  }

  .md\:w-3\.5{
    width: 0.875rem;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-1\/6{
    width: 16.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/6{
    width: 50%;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .md\:min-w-0{
    min-width: 0px;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:max-w-0{
    max-width: 0rem;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

  .md\:max-w-7xl{
    max-width: 80rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-prose{
    max-width: 65ch;
  }

  .md\:max-w-screen-sm{
    max-width: 640px;
  }

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px;
  }

  .md\:max-w-screen-xl{
    max-width: 1280px;
  }

  .md\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:flex-auto{
    flex: 1 1 auto;
  }

  .md\:flex-initial{
    flex: 0 1 auto;
  }

  .md\:flex-none{
    flex: none;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md\:flex-shrink{
    flex-shrink: 1;
  }

  .md\:flex-grow-0{
    flex-grow: 0;
  }

  .md\:flex-grow{
    flex-grow: 1;
  }

  .md\:table-auto{
    table-layout: auto;
  }

  .md\:table-fixed{
    table-layout: fixed;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

  .md\:origin-center{
    transform-origin: center;
  }

  .md\:origin-top{
    transform-origin: top;
  }

  .md\:origin-top-right{
    transform-origin: top right;
  }

  .md\:origin-right{
    transform-origin: right;
  }

  .md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .md\:origin-bottom{
    transform-origin: bottom;
  }

  .md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .md\:origin-left{
    transform-origin: left;
  }

  .md\:origin-top-left{
    transform-origin: top left;
  }

  .md\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none{
    transform: none;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .md\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .md\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .md\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .md\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .md\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .md\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .md\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .md\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .md\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .md\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .md\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .md\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .md\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .md\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .md\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .md\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .md\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .md\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .md\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .md\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .md\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .md\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .md\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .md\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .md\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .md\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .md\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .md\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .md\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .md\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .md\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .md\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .md\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .md\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .md\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .md\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .md\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .md\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .md\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .md\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .md\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .md\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .md\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .md\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .md\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .md\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .md\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .md\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .md\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .md\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .md\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .md\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .md\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .md\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .md\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .md\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .md\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .md\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .md\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .md\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .md\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .md\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .md\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .md\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .md\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .md\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .md\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .md\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .md\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .md\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .md\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .md\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .md\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .md\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .md\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .md\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .md\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .md\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .md\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .md\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .md\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .md\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .md\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .md\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .md\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .md\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .md\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .md\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .md\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .md\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .md\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .md\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .md\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .md\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .md\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .md\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .md\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .md\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .md\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .md\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .md\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .md\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .md\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .md\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .md\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .md\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .md\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .md\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .md\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .md\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .md\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .md\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .md\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .md\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .md\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .md\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .md\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .md\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .md\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .md\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .md\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .md\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .md\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .md\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .md\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .md\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .md\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .md\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .md\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .md\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .md\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .md\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .md\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .md\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .md\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .md\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .md\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .md\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .md\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .md\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .md\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .md\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .md\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .md\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .md\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .md\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .md\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .md\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .md\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .md\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .md\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .md\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .md\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .md\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .md\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .md\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .md\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .md\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .md\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .md\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .md\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .md\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .md\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .md\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .md\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .md\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .md\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .md\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .md\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .md\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .md\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .md\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .md\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .md\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .md\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .md\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .md\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .md\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .md\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .md\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .md\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .md\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .md\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .md\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .md\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .md\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .md\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .md\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .md\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .md\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .md\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .md\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .md\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .md\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .md\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .md\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .md\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .md\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .md\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .md\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .md\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .md\:rotate-0{
    --tw-rotate: 0deg;
  }

  .md\:rotate-1{
    --tw-rotate: 1deg;
  }

  .md\:rotate-2{
    --tw-rotate: 2deg;
  }

  .md\:rotate-3{
    --tw-rotate: 3deg;
  }

  .md\:rotate-6{
    --tw-rotate: 6deg;
  }

  .md\:rotate-12{
    --tw-rotate: 12deg;
  }

  .md\:rotate-45{
    --tw-rotate: 45deg;
  }

  .md\:rotate-90{
    --tw-rotate: 90deg;
  }

  .md\:rotate-180{
    --tw-rotate: 180deg;
  }

  .md\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .md\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .md\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .md\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .md\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .md\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .md\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .md\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .md\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .md\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .md\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .md\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .md\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .md\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .md\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .md\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .md\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .md\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .md\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .md\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .md\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .md\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .md\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .md\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .md\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .md\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .md\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .md\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .md\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .md\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .md\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-x-0{
    --tw-scale-x: 0;
  }

  .md\:scale-x-50{
    --tw-scale-x: .5;
  }

  .md\:scale-x-75{
    --tw-scale-x: .75;
  }

  .md\:scale-x-90{
    --tw-scale-x: .9;
  }

  .md\:scale-x-95{
    --tw-scale-x: .95;
  }

  .md\:scale-x-100{
    --tw-scale-x: 1;
  }

  .md\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .md\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .md\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .md\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .md\:scale-y-0{
    --tw-scale-y: 0;
  }

  .md\:scale-y-50{
    --tw-scale-y: .5;
  }

  .md\:scale-y-75{
    --tw-scale-y: .75;
  }

  .md\:scale-y-90{
    --tw-scale-y: .9;
  }

  .md\:scale-y-95{
    --tw-scale-y: .95;
  }

  .md\:scale-y-100{
    --tw-scale-y: 1;
  }

  .md\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .md\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .md\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .md\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .md\:animate-none{
    animation: none;
  }

  .md\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .md\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-help{
    cursor: help;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:list-inside{
    list-style-position: inside;
  }

  .md\:list-outside{
    list-style-position: outside;
  }

  .md\:list-none{
    list-style-type: none;
  }

  .md\:list-disc{
    list-style-type: disc;
  }

  .md\:list-decimal{
    list-style-type: decimal;
  }

  .md\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none{
    grid-template-columns: none;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none{
    grid-template-rows: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:place-content-center{
    place-content: center;
  }

  .md\:place-content-start{
    place-content: start;
  }

  .md\:place-content-end{
    place-content: end;
  }

  .md\:place-content-between{
    place-content: space-between;
  }

  .md\:place-content-around{
    place-content: space-around;
  }

  .md\:place-content-evenly{
    place-content: space-evenly;
  }

  .md\:place-content-stretch{
    place-content: stretch;
  }

  .md\:place-items-start{
    place-items: start;
  }

  .md\:place-items-end{
    place-items: end;
  }

  .md\:place-items-center{
    place-items: center;
  }

  .md\:place-items-stretch{
    place-items: stretch;
  }

  .md\:content-center{
    align-content: center;
  }

  .md\:content-start{
    align-content: flex-start;
  }

  .md\:content-end{
    align-content: flex-end;
  }

  .md\:content-between{
    align-content: space-between;
  }

  .md\:content-around{
    align-content: space-around;
  }

  .md\:content-evenly{
    align-content: space-evenly;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:items-baseline{
    align-items: baseline;
  }

  .md\:items-stretch{
    align-items: stretch;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:justify-around{
    justify-content: space-around;
  }

  .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:justify-items-start{
    justify-items: start;
  }

  .md\:justify-items-end{
    justify-items: end;
  }

  .md\:justify-items-center{
    justify-items: center;
  }

  .md\:justify-items-stretch{
    justify-items: stretch;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-7{
    gap: 1.75rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-9{
    gap: 2.25rem;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-11{
    gap: 2.75rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-14{
    gap: 3.5rem;
  }

  .md\:gap-16{
    gap: 4rem;
  }

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-24{
    gap: 6rem;
  }

  .md\:gap-28{
    gap: 7rem;
  }

  .md\:gap-32{
    gap: 8rem;
  }

  .md\:gap-36{
    gap: 9rem;
  }

  .md\:gap-40{
    gap: 10rem;
  }

  .md\:gap-44{
    gap: 11rem;
  }

  .md\:gap-48{
    gap: 12rem;
  }

  .md\:gap-52{
    gap: 13rem;
  }

  .md\:gap-56{
    gap: 14rem;
  }

  .md\:gap-60{
    gap: 15rem;
  }

  .md\:gap-64{
    gap: 16rem;
  }

  .md\:gap-72{
    gap: 18rem;
  }

  .md\:gap-80{
    gap: 20rem;
  }

  .md\:gap-96{
    gap: 24rem;
  }

  .md\:gap-px{
    gap: 1px;
  }

  .md\:gap-0\.5{
    gap: 0.125rem;
  }

  .md\:gap-1\.5{
    gap: 0.375rem;
  }

  .md\:gap-2\.5{
    gap: 0.625rem;
  }

  .md\:gap-3\.5{
    gap: 0.875rem;
  }

  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-y-1{
    row-gap: 0.25rem;
  }

  .md\:gap-y-2{
    row-gap: 0.5rem;
  }

  .md\:gap-y-3{
    row-gap: 0.75rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:gap-y-5{
    row-gap: 1.25rem;
  }

  .md\:gap-y-6{
    row-gap: 1.5rem;
  }

  .md\:gap-y-7{
    row-gap: 1.75rem;
  }

  .md\:gap-y-8{
    row-gap: 2rem;
  }

  .md\:gap-y-9{
    row-gap: 2.25rem;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:gap-y-11{
    row-gap: 2.75rem;
  }

  .md\:gap-y-12{
    row-gap: 3rem;
  }

  .md\:gap-y-14{
    row-gap: 3.5rem;
  }

  .md\:gap-y-16{
    row-gap: 4rem;
  }

  .md\:gap-y-20{
    row-gap: 5rem;
  }

  .md\:gap-y-24{
    row-gap: 6rem;
  }

  .md\:gap-y-28{
    row-gap: 7rem;
  }

  .md\:gap-y-32{
    row-gap: 8rem;
  }

  .md\:gap-y-36{
    row-gap: 9rem;
  }

  .md\:gap-y-40{
    row-gap: 10rem;
  }

  .md\:gap-y-44{
    row-gap: 11rem;
  }

  .md\:gap-y-48{
    row-gap: 12rem;
  }

  .md\:gap-y-52{
    row-gap: 13rem;
  }

  .md\:gap-y-56{
    row-gap: 14rem;
  }

  .md\:gap-y-60{
    row-gap: 15rem;
  }

  .md\:gap-y-64{
    row-gap: 16rem;
  }

  .md\:gap-y-72{
    row-gap: 18rem;
  }

  .md\:gap-y-80{
    row-gap: 20rem;
  }

  .md\:gap-y-96{
    row-gap: 24rem;
  }

  .md\:gap-y-px{
    row-gap: 1px;
  }

  .md\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .md\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .md\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .md\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .md\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .md\:place-self-auto{
    place-self: auto;
  }

  .md\:place-self-start{
    place-self: start;
  }

  .md\:place-self-end{
    place-self: end;
  }

  .md\:place-self-center{
    place-self: center;
  }

  .md\:place-self-stretch{
    place-self: stretch;
  }

  .md\:self-auto{
    align-self: auto;
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:self-end{
    align-self: flex-end;
  }

  .md\:self-center{
    align-self: center;
  }

  .md\:self-stretch{
    align-self: stretch;
  }

  .md\:self-baseline{
    align-self: baseline;
  }

  .md\:justify-self-auto{
    justify-self: auto;
  }

  .md\:justify-self-start{
    justify-self: start;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:justify-self-center{
    justify-self: center;
  }

  .md\:justify-self-stretch{
    justify-self: stretch;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .md\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .md\:overscroll-none{
    overscroll-behavior: none;
  }

  .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .md\:overflow-clip{
    text-overflow: clip;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

  .md\:rounded-none{
    border-radius: 0px;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:rounded-xl{
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl{
    border-radius: 1rem;
  }

  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border-2{
    border-width: 2px;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-8{
    border-width: 8px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:border-t-2{
    border-top-width: 2px;
  }

  .md\:border-t-4{
    border-top-width: 4px;
  }

  .md\:border-t-8{
    border-top-width: 8px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-r-0{
    border-right-width: 0px;
  }

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-r-4{
    border-right-width: 4px;
  }

  .md\:border-r-8{
    border-right-width: 8px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-b-4{
    border-bottom-width: 4px;
  }

  .md\:border-b-8{
    border-bottom-width: 8px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l-0{
    border-left-width: 0px;
  }

  .md\:border-l-2{
    border-left-width: 2px;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-l-8{
    border-left-width: 8px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-double{
    border-style: double;
  }

  .md\:border-none{
    border-style: none;
  }

  .md\:border-transparent{
    border-color: transparent;
  }

  .md\:border-current{
    border-color: currentColor;
  }

  .md\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .md\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .md\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .md\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .md\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .md\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .md\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .md\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .md\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .md\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .md\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .md\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .md\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .md\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .md\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .md\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .md\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .md\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .md\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .md\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .md\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .md\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .md\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .md\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .md\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .md\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .md\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .md\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .md\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .md\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .md\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-current{
    background-color: currentColor;
  }

  .md\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .md\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .md\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .md\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .md\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .md\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .md\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .md\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .md\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .md\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .md\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .md\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .md\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .md\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .md\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .md\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .md\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .md\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .md\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .md\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .md\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .md\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .md\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .md\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .md\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .md\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .md\:bg-none{
    background-image: none;
  }

  .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .md\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .md\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .md\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .md\:to-current{
    --tw-gradient-to: currentColor;
  }

  .md\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .md\:to-black{
    --tw-gradient-to: #000;
  }

  .md\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .md\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .md\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .md\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .md\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .md\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .md\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .md\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .md\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .md\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .md\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .md\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .md\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .md\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .md\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .md\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .md\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .md\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .md\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .md\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .md\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .md\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .md\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .md\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .md\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .md\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .md\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .md\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .md\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .md\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .md\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .md\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .md\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .md\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .md\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .md\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .md\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .md\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .md\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .md\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .md\:to-white{
    --tw-gradient-to: #fff;
  }

  .md\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .md\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .md\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .md\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .md\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .md\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .md\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .md\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .md\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .md\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .md\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .md\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .md\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .md\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .md\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .md\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .md\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .md\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .md\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .md\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .md\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .md\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .md\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .md\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .md\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .md\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .md\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .md\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .md\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .md\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .md\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .md\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .md\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .md\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .md\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .md\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .md\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .md\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .md\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .md\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .md\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .md\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .md\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .md\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .md\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .md\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .md\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .md\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .md\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .md\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .md\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .md\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .md\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .md\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .md\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .md\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .md\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .md\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .md\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .md\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .md\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .md\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .md\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .md\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .md\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .md\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .md\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .md\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .md\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .md\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .md\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .md\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .md\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .md\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .md\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .md\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .md\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .md\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .md\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .md\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .md\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .md\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .md\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .md\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .md\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .md\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .md\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .md\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .md\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .md\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .md\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .md\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .md\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .md\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .md\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .md\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .md\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .md\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .md\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .md\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .md\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .md\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .md\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .md\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .md\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .md\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .md\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .md\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .md\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .md\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .md\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .md\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .md\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .md\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .md\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .md\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .md\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .md\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .md\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .md\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .md\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .md\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .md\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .md\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .md\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .md\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .md\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .md\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .md\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .md\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .md\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .md\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .md\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .md\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .md\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .md\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .md\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .md\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .md\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .md\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .md\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .md\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .md\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md\:bg-auto{
    background-size: auto;
  }

  .md\:bg-cover{
    background-size: cover;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

  .md\:bg-clip-border{
    background-clip: border-box;
  }

  .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  .md\:bg-clip-content{
    background-clip: content-box;
  }

  .md\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-bottom{
    background-position: bottom;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

  .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .md\:bg-right-top{
    background-position: right top;
  }

  .md\:bg-top{
    background-position: top;
  }

  .md\:bg-repeat{
    background-repeat: repeat;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

  .md\:bg-origin-border{
    background-origin: border-box;
  }

  .md\:bg-origin-padding{
    background-origin: padding-box;
  }

  .md\:bg-origin-content{
    background-origin: content-box;
  }

  .md\:fill-current{
    fill: currentColor;
  }

  .md\:stroke-current{
    stroke: currentColor;
  }

  .md\:stroke-0{
    stroke-width: 0;
  }

  .md\:stroke-1{
    stroke-width: 1;
  }

  .md\:stroke-2{
    stroke-width: 2;
  }

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-1{
    padding: 0.25rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-3{
    padding: 0.75rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-9{
    padding: 2.25rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-11{
    padding: 2.75rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-14{
    padding: 3.5rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-24{
    padding: 6rem;
  }

  .md\:p-28{
    padding: 7rem;
  }

  .md\:p-32{
    padding: 8rem;
  }

  .md\:p-36{
    padding: 9rem;
  }

  .md\:p-40{
    padding: 10rem;
  }

  .md\:p-44{
    padding: 11rem;
  }

  .md\:p-48{
    padding: 12rem;
  }

  .md\:p-52{
    padding: 13rem;
  }

  .md\:p-56{
    padding: 14rem;
  }

  .md\:p-60{
    padding: 15rem;
  }

  .md\:p-64{
    padding: 16rem;
  }

  .md\:p-72{
    padding: 18rem;
  }

  .md\:p-80{
    padding: 20rem;
  }

  .md\:p-96{
    padding: 24rem;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:p-0\.5{
    padding: 0.125rem;
  }

  .md\:p-1\.5{
    padding: 0.375rem;
  }

  .md\:p-2\.5{
    padding: 0.625rem;
  }

  .md\:p-3\.5{
    padding: 0.875rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-1{
    padding-top: 0.25rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pt-7{
    padding-top: 1.75rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-9{
    padding-top: 2.25rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-11{
    padding-top: 2.75rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-14{
    padding-top: 3.5rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pt-28{
    padding-top: 7rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:pt-36{
    padding-top: 9rem;
  }

  .md\:pt-40{
    padding-top: 10rem;
  }

  .md\:pt-44{
    padding-top: 11rem;
  }

  .md\:pt-48{
    padding-top: 12rem;
  }

  .md\:pt-52{
    padding-top: 13rem;
  }

  .md\:pt-56{
    padding-top: 14rem;
  }

  .md\:pt-60{
    padding-top: 15rem;
  }

  .md\:pt-64{
    padding-top: 16rem;
  }

  .md\:pt-72{
    padding-top: 18rem;
  }

  .md\:pt-80{
    padding-top: 20rem;
  }

  .md\:pt-96{
    padding-top: 24rem;
  }

  .md\:pt-px{
    padding-top: 1px;
  }

  .md\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .md\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .md\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .md\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pr-1{
    padding-right: 0.25rem;
  }

  .md\:pr-2{
    padding-right: 0.5rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pr-7{
    padding-right: 1.75rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pr-9{
    padding-right: 2.25rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pr-11{
    padding-right: 2.75rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pr-14{
    padding-right: 3.5rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pr-24{
    padding-right: 6rem;
  }

  .md\:pr-28{
    padding-right: 7rem;
  }

  .md\:pr-32{
    padding-right: 8rem;
  }

  .md\:pr-36{
    padding-right: 9rem;
  }

  .md\:pr-40{
    padding-right: 10rem;
  }

  .md\:pr-44{
    padding-right: 11rem;
  }

  .md\:pr-48{
    padding-right: 12rem;
  }

  .md\:pr-52{
    padding-right: 13rem;
  }

  .md\:pr-56{
    padding-right: 14rem;
  }

  .md\:pr-60{
    padding-right: 15rem;
  }

  .md\:pr-64{
    padding-right: 16rem;
  }

  .md\:pr-72{
    padding-right: 18rem;
  }

  .md\:pr-80{
    padding-right: 20rem;
  }

  .md\:pr-96{
    padding-right: 24rem;
  }

  .md\:pr-px{
    padding-right: 1px;
  }

  .md\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .md\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .md\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .md\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pb-7{
    padding-bottom: 1.75rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-11{
    padding-bottom: 2.75rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  .md\:pb-16{
    padding-bottom: 4rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pb-28{
    padding-bottom: 7rem;
  }

  .md\:pb-32{
    padding-bottom: 8rem;
  }

  .md\:pb-36{
    padding-bottom: 9rem;
  }

  .md\:pb-40{
    padding-bottom: 10rem;
  }

  .md\:pb-44{
    padding-bottom: 11rem;
  }

  .md\:pb-48{
    padding-bottom: 12rem;
  }

  .md\:pb-52{
    padding-bottom: 13rem;
  }

  .md\:pb-56{
    padding-bottom: 14rem;
  }

  .md\:pb-60{
    padding-bottom: 15rem;
  }

  .md\:pb-64{
    padding-bottom: 16rem;
  }

  .md\:pb-72{
    padding-bottom: 18rem;
  }

  .md\:pb-80{
    padding-bottom: 20rem;
  }

  .md\:pb-96{
    padding-bottom: 24rem;
  }

  .md\:pb-px{
    padding-bottom: 1px;
  }

  .md\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .md\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .md\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .md\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pl-1{
    padding-left: 0.25rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pl-3{
    padding-left: 0.75rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pl-7{
    padding-left: 1.75rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pl-9{
    padding-left: 2.25rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-11{
    padding-left: 2.75rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pl-14{
    padding-left: 3.5rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:pl-24{
    padding-left: 6rem;
  }

  .md\:pl-28{
    padding-left: 7rem;
  }

  .md\:pl-32{
    padding-left: 8rem;
  }

  .md\:pl-36{
    padding-left: 9rem;
  }

  .md\:pl-40{
    padding-left: 10rem;
  }

  .md\:pl-44{
    padding-left: 11rem;
  }

  .md\:pl-48{
    padding-left: 12rem;
  }

  .md\:pl-52{
    padding-left: 13rem;
  }

  .md\:pl-56{
    padding-left: 14rem;
  }

  .md\:pl-60{
    padding-left: 15rem;
  }

  .md\:pl-64{
    padding-left: 16rem;
  }

  .md\:pl-72{
    padding-left: 18rem;
  }

  .md\:pl-80{
    padding-left: 20rem;
  }

  .md\:pl-96{
    padding-left: 24rem;
  }

  .md\:pl-px{
    padding-left: 1px;
  }

  .md\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .md\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .md\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .md\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .md\:font-thin{
    font-weight: 100;
  }

  .md\:font-extralight{
    font-weight: 200;
  }

  .md\:font-light{
    font-weight: 300;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:font-medium{
    font-weight: 500;
  }

  .md\:font-semibold{
    font-weight: 600;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:font-extrabold{
    font-weight: 800;
  }

  .md\:font-black{
    font-weight: 900;
  }

  .md\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

  .md\:normal-case{
    text-transform: none;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:normal-nums{
    font-variant-numeric: normal;
  }

  .md\:ordinal{
    --tw-ordinal: ordinal;
  }

  .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .md\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:leading-3{
    line-height: .75rem;
  }

  .md\:leading-4{
    line-height: 1rem;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }

  .md\:leading-6{
    line-height: 1.5rem;
  }

  .md\:leading-7{
    line-height: 1.75rem;
  }

  .md\:leading-8{
    line-height: 2rem;
  }

  .md\:leading-9{
    line-height: 2.25rem;
  }

  .md\:leading-10{
    line-height: 2.5rem;
  }

  .md\:leading-none{
    line-height: 1;
  }

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:leading-snug{
    line-height: 1.375;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:leading-relaxed{
    line-height: 1.625;
  }

  .md\:leading-loose{
    line-height: 2;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal{
    letter-spacing: 0em;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:text-current{
    color: currentColor;
  }

  .md\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .md\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .md\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .md\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .md\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-current:hover{
    color: currentColor;
  }

  .md\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .md\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-current:focus{
    color: currentColor;
  }

  .md\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .md\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .md\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .md\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .md\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .md\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .md\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .md\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .md\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .md\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .md\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .md\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .md\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .md\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .md\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .md\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .md\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .md\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .md\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .md\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .md\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .md\:underline{
    text-decoration: underline;
  }

  .md\:line-through{
    text-decoration: line-through;
  }

  .md\:no-underline{
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline{
    text-decoration: none;
  }

  .md\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .md\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .md\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  .md\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-5{
    opacity: 0.05;
  }

  .md\:opacity-10{
    opacity: 0.1;
  }

  .md\:opacity-20{
    opacity: 0.2;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-30{
    opacity: 0.3;
  }

  .md\:opacity-40{
    opacity: 0.4;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-60{
    opacity: 0.6;
  }

  .md\:opacity-70{
    opacity: 0.7;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-80{
    opacity: 0.8;
  }

  .md\:opacity-90{
    opacity: 0.9;
  }

  .md\:opacity-95{
    opacity: 0.95;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .md\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .md\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .md\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .md\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }

  .md\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .md\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .md\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .md\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .md\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .md\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .md\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .md\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .md\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .md\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .md\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .md\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .md\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .md\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .md\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .md\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .md\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .md\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .md\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .md\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .md\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .md\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .md\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .md\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .md\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .md\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .md\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .md\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .md\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .md\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .md\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .md\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .md\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .md\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .md\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .md\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .md\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .md\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .md\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .md\:bg-blend-color{
    background-blend-mode: color;
  }

  .md\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .md\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .md\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .md\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .md\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .md\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .md\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .md\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .md\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .md\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .md\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .md\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .md\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .md\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .md\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .md\:mix-blend-color{
    mix-blend-mode: color;
  }

  .md\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .md\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .md\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .md\:ring-current{
    --tw-ring-color: currentColor;
  }

  .md\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .md\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .md\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .md\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .md\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .md\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .md\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .md\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .md\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .md\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .md\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .md\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .md\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .md\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .md\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .md\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .md\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .md\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .md\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .md\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .md\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .md\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .md\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .md\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .md\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .md\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .md\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .md\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .md\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .md\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .md\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .md\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .md\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .md\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .md\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .md\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .md\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .md\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .md\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .md\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .md\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .md\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .md\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .md\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .md\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .md\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .md\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .md\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .md\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .md\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .md\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .md\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .md\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .md\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .md\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .md\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .md\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .md\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .md\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .md\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .md\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .md\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .md\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .md\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .md\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .md\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .md\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .md\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .md\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .md\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .md\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .md\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .md\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .md\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .md\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .md\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .md\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .md\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .md\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .md\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .md\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .md\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .md\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .md\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .md\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .md\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .md\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .md\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .md\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .md\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .md\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .md\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .md\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .md\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .md\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .md\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .md\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .md\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .md\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .md\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .md\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .md\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .md\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:filter-none{
    filter: none;
  }

  .md\:blur-0{
    --tw-blur: blur(0);
  }

  .md\:blur-none{
    --tw-blur: blur(0);
  }

  .md\:blur-sm{
    --tw-blur: blur(4px);
  }

  .md\:blur{
    --tw-blur: blur(8px);
  }

  .md\:blur-md{
    --tw-blur: blur(12px);
  }

  .md\:blur-lg{
    --tw-blur: blur(16px);
  }

  .md\:blur-xl{
    --tw-blur: blur(24px);
  }

  .md\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .md\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .md\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .md\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .md\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .md\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .md\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .md\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .md\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .md\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .md\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .md\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .md\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .md\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .md\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .md\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .md\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .md\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .md\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .md\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .md\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .md\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .md\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .md\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .md\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .md\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .md\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .md\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .md\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .md\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .md\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .md\:invert-0{
    --tw-invert: invert(0);
  }

  .md\:invert{
    --tw-invert: invert(100%);
  }

  .md\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .md\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .md\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .md\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .md\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .md\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .md\:sepia{
    --tw-sepia: sepia(100%);
  }

  .md\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .md\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .md\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .md\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .md\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .md\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .md\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .md\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .md\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .md\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .md\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .md\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .md\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .md\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .md\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .md\:transition-none{
    transition-property: none;
  }

  .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:delay-75{
    transition-delay: 75ms;
  }

  .md\:delay-100{
    transition-delay: 100ms;
  }

  .md\:delay-150{
    transition-delay: 150ms;
  }

  .md\:delay-200{
    transition-delay: 200ms;
  }

  .md\:delay-300{
    transition-delay: 300ms;
  }

  .md\:delay-500{
    transition-delay: 500ms;
  }

  .md\:delay-700{
    transition-delay: 700ms;
  }

  .md\:delay-1000{
    transition-delay: 1000ms;
  }

  .md\:duration-75{
    transition-duration: 75ms;
  }

  .md\:duration-100{
    transition-duration: 100ms;
  }

  .md\:duration-150{
    transition-duration: 150ms;
  }

  .md\:duration-200{
    transition-duration: 200ms;
  }

  .md\:duration-300{
    transition-duration: 300ms;
  }

  .md\:duration-500{
    transition-duration: 500ms;
  }

  .md\:duration-700{
    transition-duration: 700ms;
  }

  .md\:duration-1000{
    transition-duration: 1000ms;
  }

  .md\:ease-linear{
    transition-timing-function: linear;
  }

  .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .lg\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .lg\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .lg\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .lg\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .lg\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .lg\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .lg\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .lg\:container{
      max-width: 1701px;
    }
  }

  .lg\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .lg\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .lg\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .lg\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .lg\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .lg\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .lg\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .lg\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .lg\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .lg\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .lg\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .lg\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .lg\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .lg\:prose code::before{
    content: "`";
  }

  .lg\:prose code::after{
    content: "`";
  }

  .lg\:prose a code{
    color: #111827;
  }

  .lg\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .lg\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .lg\:prose pre code::before{
    content: "";
  }

  .lg\:prose pre code::after{
    content: "";
  }

  .lg\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .lg\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .lg\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .lg\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .lg\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .lg\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose h2 code{
    font-size: 0.875em;
  }

  .lg\:prose h3 code{
    font-size: 0.9em;
  }

  .lg\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .lg\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .lg\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .lg\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .lg\:prose ul ul, .lg\:prose ul ol, .lg\:prose ol ul, .lg\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose hr + *{
    margin-top: 0;
  }

  .lg\:prose h2 + *{
    margin-top: 0;
  }

  .lg\:prose h3 + *{
    margin-top: 0;
  }

  .lg\:prose h4 + *{
    margin-top: 0;
  }

  .lg\:prose thead th:first-child{
    padding-left: 0;
  }

  .lg\:prose thead th:last-child{
    padding-right: 0;
  }

  .lg\:prose tbody td:first-child{
    padding-left: 0;
  }

  .lg\:prose tbody td:last-child{
    padding-right: 0;
  }

  .lg\:prose > :first-child{
    margin-top: 0;
  }

  .lg\:prose > :last-child{
    margin-bottom: 0;
  }

  .lg\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .lg\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .lg\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .lg\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .lg\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .lg\:prose-sm code{
    font-size: 0.8571429em;
  }

  .lg\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .lg\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .lg\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .lg\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .lg\:prose-sm ol > li::before{
    left: 0;
  }

  .lg\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .lg\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .lg\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul ul, .lg\:prose-sm ul ol, .lg\:prose-sm ol ul, .lg\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .lg\:prose-sm hr + *{
    margin-top: 0;
  }

  .lg\:prose-sm h2 + *{
    margin-top: 0;
  }

  .lg\:prose-sm h3 + *{
    margin-top: 0;
  }

  .lg\:prose-sm h4 + *{
    margin-top: 0;
  }

  .lg\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .lg\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .lg\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .lg\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .lg\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .lg\:prose-sm > :first-child{
    margin-top: 0;
  }

  .lg\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg code{
    font-size: 0.8888889em;
  }

  .lg\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .lg\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .lg\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ol > li::before{
    left: 0;
  }

  .lg\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .lg\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg hr + *{
    margin-top: 0;
  }

  .lg\:prose-lg h2 + *{
    margin-top: 0;
  }

  .lg\:prose-lg h3 + *{
    margin-top: 0;
  }

  .lg\:prose-lg h4 + *{
    margin-top: 0;
  }

  .lg\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .lg\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .lg\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .lg\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .lg\:prose-lg > :first-child{
    margin-top: 0;
  }

  .lg\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .lg\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .lg\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl code{
    font-size: 0.9em;
  }

  .lg\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .lg\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .lg\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .lg\:prose-xl ol > li::before{
    left: 0;
  }

  .lg\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .lg\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .lg\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg\:prose-xl hr + *{
    margin-top: 0;
  }

  .lg\:prose-xl h2 + *{
    margin-top: 0;
  }

  .lg\:prose-xl h3 + *{
    margin-top: 0;
  }

  .lg\:prose-xl h4 + *{
    margin-top: 0;
  }

  .lg\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .lg\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .lg\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .lg\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .lg\:prose-xl > :first-child{
    margin-top: 0;
  }

  .lg\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .lg\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .lg\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .lg\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .lg\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .lg\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .lg\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .lg\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .lg\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .lg\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .lg\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ol > li::before{
    left: 0;
  }

  .lg\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .lg\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .lg\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul ul, .lg\:prose-2xl ul ol, .lg\:prose-2xl ol ul, .lg\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose-2xl hr + *{
    margin-top: 0;
  }

  .lg\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .lg\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .lg\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .lg\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .lg\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .lg\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .lg\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .lg\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .lg\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .lg\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .lg\:prose-blue{
  }

  .lg\:prose-red{
  }

  .lg\:prose-pink{
  }

  .lg\:prose-indigo a{
    color: #4f46e5;
  }

  .lg\:prose-indigo a code{
    color: #4f46e5;
  }

  .lg\:prose-green a{
    color: #16a34a;
  }

  .lg\:prose-green a code{
    color: #16a34a;
  }

  .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .lg\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .lg\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .lg\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .lg\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .lg\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .lg\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .lg\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .lg\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .lg\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .lg\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .lg\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .lg\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .lg\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .lg\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .lg\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .lg\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .lg\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .lg\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .lg\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .lg\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .lg\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .lg\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .lg\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .lg\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .lg\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .lg\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .lg\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .lg\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .lg\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .lg\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .lg\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .lg\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .lg\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .lg\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .lg\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .lg\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .lg\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .lg\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .lg\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .lg\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .lg\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .lg\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .lg\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .lg\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .lg\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .lg\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .lg\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .lg\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .lg\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .lg\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .lg\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .lg\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .lg\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .lg\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .lg\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .lg\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .lg\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .lg\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .lg\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .lg\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .lg\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .lg\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .lg\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .lg\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .lg\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .lg\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .lg\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .lg\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .lg\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:top-1{
    top: 0.25rem;
  }

  .lg\:top-2{
    top: 0.5rem;
  }

  .lg\:top-3{
    top: 0.75rem;
  }

  .lg\:top-4{
    top: 1rem;
  }

  .lg\:top-5{
    top: 1.25rem;
  }

  .lg\:top-6{
    top: 1.5rem;
  }

  .lg\:top-7{
    top: 1.75rem;
  }

  .lg\:top-8{
    top: 2rem;
  }

  .lg\:top-9{
    top: 2.25rem;
  }

  .lg\:top-10{
    top: 2.5rem;
  }

  .lg\:top-11{
    top: 2.75rem;
  }

  .lg\:top-12{
    top: 3rem;
  }

  .lg\:top-14{
    top: 3.5rem;
  }

  .lg\:top-16{
    top: 4rem;
  }

  .lg\:top-20{
    top: 5rem;
  }

  .lg\:top-24{
    top: 6rem;
  }

  .lg\:top-28{
    top: 7rem;
  }

  .lg\:top-32{
    top: 8rem;
  }

  .lg\:top-36{
    top: 9rem;
  }

  .lg\:top-40{
    top: 10rem;
  }

  .lg\:top-44{
    top: 11rem;
  }

  .lg\:top-48{
    top: 12rem;
  }

  .lg\:top-52{
    top: 13rem;
  }

  .lg\:top-56{
    top: 14rem;
  }

  .lg\:top-60{
    top: 15rem;
  }

  .lg\:top-64{
    top: 16rem;
  }

  .lg\:top-72{
    top: 18rem;
  }

  .lg\:top-80{
    top: 20rem;
  }

  .lg\:top-96{
    top: 24rem;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:top-px{
    top: 1px;
  }

  .lg\:top-0\.5{
    top: 0.125rem;
  }

  .lg\:top-1\.5{
    top: 0.375rem;
  }

  .lg\:top-2\.5{
    top: 0.625rem;
  }

  .lg\:top-3\.5{
    top: 0.875rem;
  }

  .lg\:-top-0{
    top: 0px;
  }

  .lg\:-top-1{
    top: -0.25rem;
  }

  .lg\:-top-2{
    top: -0.5rem;
  }

  .lg\:-top-3{
    top: -0.75rem;
  }

  .lg\:-top-4{
    top: -1rem;
  }

  .lg\:-top-5{
    top: -1.25rem;
  }

  .lg\:-top-6{
    top: -1.5rem;
  }

  .lg\:-top-7{
    top: -1.75rem;
  }

  .lg\:-top-8{
    top: -2rem;
  }

  .lg\:-top-9{
    top: -2.25rem;
  }

  .lg\:-top-10{
    top: -2.5rem;
  }

  .lg\:-top-11{
    top: -2.75rem;
  }

  .lg\:-top-12{
    top: -3rem;
  }

  .lg\:-top-14{
    top: -3.5rem;
  }

  .lg\:-top-16{
    top: -4rem;
  }

  .lg\:-top-20{
    top: -5rem;
  }

  .lg\:-top-24{
    top: -6rem;
  }

  .lg\:-top-28{
    top: -7rem;
  }

  .lg\:-top-32{
    top: -8rem;
  }

  .lg\:-top-36{
    top: -9rem;
  }

  .lg\:-top-40{
    top: -10rem;
  }

  .lg\:-top-44{
    top: -11rem;
  }

  .lg\:-top-48{
    top: -12rem;
  }

  .lg\:-top-52{
    top: -13rem;
  }

  .lg\:-top-56{
    top: -14rem;
  }

  .lg\:-top-60{
    top: -15rem;
  }

  .lg\:-top-64{
    top: -16rem;
  }

  .lg\:-top-72{
    top: -18rem;
  }

  .lg\:-top-80{
    top: -20rem;
  }

  .lg\:-top-96{
    top: -24rem;
  }

  .lg\:-top-px{
    top: -1px;
  }

  .lg\:-top-0\.5{
    top: -0.125rem;
  }

  .lg\:-top-1\.5{
    top: -0.375rem;
  }

  .lg\:-top-2\.5{
    top: -0.625rem;
  }

  .lg\:-top-3\.5{
    top: -0.875rem;
  }

  .lg\:top-1\/2{
    top: 50%;
  }

  .lg\:top-1\/3{
    top: 33.333333%;
  }

  .lg\:top-2\/3{
    top: 66.666667%;
  }

  .lg\:top-1\/4{
    top: 25%;
  }

  .lg\:top-2\/4{
    top: 50%;
  }

  .lg\:top-3\/4{
    top: 75%;
  }

  .lg\:top-full{
    top: 100%;
  }

  .lg\:-top-1\/2{
    top: -50%;
  }

  .lg\:-top-1\/3{
    top: -33.333333%;
  }

  .lg\:-top-2\/3{
    top: -66.666667%;
  }

  .lg\:-top-1\/4{
    top: -25%;
  }

  .lg\:-top-2\/4{
    top: -50%;
  }

  .lg\:-top-3\/4{
    top: -75%;
  }

  .lg\:-top-full{
    top: -100%;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:right-1{
    right: 0.25rem;
  }

  .lg\:right-2{
    right: 0.5rem;
  }

  .lg\:right-3{
    right: 0.75rem;
  }

  .lg\:right-4{
    right: 1rem;
  }

  .lg\:right-5{
    right: 1.25rem;
  }

  .lg\:right-6{
    right: 1.5rem;
  }

  .lg\:right-7{
    right: 1.75rem;
  }

  .lg\:right-8{
    right: 2rem;
  }

  .lg\:right-9{
    right: 2.25rem;
  }

  .lg\:right-10{
    right: 2.5rem;
  }

  .lg\:right-11{
    right: 2.75rem;
  }

  .lg\:right-12{
    right: 3rem;
  }

  .lg\:right-14{
    right: 3.5rem;
  }

  .lg\:right-16{
    right: 4rem;
  }

  .lg\:right-20{
    right: 5rem;
  }

  .lg\:right-24{
    right: 6rem;
  }

  .lg\:right-28{
    right: 7rem;
  }

  .lg\:right-32{
    right: 8rem;
  }

  .lg\:right-36{
    right: 9rem;
  }

  .lg\:right-40{
    right: 10rem;
  }

  .lg\:right-44{
    right: 11rem;
  }

  .lg\:right-48{
    right: 12rem;
  }

  .lg\:right-52{
    right: 13rem;
  }

  .lg\:right-56{
    right: 14rem;
  }

  .lg\:right-60{
    right: 15rem;
  }

  .lg\:right-64{
    right: 16rem;
  }

  .lg\:right-72{
    right: 18rem;
  }

  .lg\:right-80{
    right: 20rem;
  }

  .lg\:right-96{
    right: 24rem;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:right-px{
    right: 1px;
  }

  .lg\:right-0\.5{
    right: 0.125rem;
  }

  .lg\:right-1\.5{
    right: 0.375rem;
  }

  .lg\:right-2\.5{
    right: 0.625rem;
  }

  .lg\:right-3\.5{
    right: 0.875rem;
  }

  .lg\:-right-0{
    right: 0px;
  }

  .lg\:-right-1{
    right: -0.25rem;
  }

  .lg\:-right-2{
    right: -0.5rem;
  }

  .lg\:-right-3{
    right: -0.75rem;
  }

  .lg\:-right-4{
    right: -1rem;
  }

  .lg\:-right-5{
    right: -1.25rem;
  }

  .lg\:-right-6{
    right: -1.5rem;
  }

  .lg\:-right-7{
    right: -1.75rem;
  }

  .lg\:-right-8{
    right: -2rem;
  }

  .lg\:-right-9{
    right: -2.25rem;
  }

  .lg\:-right-10{
    right: -2.5rem;
  }

  .lg\:-right-11{
    right: -2.75rem;
  }

  .lg\:-right-12{
    right: -3rem;
  }

  .lg\:-right-14{
    right: -3.5rem;
  }

  .lg\:-right-16{
    right: -4rem;
  }

  .lg\:-right-20{
    right: -5rem;
  }

  .lg\:-right-24{
    right: -6rem;
  }

  .lg\:-right-28{
    right: -7rem;
  }

  .lg\:-right-32{
    right: -8rem;
  }

  .lg\:-right-36{
    right: -9rem;
  }

  .lg\:-right-40{
    right: -10rem;
  }

  .lg\:-right-44{
    right: -11rem;
  }

  .lg\:-right-48{
    right: -12rem;
  }

  .lg\:-right-52{
    right: -13rem;
  }

  .lg\:-right-56{
    right: -14rem;
  }

  .lg\:-right-60{
    right: -15rem;
  }

  .lg\:-right-64{
    right: -16rem;
  }

  .lg\:-right-72{
    right: -18rem;
  }

  .lg\:-right-80{
    right: -20rem;
  }

  .lg\:-right-96{
    right: -24rem;
  }

  .lg\:-right-px{
    right: -1px;
  }

  .lg\:-right-0\.5{
    right: -0.125rem;
  }

  .lg\:-right-1\.5{
    right: -0.375rem;
  }

  .lg\:-right-2\.5{
    right: -0.625rem;
  }

  .lg\:-right-3\.5{
    right: -0.875rem;
  }

  .lg\:right-1\/2{
    right: 50%;
  }

  .lg\:right-1\/3{
    right: 33.333333%;
  }

  .lg\:right-2\/3{
    right: 66.666667%;
  }

  .lg\:right-1\/4{
    right: 25%;
  }

  .lg\:right-2\/4{
    right: 50%;
  }

  .lg\:right-3\/4{
    right: 75%;
  }

  .lg\:right-full{
    right: 100%;
  }

  .lg\:-right-1\/2{
    right: -50%;
  }

  .lg\:-right-1\/3{
    right: -33.333333%;
  }

  .lg\:-right-2\/3{
    right: -66.666667%;
  }

  .lg\:-right-1\/4{
    right: -25%;
  }

  .lg\:-right-2\/4{
    right: -50%;
  }

  .lg\:-right-3\/4{
    right: -75%;
  }

  .lg\:-right-full{
    right: -100%;
  }

  .lg\:bottom-0{
    bottom: 0px;
  }

  .lg\:bottom-1{
    bottom: 0.25rem;
  }

  .lg\:bottom-2{
    bottom: 0.5rem;
  }

  .lg\:bottom-3{
    bottom: 0.75rem;
  }

  .lg\:bottom-4{
    bottom: 1rem;
  }

  .lg\:bottom-5{
    bottom: 1.25rem;
  }

  .lg\:bottom-6{
    bottom: 1.5rem;
  }

  .lg\:bottom-7{
    bottom: 1.75rem;
  }

  .lg\:bottom-8{
    bottom: 2rem;
  }

  .lg\:bottom-9{
    bottom: 2.25rem;
  }

  .lg\:bottom-10{
    bottom: 2.5rem;
  }

  .lg\:bottom-11{
    bottom: 2.75rem;
  }

  .lg\:bottom-12{
    bottom: 3rem;
  }

  .lg\:bottom-14{
    bottom: 3.5rem;
  }

  .lg\:bottom-16{
    bottom: 4rem;
  }

  .lg\:bottom-20{
    bottom: 5rem;
  }

  .lg\:bottom-24{
    bottom: 6rem;
  }

  .lg\:bottom-28{
    bottom: 7rem;
  }

  .lg\:bottom-32{
    bottom: 8rem;
  }

  .lg\:bottom-36{
    bottom: 9rem;
  }

  .lg\:bottom-40{
    bottom: 10rem;
  }

  .lg\:bottom-44{
    bottom: 11rem;
  }

  .lg\:bottom-48{
    bottom: 12rem;
  }

  .lg\:bottom-52{
    bottom: 13rem;
  }

  .lg\:bottom-56{
    bottom: 14rem;
  }

  .lg\:bottom-60{
    bottom: 15rem;
  }

  .lg\:bottom-64{
    bottom: 16rem;
  }

  .lg\:bottom-72{
    bottom: 18rem;
  }

  .lg\:bottom-80{
    bottom: 20rem;
  }

  .lg\:bottom-96{
    bottom: 24rem;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:bottom-px{
    bottom: 1px;
  }

  .lg\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .lg\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .lg\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .lg\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .lg\:-bottom-0{
    bottom: 0px;
  }

  .lg\:-bottom-1{
    bottom: -0.25rem;
  }

  .lg\:-bottom-2{
    bottom: -0.5rem;
  }

  .lg\:-bottom-3{
    bottom: -0.75rem;
  }

  .lg\:-bottom-4{
    bottom: -1rem;
  }

  .lg\:-bottom-5{
    bottom: -1.25rem;
  }

  .lg\:-bottom-6{
    bottom: -1.5rem;
  }

  .lg\:-bottom-7{
    bottom: -1.75rem;
  }

  .lg\:-bottom-8{
    bottom: -2rem;
  }

  .lg\:-bottom-9{
    bottom: -2.25rem;
  }

  .lg\:-bottom-10{
    bottom: -2.5rem;
  }

  .lg\:-bottom-11{
    bottom: -2.75rem;
  }

  .lg\:-bottom-12{
    bottom: -3rem;
  }

  .lg\:-bottom-14{
    bottom: -3.5rem;
  }

  .lg\:-bottom-16{
    bottom: -4rem;
  }

  .lg\:-bottom-20{
    bottom: -5rem;
  }

  .lg\:-bottom-24{
    bottom: -6rem;
  }

  .lg\:-bottom-28{
    bottom: -7rem;
  }

  .lg\:-bottom-32{
    bottom: -8rem;
  }

  .lg\:-bottom-36{
    bottom: -9rem;
  }

  .lg\:-bottom-40{
    bottom: -10rem;
  }

  .lg\:-bottom-44{
    bottom: -11rem;
  }

  .lg\:-bottom-48{
    bottom: -12rem;
  }

  .lg\:-bottom-52{
    bottom: -13rem;
  }

  .lg\:-bottom-56{
    bottom: -14rem;
  }

  .lg\:-bottom-60{
    bottom: -15rem;
  }

  .lg\:-bottom-64{
    bottom: -16rem;
  }

  .lg\:-bottom-72{
    bottom: -18rem;
  }

  .lg\:-bottom-80{
    bottom: -20rem;
  }

  .lg\:-bottom-96{
    bottom: -24rem;
  }

  .lg\:-bottom-px{
    bottom: -1px;
  }

  .lg\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .lg\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .lg\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .lg\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .lg\:bottom-1\/2{
    bottom: 50%;
  }

  .lg\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .lg\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .lg\:bottom-1\/4{
    bottom: 25%;
  }

  .lg\:bottom-2\/4{
    bottom: 50%;
  }

  .lg\:bottom-3\/4{
    bottom: 75%;
  }

  .lg\:bottom-full{
    bottom: 100%;
  }

  .lg\:-bottom-1\/2{
    bottom: -50%;
  }

  .lg\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .lg\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .lg\:-bottom-1\/4{
    bottom: -25%;
  }

  .lg\:-bottom-2\/4{
    bottom: -50%;
  }

  .lg\:-bottom-3\/4{
    bottom: -75%;
  }

  .lg\:-bottom-full{
    bottom: -100%;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:left-1{
    left: 0.25rem;
  }

  .lg\:left-2{
    left: 0.5rem;
  }

  .lg\:left-3{
    left: 0.75rem;
  }

  .lg\:left-4{
    left: 1rem;
  }

  .lg\:left-5{
    left: 1.25rem;
  }

  .lg\:left-6{
    left: 1.5rem;
  }

  .lg\:left-7{
    left: 1.75rem;
  }

  .lg\:left-8{
    left: 2rem;
  }

  .lg\:left-9{
    left: 2.25rem;
  }

  .lg\:left-10{
    left: 2.5rem;
  }

  .lg\:left-11{
    left: 2.75rem;
  }

  .lg\:left-12{
    left: 3rem;
  }

  .lg\:left-14{
    left: 3.5rem;
  }

  .lg\:left-16{
    left: 4rem;
  }

  .lg\:left-20{
    left: 5rem;
  }

  .lg\:left-24{
    left: 6rem;
  }

  .lg\:left-28{
    left: 7rem;
  }

  .lg\:left-32{
    left: 8rem;
  }

  .lg\:left-36{
    left: 9rem;
  }

  .lg\:left-40{
    left: 10rem;
  }

  .lg\:left-44{
    left: 11rem;
  }

  .lg\:left-48{
    left: 12rem;
  }

  .lg\:left-52{
    left: 13rem;
  }

  .lg\:left-56{
    left: 14rem;
  }

  .lg\:left-60{
    left: 15rem;
  }

  .lg\:left-64{
    left: 16rem;
  }

  .lg\:left-72{
    left: 18rem;
  }

  .lg\:left-80{
    left: 20rem;
  }

  .lg\:left-96{
    left: 24rem;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:left-px{
    left: 1px;
  }

  .lg\:left-0\.5{
    left: 0.125rem;
  }

  .lg\:left-1\.5{
    left: 0.375rem;
  }

  .lg\:left-2\.5{
    left: 0.625rem;
  }

  .lg\:left-3\.5{
    left: 0.875rem;
  }

  .lg\:-left-0{
    left: 0px;
  }

  .lg\:-left-1{
    left: -0.25rem;
  }

  .lg\:-left-2{
    left: -0.5rem;
  }

  .lg\:-left-3{
    left: -0.75rem;
  }

  .lg\:-left-4{
    left: -1rem;
  }

  .lg\:-left-5{
    left: -1.25rem;
  }

  .lg\:-left-6{
    left: -1.5rem;
  }

  .lg\:-left-7{
    left: -1.75rem;
  }

  .lg\:-left-8{
    left: -2rem;
  }

  .lg\:-left-9{
    left: -2.25rem;
  }

  .lg\:-left-10{
    left: -2.5rem;
  }

  .lg\:-left-11{
    left: -2.75rem;
  }

  .lg\:-left-12{
    left: -3rem;
  }

  .lg\:-left-14{
    left: -3.5rem;
  }

  .lg\:-left-16{
    left: -4rem;
  }

  .lg\:-left-20{
    left: -5rem;
  }

  .lg\:-left-24{
    left: -6rem;
  }

  .lg\:-left-28{
    left: -7rem;
  }

  .lg\:-left-32{
    left: -8rem;
  }

  .lg\:-left-36{
    left: -9rem;
  }

  .lg\:-left-40{
    left: -10rem;
  }

  .lg\:-left-44{
    left: -11rem;
  }

  .lg\:-left-48{
    left: -12rem;
  }

  .lg\:-left-52{
    left: -13rem;
  }

  .lg\:-left-56{
    left: -14rem;
  }

  .lg\:-left-60{
    left: -15rem;
  }

  .lg\:-left-64{
    left: -16rem;
  }

  .lg\:-left-72{
    left: -18rem;
  }

  .lg\:-left-80{
    left: -20rem;
  }

  .lg\:-left-96{
    left: -24rem;
  }

  .lg\:-left-px{
    left: -1px;
  }

  .lg\:-left-0\.5{
    left: -0.125rem;
  }

  .lg\:-left-1\.5{
    left: -0.375rem;
  }

  .lg\:-left-2\.5{
    left: -0.625rem;
  }

  .lg\:-left-3\.5{
    left: -0.875rem;
  }

  .lg\:left-1\/2{
    left: 50%;
  }

  .lg\:left-1\/3{
    left: 33.333333%;
  }

  .lg\:left-2\/3{
    left: 66.666667%;
  }

  .lg\:left-1\/4{
    left: 25%;
  }

  .lg\:left-2\/4{
    left: 50%;
  }

  .lg\:left-3\/4{
    left: 75%;
  }

  .lg\:left-full{
    left: 100%;
  }

  .lg\:-left-1\/2{
    left: -50%;
  }

  .lg\:-left-1\/3{
    left: -33.333333%;
  }

  .lg\:-left-2\/3{
    left: -66.666667%;
  }

  .lg\:-left-1\/4{
    left: -25%;
  }

  .lg\:-left-2\/4{
    left: -50%;
  }

  .lg\:-left-3\/4{
    left: -75%;
  }

  .lg\:-left-full{
    left: -100%;
  }

  .lg\:isolate{
    isolation: isolate;
  }

  .lg\:isolation-auto{
    isolation: auto;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:z-10{
    z-index: 10;
  }

  .lg\:z-20{
    z-index: 20;
  }

  .lg\:z-30{
    z-index: 30;
  }

  .lg\:z-40{
    z-index: 40;
  }

  .lg\:z-50{
    z-index: 50;
  }

  .lg\:z-auto{
    z-index: auto;
  }

  .lg\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .lg\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .lg\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .lg\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .lg\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .lg\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .lg\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .lg\:focus\:z-0:focus{
    z-index: 0;
  }

  .lg\:focus\:z-10:focus{
    z-index: 10;
  }

  .lg\:focus\:z-20:focus{
    z-index: 20;
  }

  .lg\:focus\:z-30:focus{
    z-index: 30;
  }

  .lg\:focus\:z-40:focus{
    z-index: 40;
  }

  .lg\:focus\:z-50:focus{
    z-index: 50;
  }

  .lg\:focus\:z-auto:focus{
    z-index: auto;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-4{
    order: 4;
  }

  .lg\:order-5{
    order: 5;
  }

  .lg\:order-6{
    order: 6;
  }

  .lg\:order-7{
    order: 7;
  }

  .lg\:order-8{
    order: 8;
  }

  .lg\:order-9{
    order: 9;
  }

  .lg\:order-10{
    order: 10;
  }

  .lg\:order-11{
    order: 11;
  }

  .lg\:order-12{
    order: 12;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:col-auto{
    grid-column: auto;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full{
    grid-column: 1 / -1;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:col-start-4{
    grid-column-start: 4;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:col-start-10{
    grid-column-start: 10;
  }

  .lg\:col-start-11{
    grid-column-start: 11;
  }

  .lg\:col-start-12{
    grid-column-start: 12;
  }

  .lg\:col-start-13{
    grid-column-start: 13;
  }

  .lg\:col-start-auto{
    grid-column-start: auto;
  }

  .lg\:col-end-1{
    grid-column-end: 1;
  }

  .lg\:col-end-2{
    grid-column-end: 2;
  }

  .lg\:col-end-3{
    grid-column-end: 3;
  }

  .lg\:col-end-4{
    grid-column-end: 4;
  }

  .lg\:col-end-5{
    grid-column-end: 5;
  }

  .lg\:col-end-6{
    grid-column-end: 6;
  }

  .lg\:col-end-7{
    grid-column-end: 7;
  }

  .lg\:col-end-8{
    grid-column-end: 8;
  }

  .lg\:col-end-9{
    grid-column-end: 9;
  }

  .lg\:col-end-10{
    grid-column-end: 10;
  }

  .lg\:col-end-11{
    grid-column-end: 11;
  }

  .lg\:col-end-12{
    grid-column-end: 12;
  }

  .lg\:col-end-13{
    grid-column-end: 13;
  }

  .lg\:col-end-auto{
    grid-column-end: auto;
  }

  .lg\:row-auto{
    grid-row: auto;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full{
    grid-row: 1 / -1;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:row-start-3{
    grid-row-start: 3;
  }

  .lg\:row-start-4{
    grid-row-start: 4;
  }

  .lg\:row-start-5{
    grid-row-start: 5;
  }

  .lg\:row-start-6{
    grid-row-start: 6;
  }

  .lg\:row-start-7{
    grid-row-start: 7;
  }

  .lg\:row-start-auto{
    grid-row-start: auto;
  }

  .lg\:row-end-1{
    grid-row-end: 1;
  }

  .lg\:row-end-2{
    grid-row-end: 2;
  }

  .lg\:row-end-3{
    grid-row-end: 3;
  }

  .lg\:row-end-4{
    grid-row-end: 4;
  }

  .lg\:row-end-5{
    grid-row-end: 5;
  }

  .lg\:row-end-6{
    grid-row-end: 6;
  }

  .lg\:row-end-7{
    grid-row-end: 7;
  }

  .lg\:row-end-auto{
    grid-row-end: auto;
  }

  .lg\:float-right{
    float: right;
  }

  .lg\:float-left{
    float: left;
  }

  .lg\:float-none{
    float: none;
  }

  .lg\:clear-left{
    clear: left;
  }

  .lg\:clear-right{
    clear: right;
  }

  .lg\:clear-both{
    clear: both;
  }

  .lg\:clear-none{
    clear: none;
  }

  .lg\:m-0{
    margin: 0px;
  }

  .lg\:m-1{
    margin: 0.25rem;
  }

  .lg\:m-2{
    margin: 0.5rem;
  }

  .lg\:m-3{
    margin: 0.75rem;
  }

  .lg\:m-4{
    margin: 1rem;
  }

  .lg\:m-5{
    margin: 1.25rem;
  }

  .lg\:m-6{
    margin: 1.5rem;
  }

  .lg\:m-7{
    margin: 1.75rem;
  }

  .lg\:m-8{
    margin: 2rem;
  }

  .lg\:m-9{
    margin: 2.25rem;
  }

  .lg\:m-10{
    margin: 2.5rem;
  }

  .lg\:m-11{
    margin: 2.75rem;
  }

  .lg\:m-12{
    margin: 3rem;
  }

  .lg\:m-14{
    margin: 3.5rem;
  }

  .lg\:m-16{
    margin: 4rem;
  }

  .lg\:m-20{
    margin: 5rem;
  }

  .lg\:m-24{
    margin: 6rem;
  }

  .lg\:m-28{
    margin: 7rem;
  }

  .lg\:m-32{
    margin: 8rem;
  }

  .lg\:m-36{
    margin: 9rem;
  }

  .lg\:m-40{
    margin: 10rem;
  }

  .lg\:m-44{
    margin: 11rem;
  }

  .lg\:m-48{
    margin: 12rem;
  }

  .lg\:m-52{
    margin: 13rem;
  }

  .lg\:m-56{
    margin: 14rem;
  }

  .lg\:m-60{
    margin: 15rem;
  }

  .lg\:m-64{
    margin: 16rem;
  }

  .lg\:m-72{
    margin: 18rem;
  }

  .lg\:m-80{
    margin: 20rem;
  }

  .lg\:m-96{
    margin: 24rem;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:m-px{
    margin: 1px;
  }

  .lg\:m-0\.5{
    margin: 0.125rem;
  }

  .lg\:m-1\.5{
    margin: 0.375rem;
  }

  .lg\:m-2\.5{
    margin: 0.625rem;
  }

  .lg\:m-3\.5{
    margin: 0.875rem;
  }

  .lg\:-m-0{
    margin: 0px;
  }

  .lg\:-m-1{
    margin: -0.25rem;
  }

  .lg\:-m-2{
    margin: -0.5rem;
  }

  .lg\:-m-3{
    margin: -0.75rem;
  }

  .lg\:-m-4{
    margin: -1rem;
  }

  .lg\:-m-5{
    margin: -1.25rem;
  }

  .lg\:-m-6{
    margin: -1.5rem;
  }

  .lg\:-m-7{
    margin: -1.75rem;
  }

  .lg\:-m-8{
    margin: -2rem;
  }

  .lg\:-m-9{
    margin: -2.25rem;
  }

  .lg\:-m-10{
    margin: -2.5rem;
  }

  .lg\:-m-11{
    margin: -2.75rem;
  }

  .lg\:-m-12{
    margin: -3rem;
  }

  .lg\:-m-14{
    margin: -3.5rem;
  }

  .lg\:-m-16{
    margin: -4rem;
  }

  .lg\:-m-20{
    margin: -5rem;
  }

  .lg\:-m-24{
    margin: -6rem;
  }

  .lg\:-m-28{
    margin: -7rem;
  }

  .lg\:-m-32{
    margin: -8rem;
  }

  .lg\:-m-36{
    margin: -9rem;
  }

  .lg\:-m-40{
    margin: -10rem;
  }

  .lg\:-m-44{
    margin: -11rem;
  }

  .lg\:-m-48{
    margin: -12rem;
  }

  .lg\:-m-52{
    margin: -13rem;
  }

  .lg\:-m-56{
    margin: -14rem;
  }

  .lg\:-m-60{
    margin: -15rem;
  }

  .lg\:-m-64{
    margin: -16rem;
  }

  .lg\:-m-72{
    margin: -18rem;
  }

  .lg\:-m-80{
    margin: -20rem;
  }

  .lg\:-m-96{
    margin: -24rem;
  }

  .lg\:-m-px{
    margin: -1px;
  }

  .lg\:-m-0\.5{
    margin: -0.125rem;
  }

  .lg\:-m-1\.5{
    margin: -0.375rem;
  }

  .lg\:-m-2\.5{
    margin: -0.625rem;
  }

  .lg\:-m-3\.5{
    margin: -0.875rem;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mt-7{
    margin-top: 1.75rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mt-9{
    margin-top: 2.25rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-11{
    margin-top: 2.75rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-14{
    margin-top: 3.5rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mt-28{
    margin-top: 7rem;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:mt-36{
    margin-top: 9rem;
  }

  .lg\:mt-40{
    margin-top: 10rem;
  }

  .lg\:mt-44{
    margin-top: 11rem;
  }

  .lg\:mt-48{
    margin-top: 12rem;
  }

  .lg\:mt-52{
    margin-top: 13rem;
  }

  .lg\:mt-56{
    margin-top: 14rem;
  }

  .lg\:mt-60{
    margin-top: 15rem;
  }

  .lg\:mt-64{
    margin-top: 16rem;
  }

  .lg\:mt-72{
    margin-top: 18rem;
  }

  .lg\:mt-80{
    margin-top: 20rem;
  }

  .lg\:mt-96{
    margin-top: 24rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mt-px{
    margin-top: 1px;
  }

  .lg\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .lg\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .lg\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .lg\:-mt-0{
    margin-top: 0px;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  .lg\:-mt-4{
    margin-top: -1rem;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  .lg\:-mt-7{
    margin-top: -1.75rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:-mt-9{
    margin-top: -2.25rem;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  .lg\:-mt-11{
    margin-top: -2.75rem;
  }

  .lg\:-mt-12{
    margin-top: -3rem;
  }

  .lg\:-mt-14{
    margin-top: -3.5rem;
  }

  .lg\:-mt-16{
    margin-top: -4rem;
  }

  .lg\:-mt-20{
    margin-top: -5rem;
  }

  .lg\:-mt-24{
    margin-top: -6rem;
  }

  .lg\:-mt-28{
    margin-top: -7rem;
  }

  .lg\:-mt-32{
    margin-top: -8rem;
  }

  .lg\:-mt-36{
    margin-top: -9rem;
  }

  .lg\:-mt-40{
    margin-top: -10rem;
  }

  .lg\:-mt-44{
    margin-top: -11rem;
  }

  .lg\:-mt-48{
    margin-top: -12rem;
  }

  .lg\:-mt-52{
    margin-top: -13rem;
  }

  .lg\:-mt-56{
    margin-top: -14rem;
  }

  .lg\:-mt-60{
    margin-top: -15rem;
  }

  .lg\:-mt-64{
    margin-top: -16rem;
  }

  .lg\:-mt-72{
    margin-top: -18rem;
  }

  .lg\:-mt-80{
    margin-top: -20rem;
  }

  .lg\:-mt-96{
    margin-top: -24rem;
  }

  .lg\:-mt-px{
    margin-top: -1px;
  }

  .lg\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .lg\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .lg\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .lg\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mr-1{
    margin-right: 0.25rem;
  }

  .lg\:mr-2{
    margin-right: 0.5rem;
  }

  .lg\:mr-3{
    margin-right: 0.75rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mr-5{
    margin-right: 1.25rem;
  }

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

  .lg\:mr-7{
    margin-right: 1.75rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:mr-9{
    margin-right: 2.25rem;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:mr-11{
    margin-right: 2.75rem;
  }

  .lg\:mr-12{
    margin-right: 3rem;
  }

  .lg\:mr-14{
    margin-right: 3.5rem;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mr-24{
    margin-right: 6rem;
  }

  .lg\:mr-28{
    margin-right: 7rem;
  }

  .lg\:mr-32{
    margin-right: 8rem;
  }

  .lg\:mr-36{
    margin-right: 9rem;
  }

  .lg\:mr-40{
    margin-right: 10rem;
  }

  .lg\:mr-44{
    margin-right: 11rem;
  }

  .lg\:mr-48{
    margin-right: 12rem;
  }

  .lg\:mr-52{
    margin-right: 13rem;
  }

  .lg\:mr-56{
    margin-right: 14rem;
  }

  .lg\:mr-60{
    margin-right: 15rem;
  }

  .lg\:mr-64{
    margin-right: 16rem;
  }

  .lg\:mr-72{
    margin-right: 18rem;
  }

  .lg\:mr-80{
    margin-right: 20rem;
  }

  .lg\:mr-96{
    margin-right: 24rem;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mr-px{
    margin-right: 1px;
  }

  .lg\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .lg\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .lg\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .lg\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .lg\:-mr-0{
    margin-right: 0px;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  .lg\:-mr-4{
    margin-right: -1rem;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  .lg\:-mr-7{
    margin-right: -1.75rem;
  }

  .lg\:-mr-8{
    margin-right: -2rem;
  }

  .lg\:-mr-9{
    margin-right: -2.25rem;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  .lg\:-mr-11{
    margin-right: -2.75rem;
  }

  .lg\:-mr-12{
    margin-right: -3rem;
  }

  .lg\:-mr-14{
    margin-right: -3.5rem;
  }

  .lg\:-mr-16{
    margin-right: -4rem;
  }

  .lg\:-mr-20{
    margin-right: -5rem;
  }

  .lg\:-mr-24{
    margin-right: -6rem;
  }

  .lg\:-mr-28{
    margin-right: -7rem;
  }

  .lg\:-mr-32{
    margin-right: -8rem;
  }

  .lg\:-mr-36{
    margin-right: -9rem;
  }

  .lg\:-mr-40{
    margin-right: -10rem;
  }

  .lg\:-mr-44{
    margin-right: -11rem;
  }

  .lg\:-mr-48{
    margin-right: -12rem;
  }

  .lg\:-mr-52{
    margin-right: -13rem;
  }

  .lg\:-mr-56{
    margin-right: -14rem;
  }

  .lg\:-mr-60{
    margin-right: -15rem;
  }

  .lg\:-mr-64{
    margin-right: -16rem;
  }

  .lg\:-mr-72{
    margin-right: -18rem;
  }

  .lg\:-mr-80{
    margin-right: -20rem;
  }

  .lg\:-mr-96{
    margin-right: -24rem;
  }

  .lg\:-mr-px{
    margin-right: -1px;
  }

  .lg\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .lg\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .lg\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .lg\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:mb-28{
    margin-bottom: 7rem;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:mb-36{
    margin-bottom: 9rem;
  }

  .lg\:mb-40{
    margin-bottom: 10rem;
  }

  .lg\:mb-44{
    margin-bottom: 11rem;
  }

  .lg\:mb-48{
    margin-bottom: 12rem;
  }

  .lg\:mb-52{
    margin-bottom: 13rem;
  }

  .lg\:mb-56{
    margin-bottom: 14rem;
  }

  .lg\:mb-60{
    margin-bottom: 15rem;
  }

  .lg\:mb-64{
    margin-bottom: 16rem;
  }

  .lg\:mb-72{
    margin-bottom: 18rem;
  }

  .lg\:mb-80{
    margin-bottom: 20rem;
  }

  .lg\:mb-96{
    margin-bottom: 24rem;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:mb-px{
    margin-bottom: 1px;
  }

  .lg\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .lg\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .lg\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .lg\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .lg\:-mb-0{
    margin-bottom: 0px;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  .lg\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .lg\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  .lg\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  .lg\:-mb-28{
    margin-bottom: -7rem;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  .lg\:-mb-36{
    margin-bottom: -9rem;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  .lg\:-mb-44{
    margin-bottom: -11rem;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  .lg\:-mb-52{
    margin-bottom: -13rem;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  .lg\:-mb-60{
    margin-bottom: -15rem;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  .lg\:-mb-72{
    margin-bottom: -18rem;
  }

  .lg\:-mb-80{
    margin-bottom: -20rem;
  }

  .lg\:-mb-96{
    margin-bottom: -24rem;
  }

  .lg\:-mb-px{
    margin-bottom: -1px;
  }

  .lg\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .lg\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .lg\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .lg\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-1{
    margin-left: 0.25rem;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:ml-7{
    margin-left: 1.75rem;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:ml-9{
    margin-left: 2.25rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:ml-11{
    margin-left: 2.75rem;
  }

  .lg\:ml-12{
    margin-left: 3rem;
  }

  .lg\:ml-14{
    margin-left: 3.5rem;
  }

  .lg\:ml-16{
    margin-left: 4rem;
  }

  .lg\:ml-20{
    margin-left: 5rem;
  }

  .lg\:ml-24{
    margin-left: 6rem;
  }

  .lg\:ml-28{
    margin-left: 7rem;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

  .lg\:ml-36{
    margin-left: 9rem;
  }

  .lg\:ml-40{
    margin-left: 10rem;
  }

  .lg\:ml-44{
    margin-left: 11rem;
  }

  .lg\:ml-48{
    margin-left: 12rem;
  }

  .lg\:ml-52{
    margin-left: 13rem;
  }

  .lg\:ml-56{
    margin-left: 14rem;
  }

  .lg\:ml-60{
    margin-left: 15rem;
  }

  .lg\:ml-64{
    margin-left: 16rem;
  }

  .lg\:ml-72{
    margin-left: 18rem;
  }

  .lg\:ml-80{
    margin-left: 20rem;
  }

  .lg\:ml-96{
    margin-left: 24rem;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:ml-px{
    margin-left: 1px;
  }

  .lg\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .lg\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .lg\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .lg\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .lg\:-ml-0{
    margin-left: 0px;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  .lg\:-ml-4{
    margin-left: -1rem;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  .lg\:-ml-7{
    margin-left: -1.75rem;
  }

  .lg\:-ml-8{
    margin-left: -2rem;
  }

  .lg\:-ml-9{
    margin-left: -2.25rem;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  .lg\:-ml-11{
    margin-left: -2.75rem;
  }

  .lg\:-ml-12{
    margin-left: -3rem;
  }

  .lg\:-ml-14{
    margin-left: -3.5rem;
  }

  .lg\:-ml-16{
    margin-left: -4rem;
  }

  .lg\:-ml-20{
    margin-left: -5rem;
  }

  .lg\:-ml-24{
    margin-left: -6rem;
  }

  .lg\:-ml-28{
    margin-left: -7rem;
  }

  .lg\:-ml-32{
    margin-left: -8rem;
  }

  .lg\:-ml-36{
    margin-left: -9rem;
  }

  .lg\:-ml-40{
    margin-left: -10rem;
  }

  .lg\:-ml-44{
    margin-left: -11rem;
  }

  .lg\:-ml-48{
    margin-left: -12rem;
  }

  .lg\:-ml-52{
    margin-left: -13rem;
  }

  .lg\:-ml-56{
    margin-left: -14rem;
  }

  .lg\:-ml-60{
    margin-left: -15rem;
  }

  .lg\:-ml-64{
    margin-left: -16rem;
  }

  .lg\:-ml-72{
    margin-left: -18rem;
  }

  .lg\:-ml-80{
    margin-left: -20rem;
  }

  .lg\:-ml-96{
    margin-left: -24rem;
  }

  .lg\:-ml-px{
    margin-left: -1px;
  }

  .lg\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .lg\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .lg\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .lg\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .lg\:box-border{
    box-sizing: border-box;
  }

  .lg\:box-content{
    box-sizing: content-box;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:inline-table{
    display: inline-table;
  }

  .lg\:table-caption{
    display: table-caption;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-column{
    display: table-column;
  }

  .lg\:table-column-group{
    display: table-column-group;
  }

  .lg\:table-footer-group{
    display: table-footer-group;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row-group{
    display: table-row-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:flow-root{
    display: flow-root;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:inline-grid{
    display: inline-grid;
  }

  .lg\:contents{
    display: contents;
  }

  .lg\:list-item{
    display: list-item;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-0{
    height: 0px;
  }

  .lg\:h-1{
    height: 0.25rem;
  }

  .lg\:h-2{
    height: 0.5rem;
  }

  .lg\:h-3{
    height: 0.75rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:h-7{
    height: 1.75rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-9{
    height: 2.25rem;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-11{
    height: 2.75rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-14{
    height: 3.5rem;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-28{
    height: 7rem;
  }

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:h-36{
    height: 9rem;
  }

  .lg\:h-40{
    height: 10rem;
  }

  .lg\:h-44{
    height: 11rem;
  }

  .lg\:h-48{
    height: 12rem;
  }

  .lg\:h-52{
    height: 13rem;
  }

  .lg\:h-56{
    height: 14rem;
  }

  .lg\:h-60{
    height: 15rem;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:h-72{
    height: 18rem;
  }

  .lg\:h-80{
    height: 20rem;
  }

  .lg\:h-96{
    height: 24rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-px{
    height: 1px;
  }

  .lg\:h-0\.5{
    height: 0.125rem;
  }

  .lg\:h-1\.5{
    height: 0.375rem;
  }

  .lg\:h-2\.5{
    height: 0.625rem;
  }

  .lg\:h-3\.5{
    height: 0.875rem;
  }

  .lg\:h-1\/2{
    height: 50%;
  }

  .lg\:h-1\/3{
    height: 33.333333%;
  }

  .lg\:h-2\/3{
    height: 66.666667%;
  }

  .lg\:h-1\/4{
    height: 25%;
  }

  .lg\:h-2\/4{
    height: 50%;
  }

  .lg\:h-3\/4{
    height: 75%;
  }

  .lg\:h-1\/5{
    height: 20%;
  }

  .lg\:h-2\/5{
    height: 40%;
  }

  .lg\:h-3\/5{
    height: 60%;
  }

  .lg\:h-4\/5{
    height: 80%;
  }

  .lg\:h-1\/6{
    height: 16.666667%;
  }

  .lg\:h-2\/6{
    height: 33.333333%;
  }

  .lg\:h-3\/6{
    height: 50%;
  }

  .lg\:h-4\/6{
    height: 66.666667%;
  }

  .lg\:h-5\/6{
    height: 83.333333%;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:max-h-0{
    max-height: 0px;
  }

  .lg\:max-h-1{
    max-height: 0.25rem;
  }

  .lg\:max-h-2{
    max-height: 0.5rem;
  }

  .lg\:max-h-3{
    max-height: 0.75rem;
  }

  .lg\:max-h-4{
    max-height: 1rem;
  }

  .lg\:max-h-5{
    max-height: 1.25rem;
  }

  .lg\:max-h-6{
    max-height: 1.5rem;
  }

  .lg\:max-h-7{
    max-height: 1.75rem;
  }

  .lg\:max-h-8{
    max-height: 2rem;
  }

  .lg\:max-h-9{
    max-height: 2.25rem;
  }

  .lg\:max-h-10{
    max-height: 2.5rem;
  }

  .lg\:max-h-11{
    max-height: 2.75rem;
  }

  .lg\:max-h-12{
    max-height: 3rem;
  }

  .lg\:max-h-14{
    max-height: 3.5rem;
  }

  .lg\:max-h-16{
    max-height: 4rem;
  }

  .lg\:max-h-20{
    max-height: 5rem;
  }

  .lg\:max-h-24{
    max-height: 6rem;
  }

  .lg\:max-h-28{
    max-height: 7rem;
  }

  .lg\:max-h-32{
    max-height: 8rem;
  }

  .lg\:max-h-36{
    max-height: 9rem;
  }

  .lg\:max-h-40{
    max-height: 10rem;
  }

  .lg\:max-h-44{
    max-height: 11rem;
  }

  .lg\:max-h-48{
    max-height: 12rem;
  }

  .lg\:max-h-52{
    max-height: 13rem;
  }

  .lg\:max-h-56{
    max-height: 14rem;
  }

  .lg\:max-h-60{
    max-height: 15rem;
  }

  .lg\:max-h-64{
    max-height: 16rem;
  }

  .lg\:max-h-72{
    max-height: 18rem;
  }

  .lg\:max-h-80{
    max-height: 20rem;
  }

  .lg\:max-h-96{
    max-height: 24rem;
  }

  .lg\:max-h-px{
    max-height: 1px;
  }

  .lg\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .lg\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .lg\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .lg\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:w-0{
    width: 0px;
  }

  .lg\:w-1{
    width: 0.25rem;
  }

  .lg\:w-2{
    width: 0.5rem;
  }

  .lg\:w-3{
    width: 0.75rem;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:w-6{
    width: 1.5rem;
  }

  .lg\:w-7{
    width: 1.75rem;
  }

  .lg\:w-8{
    width: 2rem;
  }

  .lg\:w-9{
    width: 2.25rem;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-11{
    width: 2.75rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-14{
    width: 3.5rem;
  }

  .lg\:w-16{
    width: 4rem;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-28{
    width: 7rem;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-36{
    width: 9rem;
  }

  .lg\:w-40{
    width: 10rem;
  }

  .lg\:w-44{
    width: 11rem;
  }

  .lg\:w-48{
    width: 12rem;
  }

  .lg\:w-52{
    width: 13rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-60{
    width: 15rem;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-72{
    width: 18rem;
  }

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:w-96{
    width: 24rem;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-px{
    width: 1px;
  }

  .lg\:w-0\.5{
    width: 0.125rem;
  }

  .lg\:w-1\.5{
    width: 0.375rem;
  }

  .lg\:w-2\.5{
    width: 0.625rem;
  }

  .lg\:w-3\.5{
    width: 0.875rem;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/4{
    width: 50%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-3\/6{
    width: 50%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:w-1\/12{
    width: 8.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:min-w-0{
    min-width: 0px;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:max-w-0{
    max-width: 0rem;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .lg\:max-w-7xl{
    max-width: 80rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-prose{
    max-width: 65ch;
  }

  .lg\:max-w-screen-sm{
    max-width: 640px;
  }

  .lg\:max-w-screen-md{
    max-width: 768px;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl{
    max-width: 1280px;
  }

  .lg\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-auto{
    flex: 1 1 auto;
  }

  .lg\:flex-initial{
    flex: 0 1 auto;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:flex-shrink{
    flex-shrink: 1;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:table-fixed{
    table-layout: fixed;
  }

  .lg\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .lg\:origin-center{
    transform-origin: center;
  }

  .lg\:origin-top{
    transform-origin: top;
  }

  .lg\:origin-top-right{
    transform-origin: top right;
  }

  .lg\:origin-right{
    transform-origin: right;
  }

  .lg\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .lg\:origin-bottom{
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .lg\:origin-left{
    transform-origin: left;
  }

  .lg\:origin-top-left{
    transform-origin: top left;
  }

  .lg\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-none{
    transform: none;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .lg\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .lg\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .lg\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .lg\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .lg\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .lg\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .lg\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .lg\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .lg\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .lg\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .lg\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .lg\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .lg\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .lg\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .lg\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .lg\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .lg\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .lg\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .lg\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .lg\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .lg\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .lg\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .lg\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .lg\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .lg\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .lg\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .lg\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .lg\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .lg\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .lg\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .lg\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .lg\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .lg\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .lg\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .lg\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .lg\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .lg\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .lg\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .lg\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .lg\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .lg\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .lg\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .lg\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .lg\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .lg\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .lg\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .lg\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .lg\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .lg\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .lg\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .lg\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .lg\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .lg\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .lg\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .lg\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .lg\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .lg\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .lg\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .lg\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .lg\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .lg\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .lg\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .lg\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .lg\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .lg\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .lg\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .lg\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .lg\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .lg\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .lg\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .lg\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .lg\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .lg\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .lg\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .lg\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .lg\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .lg\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .lg\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .lg\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .lg\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .lg\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .lg\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .lg\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .lg\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .lg\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .lg\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .lg\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .lg\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .lg\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .lg\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .lg\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .lg\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .lg\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .lg\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .lg\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .lg\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .lg\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .lg\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .lg\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .lg\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .lg\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .lg\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .lg\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .lg\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .lg\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .lg\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .lg\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .lg\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .lg\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .lg\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .lg\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .lg\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .lg\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .lg\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .lg\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .lg\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .lg\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .lg\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .lg\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .lg\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .lg\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .lg\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .lg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .lg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .lg\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .lg\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .lg\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .lg\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .lg\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .lg\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .lg\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .lg\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .lg\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .lg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .lg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .lg\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .lg\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .lg\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .lg\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .lg\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .lg\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .lg\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .lg\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .lg\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .lg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .lg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .lg\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .lg\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .lg\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .lg\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .lg\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .lg\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .lg\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .lg\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .lg\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .lg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .lg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .lg\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .lg\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .lg\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .lg\:rotate-0{
    --tw-rotate: 0deg;
  }

  .lg\:rotate-1{
    --tw-rotate: 1deg;
  }

  .lg\:rotate-2{
    --tw-rotate: 2deg;
  }

  .lg\:rotate-3{
    --tw-rotate: 3deg;
  }

  .lg\:rotate-6{
    --tw-rotate: 6deg;
  }

  .lg\:rotate-12{
    --tw-rotate: 12deg;
  }

  .lg\:rotate-45{
    --tw-rotate: 45deg;
  }

  .lg\:rotate-90{
    --tw-rotate: 90deg;
  }

  .lg\:rotate-180{
    --tw-rotate: 180deg;
  }

  .lg\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .lg\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .lg\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .lg\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .lg\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .lg\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .lg\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .lg\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .lg\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .lg\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .lg\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .lg\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .lg\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .lg\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .lg\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .lg\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .lg\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .lg\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .lg\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .lg\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .lg\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .lg\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .lg\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .lg\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .lg\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .lg\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .lg\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .lg\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .lg\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .lg\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .lg\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-x-0{
    --tw-scale-x: 0;
  }

  .lg\:scale-x-50{
    --tw-scale-x: .5;
  }

  .lg\:scale-x-75{
    --tw-scale-x: .75;
  }

  .lg\:scale-x-90{
    --tw-scale-x: .9;
  }

  .lg\:scale-x-95{
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100{
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .lg\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .lg\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .lg\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .lg\:scale-y-0{
    --tw-scale-y: 0;
  }

  .lg\:scale-y-50{
    --tw-scale-y: .5;
  }

  .lg\:scale-y-75{
    --tw-scale-y: .75;
  }

  .lg\:scale-y-90{
    --tw-scale-y: .9;
  }

  .lg\:scale-y-95{
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100{
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .lg\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .lg\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .lg\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .lg\:animate-none{
    animation: none;
  }

  .lg\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .lg\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .lg\:cursor-auto{
    cursor: auto;
  }

  .lg\:cursor-default{
    cursor: default;
  }

  .lg\:cursor-pointer{
    cursor: pointer;
  }

  .lg\:cursor-wait{
    cursor: wait;
  }

  .lg\:cursor-text{
    cursor: text;
  }

  .lg\:cursor-move{
    cursor: move;
  }

  .lg\:cursor-help{
    cursor: help;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .lg\:resize-none{
    resize: none;
  }

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .lg\:list-inside{
    list-style-position: inside;
  }

  .lg\:list-outside{
    list-style-position: outside;
  }

  .lg\:list-none{
    list-style-type: none;
  }

  .lg\:list-disc{
    list-style-type: disc;
  }

  .lg\:list-decimal{
    list-style-type: decimal;
  }

  .lg\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .lg\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:place-content-center{
    place-content: center;
  }

  .lg\:place-content-start{
    place-content: start;
  }

  .lg\:place-content-end{
    place-content: end;
  }

  .lg\:place-content-between{
    place-content: space-between;
  }

  .lg\:place-content-around{
    place-content: space-around;
  }

  .lg\:place-content-evenly{
    place-content: space-evenly;
  }

  .lg\:place-content-stretch{
    place-content: stretch;
  }

  .lg\:place-items-start{
    place-items: start;
  }

  .lg\:place-items-end{
    place-items: end;
  }

  .lg\:place-items-center{
    place-items: center;
  }

  .lg\:place-items-stretch{
    place-items: stretch;
  }

  .lg\:content-center{
    align-content: center;
  }

  .lg\:content-start{
    align-content: flex-start;
  }

  .lg\:content-end{
    align-content: flex-end;
  }

  .lg\:content-between{
    align-content: space-between;
  }

  .lg\:content-around{
    align-content: space-around;
  }

  .lg\:content-evenly{
    align-content: space-evenly;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:items-baseline{
    align-items: baseline;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:justify-around{
    justify-content: space-around;
  }

  .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  .lg\:justify-items-start{
    justify-items: start;
  }

  .lg\:justify-items-end{
    justify-items: end;
  }

  .lg\:justify-items-center{
    justify-items: center;
  }

  .lg\:justify-items-stretch{
    justify-items: stretch;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-1{
    gap: 0.25rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-7{
    gap: 1.75rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-9{
    gap: 2.25rem;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-11{
    gap: 2.75rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-24{
    gap: 6rem;
  }

  .lg\:gap-28{
    gap: 7rem;
  }

  .lg\:gap-32{
    gap: 8rem;
  }

  .lg\:gap-36{
    gap: 9rem;
  }

  .lg\:gap-40{
    gap: 10rem;
  }

  .lg\:gap-44{
    gap: 11rem;
  }

  .lg\:gap-48{
    gap: 12rem;
  }

  .lg\:gap-52{
    gap: 13rem;
  }

  .lg\:gap-56{
    gap: 14rem;
  }

  .lg\:gap-60{
    gap: 15rem;
  }

  .lg\:gap-64{
    gap: 16rem;
  }

  .lg\:gap-72{
    gap: 18rem;
  }

  .lg\:gap-80{
    gap: 20rem;
  }

  .lg\:gap-96{
    gap: 24rem;
  }

  .lg\:gap-px{
    gap: 1px;
  }

  .lg\:gap-0\.5{
    gap: 0.125rem;
  }

  .lg\:gap-1\.5{
    gap: 0.375rem;
  }

  .lg\:gap-2\.5{
    gap: 0.625rem;
  }

  .lg\:gap-3\.5{
    gap: 0.875rem;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:gap-y-1{
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2{
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3{
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4{
    row-gap: 1rem;
  }

  .lg\:gap-y-5{
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6{
    row-gap: 1.5rem;
  }

  .lg\:gap-y-7{
    row-gap: 1.75rem;
  }

  .lg\:gap-y-8{
    row-gap: 2rem;
  }

  .lg\:gap-y-9{
    row-gap: 2.25rem;
  }

  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }

  .lg\:gap-y-11{
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12{
    row-gap: 3rem;
  }

  .lg\:gap-y-14{
    row-gap: 3.5rem;
  }

  .lg\:gap-y-16{
    row-gap: 4rem;
  }

  .lg\:gap-y-20{
    row-gap: 5rem;
  }

  .lg\:gap-y-24{
    row-gap: 6rem;
  }

  .lg\:gap-y-28{
    row-gap: 7rem;
  }

  .lg\:gap-y-32{
    row-gap: 8rem;
  }

  .lg\:gap-y-36{
    row-gap: 9rem;
  }

  .lg\:gap-y-40{
    row-gap: 10rem;
  }

  .lg\:gap-y-44{
    row-gap: 11rem;
  }

  .lg\:gap-y-48{
    row-gap: 12rem;
  }

  .lg\:gap-y-52{
    row-gap: 13rem;
  }

  .lg\:gap-y-56{
    row-gap: 14rem;
  }

  .lg\:gap-y-60{
    row-gap: 15rem;
  }

  .lg\:gap-y-64{
    row-gap: 16rem;
  }

  .lg\:gap-y-72{
    row-gap: 18rem;
  }

  .lg\:gap-y-80{
    row-gap: 20rem;
  }

  .lg\:gap-y-96{
    row-gap: 24rem;
  }

  .lg\:gap-y-px{
    row-gap: 1px;
  }

  .lg\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .lg\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .lg\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .lg\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .lg\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .lg\:place-self-auto{
    place-self: auto;
  }

  .lg\:place-self-start{
    place-self: start;
  }

  .lg\:place-self-end{
    place-self: end;
  }

  .lg\:place-self-center{
    place-self: center;
  }

  .lg\:place-self-stretch{
    place-self: stretch;
  }

  .lg\:self-auto{
    align-self: auto;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:self-end{
    align-self: flex-end;
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:self-stretch{
    align-self: stretch;
  }

  .lg\:self-baseline{
    align-self: baseline;
  }

  .lg\:justify-self-auto{
    justify-self: auto;
  }

  .lg\:justify-self-start{
    justify-self: start;
  }

  .lg\:justify-self-end{
    justify-self: end;
  }

  .lg\:justify-self-center{
    justify-self: center;
  }

  .lg\:justify-self-stretch{
    justify-self: stretch;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-scroll{
    overflow: scroll;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .lg\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .lg\:overscroll-none{
    overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip{
    text-overflow: clip;
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  .lg\:whitespace-pre{
    white-space: pre;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words{
    overflow-wrap: break-word;
  }

  .lg\:break-all{
    word-break: break-all;
  }

  .lg\:rounded-none{
    border-radius: 0px;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }

  .lg\:rounded-2xl{
    border-radius: 1rem;
  }

  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-0{
    border-width: 0px;
  }

  .lg\:border-2{
    border-width: 2px;
  }

  .lg\:border-4{
    border-width: 4px;
  }

  .lg\:border-8{
    border-width: 8px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0px;
  }

  .lg\:border-t-2{
    border-top-width: 2px;
  }

  .lg\:border-t-4{
    border-top-width: 4px;
  }

  .lg\:border-t-8{
    border-top-width: 8px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }

  .lg\:border-r-0{
    border-right-width: 0px;
  }

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:border-r-4{
    border-right-width: 4px;
  }

  .lg\:border-r-8{
    border-right-width: 8px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l-0{
    border-left-width: 0px;
  }

  .lg\:border-l-2{
    border-left-width: 2px;
  }

  .lg\:border-l-4{
    border-left-width: 4px;
  }

  .lg\:border-l-8{
    border-left-width: 8px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-dotted{
    border-style: dotted;
  }

  .lg\:border-double{
    border-style: double;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:border-transparent{
    border-color: transparent;
  }

  .lg\:border-current{
    border-color: currentColor;
  }

  .lg\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .lg\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .lg\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .lg\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .lg\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .lg\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .lg\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .lg\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .lg\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .lg\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .lg\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .lg\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .lg\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .lg\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .lg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .lg\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .lg\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .lg\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .lg\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .lg\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .lg\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .lg\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .lg\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .lg\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .lg\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .lg\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-current{
    background-color: currentColor;
  }

  .lg\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .lg\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .lg\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .lg\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .lg\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .lg\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .lg\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .lg\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .lg\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .lg\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .lg\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .lg\:bg-none{
    background-image: none;
  }

  .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .lg\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .lg\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .lg\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .lg\:to-current{
    --tw-gradient-to: currentColor;
  }

  .lg\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .lg\:to-black{
    --tw-gradient-to: #000;
  }

  .lg\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .lg\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .lg\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .lg\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .lg\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .lg\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .lg\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .lg\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .lg\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .lg\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .lg\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .lg\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .lg\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .lg\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .lg\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .lg\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .lg\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .lg\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .lg\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .lg\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .lg\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .lg\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .lg\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .lg\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .lg\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .lg\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .lg\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .lg\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .lg\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .lg\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .lg\:to-white{
    --tw-gradient-to: #fff;
  }

  .lg\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .lg\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .lg\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .lg\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .lg\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .lg\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .lg\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .lg\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .lg\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .lg\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .lg\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .lg\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .lg\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .lg\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .lg\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .lg\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .lg\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .lg\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .lg\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .lg\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .lg\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .lg\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .lg\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .lg\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .lg\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .lg\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .lg\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .lg\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .lg\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .lg\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .lg\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .lg\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .lg\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .lg\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .lg\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .lg\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .lg\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .lg\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .lg\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .lg\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .lg\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .lg\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .lg\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .lg\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .lg\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .lg\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .lg\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .lg\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .lg\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .lg\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .lg\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .lg\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .lg\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .lg\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .lg\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .lg\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .lg\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .lg\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .lg\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .lg\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .lg\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .lg\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .lg\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .lg\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .lg\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .lg\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .lg\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .lg\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .lg\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .lg\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .lg\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .lg\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .lg\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .lg\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .lg\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .lg\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .lg\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .lg\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .lg\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .lg\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .lg\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .lg\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .lg\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .lg\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .lg\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .lg\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .lg\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .lg\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .lg\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .lg\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .lg\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .lg\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .lg\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .lg\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .lg\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .lg\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .lg\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .lg\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .lg\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .lg\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .lg\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .lg\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .lg\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .lg\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .lg\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .lg\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .lg\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .lg\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-clip-border{
    background-clip: border-box;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  .lg\:bg-clip-content{
    background-clip: content-box;
  }

  .lg\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

  .lg\:bg-center{
    background-position: center;
  }

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:bg-right-top{
    background-position: right top;
  }

  .lg\:bg-top{
    background-position: top;
  }

  .lg\:bg-repeat{
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .lg\:bg-origin-border{
    background-origin: border-box;
  }

  .lg\:bg-origin-padding{
    background-origin: padding-box;
  }

  .lg\:bg-origin-content{
    background-origin: content-box;
  }

  .lg\:fill-current{
    fill: currentColor;
  }

  .lg\:stroke-current{
    stroke: currentColor;
  }

  .lg\:stroke-0{
    stroke-width: 0;
  }

  .lg\:stroke-1{
    stroke-width: 1;
  }

  .lg\:stroke-2{
    stroke-width: 2;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-1{
    padding: 0.25rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-7{
    padding: 1.75rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:p-9{
    padding: 2.25rem;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-11{
    padding: 2.75rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-14{
    padding: 3.5rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:p-28{
    padding: 7rem;
  }

  .lg\:p-32{
    padding: 8rem;
  }

  .lg\:p-36{
    padding: 9rem;
  }

  .lg\:p-40{
    padding: 10rem;
  }

  .lg\:p-44{
    padding: 11rem;
  }

  .lg\:p-48{
    padding: 12rem;
  }

  .lg\:p-52{
    padding: 13rem;
  }

  .lg\:p-56{
    padding: 14rem;
  }

  .lg\:p-60{
    padding: 15rem;
  }

  .lg\:p-64{
    padding: 16rem;
  }

  .lg\:p-72{
    padding: 18rem;
  }

  .lg\:p-80{
    padding: 20rem;
  }

  .lg\:p-96{
    padding: 24rem;
  }

  .lg\:p-px{
    padding: 1px;
  }

  .lg\:p-0\.5{
    padding: 0.125rem;
  }

  .lg\:p-1\.5{
    padding: 0.375rem;
  }

  .lg\:p-2\.5{
    padding: 0.625rem;
  }

  .lg\:p-3\.5{
    padding: 0.875rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-1{
    padding-top: 0.25rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pt-7{
    padding-top: 1.75rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pt-9{
    padding-top: 2.25rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pt-11{
    padding-top: 2.75rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pt-14{
    padding-top: 3.5rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pt-36{
    padding-top: 9rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pt-44{
    padding-top: 11rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pt-52{
    padding-top: 13rem;
  }

  .lg\:pt-56{
    padding-top: 14rem;
  }

  .lg\:pt-60{
    padding-top: 15rem;
  }

  .lg\:pt-64{
    padding-top: 16rem;
  }

  .lg\:pt-72{
    padding-top: 18rem;
  }

  .lg\:pt-80{
    padding-top: 20rem;
  }

  .lg\:pt-96{
    padding-top: 24rem;
  }

  .lg\:pt-px{
    padding-top: 1px;
  }

  .lg\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .lg\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .lg\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .lg\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pr-1{
    padding-right: 0.25rem;
  }

  .lg\:pr-2{
    padding-right: 0.5rem;
  }

  .lg\:pr-3{
    padding-right: 0.75rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pr-7{
    padding-right: 1.75rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pr-9{
    padding-right: 2.25rem;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pr-11{
    padding-right: 2.75rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pr-14{
    padding-right: 3.5rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pr-24{
    padding-right: 6rem;
  }

  .lg\:pr-28{
    padding-right: 7rem;
  }

  .lg\:pr-32{
    padding-right: 8rem;
  }

  .lg\:pr-36{
    padding-right: 9rem;
  }

  .lg\:pr-40{
    padding-right: 10rem;
  }

  .lg\:pr-44{
    padding-right: 11rem;
  }

  .lg\:pr-48{
    padding-right: 12rem;
  }

  .lg\:pr-52{
    padding-right: 13rem;
  }

  .lg\:pr-56{
    padding-right: 14rem;
  }

  .lg\:pr-60{
    padding-right: 15rem;
  }

  .lg\:pr-64{
    padding-right: 16rem;
  }

  .lg\:pr-72{
    padding-right: 18rem;
  }

  .lg\:pr-80{
    padding-right: 20rem;
  }

  .lg\:pr-96{
    padding-right: 24rem;
  }

  .lg\:pr-px{
    padding-right: 1px;
  }

  .lg\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .lg\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .lg\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .lg\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pb-7{
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pb-9{
    padding-bottom: 2.25rem;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pb-36{
    padding-bottom: 9rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pb-44{
    padding-bottom: 11rem;
  }

  .lg\:pb-48{
    padding-bottom: 12rem;
  }

  .lg\:pb-52{
    padding-bottom: 13rem;
  }

  .lg\:pb-56{
    padding-bottom: 14rem;
  }

  .lg\:pb-60{
    padding-bottom: 15rem;
  }

  .lg\:pb-64{
    padding-bottom: 16rem;
  }

  .lg\:pb-72{
    padding-bottom: 18rem;
  }

  .lg\:pb-80{
    padding-bottom: 20rem;
  }

  .lg\:pb-96{
    padding-bottom: 24rem;
  }

  .lg\:pb-px{
    padding-bottom: 1px;
  }

  .lg\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .lg\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .lg\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .lg\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pl-1{
    padding-left: 0.25rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pl-3{
    padding-left: 0.75rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pl-7{
    padding-left: 1.75rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pl-9{
    padding-left: 2.25rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pl-11{
    padding-left: 2.75rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pl-14{
    padding-left: 3.5rem;
  }

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pl-28{
    padding-left: 7rem;
  }

  .lg\:pl-32{
    padding-left: 8rem;
  }

  .lg\:pl-36{
    padding-left: 9rem;
  }

  .lg\:pl-40{
    padding-left: 10rem;
  }

  .lg\:pl-44{
    padding-left: 11rem;
  }

  .lg\:pl-48{
    padding-left: 12rem;
  }

  .lg\:pl-52{
    padding-left: 13rem;
  }

  .lg\:pl-56{
    padding-left: 14rem;
  }

  .lg\:pl-60{
    padding-left: 15rem;
  }

  .lg\:pl-64{
    padding-left: 16rem;
  }

  .lg\:pl-72{
    padding-left: 18rem;
  }

  .lg\:pl-80{
    padding-left: 20rem;
  }

  .lg\:pl-96{
    padding-left: 24rem;
  }

  .lg\:pl-px{
    padding-left: 1px;
  }

  .lg\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .lg\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .lg\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .lg\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:align-baseline{
    vertical-align: baseline;
  }

  .lg\:align-top{
    vertical-align: top;
  }

  .lg\:align-middle{
    vertical-align: middle;
  }

  .lg\:align-bottom{
    vertical-align: bottom;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:font-thin{
    font-weight: 100;
  }

  .lg\:font-extralight{
    font-weight: 200;
  }

  .lg\:font-light{
    font-weight: 300;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:font-medium{
    font-weight: 500;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:font-extrabold{
    font-weight: 800;
  }

  .lg\:font-black{
    font-weight: 900;
  }

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:lowercase{
    text-transform: lowercase;
  }

  .lg\:capitalize{
    text-transform: capitalize;
  }

  .lg\:normal-case{
    text-transform: none;
  }

  .lg\:italic{
    font-style: italic;
  }

  .lg\:not-italic{
    font-style: normal;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:normal-nums{
    font-variant-numeric: normal;
  }

  .lg\:ordinal{
    --tw-ordinal: ordinal;
  }

  .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:leading-3{
    line-height: .75rem;
  }

  .lg\:leading-4{
    line-height: 1rem;
  }

  .lg\:leading-5{
    line-height: 1.25rem;
  }

  .lg\:leading-6{
    line-height: 1.5rem;
  }

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-8{
    line-height: 2rem;
  }

  .lg\:leading-9{
    line-height: 2.25rem;
  }

  .lg\:leading-10{
    line-height: 2.5rem;
  }

  .lg\:leading-none{
    line-height: 1;
  }

  .lg\:leading-tight{
    line-height: 1.25;
  }

  .lg\:leading-snug{
    line-height: 1.375;
  }

  .lg\:leading-normal{
    line-height: 1.5;
  }

  .lg\:leading-relaxed{
    line-height: 1.625;
  }

  .lg\:leading-loose{
    line-height: 2;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal{
    letter-spacing: 0em;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .lg\:text-transparent{
    color: transparent;
  }

  .lg\:text-current{
    color: currentColor;
  }

  .lg\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .lg\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .lg\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:text-current:hover{
    color: currentColor;
  }

  .lg\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:text-current:focus{
    color: currentColor;
  }

  .lg\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .lg\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .lg\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .lg\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .lg\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .lg\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .lg\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .lg\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .lg\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .lg\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .lg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .lg\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .lg\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .lg\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .lg\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .lg\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .lg\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .lg\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .lg\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .lg\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .lg\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .lg\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .lg\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .lg\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .lg\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .lg\:underline{
    text-decoration: underline;
  }

  .lg\:line-through{
    text-decoration: line-through;
  }

  .lg\:no-underline{
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline{
    text-decoration: none;
  }

  .lg\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .lg\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .lg\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  .lg\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-5{
    opacity: 0.05;
  }

  .lg\:opacity-10{
    opacity: 0.1;
  }

  .lg\:opacity-20{
    opacity: 0.2;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-30{
    opacity: 0.3;
  }

  .lg\:opacity-40{
    opacity: 0.4;
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:opacity-60{
    opacity: 0.6;
  }

  .lg\:opacity-70{
    opacity: 0.7;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-80{
    opacity: 0.8;
  }

  .lg\:opacity-90{
    opacity: 0.9;
  }

  .lg\:opacity-95{
    opacity: 0.95;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .lg\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .lg\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .lg\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .lg\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .lg\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .lg\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .lg\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .lg\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .lg\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .lg\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .lg\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .lg\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .lg\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .lg\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .lg\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .lg\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .lg\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .lg\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .lg\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .lg\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .lg\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .lg\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .lg\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .lg\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .lg\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .lg\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .lg\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .lg\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color{
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .lg\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .lg\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .lg\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .lg\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .lg\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .lg\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .lg\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .lg\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .lg\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .lg\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .lg\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .lg\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .lg\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .lg\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .lg\:mix-blend-color{
    mix-blend-mode: color;
  }

  .lg\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .lg\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .lg\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .lg\:ring-current{
    --tw-ring-color: currentColor;
  }

  .lg\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .lg\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .lg\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .lg\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .lg\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .lg\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .lg\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .lg\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .lg\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .lg\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .lg\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .lg\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .lg\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .lg\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .lg\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .lg\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .lg\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .lg\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .lg\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .lg\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .lg\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .lg\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .lg\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .lg\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .lg\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .lg\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .lg\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .lg\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .lg\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .lg\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .lg\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .lg\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .lg\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .lg\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .lg\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .lg\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .lg\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .lg\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .lg\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .lg\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .lg\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .lg\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:filter-none{
    filter: none;
  }

  .lg\:blur-0{
    --tw-blur: blur(0);
  }

  .lg\:blur-none{
    --tw-blur: blur(0);
  }

  .lg\:blur-sm{
    --tw-blur: blur(4px);
  }

  .lg\:blur{
    --tw-blur: blur(8px);
  }

  .lg\:blur-md{
    --tw-blur: blur(12px);
  }

  .lg\:blur-lg{
    --tw-blur: blur(16px);
  }

  .lg\:blur-xl{
    --tw-blur: blur(24px);
  }

  .lg\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .lg\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .lg\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .lg\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .lg\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .lg\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .lg\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .lg\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .lg\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .lg\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .lg\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .lg\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .lg\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .lg\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .lg\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .lg\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .lg\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .lg\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .lg\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .lg\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .lg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .lg\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .lg\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .lg\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .lg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .lg\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .lg\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .lg\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lg\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lg\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lg\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lg\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lg\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:invert-0{
    --tw-invert: invert(0);
  }

  .lg\:invert{
    --tw-invert: invert(100%);
  }

  .lg\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .lg\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .lg\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .lg\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .lg\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .lg\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .lg\:sepia{
    --tw-sepia: sepia(100%);
  }

  .lg\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .lg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .lg\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .lg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .lg\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .lg\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .lg\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .lg\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .lg\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .lg\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .lg\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .lg\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .lg\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .lg\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .lg\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lg\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lg\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lg\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lg\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .lg\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .lg\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .lg\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .lg\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .lg\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lg\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lg\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .lg\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lg\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lg\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lg\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lg\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lg\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lg\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lg\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .lg\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .lg\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lg\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lg\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .lg\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .lg\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .lg\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .lg\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lg\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .lg\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .lg\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .lg\:transition-none{
    transition-property: none;
  }

  .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:delay-75{
    transition-delay: 75ms;
  }

  .lg\:delay-100{
    transition-delay: 100ms;
  }

  .lg\:delay-150{
    transition-delay: 150ms;
  }

  .lg\:delay-200{
    transition-delay: 200ms;
  }

  .lg\:delay-300{
    transition-delay: 300ms;
  }

  .lg\:delay-500{
    transition-delay: 500ms;
  }

  .lg\:delay-700{
    transition-delay: 700ms;
  }

  .lg\:delay-1000{
    transition-delay: 1000ms;
  }

  .lg\:duration-75{
    transition-duration: 75ms;
  }

  .lg\:duration-100{
    transition-duration: 100ms;
  }

  .lg\:duration-150{
    transition-duration: 150ms;
  }

  .lg\:duration-200{
    transition-duration: 200ms;
  }

  .lg\:duration-300{
    transition-duration: 300ms;
  }

  .lg\:duration-500{
    transition-duration: 500ms;
  }

  .lg\:duration-700{
    transition-duration: 700ms;
  }

  .lg\:duration-1000{
    transition-duration: 1000ms;
  }

  .lg\:ease-linear{
    transition-timing-function: linear;
  }

  .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .xl\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .xl\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .xl\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .xl\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .xl\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .xl\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .xl\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .xl\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .xl\:container{
      max-width: 1701px;
    }
  }

  .xl\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .xl\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .xl\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .xl\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .xl\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .xl\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .xl\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .xl\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .xl\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .xl\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .xl\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .xl\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .xl\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .xl\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .xl\:prose code::before{
    content: "`";
  }

  .xl\:prose code::after{
    content: "`";
  }

  .xl\:prose a code{
    color: #111827;
  }

  .xl\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .xl\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .xl\:prose pre code::before{
    content: "";
  }

  .xl\:prose pre code::after{
    content: "";
  }

  .xl\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .xl\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .xl\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .xl\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .xl\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .xl\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .xl\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .xl\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose h2 code{
    font-size: 0.875em;
  }

  .xl\:prose h3 code{
    font-size: 0.9em;
  }

  .xl\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .xl\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .xl\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .xl\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .xl\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .xl\:prose ul ul, .xl\:prose ul ol, .xl\:prose ol ul, .xl\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .xl\:prose hr + *{
    margin-top: 0;
  }

  .xl\:prose h2 + *{
    margin-top: 0;
  }

  .xl\:prose h3 + *{
    margin-top: 0;
  }

  .xl\:prose h4 + *{
    margin-top: 0;
  }

  .xl\:prose thead th:first-child{
    padding-left: 0;
  }

  .xl\:prose thead th:last-child{
    padding-right: 0;
  }

  .xl\:prose tbody td:first-child{
    padding-left: 0;
  }

  .xl\:prose tbody td:last-child{
    padding-right: 0;
  }

  .xl\:prose > :first-child{
    margin-top: 0;
  }

  .xl\:prose > :last-child{
    margin-bottom: 0;
  }

  .xl\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .xl\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .xl\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .xl\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .xl\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .xl\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .xl\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .xl\:prose-sm code{
    font-size: 0.8571429em;
  }

  .xl\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .xl\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .xl\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .xl\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .xl\:prose-sm ol > li::before{
    left: 0;
  }

  .xl\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .xl\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .xl\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .xl\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .xl\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .xl\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm ul ul, .xl\:prose-sm ul ol, .xl\:prose-sm ol ul, .xl\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .xl\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .xl\:prose-sm hr + *{
    margin-top: 0;
  }

  .xl\:prose-sm h2 + *{
    margin-top: 0;
  }

  .xl\:prose-sm h3 + *{
    margin-top: 0;
  }

  .xl\:prose-sm h4 + *{
    margin-top: 0;
  }

  .xl\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .xl\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .xl\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .xl\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .xl\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .xl\:prose-sm > :first-child{
    margin-top: 0;
  }

  .xl\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .xl\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .xl\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .xl\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .xl\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .xl\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .xl\:prose-lg code{
    font-size: 0.8888889em;
  }

  .xl\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .xl\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .xl\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .xl\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .xl\:prose-lg ol > li::before{
    left: 0;
  }

  .xl\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .xl\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .xl\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .xl\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .xl\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .xl\:prose-lg hr + *{
    margin-top: 0;
  }

  .xl\:prose-lg h2 + *{
    margin-top: 0;
  }

  .xl\:prose-lg h3 + *{
    margin-top: 0;
  }

  .xl\:prose-lg h4 + *{
    margin-top: 0;
  }

  .xl\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .xl\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .xl\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .xl\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .xl\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .xl\:prose-lg > :first-child{
    margin-top: 0;
  }

  .xl\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .xl\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .xl\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .xl\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .xl\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .xl\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .xl\:prose-xl code{
    font-size: 0.9em;
  }

  .xl\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .xl\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .xl\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .xl\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .xl\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .xl\:prose-xl ol > li::before{
    left: 0;
  }

  .xl\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .xl\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .xl\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .xl\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .xl\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl ul ul, .xl\:prose-xl ul ol, .xl\:prose-xl ol ul, .xl\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .xl\:prose-xl hr + *{
    margin-top: 0;
  }

  .xl\:prose-xl h2 + *{
    margin-top: 0;
  }

  .xl\:prose-xl h3 + *{
    margin-top: 0;
  }

  .xl\:prose-xl h4 + *{
    margin-top: 0;
  }

  .xl\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .xl\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .xl\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .xl\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .xl\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .xl\:prose-xl > :first-child{
    margin-top: 0;
  }

  .xl\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .xl\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .xl\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .xl\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .xl\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .xl\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .xl\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .xl\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .xl\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .xl\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .xl\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .xl\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .xl\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .xl\:prose-2xl ol > li::before{
    left: 0;
  }

  .xl\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .xl\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .xl\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .xl\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl ul ul, .xl\:prose-2xl ul ol, .xl\:prose-2xl ol ul, .xl\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl\:prose-2xl hr + *{
    margin-top: 0;
  }

  .xl\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .xl\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .xl\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .xl\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .xl\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .xl\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .xl\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .xl\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .xl\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .xl\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .xl\:prose-blue{
  }

  .xl\:prose-red{
  }

  .xl\:prose-pink{
  }

  .xl\:prose-indigo a{
    color: #4f46e5;
  }

  .xl\:prose-indigo a code{
    color: #4f46e5;
  }

  .xl\:prose-green a{
    color: #16a34a;
  }

  .xl\:prose-green a code{
    color: #16a34a;
  }

  .xl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:visible{
    visibility: visible;
  }

  .xl\:invisible{
    visibility: hidden;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: sticky;
  }

  .xl\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .xl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .xl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .xl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .xl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .xl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .xl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .xl\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .xl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .xl\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .xl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .xl\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .xl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .xl\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .xl\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .xl\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .xl\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .xl\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .xl\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .xl\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .xl\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .xl\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .xl\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .xl\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .xl\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .xl\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .xl\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .xl\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .xl\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .xl\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .xl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .xl\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .xl\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .xl\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .xl\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .xl\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .xl\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .xl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .xl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .xl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .xl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .xl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .xl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .xl\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .xl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .xl\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .xl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .xl\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .xl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .xl\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .xl\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .xl\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .xl\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .xl\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .xl\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .xl\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .xl\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .xl\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .xl\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .xl\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .xl\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .xl\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .xl\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .xl\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .xl\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .xl\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .xl\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .xl\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .xl\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .xl\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .xl\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .xl\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .xl\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .xl\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .xl\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .xl\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .xl\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .xl\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .xl\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .xl\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .xl\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .xl\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xl\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .xl\:top-0{
    top: 0px;
  }

  .xl\:top-1{
    top: 0.25rem;
  }

  .xl\:top-2{
    top: 0.5rem;
  }

  .xl\:top-3{
    top: 0.75rem;
  }

  .xl\:top-4{
    top: 1rem;
  }

  .xl\:top-5{
    top: 1.25rem;
  }

  .xl\:top-6{
    top: 1.5rem;
  }

  .xl\:top-7{
    top: 1.75rem;
  }

  .xl\:top-8{
    top: 2rem;
  }

  .xl\:top-9{
    top: 2.25rem;
  }

  .xl\:top-10{
    top: 2.5rem;
  }

  .xl\:top-11{
    top: 2.75rem;
  }

  .xl\:top-12{
    top: 3rem;
  }

  .xl\:top-14{
    top: 3.5rem;
  }

  .xl\:top-16{
    top: 4rem;
  }

  .xl\:top-20{
    top: 5rem;
  }

  .xl\:top-24{
    top: 6rem;
  }

  .xl\:top-28{
    top: 7rem;
  }

  .xl\:top-32{
    top: 8rem;
  }

  .xl\:top-36{
    top: 9rem;
  }

  .xl\:top-40{
    top: 10rem;
  }

  .xl\:top-44{
    top: 11rem;
  }

  .xl\:top-48{
    top: 12rem;
  }

  .xl\:top-52{
    top: 13rem;
  }

  .xl\:top-56{
    top: 14rem;
  }

  .xl\:top-60{
    top: 15rem;
  }

  .xl\:top-64{
    top: 16rem;
  }

  .xl\:top-72{
    top: 18rem;
  }

  .xl\:top-80{
    top: 20rem;
  }

  .xl\:top-96{
    top: 24rem;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:top-px{
    top: 1px;
  }

  .xl\:top-0\.5{
    top: 0.125rem;
  }

  .xl\:top-1\.5{
    top: 0.375rem;
  }

  .xl\:top-2\.5{
    top: 0.625rem;
  }

  .xl\:top-3\.5{
    top: 0.875rem;
  }

  .xl\:-top-0{
    top: 0px;
  }

  .xl\:-top-1{
    top: -0.25rem;
  }

  .xl\:-top-2{
    top: -0.5rem;
  }

  .xl\:-top-3{
    top: -0.75rem;
  }

  .xl\:-top-4{
    top: -1rem;
  }

  .xl\:-top-5{
    top: -1.25rem;
  }

  .xl\:-top-6{
    top: -1.5rem;
  }

  .xl\:-top-7{
    top: -1.75rem;
  }

  .xl\:-top-8{
    top: -2rem;
  }

  .xl\:-top-9{
    top: -2.25rem;
  }

  .xl\:-top-10{
    top: -2.5rem;
  }

  .xl\:-top-11{
    top: -2.75rem;
  }

  .xl\:-top-12{
    top: -3rem;
  }

  .xl\:-top-14{
    top: -3.5rem;
  }

  .xl\:-top-16{
    top: -4rem;
  }

  .xl\:-top-20{
    top: -5rem;
  }

  .xl\:-top-24{
    top: -6rem;
  }

  .xl\:-top-28{
    top: -7rem;
  }

  .xl\:-top-32{
    top: -8rem;
  }

  .xl\:-top-36{
    top: -9rem;
  }

  .xl\:-top-40{
    top: -10rem;
  }

  .xl\:-top-44{
    top: -11rem;
  }

  .xl\:-top-48{
    top: -12rem;
  }

  .xl\:-top-52{
    top: -13rem;
  }

  .xl\:-top-56{
    top: -14rem;
  }

  .xl\:-top-60{
    top: -15rem;
  }

  .xl\:-top-64{
    top: -16rem;
  }

  .xl\:-top-72{
    top: -18rem;
  }

  .xl\:-top-80{
    top: -20rem;
  }

  .xl\:-top-96{
    top: -24rem;
  }

  .xl\:-top-px{
    top: -1px;
  }

  .xl\:-top-0\.5{
    top: -0.125rem;
  }

  .xl\:-top-1\.5{
    top: -0.375rem;
  }

  .xl\:-top-2\.5{
    top: -0.625rem;
  }

  .xl\:-top-3\.5{
    top: -0.875rem;
  }

  .xl\:top-1\/2{
    top: 50%;
  }

  .xl\:top-1\/3{
    top: 33.333333%;
  }

  .xl\:top-2\/3{
    top: 66.666667%;
  }

  .xl\:top-1\/4{
    top: 25%;
  }

  .xl\:top-2\/4{
    top: 50%;
  }

  .xl\:top-3\/4{
    top: 75%;
  }

  .xl\:top-full{
    top: 100%;
  }

  .xl\:-top-1\/2{
    top: -50%;
  }

  .xl\:-top-1\/3{
    top: -33.333333%;
  }

  .xl\:-top-2\/3{
    top: -66.666667%;
  }

  .xl\:-top-1\/4{
    top: -25%;
  }

  .xl\:-top-2\/4{
    top: -50%;
  }

  .xl\:-top-3\/4{
    top: -75%;
  }

  .xl\:-top-full{
    top: -100%;
  }

  .xl\:right-0{
    right: 0px;
  }

  .xl\:right-1{
    right: 0.25rem;
  }

  .xl\:right-2{
    right: 0.5rem;
  }

  .xl\:right-3{
    right: 0.75rem;
  }

  .xl\:right-4{
    right: 1rem;
  }

  .xl\:right-5{
    right: 1.25rem;
  }

  .xl\:right-6{
    right: 1.5rem;
  }

  .xl\:right-7{
    right: 1.75rem;
  }

  .xl\:right-8{
    right: 2rem;
  }

  .xl\:right-9{
    right: 2.25rem;
  }

  .xl\:right-10{
    right: 2.5rem;
  }

  .xl\:right-11{
    right: 2.75rem;
  }

  .xl\:right-12{
    right: 3rem;
  }

  .xl\:right-14{
    right: 3.5rem;
  }

  .xl\:right-16{
    right: 4rem;
  }

  .xl\:right-20{
    right: 5rem;
  }

  .xl\:right-24{
    right: 6rem;
  }

  .xl\:right-28{
    right: 7rem;
  }

  .xl\:right-32{
    right: 8rem;
  }

  .xl\:right-36{
    right: 9rem;
  }

  .xl\:right-40{
    right: 10rem;
  }

  .xl\:right-44{
    right: 11rem;
  }

  .xl\:right-48{
    right: 12rem;
  }

  .xl\:right-52{
    right: 13rem;
  }

  .xl\:right-56{
    right: 14rem;
  }

  .xl\:right-60{
    right: 15rem;
  }

  .xl\:right-64{
    right: 16rem;
  }

  .xl\:right-72{
    right: 18rem;
  }

  .xl\:right-80{
    right: 20rem;
  }

  .xl\:right-96{
    right: 24rem;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:right-px{
    right: 1px;
  }

  .xl\:right-0\.5{
    right: 0.125rem;
  }

  .xl\:right-1\.5{
    right: 0.375rem;
  }

  .xl\:right-2\.5{
    right: 0.625rem;
  }

  .xl\:right-3\.5{
    right: 0.875rem;
  }

  .xl\:-right-0{
    right: 0px;
  }

  .xl\:-right-1{
    right: -0.25rem;
  }

  .xl\:-right-2{
    right: -0.5rem;
  }

  .xl\:-right-3{
    right: -0.75rem;
  }

  .xl\:-right-4{
    right: -1rem;
  }

  .xl\:-right-5{
    right: -1.25rem;
  }

  .xl\:-right-6{
    right: -1.5rem;
  }

  .xl\:-right-7{
    right: -1.75rem;
  }

  .xl\:-right-8{
    right: -2rem;
  }

  .xl\:-right-9{
    right: -2.25rem;
  }

  .xl\:-right-10{
    right: -2.5rem;
  }

  .xl\:-right-11{
    right: -2.75rem;
  }

  .xl\:-right-12{
    right: -3rem;
  }

  .xl\:-right-14{
    right: -3.5rem;
  }

  .xl\:-right-16{
    right: -4rem;
  }

  .xl\:-right-20{
    right: -5rem;
  }

  .xl\:-right-24{
    right: -6rem;
  }

  .xl\:-right-28{
    right: -7rem;
  }

  .xl\:-right-32{
    right: -8rem;
  }

  .xl\:-right-36{
    right: -9rem;
  }

  .xl\:-right-40{
    right: -10rem;
  }

  .xl\:-right-44{
    right: -11rem;
  }

  .xl\:-right-48{
    right: -12rem;
  }

  .xl\:-right-52{
    right: -13rem;
  }

  .xl\:-right-56{
    right: -14rem;
  }

  .xl\:-right-60{
    right: -15rem;
  }

  .xl\:-right-64{
    right: -16rem;
  }

  .xl\:-right-72{
    right: -18rem;
  }

  .xl\:-right-80{
    right: -20rem;
  }

  .xl\:-right-96{
    right: -24rem;
  }

  .xl\:-right-px{
    right: -1px;
  }

  .xl\:-right-0\.5{
    right: -0.125rem;
  }

  .xl\:-right-1\.5{
    right: -0.375rem;
  }

  .xl\:-right-2\.5{
    right: -0.625rem;
  }

  .xl\:-right-3\.5{
    right: -0.875rem;
  }

  .xl\:right-1\/2{
    right: 50%;
  }

  .xl\:right-1\/3{
    right: 33.333333%;
  }

  .xl\:right-2\/3{
    right: 66.666667%;
  }

  .xl\:right-1\/4{
    right: 25%;
  }

  .xl\:right-2\/4{
    right: 50%;
  }

  .xl\:right-3\/4{
    right: 75%;
  }

  .xl\:right-full{
    right: 100%;
  }

  .xl\:-right-1\/2{
    right: -50%;
  }

  .xl\:-right-1\/3{
    right: -33.333333%;
  }

  .xl\:-right-2\/3{
    right: -66.666667%;
  }

  .xl\:-right-1\/4{
    right: -25%;
  }

  .xl\:-right-2\/4{
    right: -50%;
  }

  .xl\:-right-3\/4{
    right: -75%;
  }

  .xl\:-right-full{
    right: -100%;
  }

  .xl\:bottom-0{
    bottom: 0px;
  }

  .xl\:bottom-1{
    bottom: 0.25rem;
  }

  .xl\:bottom-2{
    bottom: 0.5rem;
  }

  .xl\:bottom-3{
    bottom: 0.75rem;
  }

  .xl\:bottom-4{
    bottom: 1rem;
  }

  .xl\:bottom-5{
    bottom: 1.25rem;
  }

  .xl\:bottom-6{
    bottom: 1.5rem;
  }

  .xl\:bottom-7{
    bottom: 1.75rem;
  }

  .xl\:bottom-8{
    bottom: 2rem;
  }

  .xl\:bottom-9{
    bottom: 2.25rem;
  }

  .xl\:bottom-10{
    bottom: 2.5rem;
  }

  .xl\:bottom-11{
    bottom: 2.75rem;
  }

  .xl\:bottom-12{
    bottom: 3rem;
  }

  .xl\:bottom-14{
    bottom: 3.5rem;
  }

  .xl\:bottom-16{
    bottom: 4rem;
  }

  .xl\:bottom-20{
    bottom: 5rem;
  }

  .xl\:bottom-24{
    bottom: 6rem;
  }

  .xl\:bottom-28{
    bottom: 7rem;
  }

  .xl\:bottom-32{
    bottom: 8rem;
  }

  .xl\:bottom-36{
    bottom: 9rem;
  }

  .xl\:bottom-40{
    bottom: 10rem;
  }

  .xl\:bottom-44{
    bottom: 11rem;
  }

  .xl\:bottom-48{
    bottom: 12rem;
  }

  .xl\:bottom-52{
    bottom: 13rem;
  }

  .xl\:bottom-56{
    bottom: 14rem;
  }

  .xl\:bottom-60{
    bottom: 15rem;
  }

  .xl\:bottom-64{
    bottom: 16rem;
  }

  .xl\:bottom-72{
    bottom: 18rem;
  }

  .xl\:bottom-80{
    bottom: 20rem;
  }

  .xl\:bottom-96{
    bottom: 24rem;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:bottom-px{
    bottom: 1px;
  }

  .xl\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .xl\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .xl\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .xl\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .xl\:-bottom-0{
    bottom: 0px;
  }

  .xl\:-bottom-1{
    bottom: -0.25rem;
  }

  .xl\:-bottom-2{
    bottom: -0.5rem;
  }

  .xl\:-bottom-3{
    bottom: -0.75rem;
  }

  .xl\:-bottom-4{
    bottom: -1rem;
  }

  .xl\:-bottom-5{
    bottom: -1.25rem;
  }

  .xl\:-bottom-6{
    bottom: -1.5rem;
  }

  .xl\:-bottom-7{
    bottom: -1.75rem;
  }

  .xl\:-bottom-8{
    bottom: -2rem;
  }

  .xl\:-bottom-9{
    bottom: -2.25rem;
  }

  .xl\:-bottom-10{
    bottom: -2.5rem;
  }

  .xl\:-bottom-11{
    bottom: -2.75rem;
  }

  .xl\:-bottom-12{
    bottom: -3rem;
  }

  .xl\:-bottom-14{
    bottom: -3.5rem;
  }

  .xl\:-bottom-16{
    bottom: -4rem;
  }

  .xl\:-bottom-20{
    bottom: -5rem;
  }

  .xl\:-bottom-24{
    bottom: -6rem;
  }

  .xl\:-bottom-28{
    bottom: -7rem;
  }

  .xl\:-bottom-32{
    bottom: -8rem;
  }

  .xl\:-bottom-36{
    bottom: -9rem;
  }

  .xl\:-bottom-40{
    bottom: -10rem;
  }

  .xl\:-bottom-44{
    bottom: -11rem;
  }

  .xl\:-bottom-48{
    bottom: -12rem;
  }

  .xl\:-bottom-52{
    bottom: -13rem;
  }

  .xl\:-bottom-56{
    bottom: -14rem;
  }

  .xl\:-bottom-60{
    bottom: -15rem;
  }

  .xl\:-bottom-64{
    bottom: -16rem;
  }

  .xl\:-bottom-72{
    bottom: -18rem;
  }

  .xl\:-bottom-80{
    bottom: -20rem;
  }

  .xl\:-bottom-96{
    bottom: -24rem;
  }

  .xl\:-bottom-px{
    bottom: -1px;
  }

  .xl\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .xl\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .xl\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .xl\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .xl\:bottom-1\/2{
    bottom: 50%;
  }

  .xl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .xl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .xl\:bottom-1\/4{
    bottom: 25%;
  }

  .xl\:bottom-2\/4{
    bottom: 50%;
  }

  .xl\:bottom-3\/4{
    bottom: 75%;
  }

  .xl\:bottom-full{
    bottom: 100%;
  }

  .xl\:-bottom-1\/2{
    bottom: -50%;
  }

  .xl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .xl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .xl\:-bottom-1\/4{
    bottom: -25%;
  }

  .xl\:-bottom-2\/4{
    bottom: -50%;
  }

  .xl\:-bottom-3\/4{
    bottom: -75%;
  }

  .xl\:-bottom-full{
    bottom: -100%;
  }

  .xl\:left-0{
    left: 0px;
  }

  .xl\:left-1{
    left: 0.25rem;
  }

  .xl\:left-2{
    left: 0.5rem;
  }

  .xl\:left-3{
    left: 0.75rem;
  }

  .xl\:left-4{
    left: 1rem;
  }

  .xl\:left-5{
    left: 1.25rem;
  }

  .xl\:left-6{
    left: 1.5rem;
  }

  .xl\:left-7{
    left: 1.75rem;
  }

  .xl\:left-8{
    left: 2rem;
  }

  .xl\:left-9{
    left: 2.25rem;
  }

  .xl\:left-10{
    left: 2.5rem;
  }

  .xl\:left-11{
    left: 2.75rem;
  }

  .xl\:left-12{
    left: 3rem;
  }

  .xl\:left-14{
    left: 3.5rem;
  }

  .xl\:left-16{
    left: 4rem;
  }

  .xl\:left-20{
    left: 5rem;
  }

  .xl\:left-24{
    left: 6rem;
  }

  .xl\:left-28{
    left: 7rem;
  }

  .xl\:left-32{
    left: 8rem;
  }

  .xl\:left-36{
    left: 9rem;
  }

  .xl\:left-40{
    left: 10rem;
  }

  .xl\:left-44{
    left: 11rem;
  }

  .xl\:left-48{
    left: 12rem;
  }

  .xl\:left-52{
    left: 13rem;
  }

  .xl\:left-56{
    left: 14rem;
  }

  .xl\:left-60{
    left: 15rem;
  }

  .xl\:left-64{
    left: 16rem;
  }

  .xl\:left-72{
    left: 18rem;
  }

  .xl\:left-80{
    left: 20rem;
  }

  .xl\:left-96{
    left: 24rem;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:left-px{
    left: 1px;
  }

  .xl\:left-0\.5{
    left: 0.125rem;
  }

  .xl\:left-1\.5{
    left: 0.375rem;
  }

  .xl\:left-2\.5{
    left: 0.625rem;
  }

  .xl\:left-3\.5{
    left: 0.875rem;
  }

  .xl\:-left-0{
    left: 0px;
  }

  .xl\:-left-1{
    left: -0.25rem;
  }

  .xl\:-left-2{
    left: -0.5rem;
  }

  .xl\:-left-3{
    left: -0.75rem;
  }

  .xl\:-left-4{
    left: -1rem;
  }

  .xl\:-left-5{
    left: -1.25rem;
  }

  .xl\:-left-6{
    left: -1.5rem;
  }

  .xl\:-left-7{
    left: -1.75rem;
  }

  .xl\:-left-8{
    left: -2rem;
  }

  .xl\:-left-9{
    left: -2.25rem;
  }

  .xl\:-left-10{
    left: -2.5rem;
  }

  .xl\:-left-11{
    left: -2.75rem;
  }

  .xl\:-left-12{
    left: -3rem;
  }

  .xl\:-left-14{
    left: -3.5rem;
  }

  .xl\:-left-16{
    left: -4rem;
  }

  .xl\:-left-20{
    left: -5rem;
  }

  .xl\:-left-24{
    left: -6rem;
  }

  .xl\:-left-28{
    left: -7rem;
  }

  .xl\:-left-32{
    left: -8rem;
  }

  .xl\:-left-36{
    left: -9rem;
  }

  .xl\:-left-40{
    left: -10rem;
  }

  .xl\:-left-44{
    left: -11rem;
  }

  .xl\:-left-48{
    left: -12rem;
  }

  .xl\:-left-52{
    left: -13rem;
  }

  .xl\:-left-56{
    left: -14rem;
  }

  .xl\:-left-60{
    left: -15rem;
  }

  .xl\:-left-64{
    left: -16rem;
  }

  .xl\:-left-72{
    left: -18rem;
  }

  .xl\:-left-80{
    left: -20rem;
  }

  .xl\:-left-96{
    left: -24rem;
  }

  .xl\:-left-px{
    left: -1px;
  }

  .xl\:-left-0\.5{
    left: -0.125rem;
  }

  .xl\:-left-1\.5{
    left: -0.375rem;
  }

  .xl\:-left-2\.5{
    left: -0.625rem;
  }

  .xl\:-left-3\.5{
    left: -0.875rem;
  }

  .xl\:left-1\/2{
    left: 50%;
  }

  .xl\:left-1\/3{
    left: 33.333333%;
  }

  .xl\:left-2\/3{
    left: 66.666667%;
  }

  .xl\:left-1\/4{
    left: 25%;
  }

  .xl\:left-2\/4{
    left: 50%;
  }

  .xl\:left-3\/4{
    left: 75%;
  }

  .xl\:left-full{
    left: 100%;
  }

  .xl\:-left-1\/2{
    left: -50%;
  }

  .xl\:-left-1\/3{
    left: -33.333333%;
  }

  .xl\:-left-2\/3{
    left: -66.666667%;
  }

  .xl\:-left-1\/4{
    left: -25%;
  }

  .xl\:-left-2\/4{
    left: -50%;
  }

  .xl\:-left-3\/4{
    left: -75%;
  }

  .xl\:-left-full{
    left: -100%;
  }

  .xl\:isolate{
    isolation: isolate;
  }

  .xl\:isolation-auto{
    isolation: auto;
  }

  .xl\:z-0{
    z-index: 0;
  }

  .xl\:z-10{
    z-index: 10;
  }

  .xl\:z-20{
    z-index: 20;
  }

  .xl\:z-30{
    z-index: 30;
  }

  .xl\:z-40{
    z-index: 40;
  }

  .xl\:z-50{
    z-index: 50;
  }

  .xl\:z-auto{
    z-index: auto;
  }

  .xl\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .xl\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .xl\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .xl\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .xl\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .xl\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .xl\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .xl\:focus\:z-0:focus{
    z-index: 0;
  }

  .xl\:focus\:z-10:focus{
    z-index: 10;
  }

  .xl\:focus\:z-20:focus{
    z-index: 20;
  }

  .xl\:focus\:z-30:focus{
    z-index: 30;
  }

  .xl\:focus\:z-40:focus{
    z-index: 40;
  }

  .xl\:focus\:z-50:focus{
    z-index: 50;
  }

  .xl\:focus\:z-auto:focus{
    z-index: auto;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-3{
    order: 3;
  }

  .xl\:order-4{
    order: 4;
  }

  .xl\:order-5{
    order: 5;
  }

  .xl\:order-6{
    order: 6;
  }

  .xl\:order-7{
    order: 7;
  }

  .xl\:order-8{
    order: 8;
  }

  .xl\:order-9{
    order: 9;
  }

  .xl\:order-10{
    order: 10;
  }

  .xl\:order-11{
    order: 11;
  }

  .xl\:order-12{
    order: 12;
  }

  .xl\:order-first{
    order: -9999;
  }

  .xl\:order-last{
    order: 9999;
  }

  .xl\:order-none{
    order: 0;
  }

  .xl\:col-auto{
    grid-column: auto;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-full{
    grid-column: 1 / -1;
  }

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:col-start-4{
    grid-column-start: 4;
  }

  .xl\:col-start-5{
    grid-column-start: 5;
  }

  .xl\:col-start-6{
    grid-column-start: 6;
  }

  .xl\:col-start-7{
    grid-column-start: 7;
  }

  .xl\:col-start-8{
    grid-column-start: 8;
  }

  .xl\:col-start-9{
    grid-column-start: 9;
  }

  .xl\:col-start-10{
    grid-column-start: 10;
  }

  .xl\:col-start-11{
    grid-column-start: 11;
  }

  .xl\:col-start-12{
    grid-column-start: 12;
  }

  .xl\:col-start-13{
    grid-column-start: 13;
  }

  .xl\:col-start-auto{
    grid-column-start: auto;
  }

  .xl\:col-end-1{
    grid-column-end: 1;
  }

  .xl\:col-end-2{
    grid-column-end: 2;
  }

  .xl\:col-end-3{
    grid-column-end: 3;
  }

  .xl\:col-end-4{
    grid-column-end: 4;
  }

  .xl\:col-end-5{
    grid-column-end: 5;
  }

  .xl\:col-end-6{
    grid-column-end: 6;
  }

  .xl\:col-end-7{
    grid-column-end: 7;
  }

  .xl\:col-end-8{
    grid-column-end: 8;
  }

  .xl\:col-end-9{
    grid-column-end: 9;
  }

  .xl\:col-end-10{
    grid-column-end: 10;
  }

  .xl\:col-end-11{
    grid-column-end: 11;
  }

  .xl\:col-end-12{
    grid-column-end: 12;
  }

  .xl\:col-end-13{
    grid-column-end: 13;
  }

  .xl\:col-end-auto{
    grid-column-end: auto;
  }

  .xl\:row-auto{
    grid-row: auto;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .xl\:row-span-full{
    grid-row: 1 / -1;
  }

  .xl\:row-start-1{
    grid-row-start: 1;
  }

  .xl\:row-start-2{
    grid-row-start: 2;
  }

  .xl\:row-start-3{
    grid-row-start: 3;
  }

  .xl\:row-start-4{
    grid-row-start: 4;
  }

  .xl\:row-start-5{
    grid-row-start: 5;
  }

  .xl\:row-start-6{
    grid-row-start: 6;
  }

  .xl\:row-start-7{
    grid-row-start: 7;
  }

  .xl\:row-start-auto{
    grid-row-start: auto;
  }

  .xl\:row-end-1{
    grid-row-end: 1;
  }

  .xl\:row-end-2{
    grid-row-end: 2;
  }

  .xl\:row-end-3{
    grid-row-end: 3;
  }

  .xl\:row-end-4{
    grid-row-end: 4;
  }

  .xl\:row-end-5{
    grid-row-end: 5;
  }

  .xl\:row-end-6{
    grid-row-end: 6;
  }

  .xl\:row-end-7{
    grid-row-end: 7;
  }

  .xl\:row-end-auto{
    grid-row-end: auto;
  }

  .xl\:float-right{
    float: right;
  }

  .xl\:float-left{
    float: left;
  }

  .xl\:float-none{
    float: none;
  }

  .xl\:clear-left{
    clear: left;
  }

  .xl\:clear-right{
    clear: right;
  }

  .xl\:clear-both{
    clear: both;
  }

  .xl\:clear-none{
    clear: none;
  }

  .xl\:m-0{
    margin: 0px;
  }

  .xl\:m-1{
    margin: 0.25rem;
  }

  .xl\:m-2{
    margin: 0.5rem;
  }

  .xl\:m-3{
    margin: 0.75rem;
  }

  .xl\:m-4{
    margin: 1rem;
  }

  .xl\:m-5{
    margin: 1.25rem;
  }

  .xl\:m-6{
    margin: 1.5rem;
  }

  .xl\:m-7{
    margin: 1.75rem;
  }

  .xl\:m-8{
    margin: 2rem;
  }

  .xl\:m-9{
    margin: 2.25rem;
  }

  .xl\:m-10{
    margin: 2.5rem;
  }

  .xl\:m-11{
    margin: 2.75rem;
  }

  .xl\:m-12{
    margin: 3rem;
  }

  .xl\:m-14{
    margin: 3.5rem;
  }

  .xl\:m-16{
    margin: 4rem;
  }

  .xl\:m-20{
    margin: 5rem;
  }

  .xl\:m-24{
    margin: 6rem;
  }

  .xl\:m-28{
    margin: 7rem;
  }

  .xl\:m-32{
    margin: 8rem;
  }

  .xl\:m-36{
    margin: 9rem;
  }

  .xl\:m-40{
    margin: 10rem;
  }

  .xl\:m-44{
    margin: 11rem;
  }

  .xl\:m-48{
    margin: 12rem;
  }

  .xl\:m-52{
    margin: 13rem;
  }

  .xl\:m-56{
    margin: 14rem;
  }

  .xl\:m-60{
    margin: 15rem;
  }

  .xl\:m-64{
    margin: 16rem;
  }

  .xl\:m-72{
    margin: 18rem;
  }

  .xl\:m-80{
    margin: 20rem;
  }

  .xl\:m-96{
    margin: 24rem;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:m-px{
    margin: 1px;
  }

  .xl\:m-0\.5{
    margin: 0.125rem;
  }

  .xl\:m-1\.5{
    margin: 0.375rem;
  }

  .xl\:m-2\.5{
    margin: 0.625rem;
  }

  .xl\:m-3\.5{
    margin: 0.875rem;
  }

  .xl\:-m-0{
    margin: 0px;
  }

  .xl\:-m-1{
    margin: -0.25rem;
  }

  .xl\:-m-2{
    margin: -0.5rem;
  }

  .xl\:-m-3{
    margin: -0.75rem;
  }

  .xl\:-m-4{
    margin: -1rem;
  }

  .xl\:-m-5{
    margin: -1.25rem;
  }

  .xl\:-m-6{
    margin: -1.5rem;
  }

  .xl\:-m-7{
    margin: -1.75rem;
  }

  .xl\:-m-8{
    margin: -2rem;
  }

  .xl\:-m-9{
    margin: -2.25rem;
  }

  .xl\:-m-10{
    margin: -2.5rem;
  }

  .xl\:-m-11{
    margin: -2.75rem;
  }

  .xl\:-m-12{
    margin: -3rem;
  }

  .xl\:-m-14{
    margin: -3.5rem;
  }

  .xl\:-m-16{
    margin: -4rem;
  }

  .xl\:-m-20{
    margin: -5rem;
  }

  .xl\:-m-24{
    margin: -6rem;
  }

  .xl\:-m-28{
    margin: -7rem;
  }

  .xl\:-m-32{
    margin: -8rem;
  }

  .xl\:-m-36{
    margin: -9rem;
  }

  .xl\:-m-40{
    margin: -10rem;
  }

  .xl\:-m-44{
    margin: -11rem;
  }

  .xl\:-m-48{
    margin: -12rem;
  }

  .xl\:-m-52{
    margin: -13rem;
  }

  .xl\:-m-56{
    margin: -14rem;
  }

  .xl\:-m-60{
    margin: -15rem;
  }

  .xl\:-m-64{
    margin: -16rem;
  }

  .xl\:-m-72{
    margin: -18rem;
  }

  .xl\:-m-80{
    margin: -20rem;
  }

  .xl\:-m-96{
    margin: -24rem;
  }

  .xl\:-m-px{
    margin: -1px;
  }

  .xl\:-m-0\.5{
    margin: -0.125rem;
  }

  .xl\:-m-1\.5{
    margin: -0.375rem;
  }

  .xl\:-m-2\.5{
    margin: -0.625rem;
  }

  .xl\:-m-3\.5{
    margin: -0.875rem;
  }

  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-1{
    margin-top: 0.25rem;
  }

  .xl\:mt-2{
    margin-top: 0.5rem;
  }

  .xl\:mt-3{
    margin-top: 0.75rem;
  }

  .xl\:mt-4{
    margin-top: 1rem;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mt-6{
    margin-top: 1.5rem;
  }

  .xl\:mt-7{
    margin-top: 1.75rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:mt-9{
    margin-top: 2.25rem;
  }

  .xl\:mt-10{
    margin-top: 2.5rem;
  }

  .xl\:mt-11{
    margin-top: 2.75rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mt-14{
    margin-top: 3.5rem;
  }

  .xl\:mt-16{
    margin-top: 4rem;
  }

  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:mt-24{
    margin-top: 6rem;
  }

  .xl\:mt-28{
    margin-top: 7rem;
  }

  .xl\:mt-32{
    margin-top: 8rem;
  }

  .xl\:mt-36{
    margin-top: 9rem;
  }

  .xl\:mt-40{
    margin-top: 10rem;
  }

  .xl\:mt-44{
    margin-top: 11rem;
  }

  .xl\:mt-48{
    margin-top: 12rem;
  }

  .xl\:mt-52{
    margin-top: 13rem;
  }

  .xl\:mt-56{
    margin-top: 14rem;
  }

  .xl\:mt-60{
    margin-top: 15rem;
  }

  .xl\:mt-64{
    margin-top: 16rem;
  }

  .xl\:mt-72{
    margin-top: 18rem;
  }

  .xl\:mt-80{
    margin-top: 20rem;
  }

  .xl\:mt-96{
    margin-top: 24rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mt-px{
    margin-top: 1px;
  }

  .xl\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .xl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .xl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .xl\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .xl\:-mt-0{
    margin-top: 0px;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xl\:-mt-4{
    margin-top: -1rem;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xl\:-mt-7{
    margin-top: -1.75rem;
  }

  .xl\:-mt-8{
    margin-top: -2rem;
  }

  .xl\:-mt-9{
    margin-top: -2.25rem;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem;
  }

  .xl\:-mt-11{
    margin-top: -2.75rem;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:-mt-14{
    margin-top: -3.5rem;
  }

  .xl\:-mt-16{
    margin-top: -4rem;
  }

  .xl\:-mt-20{
    margin-top: -5rem;
  }

  .xl\:-mt-24{
    margin-top: -6rem;
  }

  .xl\:-mt-28{
    margin-top: -7rem;
  }

  .xl\:-mt-32{
    margin-top: -8rem;
  }

  .xl\:-mt-36{
    margin-top: -9rem;
  }

  .xl\:-mt-40{
    margin-top: -10rem;
  }

  .xl\:-mt-44{
    margin-top: -11rem;
  }

  .xl\:-mt-48{
    margin-top: -12rem;
  }

  .xl\:-mt-52{
    margin-top: -13rem;
  }

  .xl\:-mt-56{
    margin-top: -14rem;
  }

  .xl\:-mt-60{
    margin-top: -15rem;
  }

  .xl\:-mt-64{
    margin-top: -16rem;
  }

  .xl\:-mt-72{
    margin-top: -18rem;
  }

  .xl\:-mt-80{
    margin-top: -20rem;
  }

  .xl\:-mt-96{
    margin-top: -24rem;
  }

  .xl\:-mt-px{
    margin-top: -1px;
  }

  .xl\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .xl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .xl\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .xl\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:mr-1{
    margin-right: 0.25rem;
  }

  .xl\:mr-2{
    margin-right: 0.5rem;
  }

  .xl\:mr-3{
    margin-right: 0.75rem;
  }

  .xl\:mr-4{
    margin-right: 1rem;
  }

  .xl\:mr-5{
    margin-right: 1.25rem;
  }

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:mr-7{
    margin-right: 1.75rem;
  }

  .xl\:mr-8{
    margin-right: 2rem;
  }

  .xl\:mr-9{
    margin-right: 2.25rem;
  }

  .xl\:mr-10{
    margin-right: 2.5rem;
  }

  .xl\:mr-11{
    margin-right: 2.75rem;
  }

  .xl\:mr-12{
    margin-right: 3rem;
  }

  .xl\:mr-14{
    margin-right: 3.5rem;
  }

  .xl\:mr-16{
    margin-right: 4rem;
  }

  .xl\:mr-20{
    margin-right: 5rem;
  }

  .xl\:mr-24{
    margin-right: 6rem;
  }

  .xl\:mr-28{
    margin-right: 7rem;
  }

  .xl\:mr-32{
    margin-right: 8rem;
  }

  .xl\:mr-36{
    margin-right: 9rem;
  }

  .xl\:mr-40{
    margin-right: 10rem;
  }

  .xl\:mr-44{
    margin-right: 11rem;
  }

  .xl\:mr-48{
    margin-right: 12rem;
  }

  .xl\:mr-52{
    margin-right: 13rem;
  }

  .xl\:mr-56{
    margin-right: 14rem;
  }

  .xl\:mr-60{
    margin-right: 15rem;
  }

  .xl\:mr-64{
    margin-right: 16rem;
  }

  .xl\:mr-72{
    margin-right: 18rem;
  }

  .xl\:mr-80{
    margin-right: 20rem;
  }

  .xl\:mr-96{
    margin-right: 24rem;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mr-px{
    margin-right: 1px;
  }

  .xl\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .xl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .xl\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .xl\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .xl\:-mr-0{
    margin-right: 0px;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xl\:-mr-4{
    margin-right: -1rem;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xl\:-mr-7{
    margin-right: -1.75rem;
  }

  .xl\:-mr-8{
    margin-right: -2rem;
  }

  .xl\:-mr-9{
    margin-right: -2.25rem;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem;
  }

  .xl\:-mr-11{
    margin-right: -2.75rem;
  }

  .xl\:-mr-12{
    margin-right: -3rem;
  }

  .xl\:-mr-14{
    margin-right: -3.5rem;
  }

  .xl\:-mr-16{
    margin-right: -4rem;
  }

  .xl\:-mr-20{
    margin-right: -5rem;
  }

  .xl\:-mr-24{
    margin-right: -6rem;
  }

  .xl\:-mr-28{
    margin-right: -7rem;
  }

  .xl\:-mr-32{
    margin-right: -8rem;
  }

  .xl\:-mr-36{
    margin-right: -9rem;
  }

  .xl\:-mr-40{
    margin-right: -10rem;
  }

  .xl\:-mr-44{
    margin-right: -11rem;
  }

  .xl\:-mr-48{
    margin-right: -12rem;
  }

  .xl\:-mr-52{
    margin-right: -13rem;
  }

  .xl\:-mr-56{
    margin-right: -14rem;
  }

  .xl\:-mr-60{
    margin-right: -15rem;
  }

  .xl\:-mr-64{
    margin-right: -16rem;
  }

  .xl\:-mr-72{
    margin-right: -18rem;
  }

  .xl\:-mr-80{
    margin-right: -20rem;
  }

  .xl\:-mr-96{
    margin-right: -24rem;
  }

  .xl\:-mr-px{
    margin-right: -1px;
  }

  .xl\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .xl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .xl\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .xl\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:mb-4{
    margin-bottom: 1rem;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:mb-11{
    margin-bottom: 2.75rem;
  }

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .xl\:mb-16{
    margin-bottom: 4rem;
  }

  .xl\:mb-20{
    margin-bottom: 5rem;
  }

  .xl\:mb-24{
    margin-bottom: 6rem;
  }

  .xl\:mb-28{
    margin-bottom: 7rem;
  }

  .xl\:mb-32{
    margin-bottom: 8rem;
  }

  .xl\:mb-36{
    margin-bottom: 9rem;
  }

  .xl\:mb-40{
    margin-bottom: 10rem;
  }

  .xl\:mb-44{
    margin-bottom: 11rem;
  }

  .xl\:mb-48{
    margin-bottom: 12rem;
  }

  .xl\:mb-52{
    margin-bottom: 13rem;
  }

  .xl\:mb-56{
    margin-bottom: 14rem;
  }

  .xl\:mb-60{
    margin-bottom: 15rem;
  }

  .xl\:mb-64{
    margin-bottom: 16rem;
  }

  .xl\:mb-72{
    margin-bottom: 18rem;
  }

  .xl\:mb-80{
    margin-bottom: 20rem;
  }

  .xl\:mb-96{
    margin-bottom: 24rem;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:mb-px{
    margin-bottom: 1px;
  }

  .xl\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .xl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .xl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .xl\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .xl\:-mb-0{
    margin-bottom: 0px;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem;
  }

  .xl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem;
  }

  .xl\:-mb-28{
    margin-bottom: -7rem;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem;
  }

  .xl\:-mb-36{
    margin-bottom: -9rem;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem;
  }

  .xl\:-mb-44{
    margin-bottom: -11rem;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem;
  }

  .xl\:-mb-52{
    margin-bottom: -13rem;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem;
  }

  .xl\:-mb-60{
    margin-bottom: -15rem;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem;
  }

  .xl\:-mb-72{
    margin-bottom: -18rem;
  }

  .xl\:-mb-80{
    margin-bottom: -20rem;
  }

  .xl\:-mb-96{
    margin-bottom: -24rem;
  }

  .xl\:-mb-px{
    margin-bottom: -1px;
  }

  .xl\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .xl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .xl\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .xl\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .xl\:ml-0{
    margin-left: 0px;
  }

  .xl\:ml-1{
    margin-left: 0.25rem;
  }

  .xl\:ml-2{
    margin-left: 0.5rem;
  }

  .xl\:ml-3{
    margin-left: 0.75rem;
  }

  .xl\:ml-4{
    margin-left: 1rem;
  }

  .xl\:ml-5{
    margin-left: 1.25rem;
  }

  .xl\:ml-6{
    margin-left: 1.5rem;
  }

  .xl\:ml-7{
    margin-left: 1.75rem;
  }

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:ml-9{
    margin-left: 2.25rem;
  }

  .xl\:ml-10{
    margin-left: 2.5rem;
  }

  .xl\:ml-11{
    margin-left: 2.75rem;
  }

  .xl\:ml-12{
    margin-left: 3rem;
  }

  .xl\:ml-14{
    margin-left: 3.5rem;
  }

  .xl\:ml-16{
    margin-left: 4rem;
  }

  .xl\:ml-20{
    margin-left: 5rem;
  }

  .xl\:ml-24{
    margin-left: 6rem;
  }

  .xl\:ml-28{
    margin-left: 7rem;
  }

  .xl\:ml-32{
    margin-left: 8rem;
  }

  .xl\:ml-36{
    margin-left: 9rem;
  }

  .xl\:ml-40{
    margin-left: 10rem;
  }

  .xl\:ml-44{
    margin-left: 11rem;
  }

  .xl\:ml-48{
    margin-left: 12rem;
  }

  .xl\:ml-52{
    margin-left: 13rem;
  }

  .xl\:ml-56{
    margin-left: 14rem;
  }

  .xl\:ml-60{
    margin-left: 15rem;
  }

  .xl\:ml-64{
    margin-left: 16rem;
  }

  .xl\:ml-72{
    margin-left: 18rem;
  }

  .xl\:ml-80{
    margin-left: 20rem;
  }

  .xl\:ml-96{
    margin-left: 24rem;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:ml-px{
    margin-left: 1px;
  }

  .xl\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .xl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .xl\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .xl\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .xl\:-ml-0{
    margin-left: 0px;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xl\:-ml-4{
    margin-left: -1rem;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xl\:-ml-7{
    margin-left: -1.75rem;
  }

  .xl\:-ml-8{
    margin-left: -2rem;
  }

  .xl\:-ml-9{
    margin-left: -2.25rem;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem;
  }

  .xl\:-ml-11{
    margin-left: -2.75rem;
  }

  .xl\:-ml-12{
    margin-left: -3rem;
  }

  .xl\:-ml-14{
    margin-left: -3.5rem;
  }

  .xl\:-ml-16{
    margin-left: -4rem;
  }

  .xl\:-ml-20{
    margin-left: -5rem;
  }

  .xl\:-ml-24{
    margin-left: -6rem;
  }

  .xl\:-ml-28{
    margin-left: -7rem;
  }

  .xl\:-ml-32{
    margin-left: -8rem;
  }

  .xl\:-ml-36{
    margin-left: -9rem;
  }

  .xl\:-ml-40{
    margin-left: -10rem;
  }

  .xl\:-ml-44{
    margin-left: -11rem;
  }

  .xl\:-ml-48{
    margin-left: -12rem;
  }

  .xl\:-ml-52{
    margin-left: -13rem;
  }

  .xl\:-ml-56{
    margin-left: -14rem;
  }

  .xl\:-ml-60{
    margin-left: -15rem;
  }

  .xl\:-ml-64{
    margin-left: -16rem;
  }

  .xl\:-ml-72{
    margin-left: -18rem;
  }

  .xl\:-ml-80{
    margin-left: -20rem;
  }

  .xl\:-ml-96{
    margin-left: -24rem;
  }

  .xl\:-ml-px{
    margin-left: -1px;
  }

  .xl\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .xl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .xl\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .xl\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .xl\:box-border{
    box-sizing: border-box;
  }

  .xl\:box-content{
    box-sizing: content-box;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:table{
    display: table;
  }

  .xl\:inline-table{
    display: inline-table;
  }

  .xl\:table-caption{
    display: table-caption;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:table-column{
    display: table-column;
  }

  .xl\:table-column-group{
    display: table-column-group;
  }

  .xl\:table-footer-group{
    display: table-footer-group;
  }

  .xl\:table-header-group{
    display: table-header-group;
  }

  .xl\:table-row-group{
    display: table-row-group;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:flow-root{
    display: flow-root;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:inline-grid{
    display: inline-grid;
  }

  .xl\:contents{
    display: contents;
  }

  .xl\:list-item{
    display: list-item;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-0{
    height: 0px;
  }

  .xl\:h-1{
    height: 0.25rem;
  }

  .xl\:h-2{
    height: 0.5rem;
  }

  .xl\:h-3{
    height: 0.75rem;
  }

  .xl\:h-4{
    height: 1rem;
  }

  .xl\:h-5{
    height: 1.25rem;
  }

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:h-7{
    height: 1.75rem;
  }

  .xl\:h-8{
    height: 2rem;
  }

  .xl\:h-9{
    height: 2.25rem;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-11{
    height: 2.75rem;
  }

  .xl\:h-12{
    height: 3rem;
  }

  .xl\:h-14{
    height: 3.5rem;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-24{
    height: 6rem;
  }

  .xl\:h-28{
    height: 7rem;
  }

  .xl\:h-32{
    height: 8rem;
  }

  .xl\:h-36{
    height: 9rem;
  }

  .xl\:h-40{
    height: 10rem;
  }

  .xl\:h-44{
    height: 11rem;
  }

  .xl\:h-48{
    height: 12rem;
  }

  .xl\:h-52{
    height: 13rem;
  }

  .xl\:h-56{
    height: 14rem;
  }

  .xl\:h-60{
    height: 15rem;
  }

  .xl\:h-64{
    height: 16rem;
  }

  .xl\:h-72{
    height: 18rem;
  }

  .xl\:h-80{
    height: 20rem;
  }

  .xl\:h-96{
    height: 24rem;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-px{
    height: 1px;
  }

  .xl\:h-0\.5{
    height: 0.125rem;
  }

  .xl\:h-1\.5{
    height: 0.375rem;
  }

  .xl\:h-2\.5{
    height: 0.625rem;
  }

  .xl\:h-3\.5{
    height: 0.875rem;
  }

  .xl\:h-1\/2{
    height: 50%;
  }

  .xl\:h-1\/3{
    height: 33.333333%;
  }

  .xl\:h-2\/3{
    height: 66.666667%;
  }

  .xl\:h-1\/4{
    height: 25%;
  }

  .xl\:h-2\/4{
    height: 50%;
  }

  .xl\:h-3\/4{
    height: 75%;
  }

  .xl\:h-1\/5{
    height: 20%;
  }

  .xl\:h-2\/5{
    height: 40%;
  }

  .xl\:h-3\/5{
    height: 60%;
  }

  .xl\:h-4\/5{
    height: 80%;
  }

  .xl\:h-1\/6{
    height: 16.666667%;
  }

  .xl\:h-2\/6{
    height: 33.333333%;
  }

  .xl\:h-3\/6{
    height: 50%;
  }

  .xl\:h-4\/6{
    height: 66.666667%;
  }

  .xl\:h-5\/6{
    height: 83.333333%;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:max-h-0{
    max-height: 0px;
  }

  .xl\:max-h-1{
    max-height: 0.25rem;
  }

  .xl\:max-h-2{
    max-height: 0.5rem;
  }

  .xl\:max-h-3{
    max-height: 0.75rem;
  }

  .xl\:max-h-4{
    max-height: 1rem;
  }

  .xl\:max-h-5{
    max-height: 1.25rem;
  }

  .xl\:max-h-6{
    max-height: 1.5rem;
  }

  .xl\:max-h-7{
    max-height: 1.75rem;
  }

  .xl\:max-h-8{
    max-height: 2rem;
  }

  .xl\:max-h-9{
    max-height: 2.25rem;
  }

  .xl\:max-h-10{
    max-height: 2.5rem;
  }

  .xl\:max-h-11{
    max-height: 2.75rem;
  }

  .xl\:max-h-12{
    max-height: 3rem;
  }

  .xl\:max-h-14{
    max-height: 3.5rem;
  }

  .xl\:max-h-16{
    max-height: 4rem;
  }

  .xl\:max-h-20{
    max-height: 5rem;
  }

  .xl\:max-h-24{
    max-height: 6rem;
  }

  .xl\:max-h-28{
    max-height: 7rem;
  }

  .xl\:max-h-32{
    max-height: 8rem;
  }

  .xl\:max-h-36{
    max-height: 9rem;
  }

  .xl\:max-h-40{
    max-height: 10rem;
  }

  .xl\:max-h-44{
    max-height: 11rem;
  }

  .xl\:max-h-48{
    max-height: 12rem;
  }

  .xl\:max-h-52{
    max-height: 13rem;
  }

  .xl\:max-h-56{
    max-height: 14rem;
  }

  .xl\:max-h-60{
    max-height: 15rem;
  }

  .xl\:max-h-64{
    max-height: 16rem;
  }

  .xl\:max-h-72{
    max-height: 18rem;
  }

  .xl\:max-h-80{
    max-height: 20rem;
  }

  .xl\:max-h-96{
    max-height: 24rem;
  }

  .xl\:max-h-px{
    max-height: 1px;
  }

  .xl\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .xl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .xl\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .xl\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:min-h-0{
    min-height: 0px;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:w-0{
    width: 0px;
  }

  .xl\:w-1{
    width: 0.25rem;
  }

  .xl\:w-2{
    width: 0.5rem;
  }

  .xl\:w-3{
    width: 0.75rem;
  }

  .xl\:w-4{
    width: 1rem;
  }

  .xl\:w-5{
    width: 1.25rem;
  }

  .xl\:w-6{
    width: 1.5rem;
  }

  .xl\:w-7{
    width: 1.75rem;
  }

  .xl\:w-8{
    width: 2rem;
  }

  .xl\:w-9{
    width: 2.25rem;
  }

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-11{
    width: 2.75rem;
  }

  .xl\:w-12{
    width: 3rem;
  }

  .xl\:w-14{
    width: 3.5rem;
  }

  .xl\:w-16{
    width: 4rem;
  }

  .xl\:w-20{
    width: 5rem;
  }

  .xl\:w-24{
    width: 6rem;
  }

  .xl\:w-28{
    width: 7rem;
  }

  .xl\:w-32{
    width: 8rem;
  }

  .xl\:w-36{
    width: 9rem;
  }

  .xl\:w-40{
    width: 10rem;
  }

  .xl\:w-44{
    width: 11rem;
  }

  .xl\:w-48{
    width: 12rem;
  }

  .xl\:w-52{
    width: 13rem;
  }

  .xl\:w-56{
    width: 14rem;
  }

  .xl\:w-60{
    width: 15rem;
  }

  .xl\:w-64{
    width: 16rem;
  }

  .xl\:w-72{
    width: 18rem;
  }

  .xl\:w-80{
    width: 20rem;
  }

  .xl\:w-96{
    width: 24rem;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-px{
    width: 1px;
  }

  .xl\:w-0\.5{
    width: 0.125rem;
  }

  .xl\:w-1\.5{
    width: 0.375rem;
  }

  .xl\:w-2\.5{
    width: 0.625rem;
  }

  .xl\:w-3\.5{
    width: 0.875rem;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-2\/4{
    width: 50%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-1\/5{
    width: 20%;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-4\/5{
    width: 80%;
  }

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-2\/6{
    width: 33.333333%;
  }

  .xl\:w-3\/6{
    width: 50%;
  }

  .xl\:w-4\/6{
    width: 66.666667%;
  }

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:w-1\/12{
    width: 8.333333%;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-4\/12{
    width: 33.333333%;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

  .xl\:w-6\/12{
    width: 50%;
  }

  .xl\:w-7\/12{
    width: 58.333333%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:w-9\/12{
    width: 75%;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:w-11\/12{
    width: 91.666667%;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .xl\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:min-w-0{
    min-width: 0px;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:max-w-0{
    max-width: 0rem;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-7xl{
    max-width: 80rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:max-w-prose{
    max-width: 65ch;
  }

  .xl\:max-w-screen-sm{
    max-width: 640px;
  }

  .xl\:max-w-screen-md{
    max-width: 768px;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1280px;
  }

  .xl\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:flex-auto{
    flex: 1 1 auto;
  }

  .xl\:flex-initial{
    flex: 0 1 auto;
  }

  .xl\:flex-none{
    flex: none;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xl\:flex-shrink{
    flex-shrink: 1;
  }

  .xl\:flex-grow-0{
    flex-grow: 0;
  }

  .xl\:flex-grow{
    flex-grow: 1;
  }

  .xl\:table-auto{
    table-layout: auto;
  }

  .xl\:table-fixed{
    table-layout: fixed;
  }

  .xl\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .xl\:origin-center{
    transform-origin: center;
  }

  .xl\:origin-top{
    transform-origin: top;
  }

  .xl\:origin-top-right{
    transform-origin: top right;
  }

  .xl\:origin-right{
    transform-origin: right;
  }

  .xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .xl\:origin-bottom{
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .xl\:origin-left{
    transform-origin: left;
  }

  .xl\:origin-top-left{
    transform-origin: top left;
  }

  .xl\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none{
    transform: none;
  }

  .xl\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .xl\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .xl\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .xl\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .xl\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .xl\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .xl\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .xl\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .xl\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .xl\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .xl\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .xl\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .xl\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .xl\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .xl\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .xl\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .xl\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .xl\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .xl\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .xl\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .xl\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .xl\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .xl\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .xl\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .xl\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .xl\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .xl\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .xl\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .xl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .xl\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .xl\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .xl\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .xl\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .xl\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .xl\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .xl\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .xl\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .xl\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .xl\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .xl\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .xl\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .xl\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .xl\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .xl\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .xl\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .xl\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .xl\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .xl\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .xl\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .xl\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .xl\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .xl\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .xl\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .xl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .xl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .xl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .xl\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .xl\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .xl\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .xl\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .xl\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .xl\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .xl\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .xl\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .xl\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .xl\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .xl\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .xl\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .xl\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .xl\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .xl\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .xl\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .xl\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .xl\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .xl\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .xl\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .xl\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .xl\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .xl\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .xl\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .xl\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .xl\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .xl\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .xl\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .xl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .xl\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .xl\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .xl\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .xl\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .xl\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .xl\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .xl\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .xl\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .xl\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .xl\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .xl\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .xl\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .xl\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .xl\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .xl\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .xl\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .xl\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .xl\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .xl\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .xl\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .xl\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .xl\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .xl\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .xl\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .xl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .xl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .xl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .xl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .xl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .xl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .xl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .xl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .xl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .xl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .xl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .xl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .xl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .xl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .xl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .xl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .xl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .xl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .xl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .xl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .xl\:rotate-0{
    --tw-rotate: 0deg;
  }

  .xl\:rotate-1{
    --tw-rotate: 1deg;
  }

  .xl\:rotate-2{
    --tw-rotate: 2deg;
  }

  .xl\:rotate-3{
    --tw-rotate: 3deg;
  }

  .xl\:rotate-6{
    --tw-rotate: 6deg;
  }

  .xl\:rotate-12{
    --tw-rotate: 12deg;
  }

  .xl\:rotate-45{
    --tw-rotate: 45deg;
  }

  .xl\:rotate-90{
    --tw-rotate: 90deg;
  }

  .xl\:rotate-180{
    --tw-rotate: 180deg;
  }

  .xl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .xl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .xl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .xl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .xl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .xl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .xl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .xl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .xl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .xl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .xl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .xl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .xl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .xl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .xl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .xl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .xl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .xl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .xl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .xl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .xl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .xl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .xl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .xl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .xl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .xl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .xl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .xl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .xl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .xl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .xl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:scale-x-0{
    --tw-scale-x: 0;
  }

  .xl\:scale-x-50{
    --tw-scale-x: .5;
  }

  .xl\:scale-x-75{
    --tw-scale-x: .75;
  }

  .xl\:scale-x-90{
    --tw-scale-x: .9;
  }

  .xl\:scale-x-95{
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100{
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .xl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .xl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .xl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .xl\:scale-y-0{
    --tw-scale-y: 0;
  }

  .xl\:scale-y-50{
    --tw-scale-y: .5;
  }

  .xl\:scale-y-75{
    --tw-scale-y: .75;
  }

  .xl\:scale-y-90{
    --tw-scale-y: .9;
  }

  .xl\:scale-y-95{
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100{
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .xl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .xl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .xl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .xl\:animate-none{
    animation: none;
  }

  .xl\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .xl\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-help{
    cursor: help;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .xl\:list-inside{
    list-style-position: inside;
  }

  .xl\:list-outside{
    list-style-position: outside;
  }

  .xl\:list-none{
    list-style-type: none;
  }

  .xl\:list-disc{
    list-style-type: disc;
  }

  .xl\:list-decimal{
    list-style-type: decimal;
  }

  .xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none{
    grid-template-columns: none;
  }

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none{
    grid-template-rows: none;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:place-content-center{
    place-content: center;
  }

  .xl\:place-content-start{
    place-content: start;
  }

  .xl\:place-content-end{
    place-content: end;
  }

  .xl\:place-content-between{
    place-content: space-between;
  }

  .xl\:place-content-around{
    place-content: space-around;
  }

  .xl\:place-content-evenly{
    place-content: space-evenly;
  }

  .xl\:place-content-stretch{
    place-content: stretch;
  }

  .xl\:place-items-start{
    place-items: start;
  }

  .xl\:place-items-end{
    place-items: end;
  }

  .xl\:place-items-center{
    place-items: center;
  }

  .xl\:place-items-stretch{
    place-items: stretch;
  }

  .xl\:content-center{
    align-content: center;
  }

  .xl\:content-start{
    align-content: flex-start;
  }

  .xl\:content-end{
    align-content: flex-end;
  }

  .xl\:content-between{
    align-content: space-between;
  }

  .xl\:content-around{
    align-content: space-around;
  }

  .xl\:content-evenly{
    align-content: space-evenly;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:items-baseline{
    align-items: baseline;
  }

  .xl\:items-stretch{
    align-items: stretch;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:justify-around{
    justify-content: space-around;
  }

  .xl\:justify-evenly{
    justify-content: space-evenly;
  }

  .xl\:justify-items-start{
    justify-items: start;
  }

  .xl\:justify-items-end{
    justify-items: end;
  }

  .xl\:justify-items-center{
    justify-items: center;
  }

  .xl\:justify-items-stretch{
    justify-items: stretch;
  }

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-1{
    gap: 0.25rem;
  }

  .xl\:gap-2{
    gap: 0.5rem;
  }

  .xl\:gap-3{
    gap: 0.75rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-7{
    gap: 1.75rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-9{
    gap: 2.25rem;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-11{
    gap: 2.75rem;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

  .xl\:gap-14{
    gap: 3.5rem;
  }

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-24{
    gap: 6rem;
  }

  .xl\:gap-28{
    gap: 7rem;
  }

  .xl\:gap-32{
    gap: 8rem;
  }

  .xl\:gap-36{
    gap: 9rem;
  }

  .xl\:gap-40{
    gap: 10rem;
  }

  .xl\:gap-44{
    gap: 11rem;
  }

  .xl\:gap-48{
    gap: 12rem;
  }

  .xl\:gap-52{
    gap: 13rem;
  }

  .xl\:gap-56{
    gap: 14rem;
  }

  .xl\:gap-60{
    gap: 15rem;
  }

  .xl\:gap-64{
    gap: 16rem;
  }

  .xl\:gap-72{
    gap: 18rem;
  }

  .xl\:gap-80{
    gap: 20rem;
  }

  .xl\:gap-96{
    gap: 24rem;
  }

  .xl\:gap-px{
    gap: 1px;
  }

  .xl\:gap-0\.5{
    gap: 0.125rem;
  }

  .xl\:gap-1\.5{
    gap: 0.375rem;
  }

  .xl\:gap-2\.5{
    gap: 0.625rem;
  }

  .xl\:gap-3\.5{
    gap: 0.875rem;
  }

  .xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:gap-y-0{
    row-gap: 0px;
  }

  .xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2{
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3{
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4{
    row-gap: 1rem;
  }

  .xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .xl\:gap-y-8{
    row-gap: 2rem;
  }

  .xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  .xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  .xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12{
    row-gap: 3rem;
  }

  .xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  .xl\:gap-y-16{
    row-gap: 4rem;
  }

  .xl\:gap-y-20{
    row-gap: 5rem;
  }

  .xl\:gap-y-24{
    row-gap: 6rem;
  }

  .xl\:gap-y-28{
    row-gap: 7rem;
  }

  .xl\:gap-y-32{
    row-gap: 8rem;
  }

  .xl\:gap-y-36{
    row-gap: 9rem;
  }

  .xl\:gap-y-40{
    row-gap: 10rem;
  }

  .xl\:gap-y-44{
    row-gap: 11rem;
  }

  .xl\:gap-y-48{
    row-gap: 12rem;
  }

  .xl\:gap-y-52{
    row-gap: 13rem;
  }

  .xl\:gap-y-56{
    row-gap: 14rem;
  }

  .xl\:gap-y-60{
    row-gap: 15rem;
  }

  .xl\:gap-y-64{
    row-gap: 16rem;
  }

  .xl\:gap-y-72{
    row-gap: 18rem;
  }

  .xl\:gap-y-80{
    row-gap: 20rem;
  }

  .xl\:gap-y-96{
    row-gap: 24rem;
  }

  .xl\:gap-y-px{
    row-gap: 1px;
  }

  .xl\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .xl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .xl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .xl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .xl\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .xl\:place-self-auto{
    place-self: auto;
  }

  .xl\:place-self-start{
    place-self: start;
  }

  .xl\:place-self-end{
    place-self: end;
  }

  .xl\:place-self-center{
    place-self: center;
  }

  .xl\:place-self-stretch{
    place-self: stretch;
  }

  .xl\:self-auto{
    align-self: auto;
  }

  .xl\:self-start{
    align-self: flex-start;
  }

  .xl\:self-end{
    align-self: flex-end;
  }

  .xl\:self-center{
    align-self: center;
  }

  .xl\:self-stretch{
    align-self: stretch;
  }

  .xl\:self-baseline{
    align-self: baseline;
  }

  .xl\:justify-self-auto{
    justify-self: auto;
  }

  .xl\:justify-self-start{
    justify-self: start;
  }

  .xl\:justify-self-end{
    justify-self: end;
  }

  .xl\:justify-self-center{
    justify-self: center;
  }

  .xl\:justify-self-stretch{
    justify-self: stretch;
  }

  .xl\:overflow-auto{
    overflow: auto;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:overflow-scroll{
    overflow: scroll;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .xl\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .xl\:overscroll-none{
    overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .xl\:overflow-clip{
    text-overflow: clip;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  .xl\:whitespace-pre{
    white-space: pre;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words{
    overflow-wrap: break-word;
  }

  .xl\:break-all{
    word-break: break-all;
  }

  .xl\:rounded-none{
    border-radius: 0px;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:rounded{
    border-radius: 0.25rem;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xl\:rounded-xl{
    border-radius: 0.75rem;
  }

  .xl\:rounded-2xl{
    border-radius: 1rem;
  }

  .xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-0{
    border-width: 0px;
  }

  .xl\:border-2{
    border-width: 2px;
  }

  .xl\:border-4{
    border-width: 4px;
  }

  .xl\:border-8{
    border-width: 8px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-t-0{
    border-top-width: 0px;
  }

  .xl\:border-t-2{
    border-top-width: 2px;
  }

  .xl\:border-t-4{
    border-top-width: 4px;
  }

  .xl\:border-t-8{
    border-top-width: 8px;
  }

  .xl\:border-t{
    border-top-width: 1px;
  }

  .xl\:border-r-0{
    border-right-width: 0px;
  }

  .xl\:border-r-2{
    border-right-width: 2px;
  }

  .xl\:border-r-4{
    border-right-width: 4px;
  }

  .xl\:border-r-8{
    border-right-width: 8px;
  }

  .xl\:border-r{
    border-right-width: 1px;
  }

  .xl\:border-b-0{
    border-bottom-width: 0px;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xl\:border-b{
    border-bottom-width: 1px;
  }

  .xl\:border-l-0{
    border-left-width: 0px;
  }

  .xl\:border-l-2{
    border-left-width: 2px;
  }

  .xl\:border-l-4{
    border-left-width: 4px;
  }

  .xl\:border-l-8{
    border-left-width: 8px;
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:border-transparent{
    border-color: transparent;
  }

  .xl\:border-current{
    border-color: currentColor;
  }

  .xl\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .xl\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .xl\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .xl\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .xl\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .xl\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .xl\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .xl\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .xl\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .xl\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .xl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .xl\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .xl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .xl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .xl\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .xl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .xl\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .xl\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .xl\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .xl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-current{
    background-color: currentColor;
  }

  .xl\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .xl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .xl\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .xl\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .xl\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .xl\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .xl\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .xl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .xl\:bg-none{
    background-image: none;
  }

  .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .xl\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .xl\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .xl\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .xl\:to-current{
    --tw-gradient-to: currentColor;
  }

  .xl\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .xl\:to-black{
    --tw-gradient-to: #000;
  }

  .xl\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .xl\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .xl\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .xl\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .xl\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .xl\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .xl\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .xl\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .xl\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .xl\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .xl\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .xl\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .xl\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .xl\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .xl\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .xl\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .xl\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .xl\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .xl\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .xl\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .xl\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .xl\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .xl\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .xl\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .xl\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .xl\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .xl\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .xl\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .xl\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .xl\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .xl\:to-white{
    --tw-gradient-to: #fff;
  }

  .xl\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .xl\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .xl\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .xl\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .xl\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .xl\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .xl\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .xl\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .xl\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .xl\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .xl\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .xl\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .xl\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .xl\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .xl\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .xl\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .xl\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .xl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .xl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .xl\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .xl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .xl\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .xl\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .xl\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .xl\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .xl\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .xl\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .xl\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .xl\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .xl\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .xl\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .xl\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .xl\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .xl\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .xl\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .xl\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .xl\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .xl\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .xl\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .xl\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .xl\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .xl\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .xl\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .xl\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .xl\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .xl\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .xl\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .xl\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .xl\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .xl\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .xl\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .xl\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .xl\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .xl\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .xl\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .xl\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .xl\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .xl\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .xl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .xl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .xl\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .xl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .xl\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .xl\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .xl\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .xl\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .xl\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .xl\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .xl\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .xl\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .xl\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .xl\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .xl\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .xl\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .xl\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .xl\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .xl\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .xl\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .xl\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .xl\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .xl\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .xl\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .xl\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .xl\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .xl\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .xl\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .xl\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .xl\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .xl\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .xl\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .xl\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .xl\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .xl\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .xl\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .xl\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .xl\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .xl\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .xl\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xl\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xl\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-clip-border{
    background-clip: border-box;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xl\:bg-clip-content{
    background-clip: content-box;
  }

  .xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .xl\:bg-top{
    background-position: top;
  }

  .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .xl\:bg-origin-border{
    background-origin: border-box;
  }

  .xl\:bg-origin-padding{
    background-origin: padding-box;
  }

  .xl\:bg-origin-content{
    background-origin: content-box;
  }

  .xl\:fill-current{
    fill: currentColor;
  }

  .xl\:stroke-current{
    stroke: currentColor;
  }

  .xl\:stroke-0{
    stroke-width: 0;
  }

  .xl\:stroke-1{
    stroke-width: 1;
  }

  .xl\:stroke-2{
    stroke-width: 2;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl\:p-0{
    padding: 0px;
  }

  .xl\:p-1{
    padding: 0.25rem;
  }

  .xl\:p-2{
    padding: 0.5rem;
  }

  .xl\:p-3{
    padding: 0.75rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

  .xl\:p-5{
    padding: 1.25rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-7{
    padding: 1.75rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:p-9{
    padding: 2.25rem;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-11{
    padding: 2.75rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-14{
    padding: 3.5rem;
  }

  .xl\:p-16{
    padding: 4rem;
  }

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:p-28{
    padding: 7rem;
  }

  .xl\:p-32{
    padding: 8rem;
  }

  .xl\:p-36{
    padding: 9rem;
  }

  .xl\:p-40{
    padding: 10rem;
  }

  .xl\:p-44{
    padding: 11rem;
  }

  .xl\:p-48{
    padding: 12rem;
  }

  .xl\:p-52{
    padding: 13rem;
  }

  .xl\:p-56{
    padding: 14rem;
  }

  .xl\:p-60{
    padding: 15rem;
  }

  .xl\:p-64{
    padding: 16rem;
  }

  .xl\:p-72{
    padding: 18rem;
  }

  .xl\:p-80{
    padding: 20rem;
  }

  .xl\:p-96{
    padding: 24rem;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:p-0\.5{
    padding: 0.125rem;
  }

  .xl\:p-1\.5{
    padding: 0.375rem;
  }

  .xl\:p-2\.5{
    padding: 0.625rem;
  }

  .xl\:p-3\.5{
    padding: 0.875rem;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:pt-0{
    padding-top: 0px;
  }

  .xl\:pt-1{
    padding-top: 0.25rem;
  }

  .xl\:pt-2{
    padding-top: 0.5rem;
  }

  .xl\:pt-3{
    padding-top: 0.75rem;
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:pt-5{
    padding-top: 1.25rem;
  }

  .xl\:pt-6{
    padding-top: 1.5rem;
  }

  .xl\:pt-7{
    padding-top: 1.75rem;
  }

  .xl\:pt-8{
    padding-top: 2rem;
  }

  .xl\:pt-9{
    padding-top: 2.25rem;
  }

  .xl\:pt-10{
    padding-top: 2.5rem;
  }

  .xl\:pt-11{
    padding-top: 2.75rem;
  }

  .xl\:pt-12{
    padding-top: 3rem;
  }

  .xl\:pt-14{
    padding-top: 3.5rem;
  }

  .xl\:pt-16{
    padding-top: 4rem;
  }

  .xl\:pt-20{
    padding-top: 5rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pt-28{
    padding-top: 7rem;
  }

  .xl\:pt-32{
    padding-top: 8rem;
  }

  .xl\:pt-36{
    padding-top: 9rem;
  }

  .xl\:pt-40{
    padding-top: 10rem;
  }

  .xl\:pt-44{
    padding-top: 11rem;
  }

  .xl\:pt-48{
    padding-top: 12rem;
  }

  .xl\:pt-52{
    padding-top: 13rem;
  }

  .xl\:pt-56{
    padding-top: 14rem;
  }

  .xl\:pt-60{
    padding-top: 15rem;
  }

  .xl\:pt-64{
    padding-top: 16rem;
  }

  .xl\:pt-72{
    padding-top: 18rem;
  }

  .xl\:pt-80{
    padding-top: 20rem;
  }

  .xl\:pt-96{
    padding-top: 24rem;
  }

  .xl\:pt-px{
    padding-top: 1px;
  }

  .xl\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .xl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .xl\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .xl\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .xl\:pr-0{
    padding-right: 0px;
  }

  .xl\:pr-1{
    padding-right: 0.25rem;
  }

  .xl\:pr-2{
    padding-right: 0.5rem;
  }

  .xl\:pr-3{
    padding-right: 0.75rem;
  }

  .xl\:pr-4{
    padding-right: 1rem;
  }

  .xl\:pr-5{
    padding-right: 1.25rem;
  }

  .xl\:pr-6{
    padding-right: 1.5rem;
  }

  .xl\:pr-7{
    padding-right: 1.75rem;
  }

  .xl\:pr-8{
    padding-right: 2rem;
  }

  .xl\:pr-9{
    padding-right: 2.25rem;
  }

  .xl\:pr-10{
    padding-right: 2.5rem;
  }

  .xl\:pr-11{
    padding-right: 2.75rem;
  }

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pr-14{
    padding-right: 3.5rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

  .xl\:pr-24{
    padding-right: 6rem;
  }

  .xl\:pr-28{
    padding-right: 7rem;
  }

  .xl\:pr-32{
    padding-right: 8rem;
  }

  .xl\:pr-36{
    padding-right: 9rem;
  }

  .xl\:pr-40{
    padding-right: 10rem;
  }

  .xl\:pr-44{
    padding-right: 11rem;
  }

  .xl\:pr-48{
    padding-right: 12rem;
  }

  .xl\:pr-52{
    padding-right: 13rem;
  }

  .xl\:pr-56{
    padding-right: 14rem;
  }

  .xl\:pr-60{
    padding-right: 15rem;
  }

  .xl\:pr-64{
    padding-right: 16rem;
  }

  .xl\:pr-72{
    padding-right: 18rem;
  }

  .xl\:pr-80{
    padding-right: 20rem;
  }

  .xl\:pr-96{
    padding-right: 24rem;
  }

  .xl\:pr-px{
    padding-right: 1px;
  }

  .xl\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .xl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .xl\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .xl\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xl\:pb-4{
    padding-bottom: 1rem;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xl\:pb-7{
    padding-bottom: 1.75rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pb-9{
    padding-bottom: 2.25rem;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:pb-11{
    padding-bottom: 2.75rem;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pb-14{
    padding-bottom: 3.5rem;
  }

  .xl\:pb-16{
    padding-bottom: 4rem;
  }

  .xl\:pb-20{
    padding-bottom: 5rem;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pb-28{
    padding-bottom: 7rem;
  }

  .xl\:pb-32{
    padding-bottom: 8rem;
  }

  .xl\:pb-36{
    padding-bottom: 9rem;
  }

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:pb-44{
    padding-bottom: 11rem;
  }

  .xl\:pb-48{
    padding-bottom: 12rem;
  }

  .xl\:pb-52{
    padding-bottom: 13rem;
  }

  .xl\:pb-56{
    padding-bottom: 14rem;
  }

  .xl\:pb-60{
    padding-bottom: 15rem;
  }

  .xl\:pb-64{
    padding-bottom: 16rem;
  }

  .xl\:pb-72{
    padding-bottom: 18rem;
  }

  .xl\:pb-80{
    padding-bottom: 20rem;
  }

  .xl\:pb-96{
    padding-bottom: 24rem;
  }

  .xl\:pb-px{
    padding-bottom: 1px;
  }

  .xl\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .xl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .xl\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .xl\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .xl\:pl-0{
    padding-left: 0px;
  }

  .xl\:pl-1{
    padding-left: 0.25rem;
  }

  .xl\:pl-2{
    padding-left: 0.5rem;
  }

  .xl\:pl-3{
    padding-left: 0.75rem;
  }

  .xl\:pl-4{
    padding-left: 1rem;
  }

  .xl\:pl-5{
    padding-left: 1.25rem;
  }

  .xl\:pl-6{
    padding-left: 1.5rem;
  }

  .xl\:pl-7{
    padding-left: 1.75rem;
  }

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:pl-9{
    padding-left: 2.25rem;
  }

  .xl\:pl-10{
    padding-left: 2.5rem;
  }

  .xl\:pl-11{
    padding-left: 2.75rem;
  }

  .xl\:pl-12{
    padding-left: 3rem;
  }

  .xl\:pl-14{
    padding-left: 3.5rem;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pl-20{
    padding-left: 5rem;
  }

  .xl\:pl-24{
    padding-left: 6rem;
  }

  .xl\:pl-28{
    padding-left: 7rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }

  .xl\:pl-36{
    padding-left: 9rem;
  }

  .xl\:pl-40{
    padding-left: 10rem;
  }

  .xl\:pl-44{
    padding-left: 11rem;
  }

  .xl\:pl-48{
    padding-left: 12rem;
  }

  .xl\:pl-52{
    padding-left: 13rem;
  }

  .xl\:pl-56{
    padding-left: 14rem;
  }

  .xl\:pl-60{
    padding-left: 15rem;
  }

  .xl\:pl-64{
    padding-left: 16rem;
  }

  .xl\:pl-72{
    padding-left: 18rem;
  }

  .xl\:pl-80{
    padding-left: 20rem;
  }

  .xl\:pl-96{
    padding-left: 24rem;
  }

  .xl\:pl-px{
    padding-left: 1px;
  }

  .xl\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .xl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .xl\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .xl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:align-baseline{
    vertical-align: baseline;
  }

  .xl\:align-top{
    vertical-align: top;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:align-bottom{
    vertical-align: bottom;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:font-thin{
    font-weight: 100;
  }

  .xl\:font-extralight{
    font-weight: 200;
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-medium{
    font-weight: 500;
  }

  .xl\:font-semibold{
    font-weight: 600;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:font-extrabold{
    font-weight: 800;
  }

  .xl\:font-black{
    font-weight: 900;
  }

  .xl\:uppercase{
    text-transform: uppercase;
  }

  .xl\:lowercase{
    text-transform: lowercase;
  }

  .xl\:capitalize{
    text-transform: capitalize;
  }

  .xl\:normal-case{
    text-transform: none;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    font-style: normal;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\:normal-nums{
    font-variant-numeric: normal;
  }

  .xl\:ordinal{
    --tw-ordinal: ordinal;
  }

  .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:leading-3{
    line-height: .75rem;
  }

  .xl\:leading-4{
    line-height: 1rem;
  }

  .xl\:leading-5{
    line-height: 1.25rem;
  }

  .xl\:leading-6{
    line-height: 1.5rem;
  }

  .xl\:leading-7{
    line-height: 1.75rem;
  }

  .xl\:leading-8{
    line-height: 2rem;
  }

  .xl\:leading-9{
    line-height: 2.25rem;
  }

  .xl\:leading-10{
    line-height: 2.5rem;
  }

  .xl\:leading-none{
    line-height: 1;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }

  .xl\:leading-snug{
    line-height: 1.375;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }

  .xl\:leading-relaxed{
    line-height: 1.625;
  }

  .xl\:leading-loose{
    line-height: 2;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal{
    letter-spacing: 0em;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:text-transparent{
    color: transparent;
  }

  .xl\:text-current{
    color: currentColor;
  }

  .xl\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .xl\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .xl\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .xl\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .xl\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:text-current:hover{
    color: currentColor;
  }

  .xl\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:text-current:focus{
    color: currentColor;
  }

  .xl\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .xl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .xl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .xl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .xl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .xl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .xl\:underline{
    text-decoration: underline;
  }

  .xl\:line-through{
    text-decoration: line-through;
  }

  .xl\:no-underline{
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .xl\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .xl\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  .xl\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-5{
    opacity: 0.05;
  }

  .xl\:opacity-10{
    opacity: 0.1;
  }

  .xl\:opacity-20{
    opacity: 0.2;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-30{
    opacity: 0.3;
  }

  .xl\:opacity-40{
    opacity: 0.4;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-60{
    opacity: 0.6;
  }

  .xl\:opacity-70{
    opacity: 0.7;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-80{
    opacity: 0.8;
  }

  .xl\:opacity-90{
    opacity: 0.9;
  }

  .xl\:opacity-95{
    opacity: 0.95;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .xl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .xl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .xl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .xl\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .xl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .xl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xl\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .xl\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .xl\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .xl\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .xl\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .xl\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .xl\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .xl\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .xl\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .xl\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .xl\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .xl\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .xl\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .xl\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .xl\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .xl\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .xl\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .xl\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .xl\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .xl\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .xl\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .xl\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .xl\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .xl\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .xl\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .xl\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .xl\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .xl\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .xl\:bg-blend-color{
    background-blend-mode: color;
  }

  .xl\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .xl\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .xl\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .xl\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .xl\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .xl\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .xl\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .xl\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .xl\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .xl\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .xl\:mix-blend-color{
    mix-blend-mode: color;
  }

  .xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .xl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .xl\:ring-current{
    --tw-ring-color: currentColor;
  }

  .xl\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .xl\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .xl\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .xl\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .xl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .xl\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .xl\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .xl\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .xl\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .xl\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .xl\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .xl\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .xl\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .xl\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .xl\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .xl\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .xl\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .xl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .xl\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .xl\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .xl\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .xl\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .xl\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .xl\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .xl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .xl\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .xl\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .xl\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .xl\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .xl\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .xl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\:filter-none{
    filter: none;
  }

  .xl\:blur-0{
    --tw-blur: blur(0);
  }

  .xl\:blur-none{
    --tw-blur: blur(0);
  }

  .xl\:blur-sm{
    --tw-blur: blur(4px);
  }

  .xl\:blur{
    --tw-blur: blur(8px);
  }

  .xl\:blur-md{
    --tw-blur: blur(12px);
  }

  .xl\:blur-lg{
    --tw-blur: blur(16px);
  }

  .xl\:blur-xl{
    --tw-blur: blur(24px);
  }

  .xl\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .xl\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .xl\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .xl\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .xl\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .xl\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .xl\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .xl\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .xl\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .xl\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .xl\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .xl\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .xl\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .xl\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .xl\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .xl\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .xl\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .xl\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .xl\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .xl\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xl\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .xl\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .xl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:invert-0{
    --tw-invert: invert(0);
  }

  .xl\:invert{
    --tw-invert: invert(100%);
  }

  .xl\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .xl\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .xl\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .xl\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .xl\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .xl\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .xl\:sepia{
    --tw-sepia: sepia(100%);
  }

  .xl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .xl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .xl\:transition-none{
    transition-property: none;
  }

  .xl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:delay-75{
    transition-delay: 75ms;
  }

  .xl\:delay-100{
    transition-delay: 100ms;
  }

  .xl\:delay-150{
    transition-delay: 150ms;
  }

  .xl\:delay-200{
    transition-delay: 200ms;
  }

  .xl\:delay-300{
    transition-delay: 300ms;
  }

  .xl\:delay-500{
    transition-delay: 500ms;
  }

  .xl\:delay-700{
    transition-delay: 700ms;
  }

  .xl\:delay-1000{
    transition-delay: 1000ms;
  }

  .xl\:duration-75{
    transition-duration: 75ms;
  }

  .xl\:duration-100{
    transition-duration: 100ms;
  }

  .xl\:duration-150{
    transition-duration: 150ms;
  }

  .xl\:duration-200{
    transition-duration: 200ms;
  }

  .xl\:duration-300{
    transition-duration: 300ms;
  }

  .xl\:duration-500{
    transition-duration: 500ms;
  }

  .xl\:duration-700{
    transition-duration: 700ms;
  }

  .xl\:duration-1000{
    transition-duration: 1000ms;
  }

  .xl\:ease-linear{
    transition-timing-function: linear;
  }

  .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1536px){
  .\32xl\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .\32xl\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .\32xl\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .\32xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .\32xl\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .\32xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .\32xl\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .\32xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .\32xl\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .\32xl\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .\32xl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .\32xl\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .\32xl\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .\32xl\:container{
      max-width: 1701px;
    }
  }

  .\32xl\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .\32xl\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .\32xl\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .\32xl\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .\32xl\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .\32xl\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .\32xl\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .\32xl\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .\32xl\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .\32xl\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .\32xl\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .\32xl\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .\32xl\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .\32xl\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .\32xl\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .\32xl\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .\32xl\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .\32xl\:prose code::before{
    content: "`";
  }

  .\32xl\:prose code::after{
    content: "`";
  }

  .\32xl\:prose a code{
    color: #111827;
  }

  .\32xl\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .\32xl\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .\32xl\:prose pre code::before{
    content: "";
  }

  .\32xl\:prose pre code::after{
    content: "";
  }

  .\32xl\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .\32xl\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .\32xl\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .\32xl\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .\32xl\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .\32xl\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose h2 code{
    font-size: 0.875em;
  }

  .\32xl\:prose h3 code{
    font-size: 0.9em;
  }

  .\32xl\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .\32xl\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .\32xl\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .\32xl\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .\32xl\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .\32xl\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .\32xl\:prose ul ul, .\32xl\:prose ul ol, .\32xl\:prose ol ul, .\32xl\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .\32xl\:prose hr + *{
    margin-top: 0;
  }

  .\32xl\:prose h2 + *{
    margin-top: 0;
  }

  .\32xl\:prose h3 + *{
    margin-top: 0;
  }

  .\32xl\:prose h4 + *{
    margin-top: 0;
  }

  .\32xl\:prose thead th:first-child{
    padding-left: 0;
  }

  .\32xl\:prose thead th:last-child{
    padding-right: 0;
  }

  .\32xl\:prose tbody td:first-child{
    padding-left: 0;
  }

  .\32xl\:prose tbody td:last-child{
    padding-right: 0;
  }

  .\32xl\:prose > :first-child{
    margin-top: 0;
  }

  .\32xl\:prose > :last-child{
    margin-bottom: 0;
  }

  .\32xl\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .\32xl\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .\32xl\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .\32xl\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .\32xl\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .\32xl\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .\32xl\:prose-sm code{
    font-size: 0.8571429em;
  }

  .\32xl\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .\32xl\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .\32xl\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .\32xl\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .\32xl\:prose-sm ol > li::before{
    left: 0;
  }

  .\32xl\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .\32xl\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .\32xl\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .\32xl\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .\32xl\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .\32xl\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm ul ul, .\32xl\:prose-sm ul ol, .\32xl\:prose-sm ol ul, .\32xl\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .\32xl\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .\32xl\:prose-sm hr + *{
    margin-top: 0;
  }

  .\32xl\:prose-sm h2 + *{
    margin-top: 0;
  }

  .\32xl\:prose-sm h3 + *{
    margin-top: 0;
  }

  .\32xl\:prose-sm h4 + *{
    margin-top: 0;
  }

  .\32xl\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .\32xl\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .\32xl\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .\32xl\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .\32xl\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .\32xl\:prose-sm > :first-child{
    margin-top: 0;
  }

  .\32xl\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .\32xl\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .\32xl\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .\32xl\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .\32xl\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .\32xl\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .\32xl\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .\32xl\:prose-lg code{
    font-size: 0.8888889em;
  }

  .\32xl\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .\32xl\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .\32xl\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .\32xl\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .\32xl\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-lg ol > li::before{
    left: 0;
  }

  .\32xl\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .\32xl\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg ul ul, .\32xl\:prose-lg ul ol, .\32xl\:prose-lg ol ul, .\32xl\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .\32xl\:prose-lg hr + *{
    margin-top: 0;
  }

  .\32xl\:prose-lg h2 + *{
    margin-top: 0;
  }

  .\32xl\:prose-lg h3 + *{
    margin-top: 0;
  }

  .\32xl\:prose-lg h4 + *{
    margin-top: 0;
  }

  .\32xl\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .\32xl\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .\32xl\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .\32xl\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .\32xl\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .\32xl\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .\32xl\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .\32xl\:prose-lg > :first-child{
    margin-top: 0;
  }

  .\32xl\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .\32xl\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .\32xl\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .\32xl\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .\32xl\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .\32xl\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .\32xl\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .\32xl\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .\32xl\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .\32xl\:prose-xl code{
    font-size: 0.9em;
  }

  .\32xl\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .\32xl\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .\32xl\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .\32xl\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .\32xl\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .\32xl\:prose-xl ol > li::before{
    left: 0;
  }

  .\32xl\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .\32xl\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .\32xl\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .\32xl\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .\32xl\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .\32xl\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl ul ul, .\32xl\:prose-xl ul ol, .\32xl\:prose-xl ol ul, .\32xl\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .\32xl\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .\32xl\:prose-xl hr + *{
    margin-top: 0;
  }

  .\32xl\:prose-xl h2 + *{
    margin-top: 0;
  }

  .\32xl\:prose-xl h3 + *{
    margin-top: 0;
  }

  .\32xl\:prose-xl h4 + *{
    margin-top: 0;
  }

  .\32xl\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .\32xl\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .\32xl\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .\32xl\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .\32xl\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .\32xl\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .\32xl\:prose-xl > :first-child{
    margin-top: 0;
  }

  .\32xl\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .\32xl\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .\32xl\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .\32xl\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .\32xl\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .\32xl\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .\32xl\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .\32xl\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .\32xl\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .\32xl\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .\32xl\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .\32xl\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .\32xl\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .\32xl\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .\32xl\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-2xl ol > li::before{
    left: 0;
  }

  .\32xl\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .\32xl\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .\32xl\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl ul ul, .\32xl\:prose-2xl ul ol, .\32xl\:prose-2xl ol ul, .\32xl\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .\32xl\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .\32xl\:prose-2xl hr + *{
    margin-top: 0;
  }

  .\32xl\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .\32xl\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .\32xl\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .\32xl\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .\32xl\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .\32xl\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .\32xl\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .\32xl\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .\32xl\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .\32xl\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .\32xl\:prose-blue{
  }

  .\32xl\:prose-red{
  }

  .\32xl\:prose-pink{
  }

  .\32xl\:prose-indigo a{
    color: #4f46e5;
  }

  .\32xl\:prose-indigo a code{
    color: #4f46e5;
  }

  .\32xl\:prose-green a{
    color: #16a34a;
  }

  .\32xl\:prose-green a code{
    color: #16a34a;
  }

  .\32xl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:pointer-events-none{
    pointer-events: none;
  }

  .\32xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .\32xl\:visible{
    visibility: visible;
  }

  .\32xl\:invisible{
    visibility: hidden;
  }

  .\32xl\:static{
    position: static;
  }

  .\32xl\:fixed{
    position: fixed;
  }

  .\32xl\:absolute{
    position: absolute;
  }

  .\32xl\:relative{
    position: relative;
  }

  .\32xl\:sticky{
    position: sticky;
  }

  .\32xl\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .\32xl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .\32xl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .\32xl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .\32xl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .\32xl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .\32xl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .\32xl\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .\32xl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .\32xl\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .\32xl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .\32xl\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .\32xl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .\32xl\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .\32xl\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .\32xl\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .\32xl\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .\32xl\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .\32xl\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .\32xl\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .\32xl\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .\32xl\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .\32xl\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .\32xl\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .\32xl\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .\32xl\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .\32xl\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .\32xl\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .\32xl\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .\32xl\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .\32xl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .\32xl\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .\32xl\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .\32xl\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .\32xl\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .\32xl\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .\32xl\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .\32xl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .\32xl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .\32xl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .\32xl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .\32xl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .\32xl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .\32xl\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .\32xl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .\32xl\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .\32xl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .\32xl\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .\32xl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .\32xl\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .\32xl\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .\32xl\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .\32xl\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .\32xl\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .\32xl\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .\32xl\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .\32xl\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .\32xl\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .\32xl\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .\32xl\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .\32xl\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .\32xl\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .\32xl\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .\32xl\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .\32xl\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .\32xl\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .\32xl\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .\32xl\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .\32xl\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .\32xl\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .\32xl\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .\32xl\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .\32xl\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .\32xl\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .\32xl\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .\32xl\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .\32xl\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .\32xl\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .\32xl\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .\32xl\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .\32xl\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .\32xl\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .\32xl\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .\32xl\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .\32xl\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .\32xl\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .\32xl\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:top-0{
    top: 0px;
  }

  .\32xl\:top-1{
    top: 0.25rem;
  }

  .\32xl\:top-2{
    top: 0.5rem;
  }

  .\32xl\:top-3{
    top: 0.75rem;
  }

  .\32xl\:top-4{
    top: 1rem;
  }

  .\32xl\:top-5{
    top: 1.25rem;
  }

  .\32xl\:top-6{
    top: 1.5rem;
  }

  .\32xl\:top-7{
    top: 1.75rem;
  }

  .\32xl\:top-8{
    top: 2rem;
  }

  .\32xl\:top-9{
    top: 2.25rem;
  }

  .\32xl\:top-10{
    top: 2.5rem;
  }

  .\32xl\:top-11{
    top: 2.75rem;
  }

  .\32xl\:top-12{
    top: 3rem;
  }

  .\32xl\:top-14{
    top: 3.5rem;
  }

  .\32xl\:top-16{
    top: 4rem;
  }

  .\32xl\:top-20{
    top: 5rem;
  }

  .\32xl\:top-24{
    top: 6rem;
  }

  .\32xl\:top-28{
    top: 7rem;
  }

  .\32xl\:top-32{
    top: 8rem;
  }

  .\32xl\:top-36{
    top: 9rem;
  }

  .\32xl\:top-40{
    top: 10rem;
  }

  .\32xl\:top-44{
    top: 11rem;
  }

  .\32xl\:top-48{
    top: 12rem;
  }

  .\32xl\:top-52{
    top: 13rem;
  }

  .\32xl\:top-56{
    top: 14rem;
  }

  .\32xl\:top-60{
    top: 15rem;
  }

  .\32xl\:top-64{
    top: 16rem;
  }

  .\32xl\:top-72{
    top: 18rem;
  }

  .\32xl\:top-80{
    top: 20rem;
  }

  .\32xl\:top-96{
    top: 24rem;
  }

  .\32xl\:top-auto{
    top: auto;
  }

  .\32xl\:top-px{
    top: 1px;
  }

  .\32xl\:top-0\.5{
    top: 0.125rem;
  }

  .\32xl\:top-1\.5{
    top: 0.375rem;
  }

  .\32xl\:top-2\.5{
    top: 0.625rem;
  }

  .\32xl\:top-3\.5{
    top: 0.875rem;
  }

  .\32xl\:-top-0{
    top: 0px;
  }

  .\32xl\:-top-1{
    top: -0.25rem;
  }

  .\32xl\:-top-2{
    top: -0.5rem;
  }

  .\32xl\:-top-3{
    top: -0.75rem;
  }

  .\32xl\:-top-4{
    top: -1rem;
  }

  .\32xl\:-top-5{
    top: -1.25rem;
  }

  .\32xl\:-top-6{
    top: -1.5rem;
  }

  .\32xl\:-top-7{
    top: -1.75rem;
  }

  .\32xl\:-top-8{
    top: -2rem;
  }

  .\32xl\:-top-9{
    top: -2.25rem;
  }

  .\32xl\:-top-10{
    top: -2.5rem;
  }

  .\32xl\:-top-11{
    top: -2.75rem;
  }

  .\32xl\:-top-12{
    top: -3rem;
  }

  .\32xl\:-top-14{
    top: -3.5rem;
  }

  .\32xl\:-top-16{
    top: -4rem;
  }

  .\32xl\:-top-20{
    top: -5rem;
  }

  .\32xl\:-top-24{
    top: -6rem;
  }

  .\32xl\:-top-28{
    top: -7rem;
  }

  .\32xl\:-top-32{
    top: -8rem;
  }

  .\32xl\:-top-36{
    top: -9rem;
  }

  .\32xl\:-top-40{
    top: -10rem;
  }

  .\32xl\:-top-44{
    top: -11rem;
  }

  .\32xl\:-top-48{
    top: -12rem;
  }

  .\32xl\:-top-52{
    top: -13rem;
  }

  .\32xl\:-top-56{
    top: -14rem;
  }

  .\32xl\:-top-60{
    top: -15rem;
  }

  .\32xl\:-top-64{
    top: -16rem;
  }

  .\32xl\:-top-72{
    top: -18rem;
  }

  .\32xl\:-top-80{
    top: -20rem;
  }

  .\32xl\:-top-96{
    top: -24rem;
  }

  .\32xl\:-top-px{
    top: -1px;
  }

  .\32xl\:-top-0\.5{
    top: -0.125rem;
  }

  .\32xl\:-top-1\.5{
    top: -0.375rem;
  }

  .\32xl\:-top-2\.5{
    top: -0.625rem;
  }

  .\32xl\:-top-3\.5{
    top: -0.875rem;
  }

  .\32xl\:top-1\/2{
    top: 50%;
  }

  .\32xl\:top-1\/3{
    top: 33.333333%;
  }

  .\32xl\:top-2\/3{
    top: 66.666667%;
  }

  .\32xl\:top-1\/4{
    top: 25%;
  }

  .\32xl\:top-2\/4{
    top: 50%;
  }

  .\32xl\:top-3\/4{
    top: 75%;
  }

  .\32xl\:top-full{
    top: 100%;
  }

  .\32xl\:-top-1\/2{
    top: -50%;
  }

  .\32xl\:-top-1\/3{
    top: -33.333333%;
  }

  .\32xl\:-top-2\/3{
    top: -66.666667%;
  }

  .\32xl\:-top-1\/4{
    top: -25%;
  }

  .\32xl\:-top-2\/4{
    top: -50%;
  }

  .\32xl\:-top-3\/4{
    top: -75%;
  }

  .\32xl\:-top-full{
    top: -100%;
  }

  .\32xl\:right-0{
    right: 0px;
  }

  .\32xl\:right-1{
    right: 0.25rem;
  }

  .\32xl\:right-2{
    right: 0.5rem;
  }

  .\32xl\:right-3{
    right: 0.75rem;
  }

  .\32xl\:right-4{
    right: 1rem;
  }

  .\32xl\:right-5{
    right: 1.25rem;
  }

  .\32xl\:right-6{
    right: 1.5rem;
  }

  .\32xl\:right-7{
    right: 1.75rem;
  }

  .\32xl\:right-8{
    right: 2rem;
  }

  .\32xl\:right-9{
    right: 2.25rem;
  }

  .\32xl\:right-10{
    right: 2.5rem;
  }

  .\32xl\:right-11{
    right: 2.75rem;
  }

  .\32xl\:right-12{
    right: 3rem;
  }

  .\32xl\:right-14{
    right: 3.5rem;
  }

  .\32xl\:right-16{
    right: 4rem;
  }

  .\32xl\:right-20{
    right: 5rem;
  }

  .\32xl\:right-24{
    right: 6rem;
  }

  .\32xl\:right-28{
    right: 7rem;
  }

  .\32xl\:right-32{
    right: 8rem;
  }

  .\32xl\:right-36{
    right: 9rem;
  }

  .\32xl\:right-40{
    right: 10rem;
  }

  .\32xl\:right-44{
    right: 11rem;
  }

  .\32xl\:right-48{
    right: 12rem;
  }

  .\32xl\:right-52{
    right: 13rem;
  }

  .\32xl\:right-56{
    right: 14rem;
  }

  .\32xl\:right-60{
    right: 15rem;
  }

  .\32xl\:right-64{
    right: 16rem;
  }

  .\32xl\:right-72{
    right: 18rem;
  }

  .\32xl\:right-80{
    right: 20rem;
  }

  .\32xl\:right-96{
    right: 24rem;
  }

  .\32xl\:right-auto{
    right: auto;
  }

  .\32xl\:right-px{
    right: 1px;
  }

  .\32xl\:right-0\.5{
    right: 0.125rem;
  }

  .\32xl\:right-1\.5{
    right: 0.375rem;
  }

  .\32xl\:right-2\.5{
    right: 0.625rem;
  }

  .\32xl\:right-3\.5{
    right: 0.875rem;
  }

  .\32xl\:-right-0{
    right: 0px;
  }

  .\32xl\:-right-1{
    right: -0.25rem;
  }

  .\32xl\:-right-2{
    right: -0.5rem;
  }

  .\32xl\:-right-3{
    right: -0.75rem;
  }

  .\32xl\:-right-4{
    right: -1rem;
  }

  .\32xl\:-right-5{
    right: -1.25rem;
  }

  .\32xl\:-right-6{
    right: -1.5rem;
  }

  .\32xl\:-right-7{
    right: -1.75rem;
  }

  .\32xl\:-right-8{
    right: -2rem;
  }

  .\32xl\:-right-9{
    right: -2.25rem;
  }

  .\32xl\:-right-10{
    right: -2.5rem;
  }

  .\32xl\:-right-11{
    right: -2.75rem;
  }

  .\32xl\:-right-12{
    right: -3rem;
  }

  .\32xl\:-right-14{
    right: -3.5rem;
  }

  .\32xl\:-right-16{
    right: -4rem;
  }

  .\32xl\:-right-20{
    right: -5rem;
  }

  .\32xl\:-right-24{
    right: -6rem;
  }

  .\32xl\:-right-28{
    right: -7rem;
  }

  .\32xl\:-right-32{
    right: -8rem;
  }

  .\32xl\:-right-36{
    right: -9rem;
  }

  .\32xl\:-right-40{
    right: -10rem;
  }

  .\32xl\:-right-44{
    right: -11rem;
  }

  .\32xl\:-right-48{
    right: -12rem;
  }

  .\32xl\:-right-52{
    right: -13rem;
  }

  .\32xl\:-right-56{
    right: -14rem;
  }

  .\32xl\:-right-60{
    right: -15rem;
  }

  .\32xl\:-right-64{
    right: -16rem;
  }

  .\32xl\:-right-72{
    right: -18rem;
  }

  .\32xl\:-right-80{
    right: -20rem;
  }

  .\32xl\:-right-96{
    right: -24rem;
  }

  .\32xl\:-right-px{
    right: -1px;
  }

  .\32xl\:-right-0\.5{
    right: -0.125rem;
  }

  .\32xl\:-right-1\.5{
    right: -0.375rem;
  }

  .\32xl\:-right-2\.5{
    right: -0.625rem;
  }

  .\32xl\:-right-3\.5{
    right: -0.875rem;
  }

  .\32xl\:right-1\/2{
    right: 50%;
  }

  .\32xl\:right-1\/3{
    right: 33.333333%;
  }

  .\32xl\:right-2\/3{
    right: 66.666667%;
  }

  .\32xl\:right-1\/4{
    right: 25%;
  }

  .\32xl\:right-2\/4{
    right: 50%;
  }

  .\32xl\:right-3\/4{
    right: 75%;
  }

  .\32xl\:right-full{
    right: 100%;
  }

  .\32xl\:-right-1\/2{
    right: -50%;
  }

  .\32xl\:-right-1\/3{
    right: -33.333333%;
  }

  .\32xl\:-right-2\/3{
    right: -66.666667%;
  }

  .\32xl\:-right-1\/4{
    right: -25%;
  }

  .\32xl\:-right-2\/4{
    right: -50%;
  }

  .\32xl\:-right-3\/4{
    right: -75%;
  }

  .\32xl\:-right-full{
    right: -100%;
  }

  .\32xl\:bottom-0{
    bottom: 0px;
  }

  .\32xl\:bottom-1{
    bottom: 0.25rem;
  }

  .\32xl\:bottom-2{
    bottom: 0.5rem;
  }

  .\32xl\:bottom-3{
    bottom: 0.75rem;
  }

  .\32xl\:bottom-4{
    bottom: 1rem;
  }

  .\32xl\:bottom-5{
    bottom: 1.25rem;
  }

  .\32xl\:bottom-6{
    bottom: 1.5rem;
  }

  .\32xl\:bottom-7{
    bottom: 1.75rem;
  }

  .\32xl\:bottom-8{
    bottom: 2rem;
  }

  .\32xl\:bottom-9{
    bottom: 2.25rem;
  }

  .\32xl\:bottom-10{
    bottom: 2.5rem;
  }

  .\32xl\:bottom-11{
    bottom: 2.75rem;
  }

  .\32xl\:bottom-12{
    bottom: 3rem;
  }

  .\32xl\:bottom-14{
    bottom: 3.5rem;
  }

  .\32xl\:bottom-16{
    bottom: 4rem;
  }

  .\32xl\:bottom-20{
    bottom: 5rem;
  }

  .\32xl\:bottom-24{
    bottom: 6rem;
  }

  .\32xl\:bottom-28{
    bottom: 7rem;
  }

  .\32xl\:bottom-32{
    bottom: 8rem;
  }

  .\32xl\:bottom-36{
    bottom: 9rem;
  }

  .\32xl\:bottom-40{
    bottom: 10rem;
  }

  .\32xl\:bottom-44{
    bottom: 11rem;
  }

  .\32xl\:bottom-48{
    bottom: 12rem;
  }

  .\32xl\:bottom-52{
    bottom: 13rem;
  }

  .\32xl\:bottom-56{
    bottom: 14rem;
  }

  .\32xl\:bottom-60{
    bottom: 15rem;
  }

  .\32xl\:bottom-64{
    bottom: 16rem;
  }

  .\32xl\:bottom-72{
    bottom: 18rem;
  }

  .\32xl\:bottom-80{
    bottom: 20rem;
  }

  .\32xl\:bottom-96{
    bottom: 24rem;
  }

  .\32xl\:bottom-auto{
    bottom: auto;
  }

  .\32xl\:bottom-px{
    bottom: 1px;
  }

  .\32xl\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .\32xl\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .\32xl\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .\32xl\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .\32xl\:-bottom-0{
    bottom: 0px;
  }

  .\32xl\:-bottom-1{
    bottom: -0.25rem;
  }

  .\32xl\:-bottom-2{
    bottom: -0.5rem;
  }

  .\32xl\:-bottom-3{
    bottom: -0.75rem;
  }

  .\32xl\:-bottom-4{
    bottom: -1rem;
  }

  .\32xl\:-bottom-5{
    bottom: -1.25rem;
  }

  .\32xl\:-bottom-6{
    bottom: -1.5rem;
  }

  .\32xl\:-bottom-7{
    bottom: -1.75rem;
  }

  .\32xl\:-bottom-8{
    bottom: -2rem;
  }

  .\32xl\:-bottom-9{
    bottom: -2.25rem;
  }

  .\32xl\:-bottom-10{
    bottom: -2.5rem;
  }

  .\32xl\:-bottom-11{
    bottom: -2.75rem;
  }

  .\32xl\:-bottom-12{
    bottom: -3rem;
  }

  .\32xl\:-bottom-14{
    bottom: -3.5rem;
  }

  .\32xl\:-bottom-16{
    bottom: -4rem;
  }

  .\32xl\:-bottom-20{
    bottom: -5rem;
  }

  .\32xl\:-bottom-24{
    bottom: -6rem;
  }

  .\32xl\:-bottom-28{
    bottom: -7rem;
  }

  .\32xl\:-bottom-32{
    bottom: -8rem;
  }

  .\32xl\:-bottom-36{
    bottom: -9rem;
  }

  .\32xl\:-bottom-40{
    bottom: -10rem;
  }

  .\32xl\:-bottom-44{
    bottom: -11rem;
  }

  .\32xl\:-bottom-48{
    bottom: -12rem;
  }

  .\32xl\:-bottom-52{
    bottom: -13rem;
  }

  .\32xl\:-bottom-56{
    bottom: -14rem;
  }

  .\32xl\:-bottom-60{
    bottom: -15rem;
  }

  .\32xl\:-bottom-64{
    bottom: -16rem;
  }

  .\32xl\:-bottom-72{
    bottom: -18rem;
  }

  .\32xl\:-bottom-80{
    bottom: -20rem;
  }

  .\32xl\:-bottom-96{
    bottom: -24rem;
  }

  .\32xl\:-bottom-px{
    bottom: -1px;
  }

  .\32xl\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .\32xl\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .\32xl\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .\32xl\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .\32xl\:bottom-1\/2{
    bottom: 50%;
  }

  .\32xl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .\32xl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .\32xl\:bottom-1\/4{
    bottom: 25%;
  }

  .\32xl\:bottom-2\/4{
    bottom: 50%;
  }

  .\32xl\:bottom-3\/4{
    bottom: 75%;
  }

  .\32xl\:bottom-full{
    bottom: 100%;
  }

  .\32xl\:-bottom-1\/2{
    bottom: -50%;
  }

  .\32xl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .\32xl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .\32xl\:-bottom-1\/4{
    bottom: -25%;
  }

  .\32xl\:-bottom-2\/4{
    bottom: -50%;
  }

  .\32xl\:-bottom-3\/4{
    bottom: -75%;
  }

  .\32xl\:-bottom-full{
    bottom: -100%;
  }

  .\32xl\:left-0{
    left: 0px;
  }

  .\32xl\:left-1{
    left: 0.25rem;
  }

  .\32xl\:left-2{
    left: 0.5rem;
  }

  .\32xl\:left-3{
    left: 0.75rem;
  }

  .\32xl\:left-4{
    left: 1rem;
  }

  .\32xl\:left-5{
    left: 1.25rem;
  }

  .\32xl\:left-6{
    left: 1.5rem;
  }

  .\32xl\:left-7{
    left: 1.75rem;
  }

  .\32xl\:left-8{
    left: 2rem;
  }

  .\32xl\:left-9{
    left: 2.25rem;
  }

  .\32xl\:left-10{
    left: 2.5rem;
  }

  .\32xl\:left-11{
    left: 2.75rem;
  }

  .\32xl\:left-12{
    left: 3rem;
  }

  .\32xl\:left-14{
    left: 3.5rem;
  }

  .\32xl\:left-16{
    left: 4rem;
  }

  .\32xl\:left-20{
    left: 5rem;
  }

  .\32xl\:left-24{
    left: 6rem;
  }

  .\32xl\:left-28{
    left: 7rem;
  }

  .\32xl\:left-32{
    left: 8rem;
  }

  .\32xl\:left-36{
    left: 9rem;
  }

  .\32xl\:left-40{
    left: 10rem;
  }

  .\32xl\:left-44{
    left: 11rem;
  }

  .\32xl\:left-48{
    left: 12rem;
  }

  .\32xl\:left-52{
    left: 13rem;
  }

  .\32xl\:left-56{
    left: 14rem;
  }

  .\32xl\:left-60{
    left: 15rem;
  }

  .\32xl\:left-64{
    left: 16rem;
  }

  .\32xl\:left-72{
    left: 18rem;
  }

  .\32xl\:left-80{
    left: 20rem;
  }

  .\32xl\:left-96{
    left: 24rem;
  }

  .\32xl\:left-auto{
    left: auto;
  }

  .\32xl\:left-px{
    left: 1px;
  }

  .\32xl\:left-0\.5{
    left: 0.125rem;
  }

  .\32xl\:left-1\.5{
    left: 0.375rem;
  }

  .\32xl\:left-2\.5{
    left: 0.625rem;
  }

  .\32xl\:left-3\.5{
    left: 0.875rem;
  }

  .\32xl\:-left-0{
    left: 0px;
  }

  .\32xl\:-left-1{
    left: -0.25rem;
  }

  .\32xl\:-left-2{
    left: -0.5rem;
  }

  .\32xl\:-left-3{
    left: -0.75rem;
  }

  .\32xl\:-left-4{
    left: -1rem;
  }

  .\32xl\:-left-5{
    left: -1.25rem;
  }

  .\32xl\:-left-6{
    left: -1.5rem;
  }

  .\32xl\:-left-7{
    left: -1.75rem;
  }

  .\32xl\:-left-8{
    left: -2rem;
  }

  .\32xl\:-left-9{
    left: -2.25rem;
  }

  .\32xl\:-left-10{
    left: -2.5rem;
  }

  .\32xl\:-left-11{
    left: -2.75rem;
  }

  .\32xl\:-left-12{
    left: -3rem;
  }

  .\32xl\:-left-14{
    left: -3.5rem;
  }

  .\32xl\:-left-16{
    left: -4rem;
  }

  .\32xl\:-left-20{
    left: -5rem;
  }

  .\32xl\:-left-24{
    left: -6rem;
  }

  .\32xl\:-left-28{
    left: -7rem;
  }

  .\32xl\:-left-32{
    left: -8rem;
  }

  .\32xl\:-left-36{
    left: -9rem;
  }

  .\32xl\:-left-40{
    left: -10rem;
  }

  .\32xl\:-left-44{
    left: -11rem;
  }

  .\32xl\:-left-48{
    left: -12rem;
  }

  .\32xl\:-left-52{
    left: -13rem;
  }

  .\32xl\:-left-56{
    left: -14rem;
  }

  .\32xl\:-left-60{
    left: -15rem;
  }

  .\32xl\:-left-64{
    left: -16rem;
  }

  .\32xl\:-left-72{
    left: -18rem;
  }

  .\32xl\:-left-80{
    left: -20rem;
  }

  .\32xl\:-left-96{
    left: -24rem;
  }

  .\32xl\:-left-px{
    left: -1px;
  }

  .\32xl\:-left-0\.5{
    left: -0.125rem;
  }

  .\32xl\:-left-1\.5{
    left: -0.375rem;
  }

  .\32xl\:-left-2\.5{
    left: -0.625rem;
  }

  .\32xl\:-left-3\.5{
    left: -0.875rem;
  }

  .\32xl\:left-1\/2{
    left: 50%;
  }

  .\32xl\:left-1\/3{
    left: 33.333333%;
  }

  .\32xl\:left-2\/3{
    left: 66.666667%;
  }

  .\32xl\:left-1\/4{
    left: 25%;
  }

  .\32xl\:left-2\/4{
    left: 50%;
  }

  .\32xl\:left-3\/4{
    left: 75%;
  }

  .\32xl\:left-full{
    left: 100%;
  }

  .\32xl\:-left-1\/2{
    left: -50%;
  }

  .\32xl\:-left-1\/3{
    left: -33.333333%;
  }

  .\32xl\:-left-2\/3{
    left: -66.666667%;
  }

  .\32xl\:-left-1\/4{
    left: -25%;
  }

  .\32xl\:-left-2\/4{
    left: -50%;
  }

  .\32xl\:-left-3\/4{
    left: -75%;
  }

  .\32xl\:-left-full{
    left: -100%;
  }

  .\32xl\:isolate{
    isolation: isolate;
  }

  .\32xl\:isolation-auto{
    isolation: auto;
  }

  .\32xl\:z-0{
    z-index: 0;
  }

  .\32xl\:z-10{
    z-index: 10;
  }

  .\32xl\:z-20{
    z-index: 20;
  }

  .\32xl\:z-30{
    z-index: 30;
  }

  .\32xl\:z-40{
    z-index: 40;
  }

  .\32xl\:z-50{
    z-index: 50;
  }

  .\32xl\:z-auto{
    z-index: auto;
  }

  .\32xl\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .\32xl\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .\32xl\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .\32xl\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .\32xl\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .\32xl\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .\32xl\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .\32xl\:focus\:z-0:focus{
    z-index: 0;
  }

  .\32xl\:focus\:z-10:focus{
    z-index: 10;
  }

  .\32xl\:focus\:z-20:focus{
    z-index: 20;
  }

  .\32xl\:focus\:z-30:focus{
    z-index: 30;
  }

  .\32xl\:focus\:z-40:focus{
    z-index: 40;
  }

  .\32xl\:focus\:z-50:focus{
    z-index: 50;
  }

  .\32xl\:focus\:z-auto:focus{
    z-index: auto;
  }

  .\32xl\:order-1{
    order: 1;
  }

  .\32xl\:order-2{
    order: 2;
  }

  .\32xl\:order-3{
    order: 3;
  }

  .\32xl\:order-4{
    order: 4;
  }

  .\32xl\:order-5{
    order: 5;
  }

  .\32xl\:order-6{
    order: 6;
  }

  .\32xl\:order-7{
    order: 7;
  }

  .\32xl\:order-8{
    order: 8;
  }

  .\32xl\:order-9{
    order: 9;
  }

  .\32xl\:order-10{
    order: 10;
  }

  .\32xl\:order-11{
    order: 11;
  }

  .\32xl\:order-12{
    order: 12;
  }

  .\32xl\:order-first{
    order: -9999;
  }

  .\32xl\:order-last{
    order: 9999;
  }

  .\32xl\:order-none{
    order: 0;
  }

  .\32xl\:col-auto{
    grid-column: auto;
  }

  .\32xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .\32xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .\32xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .\32xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .\32xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .\32xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-span-full{
    grid-column: 1 / -1;
  }

  .\32xl\:col-start-1{
    grid-column-start: 1;
  }

  .\32xl\:col-start-2{
    grid-column-start: 2;
  }

  .\32xl\:col-start-3{
    grid-column-start: 3;
  }

  .\32xl\:col-start-4{
    grid-column-start: 4;
  }

  .\32xl\:col-start-5{
    grid-column-start: 5;
  }

  .\32xl\:col-start-6{
    grid-column-start: 6;
  }

  .\32xl\:col-start-7{
    grid-column-start: 7;
  }

  .\32xl\:col-start-8{
    grid-column-start: 8;
  }

  .\32xl\:col-start-9{
    grid-column-start: 9;
  }

  .\32xl\:col-start-10{
    grid-column-start: 10;
  }

  .\32xl\:col-start-11{
    grid-column-start: 11;
  }

  .\32xl\:col-start-12{
    grid-column-start: 12;
  }

  .\32xl\:col-start-13{
    grid-column-start: 13;
  }

  .\32xl\:col-start-auto{
    grid-column-start: auto;
  }

  .\32xl\:col-end-1{
    grid-column-end: 1;
  }

  .\32xl\:col-end-2{
    grid-column-end: 2;
  }

  .\32xl\:col-end-3{
    grid-column-end: 3;
  }

  .\32xl\:col-end-4{
    grid-column-end: 4;
  }

  .\32xl\:col-end-5{
    grid-column-end: 5;
  }

  .\32xl\:col-end-6{
    grid-column-end: 6;
  }

  .\32xl\:col-end-7{
    grid-column-end: 7;
  }

  .\32xl\:col-end-8{
    grid-column-end: 8;
  }

  .\32xl\:col-end-9{
    grid-column-end: 9;
  }

  .\32xl\:col-end-10{
    grid-column-end: 10;
  }

  .\32xl\:col-end-11{
    grid-column-end: 11;
  }

  .\32xl\:col-end-12{
    grid-column-end: 12;
  }

  .\32xl\:col-end-13{
    grid-column-end: 13;
  }

  .\32xl\:col-end-auto{
    grid-column-end: auto;
  }

  .\32xl\:row-auto{
    grid-row: auto;
  }

  .\32xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .\32xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .\32xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .\32xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .\32xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .\32xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .\32xl\:row-span-full{
    grid-row: 1 / -1;
  }

  .\32xl\:row-start-1{
    grid-row-start: 1;
  }

  .\32xl\:row-start-2{
    grid-row-start: 2;
  }

  .\32xl\:row-start-3{
    grid-row-start: 3;
  }

  .\32xl\:row-start-4{
    grid-row-start: 4;
  }

  .\32xl\:row-start-5{
    grid-row-start: 5;
  }

  .\32xl\:row-start-6{
    grid-row-start: 6;
  }

  .\32xl\:row-start-7{
    grid-row-start: 7;
  }

  .\32xl\:row-start-auto{
    grid-row-start: auto;
  }

  .\32xl\:row-end-1{
    grid-row-end: 1;
  }

  .\32xl\:row-end-2{
    grid-row-end: 2;
  }

  .\32xl\:row-end-3{
    grid-row-end: 3;
  }

  .\32xl\:row-end-4{
    grid-row-end: 4;
  }

  .\32xl\:row-end-5{
    grid-row-end: 5;
  }

  .\32xl\:row-end-6{
    grid-row-end: 6;
  }

  .\32xl\:row-end-7{
    grid-row-end: 7;
  }

  .\32xl\:row-end-auto{
    grid-row-end: auto;
  }

  .\32xl\:float-right{
    float: right;
  }

  .\32xl\:float-left{
    float: left;
  }

  .\32xl\:float-none{
    float: none;
  }

  .\32xl\:clear-left{
    clear: left;
  }

  .\32xl\:clear-right{
    clear: right;
  }

  .\32xl\:clear-both{
    clear: both;
  }

  .\32xl\:clear-none{
    clear: none;
  }

  .\32xl\:m-0{
    margin: 0px;
  }

  .\32xl\:m-1{
    margin: 0.25rem;
  }

  .\32xl\:m-2{
    margin: 0.5rem;
  }

  .\32xl\:m-3{
    margin: 0.75rem;
  }

  .\32xl\:m-4{
    margin: 1rem;
  }

  .\32xl\:m-5{
    margin: 1.25rem;
  }

  .\32xl\:m-6{
    margin: 1.5rem;
  }

  .\32xl\:m-7{
    margin: 1.75rem;
  }

  .\32xl\:m-8{
    margin: 2rem;
  }

  .\32xl\:m-9{
    margin: 2.25rem;
  }

  .\32xl\:m-10{
    margin: 2.5rem;
  }

  .\32xl\:m-11{
    margin: 2.75rem;
  }

  .\32xl\:m-12{
    margin: 3rem;
  }

  .\32xl\:m-14{
    margin: 3.5rem;
  }

  .\32xl\:m-16{
    margin: 4rem;
  }

  .\32xl\:m-20{
    margin: 5rem;
  }

  .\32xl\:m-24{
    margin: 6rem;
  }

  .\32xl\:m-28{
    margin: 7rem;
  }

  .\32xl\:m-32{
    margin: 8rem;
  }

  .\32xl\:m-36{
    margin: 9rem;
  }

  .\32xl\:m-40{
    margin: 10rem;
  }

  .\32xl\:m-44{
    margin: 11rem;
  }

  .\32xl\:m-48{
    margin: 12rem;
  }

  .\32xl\:m-52{
    margin: 13rem;
  }

  .\32xl\:m-56{
    margin: 14rem;
  }

  .\32xl\:m-60{
    margin: 15rem;
  }

  .\32xl\:m-64{
    margin: 16rem;
  }

  .\32xl\:m-72{
    margin: 18rem;
  }

  .\32xl\:m-80{
    margin: 20rem;
  }

  .\32xl\:m-96{
    margin: 24rem;
  }

  .\32xl\:m-auto{
    margin: auto;
  }

  .\32xl\:m-px{
    margin: 1px;
  }

  .\32xl\:m-0\.5{
    margin: 0.125rem;
  }

  .\32xl\:m-1\.5{
    margin: 0.375rem;
  }

  .\32xl\:m-2\.5{
    margin: 0.625rem;
  }

  .\32xl\:m-3\.5{
    margin: 0.875rem;
  }

  .\32xl\:-m-0{
    margin: 0px;
  }

  .\32xl\:-m-1{
    margin: -0.25rem;
  }

  .\32xl\:-m-2{
    margin: -0.5rem;
  }

  .\32xl\:-m-3{
    margin: -0.75rem;
  }

  .\32xl\:-m-4{
    margin: -1rem;
  }

  .\32xl\:-m-5{
    margin: -1.25rem;
  }

  .\32xl\:-m-6{
    margin: -1.5rem;
  }

  .\32xl\:-m-7{
    margin: -1.75rem;
  }

  .\32xl\:-m-8{
    margin: -2rem;
  }

  .\32xl\:-m-9{
    margin: -2.25rem;
  }

  .\32xl\:-m-10{
    margin: -2.5rem;
  }

  .\32xl\:-m-11{
    margin: -2.75rem;
  }

  .\32xl\:-m-12{
    margin: -3rem;
  }

  .\32xl\:-m-14{
    margin: -3.5rem;
  }

  .\32xl\:-m-16{
    margin: -4rem;
  }

  .\32xl\:-m-20{
    margin: -5rem;
  }

  .\32xl\:-m-24{
    margin: -6rem;
  }

  .\32xl\:-m-28{
    margin: -7rem;
  }

  .\32xl\:-m-32{
    margin: -8rem;
  }

  .\32xl\:-m-36{
    margin: -9rem;
  }

  .\32xl\:-m-40{
    margin: -10rem;
  }

  .\32xl\:-m-44{
    margin: -11rem;
  }

  .\32xl\:-m-48{
    margin: -12rem;
  }

  .\32xl\:-m-52{
    margin: -13rem;
  }

  .\32xl\:-m-56{
    margin: -14rem;
  }

  .\32xl\:-m-60{
    margin: -15rem;
  }

  .\32xl\:-m-64{
    margin: -16rem;
  }

  .\32xl\:-m-72{
    margin: -18rem;
  }

  .\32xl\:-m-80{
    margin: -20rem;
  }

  .\32xl\:-m-96{
    margin: -24rem;
  }

  .\32xl\:-m-px{
    margin: -1px;
  }

  .\32xl\:-m-0\.5{
    margin: -0.125rem;
  }

  .\32xl\:-m-1\.5{
    margin: -0.375rem;
  }

  .\32xl\:-m-2\.5{
    margin: -0.625rem;
  }

  .\32xl\:-m-3\.5{
    margin: -0.875rem;
  }

  .\32xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:mt-0{
    margin-top: 0px;
  }

  .\32xl\:mt-1{
    margin-top: 0.25rem;
  }

  .\32xl\:mt-2{
    margin-top: 0.5rem;
  }

  .\32xl\:mt-3{
    margin-top: 0.75rem;
  }

  .\32xl\:mt-4{
    margin-top: 1rem;
  }

  .\32xl\:mt-5{
    margin-top: 1.25rem;
  }

  .\32xl\:mt-6{
    margin-top: 1.5rem;
  }

  .\32xl\:mt-7{
    margin-top: 1.75rem;
  }

  .\32xl\:mt-8{
    margin-top: 2rem;
  }

  .\32xl\:mt-9{
    margin-top: 2.25rem;
  }

  .\32xl\:mt-10{
    margin-top: 2.5rem;
  }

  .\32xl\:mt-11{
    margin-top: 2.75rem;
  }

  .\32xl\:mt-12{
    margin-top: 3rem;
  }

  .\32xl\:mt-14{
    margin-top: 3.5rem;
  }

  .\32xl\:mt-16{
    margin-top: 4rem;
  }

  .\32xl\:mt-20{
    margin-top: 5rem;
  }

  .\32xl\:mt-24{
    margin-top: 6rem;
  }

  .\32xl\:mt-28{
    margin-top: 7rem;
  }

  .\32xl\:mt-32{
    margin-top: 8rem;
  }

  .\32xl\:mt-36{
    margin-top: 9rem;
  }

  .\32xl\:mt-40{
    margin-top: 10rem;
  }

  .\32xl\:mt-44{
    margin-top: 11rem;
  }

  .\32xl\:mt-48{
    margin-top: 12rem;
  }

  .\32xl\:mt-52{
    margin-top: 13rem;
  }

  .\32xl\:mt-56{
    margin-top: 14rem;
  }

  .\32xl\:mt-60{
    margin-top: 15rem;
  }

  .\32xl\:mt-64{
    margin-top: 16rem;
  }

  .\32xl\:mt-72{
    margin-top: 18rem;
  }

  .\32xl\:mt-80{
    margin-top: 20rem;
  }

  .\32xl\:mt-96{
    margin-top: 24rem;
  }

  .\32xl\:mt-auto{
    margin-top: auto;
  }

  .\32xl\:mt-px{
    margin-top: 1px;
  }

  .\32xl\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .\32xl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .\32xl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .\32xl\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .\32xl\:-mt-0{
    margin-top: 0px;
  }

  .\32xl\:-mt-1{
    margin-top: -0.25rem;
  }

  .\32xl\:-mt-2{
    margin-top: -0.5rem;
  }

  .\32xl\:-mt-3{
    margin-top: -0.75rem;
  }

  .\32xl\:-mt-4{
    margin-top: -1rem;
  }

  .\32xl\:-mt-5{
    margin-top: -1.25rem;
  }

  .\32xl\:-mt-6{
    margin-top: -1.5rem;
  }

  .\32xl\:-mt-7{
    margin-top: -1.75rem;
  }

  .\32xl\:-mt-8{
    margin-top: -2rem;
  }

  .\32xl\:-mt-9{
    margin-top: -2.25rem;
  }

  .\32xl\:-mt-10{
    margin-top: -2.5rem;
  }

  .\32xl\:-mt-11{
    margin-top: -2.75rem;
  }

  .\32xl\:-mt-12{
    margin-top: -3rem;
  }

  .\32xl\:-mt-14{
    margin-top: -3.5rem;
  }

  .\32xl\:-mt-16{
    margin-top: -4rem;
  }

  .\32xl\:-mt-20{
    margin-top: -5rem;
  }

  .\32xl\:-mt-24{
    margin-top: -6rem;
  }

  .\32xl\:-mt-28{
    margin-top: -7rem;
  }

  .\32xl\:-mt-32{
    margin-top: -8rem;
  }

  .\32xl\:-mt-36{
    margin-top: -9rem;
  }

  .\32xl\:-mt-40{
    margin-top: -10rem;
  }

  .\32xl\:-mt-44{
    margin-top: -11rem;
  }

  .\32xl\:-mt-48{
    margin-top: -12rem;
  }

  .\32xl\:-mt-52{
    margin-top: -13rem;
  }

  .\32xl\:-mt-56{
    margin-top: -14rem;
  }

  .\32xl\:-mt-60{
    margin-top: -15rem;
  }

  .\32xl\:-mt-64{
    margin-top: -16rem;
  }

  .\32xl\:-mt-72{
    margin-top: -18rem;
  }

  .\32xl\:-mt-80{
    margin-top: -20rem;
  }

  .\32xl\:-mt-96{
    margin-top: -24rem;
  }

  .\32xl\:-mt-px{
    margin-top: -1px;
  }

  .\32xl\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .\32xl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .\32xl\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .\32xl\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .\32xl\:mr-0{
    margin-right: 0px;
  }

  .\32xl\:mr-1{
    margin-right: 0.25rem;
  }

  .\32xl\:mr-2{
    margin-right: 0.5rem;
  }

  .\32xl\:mr-3{
    margin-right: 0.75rem;
  }

  .\32xl\:mr-4{
    margin-right: 1rem;
  }

  .\32xl\:mr-5{
    margin-right: 1.25rem;
  }

  .\32xl\:mr-6{
    margin-right: 1.5rem;
  }

  .\32xl\:mr-7{
    margin-right: 1.75rem;
  }

  .\32xl\:mr-8{
    margin-right: 2rem;
  }

  .\32xl\:mr-9{
    margin-right: 2.25rem;
  }

  .\32xl\:mr-10{
    margin-right: 2.5rem;
  }

  .\32xl\:mr-11{
    margin-right: 2.75rem;
  }

  .\32xl\:mr-12{
    margin-right: 3rem;
  }

  .\32xl\:mr-14{
    margin-right: 3.5rem;
  }

  .\32xl\:mr-16{
    margin-right: 4rem;
  }

  .\32xl\:mr-20{
    margin-right: 5rem;
  }

  .\32xl\:mr-24{
    margin-right: 6rem;
  }

  .\32xl\:mr-28{
    margin-right: 7rem;
  }

  .\32xl\:mr-32{
    margin-right: 8rem;
  }

  .\32xl\:mr-36{
    margin-right: 9rem;
  }

  .\32xl\:mr-40{
    margin-right: 10rem;
  }

  .\32xl\:mr-44{
    margin-right: 11rem;
  }

  .\32xl\:mr-48{
    margin-right: 12rem;
  }

  .\32xl\:mr-52{
    margin-right: 13rem;
  }

  .\32xl\:mr-56{
    margin-right: 14rem;
  }

  .\32xl\:mr-60{
    margin-right: 15rem;
  }

  .\32xl\:mr-64{
    margin-right: 16rem;
  }

  .\32xl\:mr-72{
    margin-right: 18rem;
  }

  .\32xl\:mr-80{
    margin-right: 20rem;
  }

  .\32xl\:mr-96{
    margin-right: 24rem;
  }

  .\32xl\:mr-auto{
    margin-right: auto;
  }

  .\32xl\:mr-px{
    margin-right: 1px;
  }

  .\32xl\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .\32xl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .\32xl\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .\32xl\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .\32xl\:-mr-0{
    margin-right: 0px;
  }

  .\32xl\:-mr-1{
    margin-right: -0.25rem;
  }

  .\32xl\:-mr-2{
    margin-right: -0.5rem;
  }

  .\32xl\:-mr-3{
    margin-right: -0.75rem;
  }

  .\32xl\:-mr-4{
    margin-right: -1rem;
  }

  .\32xl\:-mr-5{
    margin-right: -1.25rem;
  }

  .\32xl\:-mr-6{
    margin-right: -1.5rem;
  }

  .\32xl\:-mr-7{
    margin-right: -1.75rem;
  }

  .\32xl\:-mr-8{
    margin-right: -2rem;
  }

  .\32xl\:-mr-9{
    margin-right: -2.25rem;
  }

  .\32xl\:-mr-10{
    margin-right: -2.5rem;
  }

  .\32xl\:-mr-11{
    margin-right: -2.75rem;
  }

  .\32xl\:-mr-12{
    margin-right: -3rem;
  }

  .\32xl\:-mr-14{
    margin-right: -3.5rem;
  }

  .\32xl\:-mr-16{
    margin-right: -4rem;
  }

  .\32xl\:-mr-20{
    margin-right: -5rem;
  }

  .\32xl\:-mr-24{
    margin-right: -6rem;
  }

  .\32xl\:-mr-28{
    margin-right: -7rem;
  }

  .\32xl\:-mr-32{
    margin-right: -8rem;
  }

  .\32xl\:-mr-36{
    margin-right: -9rem;
  }

  .\32xl\:-mr-40{
    margin-right: -10rem;
  }

  .\32xl\:-mr-44{
    margin-right: -11rem;
  }

  .\32xl\:-mr-48{
    margin-right: -12rem;
  }

  .\32xl\:-mr-52{
    margin-right: -13rem;
  }

  .\32xl\:-mr-56{
    margin-right: -14rem;
  }

  .\32xl\:-mr-60{
    margin-right: -15rem;
  }

  .\32xl\:-mr-64{
    margin-right: -16rem;
  }

  .\32xl\:-mr-72{
    margin-right: -18rem;
  }

  .\32xl\:-mr-80{
    margin-right: -20rem;
  }

  .\32xl\:-mr-96{
    margin-right: -24rem;
  }

  .\32xl\:-mr-px{
    margin-right: -1px;
  }

  .\32xl\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .\32xl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .\32xl\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .\32xl\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .\32xl\:mb-0{
    margin-bottom: 0px;
  }

  .\32xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .\32xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .\32xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .\32xl\:mb-4{
    margin-bottom: 1rem;
  }

  .\32xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .\32xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .\32xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  .\32xl\:mb-8{
    margin-bottom: 2rem;
  }

  .\32xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .\32xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .\32xl\:mb-11{
    margin-bottom: 2.75rem;
  }

  .\32xl\:mb-12{
    margin-bottom: 3rem;
  }

  .\32xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .\32xl\:mb-16{
    margin-bottom: 4rem;
  }

  .\32xl\:mb-20{
    margin-bottom: 5rem;
  }

  .\32xl\:mb-24{
    margin-bottom: 6rem;
  }

  .\32xl\:mb-28{
    margin-bottom: 7rem;
  }

  .\32xl\:mb-32{
    margin-bottom: 8rem;
  }

  .\32xl\:mb-36{
    margin-bottom: 9rem;
  }

  .\32xl\:mb-40{
    margin-bottom: 10rem;
  }

  .\32xl\:mb-44{
    margin-bottom: 11rem;
  }

  .\32xl\:mb-48{
    margin-bottom: 12rem;
  }

  .\32xl\:mb-52{
    margin-bottom: 13rem;
  }

  .\32xl\:mb-56{
    margin-bottom: 14rem;
  }

  .\32xl\:mb-60{
    margin-bottom: 15rem;
  }

  .\32xl\:mb-64{
    margin-bottom: 16rem;
  }

  .\32xl\:mb-72{
    margin-bottom: 18rem;
  }

  .\32xl\:mb-80{
    margin-bottom: 20rem;
  }

  .\32xl\:mb-96{
    margin-bottom: 24rem;
  }

  .\32xl\:mb-auto{
    margin-bottom: auto;
  }

  .\32xl\:mb-px{
    margin-bottom: 1px;
  }

  .\32xl\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .\32xl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .\32xl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .\32xl\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .\32xl\:-mb-0{
    margin-bottom: 0px;
  }

  .\32xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .\32xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .\32xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .\32xl\:-mb-4{
    margin-bottom: -1rem;
  }

  .\32xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .\32xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .\32xl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .\32xl\:-mb-8{
    margin-bottom: -2rem;
  }

  .\32xl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .\32xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .\32xl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .\32xl\:-mb-12{
    margin-bottom: -3rem;
  }

  .\32xl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .\32xl\:-mb-16{
    margin-bottom: -4rem;
  }

  .\32xl\:-mb-20{
    margin-bottom: -5rem;
  }

  .\32xl\:-mb-24{
    margin-bottom: -6rem;
  }

  .\32xl\:-mb-28{
    margin-bottom: -7rem;
  }

  .\32xl\:-mb-32{
    margin-bottom: -8rem;
  }

  .\32xl\:-mb-36{
    margin-bottom: -9rem;
  }

  .\32xl\:-mb-40{
    margin-bottom: -10rem;
  }

  .\32xl\:-mb-44{
    margin-bottom: -11rem;
  }

  .\32xl\:-mb-48{
    margin-bottom: -12rem;
  }

  .\32xl\:-mb-52{
    margin-bottom: -13rem;
  }

  .\32xl\:-mb-56{
    margin-bottom: -14rem;
  }

  .\32xl\:-mb-60{
    margin-bottom: -15rem;
  }

  .\32xl\:-mb-64{
    margin-bottom: -16rem;
  }

  .\32xl\:-mb-72{
    margin-bottom: -18rem;
  }

  .\32xl\:-mb-80{
    margin-bottom: -20rem;
  }

  .\32xl\:-mb-96{
    margin-bottom: -24rem;
  }

  .\32xl\:-mb-px{
    margin-bottom: -1px;
  }

  .\32xl\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .\32xl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .\32xl\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .\32xl\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .\32xl\:ml-0{
    margin-left: 0px;
  }

  .\32xl\:ml-1{
    margin-left: 0.25rem;
  }

  .\32xl\:ml-2{
    margin-left: 0.5rem;
  }

  .\32xl\:ml-3{
    margin-left: 0.75rem;
  }

  .\32xl\:ml-4{
    margin-left: 1rem;
  }

  .\32xl\:ml-5{
    margin-left: 1.25rem;
  }

  .\32xl\:ml-6{
    margin-left: 1.5rem;
  }

  .\32xl\:ml-7{
    margin-left: 1.75rem;
  }

  .\32xl\:ml-8{
    margin-left: 2rem;
  }

  .\32xl\:ml-9{
    margin-left: 2.25rem;
  }

  .\32xl\:ml-10{
    margin-left: 2.5rem;
  }

  .\32xl\:ml-11{
    margin-left: 2.75rem;
  }

  .\32xl\:ml-12{
    margin-left: 3rem;
  }

  .\32xl\:ml-14{
    margin-left: 3.5rem;
  }

  .\32xl\:ml-16{
    margin-left: 4rem;
  }

  .\32xl\:ml-20{
    margin-left: 5rem;
  }

  .\32xl\:ml-24{
    margin-left: 6rem;
  }

  .\32xl\:ml-28{
    margin-left: 7rem;
  }

  .\32xl\:ml-32{
    margin-left: 8rem;
  }

  .\32xl\:ml-36{
    margin-left: 9rem;
  }

  .\32xl\:ml-40{
    margin-left: 10rem;
  }

  .\32xl\:ml-44{
    margin-left: 11rem;
  }

  .\32xl\:ml-48{
    margin-left: 12rem;
  }

  .\32xl\:ml-52{
    margin-left: 13rem;
  }

  .\32xl\:ml-56{
    margin-left: 14rem;
  }

  .\32xl\:ml-60{
    margin-left: 15rem;
  }

  .\32xl\:ml-64{
    margin-left: 16rem;
  }

  .\32xl\:ml-72{
    margin-left: 18rem;
  }

  .\32xl\:ml-80{
    margin-left: 20rem;
  }

  .\32xl\:ml-96{
    margin-left: 24rem;
  }

  .\32xl\:ml-auto{
    margin-left: auto;
  }

  .\32xl\:ml-px{
    margin-left: 1px;
  }

  .\32xl\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .\32xl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .\32xl\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .\32xl\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .\32xl\:-ml-0{
    margin-left: 0px;
  }

  .\32xl\:-ml-1{
    margin-left: -0.25rem;
  }

  .\32xl\:-ml-2{
    margin-left: -0.5rem;
  }

  .\32xl\:-ml-3{
    margin-left: -0.75rem;
  }

  .\32xl\:-ml-4{
    margin-left: -1rem;
  }

  .\32xl\:-ml-5{
    margin-left: -1.25rem;
  }

  .\32xl\:-ml-6{
    margin-left: -1.5rem;
  }

  .\32xl\:-ml-7{
    margin-left: -1.75rem;
  }

  .\32xl\:-ml-8{
    margin-left: -2rem;
  }

  .\32xl\:-ml-9{
    margin-left: -2.25rem;
  }

  .\32xl\:-ml-10{
    margin-left: -2.5rem;
  }

  .\32xl\:-ml-11{
    margin-left: -2.75rem;
  }

  .\32xl\:-ml-12{
    margin-left: -3rem;
  }

  .\32xl\:-ml-14{
    margin-left: -3.5rem;
  }

  .\32xl\:-ml-16{
    margin-left: -4rem;
  }

  .\32xl\:-ml-20{
    margin-left: -5rem;
  }

  .\32xl\:-ml-24{
    margin-left: -6rem;
  }

  .\32xl\:-ml-28{
    margin-left: -7rem;
  }

  .\32xl\:-ml-32{
    margin-left: -8rem;
  }

  .\32xl\:-ml-36{
    margin-left: -9rem;
  }

  .\32xl\:-ml-40{
    margin-left: -10rem;
  }

  .\32xl\:-ml-44{
    margin-left: -11rem;
  }

  .\32xl\:-ml-48{
    margin-left: -12rem;
  }

  .\32xl\:-ml-52{
    margin-left: -13rem;
  }

  .\32xl\:-ml-56{
    margin-left: -14rem;
  }

  .\32xl\:-ml-60{
    margin-left: -15rem;
  }

  .\32xl\:-ml-64{
    margin-left: -16rem;
  }

  .\32xl\:-ml-72{
    margin-left: -18rem;
  }

  .\32xl\:-ml-80{
    margin-left: -20rem;
  }

  .\32xl\:-ml-96{
    margin-left: -24rem;
  }

  .\32xl\:-ml-px{
    margin-left: -1px;
  }

  .\32xl\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .\32xl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .\32xl\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .\32xl\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .\32xl\:box-border{
    box-sizing: border-box;
  }

  .\32xl\:box-content{
    box-sizing: content-box;
  }

  .\32xl\:block{
    display: block;
  }

  .\32xl\:inline-block{
    display: inline-block;
  }

  .\32xl\:inline{
    display: inline;
  }

  .\32xl\:flex{
    display: flex;
  }

  .\32xl\:inline-flex{
    display: inline-flex;
  }

  .\32xl\:table{
    display: table;
  }

  .\32xl\:inline-table{
    display: inline-table;
  }

  .\32xl\:table-caption{
    display: table-caption;
  }

  .\32xl\:table-cell{
    display: table-cell;
  }

  .\32xl\:table-column{
    display: table-column;
  }

  .\32xl\:table-column-group{
    display: table-column-group;
  }

  .\32xl\:table-footer-group{
    display: table-footer-group;
  }

  .\32xl\:table-header-group{
    display: table-header-group;
  }

  .\32xl\:table-row-group{
    display: table-row-group;
  }

  .\32xl\:table-row{
    display: table-row;
  }

  .\32xl\:flow-root{
    display: flow-root;
  }

  .\32xl\:grid{
    display: grid;
  }

  .\32xl\:inline-grid{
    display: inline-grid;
  }

  .\32xl\:contents{
    display: contents;
  }

  .\32xl\:list-item{
    display: list-item;
  }

  .\32xl\:hidden{
    display: none;
  }

  .\32xl\:h-0{
    height: 0px;
  }

  .\32xl\:h-1{
    height: 0.25rem;
  }

  .\32xl\:h-2{
    height: 0.5rem;
  }

  .\32xl\:h-3{
    height: 0.75rem;
  }

  .\32xl\:h-4{
    height: 1rem;
  }

  .\32xl\:h-5{
    height: 1.25rem;
  }

  .\32xl\:h-6{
    height: 1.5rem;
  }

  .\32xl\:h-7{
    height: 1.75rem;
  }

  .\32xl\:h-8{
    height: 2rem;
  }

  .\32xl\:h-9{
    height: 2.25rem;
  }

  .\32xl\:h-10{
    height: 2.5rem;
  }

  .\32xl\:h-11{
    height: 2.75rem;
  }

  .\32xl\:h-12{
    height: 3rem;
  }

  .\32xl\:h-14{
    height: 3.5rem;
  }

  .\32xl\:h-16{
    height: 4rem;
  }

  .\32xl\:h-20{
    height: 5rem;
  }

  .\32xl\:h-24{
    height: 6rem;
  }

  .\32xl\:h-28{
    height: 7rem;
  }

  .\32xl\:h-32{
    height: 8rem;
  }

  .\32xl\:h-36{
    height: 9rem;
  }

  .\32xl\:h-40{
    height: 10rem;
  }

  .\32xl\:h-44{
    height: 11rem;
  }

  .\32xl\:h-48{
    height: 12rem;
  }

  .\32xl\:h-52{
    height: 13rem;
  }

  .\32xl\:h-56{
    height: 14rem;
  }

  .\32xl\:h-60{
    height: 15rem;
  }

  .\32xl\:h-64{
    height: 16rem;
  }

  .\32xl\:h-72{
    height: 18rem;
  }

  .\32xl\:h-80{
    height: 20rem;
  }

  .\32xl\:h-96{
    height: 24rem;
  }

  .\32xl\:h-auto{
    height: auto;
  }

  .\32xl\:h-px{
    height: 1px;
  }

  .\32xl\:h-0\.5{
    height: 0.125rem;
  }

  .\32xl\:h-1\.5{
    height: 0.375rem;
  }

  .\32xl\:h-2\.5{
    height: 0.625rem;
  }

  .\32xl\:h-3\.5{
    height: 0.875rem;
  }

  .\32xl\:h-1\/2{
    height: 50%;
  }

  .\32xl\:h-1\/3{
    height: 33.333333%;
  }

  .\32xl\:h-2\/3{
    height: 66.666667%;
  }

  .\32xl\:h-1\/4{
    height: 25%;
  }

  .\32xl\:h-2\/4{
    height: 50%;
  }

  .\32xl\:h-3\/4{
    height: 75%;
  }

  .\32xl\:h-1\/5{
    height: 20%;
  }

  .\32xl\:h-2\/5{
    height: 40%;
  }

  .\32xl\:h-3\/5{
    height: 60%;
  }

  .\32xl\:h-4\/5{
    height: 80%;
  }

  .\32xl\:h-1\/6{
    height: 16.666667%;
  }

  .\32xl\:h-2\/6{
    height: 33.333333%;
  }

  .\32xl\:h-3\/6{
    height: 50%;
  }

  .\32xl\:h-4\/6{
    height: 66.666667%;
  }

  .\32xl\:h-5\/6{
    height: 83.333333%;
  }

  .\32xl\:h-full{
    height: 100%;
  }

  .\32xl\:h-screen{
    height: 100vh;
  }

  .\32xl\:max-h-0{
    max-height: 0px;
  }

  .\32xl\:max-h-1{
    max-height: 0.25rem;
  }

  .\32xl\:max-h-2{
    max-height: 0.5rem;
  }

  .\32xl\:max-h-3{
    max-height: 0.75rem;
  }

  .\32xl\:max-h-4{
    max-height: 1rem;
  }

  .\32xl\:max-h-5{
    max-height: 1.25rem;
  }

  .\32xl\:max-h-6{
    max-height: 1.5rem;
  }

  .\32xl\:max-h-7{
    max-height: 1.75rem;
  }

  .\32xl\:max-h-8{
    max-height: 2rem;
  }

  .\32xl\:max-h-9{
    max-height: 2.25rem;
  }

  .\32xl\:max-h-10{
    max-height: 2.5rem;
  }

  .\32xl\:max-h-11{
    max-height: 2.75rem;
  }

  .\32xl\:max-h-12{
    max-height: 3rem;
  }

  .\32xl\:max-h-14{
    max-height: 3.5rem;
  }

  .\32xl\:max-h-16{
    max-height: 4rem;
  }

  .\32xl\:max-h-20{
    max-height: 5rem;
  }

  .\32xl\:max-h-24{
    max-height: 6rem;
  }

  .\32xl\:max-h-28{
    max-height: 7rem;
  }

  .\32xl\:max-h-32{
    max-height: 8rem;
  }

  .\32xl\:max-h-36{
    max-height: 9rem;
  }

  .\32xl\:max-h-40{
    max-height: 10rem;
  }

  .\32xl\:max-h-44{
    max-height: 11rem;
  }

  .\32xl\:max-h-48{
    max-height: 12rem;
  }

  .\32xl\:max-h-52{
    max-height: 13rem;
  }

  .\32xl\:max-h-56{
    max-height: 14rem;
  }

  .\32xl\:max-h-60{
    max-height: 15rem;
  }

  .\32xl\:max-h-64{
    max-height: 16rem;
  }

  .\32xl\:max-h-72{
    max-height: 18rem;
  }

  .\32xl\:max-h-80{
    max-height: 20rem;
  }

  .\32xl\:max-h-96{
    max-height: 24rem;
  }

  .\32xl\:max-h-px{
    max-height: 1px;
  }

  .\32xl\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .\32xl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .\32xl\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .\32xl\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .\32xl\:max-h-full{
    max-height: 100%;
  }

  .\32xl\:max-h-screen{
    max-height: 100vh;
  }

  .\32xl\:min-h-0{
    min-height: 0px;
  }

  .\32xl\:min-h-full{
    min-height: 100%;
  }

  .\32xl\:min-h-screen{
    min-height: 100vh;
  }

  .\32xl\:w-0{
    width: 0px;
  }

  .\32xl\:w-1{
    width: 0.25rem;
  }

  .\32xl\:w-2{
    width: 0.5rem;
  }

  .\32xl\:w-3{
    width: 0.75rem;
  }

  .\32xl\:w-4{
    width: 1rem;
  }

  .\32xl\:w-5{
    width: 1.25rem;
  }

  .\32xl\:w-6{
    width: 1.5rem;
  }

  .\32xl\:w-7{
    width: 1.75rem;
  }

  .\32xl\:w-8{
    width: 2rem;
  }

  .\32xl\:w-9{
    width: 2.25rem;
  }

  .\32xl\:w-10{
    width: 2.5rem;
  }

  .\32xl\:w-11{
    width: 2.75rem;
  }

  .\32xl\:w-12{
    width: 3rem;
  }

  .\32xl\:w-14{
    width: 3.5rem;
  }

  .\32xl\:w-16{
    width: 4rem;
  }

  .\32xl\:w-20{
    width: 5rem;
  }

  .\32xl\:w-24{
    width: 6rem;
  }

  .\32xl\:w-28{
    width: 7rem;
  }

  .\32xl\:w-32{
    width: 8rem;
  }

  .\32xl\:w-36{
    width: 9rem;
  }

  .\32xl\:w-40{
    width: 10rem;
  }

  .\32xl\:w-44{
    width: 11rem;
  }

  .\32xl\:w-48{
    width: 12rem;
  }

  .\32xl\:w-52{
    width: 13rem;
  }

  .\32xl\:w-56{
    width: 14rem;
  }

  .\32xl\:w-60{
    width: 15rem;
  }

  .\32xl\:w-64{
    width: 16rem;
  }

  .\32xl\:w-72{
    width: 18rem;
  }

  .\32xl\:w-80{
    width: 20rem;
  }

  .\32xl\:w-96{
    width: 24rem;
  }

  .\32xl\:w-auto{
    width: auto;
  }

  .\32xl\:w-px{
    width: 1px;
  }

  .\32xl\:w-0\.5{
    width: 0.125rem;
  }

  .\32xl\:w-1\.5{
    width: 0.375rem;
  }

  .\32xl\:w-2\.5{
    width: 0.625rem;
  }

  .\32xl\:w-3\.5{
    width: 0.875rem;
  }

  .\32xl\:w-1\/2{
    width: 50%;
  }

  .\32xl\:w-1\/3{
    width: 33.333333%;
  }

  .\32xl\:w-2\/3{
    width: 66.666667%;
  }

  .\32xl\:w-1\/4{
    width: 25%;
  }

  .\32xl\:w-2\/4{
    width: 50%;
  }

  .\32xl\:w-3\/4{
    width: 75%;
  }

  .\32xl\:w-1\/5{
    width: 20%;
  }

  .\32xl\:w-2\/5{
    width: 40%;
  }

  .\32xl\:w-3\/5{
    width: 60%;
  }

  .\32xl\:w-4\/5{
    width: 80%;
  }

  .\32xl\:w-1\/6{
    width: 16.666667%;
  }

  .\32xl\:w-2\/6{
    width: 33.333333%;
  }

  .\32xl\:w-3\/6{
    width: 50%;
  }

  .\32xl\:w-4\/6{
    width: 66.666667%;
  }

  .\32xl\:w-5\/6{
    width: 83.333333%;
  }

  .\32xl\:w-1\/12{
    width: 8.333333%;
  }

  .\32xl\:w-2\/12{
    width: 16.666667%;
  }

  .\32xl\:w-3\/12{
    width: 25%;
  }

  .\32xl\:w-4\/12{
    width: 33.333333%;
  }

  .\32xl\:w-5\/12{
    width: 41.666667%;
  }

  .\32xl\:w-6\/12{
    width: 50%;
  }

  .\32xl\:w-7\/12{
    width: 58.333333%;
  }

  .\32xl\:w-8\/12{
    width: 66.666667%;
  }

  .\32xl\:w-9\/12{
    width: 75%;
  }

  .\32xl\:w-10\/12{
    width: 83.333333%;
  }

  .\32xl\:w-11\/12{
    width: 91.666667%;
  }

  .\32xl\:w-full{
    width: 100%;
  }

  .\32xl\:w-screen{
    width: 100vw;
  }

  .\32xl\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:min-w-0{
    min-width: 0px;
  }

  .\32xl\:min-w-full{
    min-width: 100%;
  }

  .\32xl\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:max-w-0{
    max-width: 0rem;
  }

  .\32xl\:max-w-none{
    max-width: none;
  }

  .\32xl\:max-w-xs{
    max-width: 20rem;
  }

  .\32xl\:max-w-sm{
    max-width: 24rem;
  }

  .\32xl\:max-w-md{
    max-width: 28rem;
  }

  .\32xl\:max-w-lg{
    max-width: 32rem;
  }

  .\32xl\:max-w-xl{
    max-width: 36rem;
  }

  .\32xl\:max-w-2xl{
    max-width: 42rem;
  }

  .\32xl\:max-w-3xl{
    max-width: 48rem;
  }

  .\32xl\:max-w-4xl{
    max-width: 56rem;
  }

  .\32xl\:max-w-5xl{
    max-width: 64rem;
  }

  .\32xl\:max-w-6xl{
    max-width: 72rem;
  }

  .\32xl\:max-w-7xl{
    max-width: 80rem;
  }

  .\32xl\:max-w-full{
    max-width: 100%;
  }

  .\32xl\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:max-w-prose{
    max-width: 65ch;
  }

  .\32xl\:max-w-screen-sm{
    max-width: 640px;
  }

  .\32xl\:max-w-screen-md{
    max-width: 768px;
  }

  .\32xl\:max-w-screen-lg{
    max-width: 1024px;
  }

  .\32xl\:max-w-screen-xl{
    max-width: 1280px;
  }

  .\32xl\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .\32xl\:flex-1{
    flex: 1 1 0%;
  }

  .\32xl\:flex-auto{
    flex: 1 1 auto;
  }

  .\32xl\:flex-initial{
    flex: 0 1 auto;
  }

  .\32xl\:flex-none{
    flex: none;
  }

  .\32xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .\32xl\:flex-shrink{
    flex-shrink: 1;
  }

  .\32xl\:flex-grow-0{
    flex-grow: 0;
  }

  .\32xl\:flex-grow{
    flex-grow: 1;
  }

  .\32xl\:table-auto{
    table-layout: auto;
  }

  .\32xl\:table-fixed{
    table-layout: fixed;
  }

  .\32xl\:border-collapse{
    border-collapse: collapse;
  }

  .\32xl\:border-separate{
    border-collapse: separate;
  }

  .\32xl\:origin-center{
    transform-origin: center;
  }

  .\32xl\:origin-top{
    transform-origin: top;
  }

  .\32xl\:origin-top-right{
    transform-origin: top right;
  }

  .\32xl\:origin-right{
    transform-origin: right;
  }

  .\32xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .\32xl\:origin-bottom{
    transform-origin: bottom;
  }

  .\32xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .\32xl\:origin-left{
    transform-origin: left;
  }

  .\32xl\:origin-top-left{
    transform-origin: top left;
  }

  .\32xl\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:transform-none{
    transform: none;
  }

  .\32xl\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .\32xl\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .\32xl\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .\32xl\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .\32xl\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .\32xl\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .\32xl\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .\32xl\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .\32xl\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .\32xl\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .\32xl\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .\32xl\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .\32xl\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .\32xl\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .\32xl\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .\32xl\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .\32xl\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .\32xl\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .\32xl\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .\32xl\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .\32xl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .\32xl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .\32xl\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .\32xl\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .\32xl\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .\32xl\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .\32xl\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .\32xl\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .\32xl\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .\32xl\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .\32xl\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .\32xl\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .\32xl\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .\32xl\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .\32xl\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .\32xl\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .\32xl\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .\32xl\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .\32xl\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .\32xl\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .\32xl\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .\32xl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .\32xl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .\32xl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .\32xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .\32xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .\32xl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .\32xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .\32xl\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .\32xl\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .\32xl\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .\32xl\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .\32xl\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .\32xl\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .\32xl\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .\32xl\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .\32xl\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .\32xl\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .\32xl\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .\32xl\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .\32xl\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .\32xl\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .\32xl\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .\32xl\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .\32xl\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .\32xl\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .\32xl\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .\32xl\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .\32xl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .\32xl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .\32xl\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .\32xl\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .\32xl\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .\32xl\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .\32xl\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .\32xl\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .\32xl\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .\32xl\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .\32xl\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .\32xl\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .\32xl\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .\32xl\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .\32xl\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .\32xl\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .\32xl\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .\32xl\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .\32xl\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .\32xl\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .\32xl\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .\32xl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .\32xl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .\32xl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .\32xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .\32xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .\32xl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .\32xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .\32xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .\32xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .\32xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .\32xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .\32xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .\32xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .\32xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .\32xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .\32xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .\32xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .\32xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .\32xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .\32xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .\32xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .\32xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .\32xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .\32xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .\32xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .\32xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .\32xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .\32xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .\32xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .\32xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .\32xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .\32xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .\32xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .\32xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .\32xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .\32xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .\32xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .\32xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .\32xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .\32xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .\32xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .\32xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .\32xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .\32xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .\32xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .\32xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .\32xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .\32xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .\32xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .\32xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .\32xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .\32xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .\32xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .\32xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .\32xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .\32xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .\32xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .\32xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .\32xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .\32xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .\32xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .\32xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .\32xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .\32xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .\32xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .\32xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .\32xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .\32xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .\32xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .\32xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .\32xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .\32xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .\32xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .\32xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .\32xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .\32xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .\32xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .\32xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .\32xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .\32xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .\32xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .\32xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .\32xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .\32xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .\32xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .\32xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .\32xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .\32xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .\32xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .\32xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .\32xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .\32xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .\32xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .\32xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .\32xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .\32xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .\32xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .\32xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .\32xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .\32xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .\32xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .\32xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .\32xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .\32xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .\32xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .\32xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .\32xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .\32xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .\32xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .\32xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .\32xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .\32xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .\32xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .\32xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .\32xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .\32xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .\32xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .\32xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .\32xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .\32xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .\32xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .\32xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .\32xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .\32xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .\32xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .\32xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .\32xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .\32xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .\32xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .\32xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .\32xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .\32xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .\32xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .\32xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .\32xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .\32xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .\32xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .\32xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .\32xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .\32xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .\32xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .\32xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .\32xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .\32xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .\32xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .\32xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .\32xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .\32xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .\32xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .\32xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .\32xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .\32xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .\32xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .\32xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .\32xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .\32xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .\32xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .\32xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .\32xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .\32xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .\32xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .\32xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .\32xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .\32xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .\32xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .\32xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .\32xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .\32xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .\32xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .\32xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .\32xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .\32xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .\32xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .\32xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .\32xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .\32xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .\32xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .\32xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .\32xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .\32xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .\32xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .\32xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .\32xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .\32xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .\32xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .\32xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .\32xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .\32xl\:rotate-0{
    --tw-rotate: 0deg;
  }

  .\32xl\:rotate-1{
    --tw-rotate: 1deg;
  }

  .\32xl\:rotate-2{
    --tw-rotate: 2deg;
  }

  .\32xl\:rotate-3{
    --tw-rotate: 3deg;
  }

  .\32xl\:rotate-6{
    --tw-rotate: 6deg;
  }

  .\32xl\:rotate-12{
    --tw-rotate: 12deg;
  }

  .\32xl\:rotate-45{
    --tw-rotate: 45deg;
  }

  .\32xl\:rotate-90{
    --tw-rotate: 90deg;
  }

  .\32xl\:rotate-180{
    --tw-rotate: 180deg;
  }

  .\32xl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .\32xl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .\32xl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .\32xl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .\32xl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .\32xl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .\32xl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .\32xl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .\32xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .\32xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .\32xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .\32xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .\32xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .\32xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .\32xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .\32xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .\32xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .\32xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .\32xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .\32xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .\32xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .\32xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .\32xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .\32xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .\32xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .\32xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .\32xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .\32xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .\32xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .\32xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .\32xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .\32xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .\32xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .\32xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .\32xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .\32xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .\32xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .\32xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .\32xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .\32xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .\32xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .\32xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .\32xl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .\32xl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .\32xl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .\32xl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .\32xl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .\32xl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .\32xl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .\32xl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .\32xl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .\32xl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .\32xl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .\32xl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .\32xl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .\32xl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .\32xl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .\32xl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .\32xl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .\32xl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .\32xl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .\32xl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .\32xl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .\32xl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .\32xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .\32xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .\32xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .\32xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .\32xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .\32xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .\32xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .\32xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .\32xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .\32xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .\32xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .\32xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .\32xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .\32xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .\32xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .\32xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .\32xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .\32xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .\32xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .\32xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .\32xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .\32xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .\32xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .\32xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .\32xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .\32xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .\32xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .\32xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .\32xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .\32xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .\32xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .\32xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .\32xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .\32xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .\32xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .\32xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .\32xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .\32xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .\32xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .\32xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .\32xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .\32xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .\32xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .\32xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .\32xl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:scale-x-0{
    --tw-scale-x: 0;
  }

  .\32xl\:scale-x-50{
    --tw-scale-x: .5;
  }

  .\32xl\:scale-x-75{
    --tw-scale-x: .75;
  }

  .\32xl\:scale-x-90{
    --tw-scale-x: .9;
  }

  .\32xl\:scale-x-95{
    --tw-scale-x: .95;
  }

  .\32xl\:scale-x-100{
    --tw-scale-x: 1;
  }

  .\32xl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .\32xl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .\32xl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .\32xl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .\32xl\:scale-y-0{
    --tw-scale-y: 0;
  }

  .\32xl\:scale-y-50{
    --tw-scale-y: .5;
  }

  .\32xl\:scale-y-75{
    --tw-scale-y: .75;
  }

  .\32xl\:scale-y-90{
    --tw-scale-y: .9;
  }

  .\32xl\:scale-y-95{
    --tw-scale-y: .95;
  }

  .\32xl\:scale-y-100{
    --tw-scale-y: 1;
  }

  .\32xl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .\32xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .\32xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .\32xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .\32xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .\32xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .\32xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .\32xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .\32xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .\32xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .\32xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .\32xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .\32xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .\32xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .\32xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .\32xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .\32xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .\32xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .\32xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .\32xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .\32xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .\32xl\:animate-none{
    animation: none;
  }

  .\32xl\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .\32xl\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .\32xl\:cursor-auto{
    cursor: auto;
  }

  .\32xl\:cursor-default{
    cursor: default;
  }

  .\32xl\:cursor-pointer{
    cursor: pointer;
  }

  .\32xl\:cursor-wait{
    cursor: wait;
  }

  .\32xl\:cursor-text{
    cursor: text;
  }

  .\32xl\:cursor-move{
    cursor: move;
  }

  .\32xl\:cursor-help{
    cursor: help;
  }

  .\32xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .\32xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .\32xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .\32xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .\32xl\:resize-none{
    resize: none;
  }

  .\32xl\:resize-y{
    resize: vertical;
  }

  .\32xl\:resize-x{
    resize: horizontal;
  }

  .\32xl\:resize{
    resize: both;
  }

  .\32xl\:list-inside{
    list-style-position: inside;
  }

  .\32xl\:list-outside{
    list-style-position: outside;
  }

  .\32xl\:list-none{
    list-style-type: none;
  }

  .\32xl\:list-disc{
    list-style-type: disc;
  }

  .\32xl\:list-decimal{
    list-style-type: decimal;
  }

  .\32xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .\32xl\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .\32xl\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .\32xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  .\32xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  .\32xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .\32xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .\32xl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .\32xl\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .\32xl\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .\32xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-none{
    grid-template-columns: none;
  }

  .\32xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-none{
    grid-template-rows: none;
  }

  .\32xl\:flex-row{
    flex-direction: row;
  }

  .\32xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .\32xl\:flex-col{
    flex-direction: column;
  }

  .\32xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .\32xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .\32xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .\32xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .\32xl\:place-content-center{
    place-content: center;
  }

  .\32xl\:place-content-start{
    place-content: start;
  }

  .\32xl\:place-content-end{
    place-content: end;
  }

  .\32xl\:place-content-between{
    place-content: space-between;
  }

  .\32xl\:place-content-around{
    place-content: space-around;
  }

  .\32xl\:place-content-evenly{
    place-content: space-evenly;
  }

  .\32xl\:place-content-stretch{
    place-content: stretch;
  }

  .\32xl\:place-items-start{
    place-items: start;
  }

  .\32xl\:place-items-end{
    place-items: end;
  }

  .\32xl\:place-items-center{
    place-items: center;
  }

  .\32xl\:place-items-stretch{
    place-items: stretch;
  }

  .\32xl\:content-center{
    align-content: center;
  }

  .\32xl\:content-start{
    align-content: flex-start;
  }

  .\32xl\:content-end{
    align-content: flex-end;
  }

  .\32xl\:content-between{
    align-content: space-between;
  }

  .\32xl\:content-around{
    align-content: space-around;
  }

  .\32xl\:content-evenly{
    align-content: space-evenly;
  }

  .\32xl\:items-start{
    align-items: flex-start;
  }

  .\32xl\:items-end{
    align-items: flex-end;
  }

  .\32xl\:items-center{
    align-items: center;
  }

  .\32xl\:items-baseline{
    align-items: baseline;
  }

  .\32xl\:items-stretch{
    align-items: stretch;
  }

  .\32xl\:justify-start{
    justify-content: flex-start;
  }

  .\32xl\:justify-end{
    justify-content: flex-end;
  }

  .\32xl\:justify-center{
    justify-content: center;
  }

  .\32xl\:justify-between{
    justify-content: space-between;
  }

  .\32xl\:justify-around{
    justify-content: space-around;
  }

  .\32xl\:justify-evenly{
    justify-content: space-evenly;
  }

  .\32xl\:justify-items-start{
    justify-items: start;
  }

  .\32xl\:justify-items-end{
    justify-items: end;
  }

  .\32xl\:justify-items-center{
    justify-items: center;
  }

  .\32xl\:justify-items-stretch{
    justify-items: stretch;
  }

  .\32xl\:gap-0{
    gap: 0px;
  }

  .\32xl\:gap-1{
    gap: 0.25rem;
  }

  .\32xl\:gap-2{
    gap: 0.5rem;
  }

  .\32xl\:gap-3{
    gap: 0.75rem;
  }

  .\32xl\:gap-4{
    gap: 1rem;
  }

  .\32xl\:gap-5{
    gap: 1.25rem;
  }

  .\32xl\:gap-6{
    gap: 1.5rem;
  }

  .\32xl\:gap-7{
    gap: 1.75rem;
  }

  .\32xl\:gap-8{
    gap: 2rem;
  }

  .\32xl\:gap-9{
    gap: 2.25rem;
  }

  .\32xl\:gap-10{
    gap: 2.5rem;
  }

  .\32xl\:gap-11{
    gap: 2.75rem;
  }

  .\32xl\:gap-12{
    gap: 3rem;
  }

  .\32xl\:gap-14{
    gap: 3.5rem;
  }

  .\32xl\:gap-16{
    gap: 4rem;
  }

  .\32xl\:gap-20{
    gap: 5rem;
  }

  .\32xl\:gap-24{
    gap: 6rem;
  }

  .\32xl\:gap-28{
    gap: 7rem;
  }

  .\32xl\:gap-32{
    gap: 8rem;
  }

  .\32xl\:gap-36{
    gap: 9rem;
  }

  .\32xl\:gap-40{
    gap: 10rem;
  }

  .\32xl\:gap-44{
    gap: 11rem;
  }

  .\32xl\:gap-48{
    gap: 12rem;
  }

  .\32xl\:gap-52{
    gap: 13rem;
  }

  .\32xl\:gap-56{
    gap: 14rem;
  }

  .\32xl\:gap-60{
    gap: 15rem;
  }

  .\32xl\:gap-64{
    gap: 16rem;
  }

  .\32xl\:gap-72{
    gap: 18rem;
  }

  .\32xl\:gap-80{
    gap: 20rem;
  }

  .\32xl\:gap-96{
    gap: 24rem;
  }

  .\32xl\:gap-px{
    gap: 1px;
  }

  .\32xl\:gap-0\.5{
    gap: 0.125rem;
  }

  .\32xl\:gap-1\.5{
    gap: 0.375rem;
  }

  .\32xl\:gap-2\.5{
    gap: 0.625rem;
  }

  .\32xl\:gap-3\.5{
    gap: 0.875rem;
  }

  .\32xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:gap-y-0{
    row-gap: 0px;
  }

  .\32xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  .\32xl\:gap-y-2{
    row-gap: 0.5rem;
  }

  .\32xl\:gap-y-3{
    row-gap: 0.75rem;
  }

  .\32xl\:gap-y-4{
    row-gap: 1rem;
  }

  .\32xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .\32xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .\32xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .\32xl\:gap-y-8{
    row-gap: 2rem;
  }

  .\32xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  .\32xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  .\32xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .\32xl\:gap-y-12{
    row-gap: 3rem;
  }

  .\32xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  .\32xl\:gap-y-16{
    row-gap: 4rem;
  }

  .\32xl\:gap-y-20{
    row-gap: 5rem;
  }

  .\32xl\:gap-y-24{
    row-gap: 6rem;
  }

  .\32xl\:gap-y-28{
    row-gap: 7rem;
  }

  .\32xl\:gap-y-32{
    row-gap: 8rem;
  }

  .\32xl\:gap-y-36{
    row-gap: 9rem;
  }

  .\32xl\:gap-y-40{
    row-gap: 10rem;
  }

  .\32xl\:gap-y-44{
    row-gap: 11rem;
  }

  .\32xl\:gap-y-48{
    row-gap: 12rem;
  }

  .\32xl\:gap-y-52{
    row-gap: 13rem;
  }

  .\32xl\:gap-y-56{
    row-gap: 14rem;
  }

  .\32xl\:gap-y-60{
    row-gap: 15rem;
  }

  .\32xl\:gap-y-64{
    row-gap: 16rem;
  }

  .\32xl\:gap-y-72{
    row-gap: 18rem;
  }

  .\32xl\:gap-y-80{
    row-gap: 20rem;
  }

  .\32xl\:gap-y-96{
    row-gap: 24rem;
  }

  .\32xl\:gap-y-px{
    row-gap: 1px;
  }

  .\32xl\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .\32xl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .\32xl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .\32xl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .\32xl\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .\32xl\:place-self-auto{
    place-self: auto;
  }

  .\32xl\:place-self-start{
    place-self: start;
  }

  .\32xl\:place-self-end{
    place-self: end;
  }

  .\32xl\:place-self-center{
    place-self: center;
  }

  .\32xl\:place-self-stretch{
    place-self: stretch;
  }

  .\32xl\:self-auto{
    align-self: auto;
  }

  .\32xl\:self-start{
    align-self: flex-start;
  }

  .\32xl\:self-end{
    align-self: flex-end;
  }

  .\32xl\:self-center{
    align-self: center;
  }

  .\32xl\:self-stretch{
    align-self: stretch;
  }

  .\32xl\:self-baseline{
    align-self: baseline;
  }

  .\32xl\:justify-self-auto{
    justify-self: auto;
  }

  .\32xl\:justify-self-start{
    justify-self: start;
  }

  .\32xl\:justify-self-end{
    justify-self: end;
  }

  .\32xl\:justify-self-center{
    justify-self: center;
  }

  .\32xl\:justify-self-stretch{
    justify-self: stretch;
  }

  .\32xl\:overflow-auto{
    overflow: auto;
  }

  .\32xl\:overflow-hidden{
    overflow: hidden;
  }

  .\32xl\:overflow-visible{
    overflow: visible;
  }

  .\32xl\:overflow-scroll{
    overflow: scroll;
  }

  .\32xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .\32xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .\32xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .\32xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .\32xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .\32xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .\32xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .\32xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .\32xl\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .\32xl\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .\32xl\:overscroll-none{
    overscroll-behavior: none;
  }

  .\32xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .\32xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .\32xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .\32xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .\32xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .\32xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .\32xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .\32xl\:overflow-clip{
    text-overflow: clip;
  }

  .\32xl\:whitespace-normal{
    white-space: normal;
  }

  .\32xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  .\32xl\:whitespace-pre{
    white-space: pre;
  }

  .\32xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .\32xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .\32xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:break-words{
    overflow-wrap: break-word;
  }

  .\32xl\:break-all{
    word-break: break-all;
  }

  .\32xl\:rounded-none{
    border-radius: 0px;
  }

  .\32xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .\32xl\:rounded{
    border-radius: 0.25rem;
  }

  .\32xl\:rounded-md{
    border-radius: 0.375rem;
  }

  .\32xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .\32xl\:rounded-xl{
    border-radius: 0.75rem;
  }

  .\32xl\:rounded-2xl{
    border-radius: 1rem;
  }

  .\32xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .\32xl\:rounded-full{
    border-radius: 9999px;
  }

  .\32xl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .\32xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .\32xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .\32xl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:border-0{
    border-width: 0px;
  }

  .\32xl\:border-2{
    border-width: 2px;
  }

  .\32xl\:border-4{
    border-width: 4px;
  }

  .\32xl\:border-8{
    border-width: 8px;
  }

  .\32xl\:border{
    border-width: 1px;
  }

  .\32xl\:border-t-0{
    border-top-width: 0px;
  }

  .\32xl\:border-t-2{
    border-top-width: 2px;
  }

  .\32xl\:border-t-4{
    border-top-width: 4px;
  }

  .\32xl\:border-t-8{
    border-top-width: 8px;
  }

  .\32xl\:border-t{
    border-top-width: 1px;
  }

  .\32xl\:border-r-0{
    border-right-width: 0px;
  }

  .\32xl\:border-r-2{
    border-right-width: 2px;
  }

  .\32xl\:border-r-4{
    border-right-width: 4px;
  }

  .\32xl\:border-r-8{
    border-right-width: 8px;
  }

  .\32xl\:border-r{
    border-right-width: 1px;
  }

  .\32xl\:border-b-0{
    border-bottom-width: 0px;
  }

  .\32xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .\32xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .\32xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .\32xl\:border-b{
    border-bottom-width: 1px;
  }

  .\32xl\:border-l-0{
    border-left-width: 0px;
  }

  .\32xl\:border-l-2{
    border-left-width: 2px;
  }

  .\32xl\:border-l-4{
    border-left-width: 4px;
  }

  .\32xl\:border-l-8{
    border-left-width: 8px;
  }

  .\32xl\:border-l{
    border-left-width: 1px;
  }

  .\32xl\:border-solid{
    border-style: solid;
  }

  .\32xl\:border-dashed{
    border-style: dashed;
  }

  .\32xl\:border-dotted{
    border-style: dotted;
  }

  .\32xl\:border-double{
    border-style: double;
  }

  .\32xl\:border-none{
    border-style: none;
  }

  .\32xl\:border-transparent{
    border-color: transparent;
  }

  .\32xl\:border-current{
    border-color: currentColor;
  }

  .\32xl\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .\32xl\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .\32xl\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .\32xl\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .\32xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .\32xl\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .\32xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .\32xl\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .\32xl\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .\32xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .\32xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .\32xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .\32xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .\32xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .\32xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .\32xl\:bg-transparent{
    background-color: transparent;
  }

  .\32xl\:bg-current{
    background-color: currentColor;
  }

  .\32xl\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .\32xl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .\32xl\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .\32xl\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .\32xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .\32xl\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .\32xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .\32xl\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .\32xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .\32xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .\32xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .\32xl\:bg-none{
    background-image: none;
  }

  .\32xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .\32xl\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .\32xl\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .\32xl\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .\32xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .\32xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .\32xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .\32xl\:to-current{
    --tw-gradient-to: currentColor;
  }

  .\32xl\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .\32xl\:to-black{
    --tw-gradient-to: #000;
  }

  .\32xl\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .\32xl\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .\32xl\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .\32xl\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .\32xl\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .\32xl\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .\32xl\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .\32xl\:to-white{
    --tw-gradient-to: #fff;
  }

  .\32xl\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .\32xl\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .\32xl\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .\32xl\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .\32xl\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .\32xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .\32xl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .\32xl\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .\32xl\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .\32xl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .\32xl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .\32xl\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .\32xl\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .\32xl\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .\32xl\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .\32xl\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .\32xl\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .\32xl\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .\32xl\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .\32xl\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .\32xl\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .\32xl\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .\32xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .\32xl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .\32xl\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .\32xl\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .\32xl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .\32xl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .\32xl\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .\32xl\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .\32xl\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .\32xl\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .\32xl\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .\32xl\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .\32xl\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .\32xl\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .\32xl\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .\32xl\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .\32xl\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .\32xl\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .\32xl\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .\32xl\:bg-auto{
    background-size: auto;
  }

  .\32xl\:bg-cover{
    background-size: cover;
  }

  .\32xl\:bg-contain{
    background-size: contain;
  }

  .\32xl\:bg-fixed{
    background-attachment: fixed;
  }

  .\32xl\:bg-local{
    background-attachment: local;
  }

  .\32xl\:bg-scroll{
    background-attachment: scroll;
  }

  .\32xl\:bg-clip-border{
    background-clip: border-box;
  }

  .\32xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .\32xl\:bg-clip-content{
    background-clip: content-box;
  }

  .\32xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:bg-bottom{
    background-position: bottom;
  }

  .\32xl\:bg-center{
    background-position: center;
  }

  .\32xl\:bg-left{
    background-position: left;
  }

  .\32xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .\32xl\:bg-left-top{
    background-position: left top;
  }

  .\32xl\:bg-right{
    background-position: right;
  }

  .\32xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .\32xl\:bg-right-top{
    background-position: right top;
  }

  .\32xl\:bg-top{
    background-position: top;
  }

  .\32xl\:bg-repeat{
    background-repeat: repeat;
  }

  .\32xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .\32xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .\32xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .\32xl\:bg-repeat-round{
    background-repeat: round;
  }

  .\32xl\:bg-repeat-space{
    background-repeat: space;
  }

  .\32xl\:bg-origin-border{
    background-origin: border-box;
  }

  .\32xl\:bg-origin-padding{
    background-origin: padding-box;
  }

  .\32xl\:bg-origin-content{
    background-origin: content-box;
  }

  .\32xl\:fill-current{
    fill: currentColor;
  }

  .\32xl\:stroke-current{
    stroke: currentColor;
  }

  .\32xl\:stroke-0{
    stroke-width: 0;
  }

  .\32xl\:stroke-1{
    stroke-width: 1;
  }

  .\32xl\:stroke-2{
    stroke-width: 2;
  }

  .\32xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:p-0{
    padding: 0px;
  }

  .\32xl\:p-1{
    padding: 0.25rem;
  }

  .\32xl\:p-2{
    padding: 0.5rem;
  }

  .\32xl\:p-3{
    padding: 0.75rem;
  }

  .\32xl\:p-4{
    padding: 1rem;
  }

  .\32xl\:p-5{
    padding: 1.25rem;
  }

  .\32xl\:p-6{
    padding: 1.5rem;
  }

  .\32xl\:p-7{
    padding: 1.75rem;
  }

  .\32xl\:p-8{
    padding: 2rem;
  }

  .\32xl\:p-9{
    padding: 2.25rem;
  }

  .\32xl\:p-10{
    padding: 2.5rem;
  }

  .\32xl\:p-11{
    padding: 2.75rem;
  }

  .\32xl\:p-12{
    padding: 3rem;
  }

  .\32xl\:p-14{
    padding: 3.5rem;
  }

  .\32xl\:p-16{
    padding: 4rem;
  }

  .\32xl\:p-20{
    padding: 5rem;
  }

  .\32xl\:p-24{
    padding: 6rem;
  }

  .\32xl\:p-28{
    padding: 7rem;
  }

  .\32xl\:p-32{
    padding: 8rem;
  }

  .\32xl\:p-36{
    padding: 9rem;
  }

  .\32xl\:p-40{
    padding: 10rem;
  }

  .\32xl\:p-44{
    padding: 11rem;
  }

  .\32xl\:p-48{
    padding: 12rem;
  }

  .\32xl\:p-52{
    padding: 13rem;
  }

  .\32xl\:p-56{
    padding: 14rem;
  }

  .\32xl\:p-60{
    padding: 15rem;
  }

  .\32xl\:p-64{
    padding: 16rem;
  }

  .\32xl\:p-72{
    padding: 18rem;
  }

  .\32xl\:p-80{
    padding: 20rem;
  }

  .\32xl\:p-96{
    padding: 24rem;
  }

  .\32xl\:p-px{
    padding: 1px;
  }

  .\32xl\:p-0\.5{
    padding: 0.125rem;
  }

  .\32xl\:p-1\.5{
    padding: 0.375rem;
  }

  .\32xl\:p-2\.5{
    padding: 0.625rem;
  }

  .\32xl\:p-3\.5{
    padding: 0.875rem;
  }

  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:pt-0{
    padding-top: 0px;
  }

  .\32xl\:pt-1{
    padding-top: 0.25rem;
  }

  .\32xl\:pt-2{
    padding-top: 0.5rem;
  }

  .\32xl\:pt-3{
    padding-top: 0.75rem;
  }

  .\32xl\:pt-4{
    padding-top: 1rem;
  }

  .\32xl\:pt-5{
    padding-top: 1.25rem;
  }

  .\32xl\:pt-6{
    padding-top: 1.5rem;
  }

  .\32xl\:pt-7{
    padding-top: 1.75rem;
  }

  .\32xl\:pt-8{
    padding-top: 2rem;
  }

  .\32xl\:pt-9{
    padding-top: 2.25rem;
  }

  .\32xl\:pt-10{
    padding-top: 2.5rem;
  }

  .\32xl\:pt-11{
    padding-top: 2.75rem;
  }

  .\32xl\:pt-12{
    padding-top: 3rem;
  }

  .\32xl\:pt-14{
    padding-top: 3.5rem;
  }

  .\32xl\:pt-16{
    padding-top: 4rem;
  }

  .\32xl\:pt-20{
    padding-top: 5rem;
  }

  .\32xl\:pt-24{
    padding-top: 6rem;
  }

  .\32xl\:pt-28{
    padding-top: 7rem;
  }

  .\32xl\:pt-32{
    padding-top: 8rem;
  }

  .\32xl\:pt-36{
    padding-top: 9rem;
  }

  .\32xl\:pt-40{
    padding-top: 10rem;
  }

  .\32xl\:pt-44{
    padding-top: 11rem;
  }

  .\32xl\:pt-48{
    padding-top: 12rem;
  }

  .\32xl\:pt-52{
    padding-top: 13rem;
  }

  .\32xl\:pt-56{
    padding-top: 14rem;
  }

  .\32xl\:pt-60{
    padding-top: 15rem;
  }

  .\32xl\:pt-64{
    padding-top: 16rem;
  }

  .\32xl\:pt-72{
    padding-top: 18rem;
  }

  .\32xl\:pt-80{
    padding-top: 20rem;
  }

  .\32xl\:pt-96{
    padding-top: 24rem;
  }

  .\32xl\:pt-px{
    padding-top: 1px;
  }

  .\32xl\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .\32xl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .\32xl\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .\32xl\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .\32xl\:pr-0{
    padding-right: 0px;
  }

  .\32xl\:pr-1{
    padding-right: 0.25rem;
  }

  .\32xl\:pr-2{
    padding-right: 0.5rem;
  }

  .\32xl\:pr-3{
    padding-right: 0.75rem;
  }

  .\32xl\:pr-4{
    padding-right: 1rem;
  }

  .\32xl\:pr-5{
    padding-right: 1.25rem;
  }

  .\32xl\:pr-6{
    padding-right: 1.5rem;
  }

  .\32xl\:pr-7{
    padding-right: 1.75rem;
  }

  .\32xl\:pr-8{
    padding-right: 2rem;
  }

  .\32xl\:pr-9{
    padding-right: 2.25rem;
  }

  .\32xl\:pr-10{
    padding-right: 2.5rem;
  }

  .\32xl\:pr-11{
    padding-right: 2.75rem;
  }

  .\32xl\:pr-12{
    padding-right: 3rem;
  }

  .\32xl\:pr-14{
    padding-right: 3.5rem;
  }

  .\32xl\:pr-16{
    padding-right: 4rem;
  }

  .\32xl\:pr-20{
    padding-right: 5rem;
  }

  .\32xl\:pr-24{
    padding-right: 6rem;
  }

  .\32xl\:pr-28{
    padding-right: 7rem;
  }

  .\32xl\:pr-32{
    padding-right: 8rem;
  }

  .\32xl\:pr-36{
    padding-right: 9rem;
  }

  .\32xl\:pr-40{
    padding-right: 10rem;
  }

  .\32xl\:pr-44{
    padding-right: 11rem;
  }

  .\32xl\:pr-48{
    padding-right: 12rem;
  }

  .\32xl\:pr-52{
    padding-right: 13rem;
  }

  .\32xl\:pr-56{
    padding-right: 14rem;
  }

  .\32xl\:pr-60{
    padding-right: 15rem;
  }

  .\32xl\:pr-64{
    padding-right: 16rem;
  }

  .\32xl\:pr-72{
    padding-right: 18rem;
  }

  .\32xl\:pr-80{
    padding-right: 20rem;
  }

  .\32xl\:pr-96{
    padding-right: 24rem;
  }

  .\32xl\:pr-px{
    padding-right: 1px;
  }

  .\32xl\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .\32xl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .\32xl\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .\32xl\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .\32xl\:pb-0{
    padding-bottom: 0px;
  }

  .\32xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .\32xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .\32xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .\32xl\:pb-4{
    padding-bottom: 1rem;
  }

  .\32xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .\32xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .\32xl\:pb-7{
    padding-bottom: 1.75rem;
  }

  .\32xl\:pb-8{
    padding-bottom: 2rem;
  }

  .\32xl\:pb-9{
    padding-bottom: 2.25rem;
  }

  .\32xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .\32xl\:pb-11{
    padding-bottom: 2.75rem;
  }

  .\32xl\:pb-12{
    padding-bottom: 3rem;
  }

  .\32xl\:pb-14{
    padding-bottom: 3.5rem;
  }

  .\32xl\:pb-16{
    padding-bottom: 4rem;
  }

  .\32xl\:pb-20{
    padding-bottom: 5rem;
  }

  .\32xl\:pb-24{
    padding-bottom: 6rem;
  }

  .\32xl\:pb-28{
    padding-bottom: 7rem;
  }

  .\32xl\:pb-32{
    padding-bottom: 8rem;
  }

  .\32xl\:pb-36{
    padding-bottom: 9rem;
  }

  .\32xl\:pb-40{
    padding-bottom: 10rem;
  }

  .\32xl\:pb-44{
    padding-bottom: 11rem;
  }

  .\32xl\:pb-48{
    padding-bottom: 12rem;
  }

  .\32xl\:pb-52{
    padding-bottom: 13rem;
  }

  .\32xl\:pb-56{
    padding-bottom: 14rem;
  }

  .\32xl\:pb-60{
    padding-bottom: 15rem;
  }

  .\32xl\:pb-64{
    padding-bottom: 16rem;
  }

  .\32xl\:pb-72{
    padding-bottom: 18rem;
  }

  .\32xl\:pb-80{
    padding-bottom: 20rem;
  }

  .\32xl\:pb-96{
    padding-bottom: 24rem;
  }

  .\32xl\:pb-px{
    padding-bottom: 1px;
  }

  .\32xl\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .\32xl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .\32xl\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .\32xl\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .\32xl\:pl-0{
    padding-left: 0px;
  }

  .\32xl\:pl-1{
    padding-left: 0.25rem;
  }

  .\32xl\:pl-2{
    padding-left: 0.5rem;
  }

  .\32xl\:pl-3{
    padding-left: 0.75rem;
  }

  .\32xl\:pl-4{
    padding-left: 1rem;
  }

  .\32xl\:pl-5{
    padding-left: 1.25rem;
  }

  .\32xl\:pl-6{
    padding-left: 1.5rem;
  }

  .\32xl\:pl-7{
    padding-left: 1.75rem;
  }

  .\32xl\:pl-8{
    padding-left: 2rem;
  }

  .\32xl\:pl-9{
    padding-left: 2.25rem;
  }

  .\32xl\:pl-10{
    padding-left: 2.5rem;
  }

  .\32xl\:pl-11{
    padding-left: 2.75rem;
  }

  .\32xl\:pl-12{
    padding-left: 3rem;
  }

  .\32xl\:pl-14{
    padding-left: 3.5rem;
  }

  .\32xl\:pl-16{
    padding-left: 4rem;
  }

  .\32xl\:pl-20{
    padding-left: 5rem;
  }

  .\32xl\:pl-24{
    padding-left: 6rem;
  }

  .\32xl\:pl-28{
    padding-left: 7rem;
  }

  .\32xl\:pl-32{
    padding-left: 8rem;
  }

  .\32xl\:pl-36{
    padding-left: 9rem;
  }

  .\32xl\:pl-40{
    padding-left: 10rem;
  }

  .\32xl\:pl-44{
    padding-left: 11rem;
  }

  .\32xl\:pl-48{
    padding-left: 12rem;
  }

  .\32xl\:pl-52{
    padding-left: 13rem;
  }

  .\32xl\:pl-56{
    padding-left: 14rem;
  }

  .\32xl\:pl-60{
    padding-left: 15rem;
  }

  .\32xl\:pl-64{
    padding-left: 16rem;
  }

  .\32xl\:pl-72{
    padding-left: 18rem;
  }

  .\32xl\:pl-80{
    padding-left: 20rem;
  }

  .\32xl\:pl-96{
    padding-left: 24rem;
  }

  .\32xl\:pl-px{
    padding-left: 1px;
  }

  .\32xl\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .\32xl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .\32xl\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .\32xl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .\32xl\:text-left{
    text-align: left;
  }

  .\32xl\:text-center{
    text-align: center;
  }

  .\32xl\:text-right{
    text-align: right;
  }

  .\32xl\:text-justify{
    text-align: justify;
  }

  .\32xl\:align-baseline{
    vertical-align: baseline;
  }

  .\32xl\:align-top{
    vertical-align: top;
  }

  .\32xl\:align-middle{
    vertical-align: middle;
  }

  .\32xl\:align-bottom{
    vertical-align: bottom;
  }

  .\32xl\:align-text-top{
    vertical-align: text-top;
  }

  .\32xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .\32xl\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .\32xl\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:font-thin{
    font-weight: 100;
  }

  .\32xl\:font-extralight{
    font-weight: 200;
  }

  .\32xl\:font-light{
    font-weight: 300;
  }

  .\32xl\:font-normal{
    font-weight: 400;
  }

  .\32xl\:font-medium{
    font-weight: 500;
  }

  .\32xl\:font-semibold{
    font-weight: 600;
  }

  .\32xl\:font-bold{
    font-weight: 700;
  }

  .\32xl\:font-extrabold{
    font-weight: 800;
  }

  .\32xl\:font-black{
    font-weight: 900;
  }

  .\32xl\:uppercase{
    text-transform: uppercase;
  }

  .\32xl\:lowercase{
    text-transform: lowercase;
  }

  .\32xl\:capitalize{
    text-transform: capitalize;
  }

  .\32xl\:normal-case{
    text-transform: none;
  }

  .\32xl\:italic{
    font-style: italic;
  }

  .\32xl\:not-italic{
    font-style: normal;
  }

  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .\32xl\:normal-nums{
    font-variant-numeric: normal;
  }

  .\32xl\:ordinal{
    --tw-ordinal: ordinal;
  }

  .\32xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:leading-3{
    line-height: .75rem;
  }

  .\32xl\:leading-4{
    line-height: 1rem;
  }

  .\32xl\:leading-5{
    line-height: 1.25rem;
  }

  .\32xl\:leading-6{
    line-height: 1.5rem;
  }

  .\32xl\:leading-7{
    line-height: 1.75rem;
  }

  .\32xl\:leading-8{
    line-height: 2rem;
  }

  .\32xl\:leading-9{
    line-height: 2.25rem;
  }

  .\32xl\:leading-10{
    line-height: 2.5rem;
  }

  .\32xl\:leading-none{
    line-height: 1;
  }

  .\32xl\:leading-tight{
    line-height: 1.25;
  }

  .\32xl\:leading-snug{
    line-height: 1.375;
  }

  .\32xl\:leading-normal{
    line-height: 1.5;
  }

  .\32xl\:leading-relaxed{
    line-height: 1.625;
  }

  .\32xl\:leading-loose{
    line-height: 2;
  }

  .\32xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .\32xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .\32xl\:tracking-normal{
    letter-spacing: 0em;
  }

  .\32xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .\32xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .\32xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .\32xl\:text-transparent{
    color: transparent;
  }

  .\32xl\:text-current{
    color: currentColor;
  }

  .\32xl\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .\32xl\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .\32xl\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .\32xl\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .\32xl\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .\32xl\:hover\:text-current:hover{
    color: currentColor;
  }

  .\32xl\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .\32xl\:focus\:text-current:focus{
    color: currentColor;
  }

  .\32xl\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .\32xl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .\32xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .\32xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .\32xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .\32xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .\32xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .\32xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .\32xl\:underline{
    text-decoration: underline;
  }

  .\32xl\:line-through{
    text-decoration: line-through;
  }

  .\32xl\:no-underline{
    text-decoration: none;
  }

  .group:hover .\32xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .\32xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .\32xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .\32xl\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .\32xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .\32xl\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .\32xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .\32xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .\32xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .\32xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .\32xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .\32xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .\32xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .\32xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .\32xl\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .\32xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  .\32xl\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .\32xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .\32xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .\32xl\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:opacity-0{
    opacity: 0;
  }

  .\32xl\:opacity-5{
    opacity: 0.05;
  }

  .\32xl\:opacity-10{
    opacity: 0.1;
  }

  .\32xl\:opacity-20{
    opacity: 0.2;
  }

  .\32xl\:opacity-25{
    opacity: 0.25;
  }

  .\32xl\:opacity-30{
    opacity: 0.3;
  }

  .\32xl\:opacity-40{
    opacity: 0.4;
  }

  .\32xl\:opacity-50{
    opacity: 0.5;
  }

  .\32xl\:opacity-60{
    opacity: 0.6;
  }

  .\32xl\:opacity-70{
    opacity: 0.7;
  }

  .\32xl\:opacity-75{
    opacity: 0.75;
  }

  .\32xl\:opacity-80{
    opacity: 0.8;
  }

  .\32xl\:opacity-90{
    opacity: 0.9;
  }

  .\32xl\:opacity-95{
    opacity: 0.95;
  }

  .\32xl\:opacity-100{
    opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .\32xl\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .\32xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .\32xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .\32xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .\32xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .\32xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .\32xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .\32xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .\32xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .\32xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .\32xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .\32xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .\32xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .\32xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .\32xl\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .\32xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .\32xl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .\32xl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .\32xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .\32xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .\32xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .\32xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .\32xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .\32xl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .\32xl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .\32xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .\32xl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .\32xl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .\32xl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .\32xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .\32xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .\32xl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .\32xl\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .\32xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .\32xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .\32xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .\32xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .\32xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .\32xl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .\32xl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .\32xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .\32xl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .\32xl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .\32xl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .\32xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .\32xl\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .\32xl\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .\32xl\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .\32xl\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .\32xl\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .\32xl\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .\32xl\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .\32xl\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .\32xl\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .\32xl\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .\32xl\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .\32xl\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .\32xl\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .\32xl\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .\32xl\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .\32xl\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .\32xl\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .\32xl\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .\32xl\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .\32xl\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .\32xl\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .\32xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .\32xl\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .\32xl\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .\32xl\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .\32xl\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .\32xl\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .\32xl\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .\32xl\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .\32xl\:bg-blend-color{
    background-blend-mode: color;
  }

  .\32xl\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .\32xl\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .\32xl\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .\32xl\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .\32xl\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .\32xl\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .\32xl\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .\32xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .\32xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .\32xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .\32xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .\32xl\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .\32xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .\32xl\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .\32xl\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .\32xl\:mix-blend-color{
    mix-blend-mode: color;
  }

  .\32xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .\32xl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  .\32xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .\32xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .\32xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .\32xl\:ring-current{
    --tw-ring-color: currentColor;
  }

  .\32xl\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .\32xl\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .\32xl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .\32xl\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .\32xl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .\32xl\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .\32xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .\32xl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .\32xl\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .\32xl\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .\32xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .\32xl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .\32xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .\32xl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .\32xl\:filter-none{
    filter: none;
  }

  .\32xl\:blur-0{
    --tw-blur: blur(0);
  }

  .\32xl\:blur-none{
    --tw-blur: blur(0);
  }

  .\32xl\:blur-sm{
    --tw-blur: blur(4px);
  }

  .\32xl\:blur{
    --tw-blur: blur(8px);
  }

  .\32xl\:blur-md{
    --tw-blur: blur(12px);
  }

  .\32xl\:blur-lg{
    --tw-blur: blur(16px);
  }

  .\32xl\:blur-xl{
    --tw-blur: blur(24px);
  }

  .\32xl\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .\32xl\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .\32xl\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .\32xl\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .\32xl\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .\32xl\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .\32xl\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .\32xl\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .\32xl\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .\32xl\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .\32xl\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .\32xl\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .\32xl\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .\32xl\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .\32xl\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .\32xl\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .\32xl\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .\32xl\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .\32xl\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .\32xl\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .\32xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .\32xl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .\32xl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .\32xl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .\32xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .\32xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .\32xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .\32xl\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .\32xl\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .\32xl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .\32xl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .\32xl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .\32xl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .\32xl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .\32xl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .\32xl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .\32xl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .\32xl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .\32xl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .\32xl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .\32xl\:invert-0{
    --tw-invert: invert(0);
  }

  .\32xl\:invert{
    --tw-invert: invert(100%);
  }

  .\32xl\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .\32xl\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .\32xl\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .\32xl\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .\32xl\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .\32xl\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .\32xl\:sepia{
    --tw-sepia: sepia(100%);
  }

  .\32xl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .\32xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .\32xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .\32xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .\32xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .\32xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .\32xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .\32xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .\32xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .\32xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .\32xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .\32xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .\32xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .\32xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .\32xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .\32xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .\32xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .\32xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .\32xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .\32xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .\32xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .\32xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .\32xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .\32xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .\32xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .\32xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .\32xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .\32xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .\32xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .\32xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .\32xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .\32xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .\32xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .\32xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .\32xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .\32xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .\32xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .\32xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .\32xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .\32xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .\32xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .\32xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .\32xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .\32xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .\32xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .\32xl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .\32xl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .\32xl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .\32xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .\32xl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .\32xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .\32xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .\32xl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .\32xl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .\32xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .\32xl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .\32xl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .\32xl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .\32xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .\32xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .\32xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .\32xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .\32xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .\32xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .\32xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .\32xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .\32xl\:transition-none{
    transition-property: none;
  }

  .\32xl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:delay-75{
    transition-delay: 75ms;
  }

  .\32xl\:delay-100{
    transition-delay: 100ms;
  }

  .\32xl\:delay-150{
    transition-delay: 150ms;
  }

  .\32xl\:delay-200{
    transition-delay: 200ms;
  }

  .\32xl\:delay-300{
    transition-delay: 300ms;
  }

  .\32xl\:delay-500{
    transition-delay: 500ms;
  }

  .\32xl\:delay-700{
    transition-delay: 700ms;
  }

  .\32xl\:delay-1000{
    transition-delay: 1000ms;
  }

  .\32xl\:duration-75{
    transition-duration: 75ms;
  }

  .\32xl\:duration-100{
    transition-duration: 100ms;
  }

  .\32xl\:duration-150{
    transition-duration: 150ms;
  }

  .\32xl\:duration-200{
    transition-duration: 200ms;
  }

  .\32xl\:duration-300{
    transition-duration: 300ms;
  }

  .\32xl\:duration-500{
    transition-duration: 500ms;
  }

  .\32xl\:duration-700{
    transition-duration: 700ms;
  }

  .\32xl\:duration-1000{
    transition-duration: 1000ms;
  }

  .\32xl\:ease-linear{
    transition-timing-function: linear;
  }

  .\32xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 1700px){
  .smallDesktop\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .smallDesktop\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .smallDesktop\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .smallDesktop\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .smallDesktop\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .smallDesktop\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .smallDesktop\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .smallDesktop\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .smallDesktop\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .smallDesktop\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .smallDesktop\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .smallDesktop\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .smallDesktop\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .smallDesktop\:container{
      max-width: 1701px;
    }
  }

  .smallDesktop\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .smallDesktop\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallDesktop\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .smallDesktop\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .smallDesktop\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .smallDesktop\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .smallDesktop\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .smallDesktop\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .smallDesktop\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .smallDesktop\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .smallDesktop\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .smallDesktop\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .smallDesktop\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .smallDesktop\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .smallDesktop\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .smallDesktop\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .smallDesktop\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .smallDesktop\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .smallDesktop\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .smallDesktop\:prose code::before{
    content: "`";
  }

  .smallDesktop\:prose code::after{
    content: "`";
  }

  .smallDesktop\:prose a code{
    color: #111827;
  }

  .smallDesktop\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .smallDesktop\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .smallDesktop\:prose pre code::before{
    content: "";
  }

  .smallDesktop\:prose pre code::after{
    content: "";
  }

  .smallDesktop\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .smallDesktop\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .smallDesktop\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .smallDesktop\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .smallDesktop\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .smallDesktop\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .smallDesktop\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .smallDesktop\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .smallDesktop\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallDesktop\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallDesktop\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallDesktop\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallDesktop\:prose h2 code{
    font-size: 0.875em;
  }

  .smallDesktop\:prose h3 code{
    font-size: 0.9em;
  }

  .smallDesktop\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .smallDesktop\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .smallDesktop\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .smallDesktop\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .smallDesktop\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .smallDesktop\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .smallDesktop\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .smallDesktop\:prose ul ul, .smallDesktop\:prose ul ol, .smallDesktop\:prose ol ul, .smallDesktop\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .smallDesktop\:prose hr + *{
    margin-top: 0;
  }

  .smallDesktop\:prose h2 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose h3 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose h4 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose thead th:first-child{
    padding-left: 0;
  }

  .smallDesktop\:prose thead th:last-child{
    padding-right: 0;
  }

  .smallDesktop\:prose tbody td:first-child{
    padding-left: 0;
  }

  .smallDesktop\:prose tbody td:last-child{
    padding-right: 0;
  }

  .smallDesktop\:prose > :first-child{
    margin-top: 0;
  }

  .smallDesktop\:prose > :last-child{
    margin-bottom: 0;
  }

  .smallDesktop\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .smallDesktop\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .smallDesktop\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .smallDesktop\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .smallDesktop\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .smallDesktop\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .smallDesktop\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .smallDesktop\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .smallDesktop\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .smallDesktop\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .smallDesktop\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .smallDesktop\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallDesktop\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .smallDesktop\:prose-sm code{
    font-size: 0.8571429em;
  }

  .smallDesktop\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .smallDesktop\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .smallDesktop\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .smallDesktop\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .smallDesktop\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .smallDesktop\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .smallDesktop\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .smallDesktop\:prose-sm ol > li::before{
    left: 0;
  }

  .smallDesktop\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .smallDesktop\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .smallDesktop\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .smallDesktop\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .smallDesktop\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .smallDesktop\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .smallDesktop\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .smallDesktop\:prose-sm ul ul, .smallDesktop\:prose-sm ul ol, .smallDesktop\:prose-sm ol ul, .smallDesktop\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .smallDesktop\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .smallDesktop\:prose-sm hr + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-sm h2 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-sm h3 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-sm h4 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .smallDesktop\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .smallDesktop\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .smallDesktop\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .smallDesktop\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .smallDesktop\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .smallDesktop\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .smallDesktop\:prose-sm > :first-child{
    margin-top: 0;
  }

  .smallDesktop\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .smallDesktop\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .smallDesktop\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallDesktop\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .smallDesktop\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .smallDesktop\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .smallDesktop\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .smallDesktop\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .smallDesktop\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .smallDesktop\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .smallDesktop\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .smallDesktop\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .smallDesktop\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallDesktop\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .smallDesktop\:prose-lg code{
    font-size: 0.8888889em;
  }

  .smallDesktop\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .smallDesktop\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .smallDesktop\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .smallDesktop\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallDesktop\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallDesktop\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .smallDesktop\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .smallDesktop\:prose-lg ol > li::before{
    left: 0;
  }

  .smallDesktop\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .smallDesktop\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .smallDesktop\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .smallDesktop\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallDesktop\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallDesktop\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallDesktop\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallDesktop\:prose-lg ul ul, .smallDesktop\:prose-lg ul ol, .smallDesktop\:prose-lg ol ul, .smallDesktop\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .smallDesktop\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .smallDesktop\:prose-lg hr + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-lg h2 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-lg h3 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-lg h4 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .smallDesktop\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .smallDesktop\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .smallDesktop\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .smallDesktop\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .smallDesktop\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .smallDesktop\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .smallDesktop\:prose-lg > :first-child{
    margin-top: 0;
  }

  .smallDesktop\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .smallDesktop\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .smallDesktop\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallDesktop\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .smallDesktop\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .smallDesktop\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .smallDesktop\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .smallDesktop\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .smallDesktop\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .smallDesktop\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallDesktop\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallDesktop\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallDesktop\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallDesktop\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .smallDesktop\:prose-xl code{
    font-size: 0.9em;
  }

  .smallDesktop\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .smallDesktop\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .smallDesktop\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .smallDesktop\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallDesktop\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallDesktop\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .smallDesktop\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .smallDesktop\:prose-xl ol > li::before{
    left: 0;
  }

  .smallDesktop\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .smallDesktop\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .smallDesktop\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .smallDesktop\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .smallDesktop\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .smallDesktop\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .smallDesktop\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .smallDesktop\:prose-xl ul ul, .smallDesktop\:prose-xl ul ol, .smallDesktop\:prose-xl ol ul, .smallDesktop\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .smallDesktop\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .smallDesktop\:prose-xl hr + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-xl h2 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-xl h3 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-xl h4 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .smallDesktop\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .smallDesktop\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .smallDesktop\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .smallDesktop\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .smallDesktop\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .smallDesktop\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .smallDesktop\:prose-xl > :first-child{
    margin-top: 0;
  }

  .smallDesktop\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .smallDesktop\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .smallDesktop\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallDesktop\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .smallDesktop\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .smallDesktop\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .smallDesktop\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .smallDesktop\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .smallDesktop\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .smallDesktop\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallDesktop\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallDesktop\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallDesktop\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallDesktop\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .smallDesktop\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .smallDesktop\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .smallDesktop\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .smallDesktop\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .smallDesktop\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallDesktop\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallDesktop\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .smallDesktop\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .smallDesktop\:prose-2xl ol > li::before{
    left: 0;
  }

  .smallDesktop\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .smallDesktop\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .smallDesktop\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .smallDesktop\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallDesktop\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallDesktop\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallDesktop\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallDesktop\:prose-2xl ul ul, .smallDesktop\:prose-2xl ul ol, .smallDesktop\:prose-2xl ol ul, .smallDesktop\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .smallDesktop\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .smallDesktop\:prose-2xl hr + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .smallDesktop\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .smallDesktop\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .smallDesktop\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .smallDesktop\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .smallDesktop\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .smallDesktop\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .smallDesktop\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .smallDesktop\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .smallDesktop\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .smallDesktop\:prose-blue{
  }

  .smallDesktop\:prose-red{
  }

  .smallDesktop\:prose-pink{
  }

  .smallDesktop\:prose-indigo a{
    color: #4f46e5;
  }

  .smallDesktop\:prose-indigo a code{
    color: #4f46e5;
  }

  .smallDesktop\:prose-green a{
    color: #16a34a;
  }

  .smallDesktop\:prose-green a code{
    color: #16a34a;
  }

  .smallDesktop\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .smallDesktop\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .smallDesktop\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .smallDesktop\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .smallDesktop\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .smallDesktop\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .smallDesktop\:pointer-events-none{
    pointer-events: none;
  }

  .smallDesktop\:pointer-events-auto{
    pointer-events: auto;
  }

  .smallDesktop\:visible{
    visibility: visible;
  }

  .smallDesktop\:invisible{
    visibility: hidden;
  }

  .smallDesktop\:static{
    position: static;
  }

  .smallDesktop\:fixed{
    position: fixed;
  }

  .smallDesktop\:absolute{
    position: absolute;
  }

  .smallDesktop\:relative{
    position: relative;
  }

  .smallDesktop\:sticky{
    position: sticky;
  }

  .smallDesktop\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .smallDesktop\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .smallDesktop\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .smallDesktop\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .smallDesktop\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .smallDesktop\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .smallDesktop\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .smallDesktop\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .smallDesktop\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .smallDesktop\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .smallDesktop\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .smallDesktop\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .smallDesktop\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .smallDesktop\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .smallDesktop\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .smallDesktop\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .smallDesktop\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .smallDesktop\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .smallDesktop\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .smallDesktop\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .smallDesktop\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .smallDesktop\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .smallDesktop\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .smallDesktop\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .smallDesktop\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .smallDesktop\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .smallDesktop\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .smallDesktop\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .smallDesktop\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .smallDesktop\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .smallDesktop\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .smallDesktop\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .smallDesktop\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .smallDesktop\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .smallDesktop\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .smallDesktop\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .smallDesktop\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .smallDesktop\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .smallDesktop\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .smallDesktop\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .smallDesktop\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .smallDesktop\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .smallDesktop\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .smallDesktop\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .smallDesktop\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .smallDesktop\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .smallDesktop\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .smallDesktop\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .smallDesktop\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .smallDesktop\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .smallDesktop\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .smallDesktop\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .smallDesktop\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .smallDesktop\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .smallDesktop\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .smallDesktop\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .smallDesktop\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .smallDesktop\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .smallDesktop\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .smallDesktop\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .smallDesktop\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .smallDesktop\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .smallDesktop\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .smallDesktop\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .smallDesktop\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .smallDesktop\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .smallDesktop\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .smallDesktop\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .smallDesktop\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .smallDesktop\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .smallDesktop\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .smallDesktop\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .smallDesktop\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .smallDesktop\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .smallDesktop\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .smallDesktop\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .smallDesktop\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .smallDesktop\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .smallDesktop\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .smallDesktop\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .smallDesktop\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .smallDesktop\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .smallDesktop\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .smallDesktop\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .smallDesktop\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .smallDesktop\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .smallDesktop\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .smallDesktop\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .smallDesktop\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .smallDesktop\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .smallDesktop\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .smallDesktop\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .smallDesktop\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .smallDesktop\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .smallDesktop\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .smallDesktop\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .smallDesktop\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .smallDesktop\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .smallDesktop\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .smallDesktop\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .smallDesktop\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .smallDesktop\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .smallDesktop\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .smallDesktop\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .smallDesktop\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .smallDesktop\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .smallDesktop\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .smallDesktop\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .smallDesktop\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .smallDesktop\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .smallDesktop\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .smallDesktop\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .smallDesktop\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .smallDesktop\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .smallDesktop\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .smallDesktop\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .smallDesktop\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .smallDesktop\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .smallDesktop\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .smallDesktop\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .smallDesktop\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .smallDesktop\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .smallDesktop\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .smallDesktop\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .smallDesktop\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .smallDesktop\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .smallDesktop\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .smallDesktop\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .smallDesktop\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .smallDesktop\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .smallDesktop\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .smallDesktop\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .smallDesktop\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .smallDesktop\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .smallDesktop\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .smallDesktop\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .smallDesktop\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .smallDesktop\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .smallDesktop\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .smallDesktop\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .smallDesktop\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .smallDesktop\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .smallDesktop\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .smallDesktop\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .smallDesktop\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .smallDesktop\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .smallDesktop\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .smallDesktop\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .smallDesktop\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .smallDesktop\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .smallDesktop\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .smallDesktop\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .smallDesktop\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .smallDesktop\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .smallDesktop\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .smallDesktop\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .smallDesktop\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .smallDesktop\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .smallDesktop\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .smallDesktop\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .smallDesktop\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .smallDesktop\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .smallDesktop\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .smallDesktop\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .smallDesktop\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .smallDesktop\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .smallDesktop\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .smallDesktop\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .smallDesktop\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .smallDesktop\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .smallDesktop\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .smallDesktop\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .smallDesktop\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .smallDesktop\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .smallDesktop\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .smallDesktop\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .smallDesktop\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .smallDesktop\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .smallDesktop\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .smallDesktop\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .smallDesktop\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .smallDesktop\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .smallDesktop\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .smallDesktop\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .smallDesktop\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .smallDesktop\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .smallDesktop\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .smallDesktop\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .smallDesktop\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .smallDesktop\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .smallDesktop\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .smallDesktop\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .smallDesktop\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .smallDesktop\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .smallDesktop\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .smallDesktop\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .smallDesktop\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .smallDesktop\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .smallDesktop\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .smallDesktop\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .smallDesktop\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .smallDesktop\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .smallDesktop\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .smallDesktop\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .smallDesktop\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .smallDesktop\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .smallDesktop\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .smallDesktop\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .smallDesktop\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .smallDesktop\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .smallDesktop\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .smallDesktop\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .smallDesktop\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .smallDesktop\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .smallDesktop\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .smallDesktop\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .smallDesktop\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .smallDesktop\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .smallDesktop\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .smallDesktop\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .smallDesktop\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .smallDesktop\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .smallDesktop\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .smallDesktop\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .smallDesktop\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .smallDesktop\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .smallDesktop\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .smallDesktop\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .smallDesktop\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .smallDesktop\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .smallDesktop\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .smallDesktop\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .smallDesktop\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .smallDesktop\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .smallDesktop\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .smallDesktop\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .smallDesktop\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .smallDesktop\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .smallDesktop\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .smallDesktop\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .smallDesktop\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .smallDesktop\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .smallDesktop\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .smallDesktop\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .smallDesktop\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .smallDesktop\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .smallDesktop\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .smallDesktop\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .smallDesktop\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .smallDesktop\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .smallDesktop\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .smallDesktop\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .smallDesktop\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .smallDesktop\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .smallDesktop\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .smallDesktop\:top-0{
    top: 0px;
  }

  .smallDesktop\:top-1{
    top: 0.25rem;
  }

  .smallDesktop\:top-2{
    top: 0.5rem;
  }

  .smallDesktop\:top-3{
    top: 0.75rem;
  }

  .smallDesktop\:top-4{
    top: 1rem;
  }

  .smallDesktop\:top-5{
    top: 1.25rem;
  }

  .smallDesktop\:top-6{
    top: 1.5rem;
  }

  .smallDesktop\:top-7{
    top: 1.75rem;
  }

  .smallDesktop\:top-8{
    top: 2rem;
  }

  .smallDesktop\:top-9{
    top: 2.25rem;
  }

  .smallDesktop\:top-10{
    top: 2.5rem;
  }

  .smallDesktop\:top-11{
    top: 2.75rem;
  }

  .smallDesktop\:top-12{
    top: 3rem;
  }

  .smallDesktop\:top-14{
    top: 3.5rem;
  }

  .smallDesktop\:top-16{
    top: 4rem;
  }

  .smallDesktop\:top-20{
    top: 5rem;
  }

  .smallDesktop\:top-24{
    top: 6rem;
  }

  .smallDesktop\:top-28{
    top: 7rem;
  }

  .smallDesktop\:top-32{
    top: 8rem;
  }

  .smallDesktop\:top-36{
    top: 9rem;
  }

  .smallDesktop\:top-40{
    top: 10rem;
  }

  .smallDesktop\:top-44{
    top: 11rem;
  }

  .smallDesktop\:top-48{
    top: 12rem;
  }

  .smallDesktop\:top-52{
    top: 13rem;
  }

  .smallDesktop\:top-56{
    top: 14rem;
  }

  .smallDesktop\:top-60{
    top: 15rem;
  }

  .smallDesktop\:top-64{
    top: 16rem;
  }

  .smallDesktop\:top-72{
    top: 18rem;
  }

  .smallDesktop\:top-80{
    top: 20rem;
  }

  .smallDesktop\:top-96{
    top: 24rem;
  }

  .smallDesktop\:top-auto{
    top: auto;
  }

  .smallDesktop\:top-px{
    top: 1px;
  }

  .smallDesktop\:top-0\.5{
    top: 0.125rem;
  }

  .smallDesktop\:top-1\.5{
    top: 0.375rem;
  }

  .smallDesktop\:top-2\.5{
    top: 0.625rem;
  }

  .smallDesktop\:top-3\.5{
    top: 0.875rem;
  }

  .smallDesktop\:-top-0{
    top: 0px;
  }

  .smallDesktop\:-top-1{
    top: -0.25rem;
  }

  .smallDesktop\:-top-2{
    top: -0.5rem;
  }

  .smallDesktop\:-top-3{
    top: -0.75rem;
  }

  .smallDesktop\:-top-4{
    top: -1rem;
  }

  .smallDesktop\:-top-5{
    top: -1.25rem;
  }

  .smallDesktop\:-top-6{
    top: -1.5rem;
  }

  .smallDesktop\:-top-7{
    top: -1.75rem;
  }

  .smallDesktop\:-top-8{
    top: -2rem;
  }

  .smallDesktop\:-top-9{
    top: -2.25rem;
  }

  .smallDesktop\:-top-10{
    top: -2.5rem;
  }

  .smallDesktop\:-top-11{
    top: -2.75rem;
  }

  .smallDesktop\:-top-12{
    top: -3rem;
  }

  .smallDesktop\:-top-14{
    top: -3.5rem;
  }

  .smallDesktop\:-top-16{
    top: -4rem;
  }

  .smallDesktop\:-top-20{
    top: -5rem;
  }

  .smallDesktop\:-top-24{
    top: -6rem;
  }

  .smallDesktop\:-top-28{
    top: -7rem;
  }

  .smallDesktop\:-top-32{
    top: -8rem;
  }

  .smallDesktop\:-top-36{
    top: -9rem;
  }

  .smallDesktop\:-top-40{
    top: -10rem;
  }

  .smallDesktop\:-top-44{
    top: -11rem;
  }

  .smallDesktop\:-top-48{
    top: -12rem;
  }

  .smallDesktop\:-top-52{
    top: -13rem;
  }

  .smallDesktop\:-top-56{
    top: -14rem;
  }

  .smallDesktop\:-top-60{
    top: -15rem;
  }

  .smallDesktop\:-top-64{
    top: -16rem;
  }

  .smallDesktop\:-top-72{
    top: -18rem;
  }

  .smallDesktop\:-top-80{
    top: -20rem;
  }

  .smallDesktop\:-top-96{
    top: -24rem;
  }

  .smallDesktop\:-top-px{
    top: -1px;
  }

  .smallDesktop\:-top-0\.5{
    top: -0.125rem;
  }

  .smallDesktop\:-top-1\.5{
    top: -0.375rem;
  }

  .smallDesktop\:-top-2\.5{
    top: -0.625rem;
  }

  .smallDesktop\:-top-3\.5{
    top: -0.875rem;
  }

  .smallDesktop\:top-1\/2{
    top: 50%;
  }

  .smallDesktop\:top-1\/3{
    top: 33.333333%;
  }

  .smallDesktop\:top-2\/3{
    top: 66.666667%;
  }

  .smallDesktop\:top-1\/4{
    top: 25%;
  }

  .smallDesktop\:top-2\/4{
    top: 50%;
  }

  .smallDesktop\:top-3\/4{
    top: 75%;
  }

  .smallDesktop\:top-full{
    top: 100%;
  }

  .smallDesktop\:-top-1\/2{
    top: -50%;
  }

  .smallDesktop\:-top-1\/3{
    top: -33.333333%;
  }

  .smallDesktop\:-top-2\/3{
    top: -66.666667%;
  }

  .smallDesktop\:-top-1\/4{
    top: -25%;
  }

  .smallDesktop\:-top-2\/4{
    top: -50%;
  }

  .smallDesktop\:-top-3\/4{
    top: -75%;
  }

  .smallDesktop\:-top-full{
    top: -100%;
  }

  .smallDesktop\:right-0{
    right: 0px;
  }

  .smallDesktop\:right-1{
    right: 0.25rem;
  }

  .smallDesktop\:right-2{
    right: 0.5rem;
  }

  .smallDesktop\:right-3{
    right: 0.75rem;
  }

  .smallDesktop\:right-4{
    right: 1rem;
  }

  .smallDesktop\:right-5{
    right: 1.25rem;
  }

  .smallDesktop\:right-6{
    right: 1.5rem;
  }

  .smallDesktop\:right-7{
    right: 1.75rem;
  }

  .smallDesktop\:right-8{
    right: 2rem;
  }

  .smallDesktop\:right-9{
    right: 2.25rem;
  }

  .smallDesktop\:right-10{
    right: 2.5rem;
  }

  .smallDesktop\:right-11{
    right: 2.75rem;
  }

  .smallDesktop\:right-12{
    right: 3rem;
  }

  .smallDesktop\:right-14{
    right: 3.5rem;
  }

  .smallDesktop\:right-16{
    right: 4rem;
  }

  .smallDesktop\:right-20{
    right: 5rem;
  }

  .smallDesktop\:right-24{
    right: 6rem;
  }

  .smallDesktop\:right-28{
    right: 7rem;
  }

  .smallDesktop\:right-32{
    right: 8rem;
  }

  .smallDesktop\:right-36{
    right: 9rem;
  }

  .smallDesktop\:right-40{
    right: 10rem;
  }

  .smallDesktop\:right-44{
    right: 11rem;
  }

  .smallDesktop\:right-48{
    right: 12rem;
  }

  .smallDesktop\:right-52{
    right: 13rem;
  }

  .smallDesktop\:right-56{
    right: 14rem;
  }

  .smallDesktop\:right-60{
    right: 15rem;
  }

  .smallDesktop\:right-64{
    right: 16rem;
  }

  .smallDesktop\:right-72{
    right: 18rem;
  }

  .smallDesktop\:right-80{
    right: 20rem;
  }

  .smallDesktop\:right-96{
    right: 24rem;
  }

  .smallDesktop\:right-auto{
    right: auto;
  }

  .smallDesktop\:right-px{
    right: 1px;
  }

  .smallDesktop\:right-0\.5{
    right: 0.125rem;
  }

  .smallDesktop\:right-1\.5{
    right: 0.375rem;
  }

  .smallDesktop\:right-2\.5{
    right: 0.625rem;
  }

  .smallDesktop\:right-3\.5{
    right: 0.875rem;
  }

  .smallDesktop\:-right-0{
    right: 0px;
  }

  .smallDesktop\:-right-1{
    right: -0.25rem;
  }

  .smallDesktop\:-right-2{
    right: -0.5rem;
  }

  .smallDesktop\:-right-3{
    right: -0.75rem;
  }

  .smallDesktop\:-right-4{
    right: -1rem;
  }

  .smallDesktop\:-right-5{
    right: -1.25rem;
  }

  .smallDesktop\:-right-6{
    right: -1.5rem;
  }

  .smallDesktop\:-right-7{
    right: -1.75rem;
  }

  .smallDesktop\:-right-8{
    right: -2rem;
  }

  .smallDesktop\:-right-9{
    right: -2.25rem;
  }

  .smallDesktop\:-right-10{
    right: -2.5rem;
  }

  .smallDesktop\:-right-11{
    right: -2.75rem;
  }

  .smallDesktop\:-right-12{
    right: -3rem;
  }

  .smallDesktop\:-right-14{
    right: -3.5rem;
  }

  .smallDesktop\:-right-16{
    right: -4rem;
  }

  .smallDesktop\:-right-20{
    right: -5rem;
  }

  .smallDesktop\:-right-24{
    right: -6rem;
  }

  .smallDesktop\:-right-28{
    right: -7rem;
  }

  .smallDesktop\:-right-32{
    right: -8rem;
  }

  .smallDesktop\:-right-36{
    right: -9rem;
  }

  .smallDesktop\:-right-40{
    right: -10rem;
  }

  .smallDesktop\:-right-44{
    right: -11rem;
  }

  .smallDesktop\:-right-48{
    right: -12rem;
  }

  .smallDesktop\:-right-52{
    right: -13rem;
  }

  .smallDesktop\:-right-56{
    right: -14rem;
  }

  .smallDesktop\:-right-60{
    right: -15rem;
  }

  .smallDesktop\:-right-64{
    right: -16rem;
  }

  .smallDesktop\:-right-72{
    right: -18rem;
  }

  .smallDesktop\:-right-80{
    right: -20rem;
  }

  .smallDesktop\:-right-96{
    right: -24rem;
  }

  .smallDesktop\:-right-px{
    right: -1px;
  }

  .smallDesktop\:-right-0\.5{
    right: -0.125rem;
  }

  .smallDesktop\:-right-1\.5{
    right: -0.375rem;
  }

  .smallDesktop\:-right-2\.5{
    right: -0.625rem;
  }

  .smallDesktop\:-right-3\.5{
    right: -0.875rem;
  }

  .smallDesktop\:right-1\/2{
    right: 50%;
  }

  .smallDesktop\:right-1\/3{
    right: 33.333333%;
  }

  .smallDesktop\:right-2\/3{
    right: 66.666667%;
  }

  .smallDesktop\:right-1\/4{
    right: 25%;
  }

  .smallDesktop\:right-2\/4{
    right: 50%;
  }

  .smallDesktop\:right-3\/4{
    right: 75%;
  }

  .smallDesktop\:right-full{
    right: 100%;
  }

  .smallDesktop\:-right-1\/2{
    right: -50%;
  }

  .smallDesktop\:-right-1\/3{
    right: -33.333333%;
  }

  .smallDesktop\:-right-2\/3{
    right: -66.666667%;
  }

  .smallDesktop\:-right-1\/4{
    right: -25%;
  }

  .smallDesktop\:-right-2\/4{
    right: -50%;
  }

  .smallDesktop\:-right-3\/4{
    right: -75%;
  }

  .smallDesktop\:-right-full{
    right: -100%;
  }

  .smallDesktop\:bottom-0{
    bottom: 0px;
  }

  .smallDesktop\:bottom-1{
    bottom: 0.25rem;
  }

  .smallDesktop\:bottom-2{
    bottom: 0.5rem;
  }

  .smallDesktop\:bottom-3{
    bottom: 0.75rem;
  }

  .smallDesktop\:bottom-4{
    bottom: 1rem;
  }

  .smallDesktop\:bottom-5{
    bottom: 1.25rem;
  }

  .smallDesktop\:bottom-6{
    bottom: 1.5rem;
  }

  .smallDesktop\:bottom-7{
    bottom: 1.75rem;
  }

  .smallDesktop\:bottom-8{
    bottom: 2rem;
  }

  .smallDesktop\:bottom-9{
    bottom: 2.25rem;
  }

  .smallDesktop\:bottom-10{
    bottom: 2.5rem;
  }

  .smallDesktop\:bottom-11{
    bottom: 2.75rem;
  }

  .smallDesktop\:bottom-12{
    bottom: 3rem;
  }

  .smallDesktop\:bottom-14{
    bottom: 3.5rem;
  }

  .smallDesktop\:bottom-16{
    bottom: 4rem;
  }

  .smallDesktop\:bottom-20{
    bottom: 5rem;
  }

  .smallDesktop\:bottom-24{
    bottom: 6rem;
  }

  .smallDesktop\:bottom-28{
    bottom: 7rem;
  }

  .smallDesktop\:bottom-32{
    bottom: 8rem;
  }

  .smallDesktop\:bottom-36{
    bottom: 9rem;
  }

  .smallDesktop\:bottom-40{
    bottom: 10rem;
  }

  .smallDesktop\:bottom-44{
    bottom: 11rem;
  }

  .smallDesktop\:bottom-48{
    bottom: 12rem;
  }

  .smallDesktop\:bottom-52{
    bottom: 13rem;
  }

  .smallDesktop\:bottom-56{
    bottom: 14rem;
  }

  .smallDesktop\:bottom-60{
    bottom: 15rem;
  }

  .smallDesktop\:bottom-64{
    bottom: 16rem;
  }

  .smallDesktop\:bottom-72{
    bottom: 18rem;
  }

  .smallDesktop\:bottom-80{
    bottom: 20rem;
  }

  .smallDesktop\:bottom-96{
    bottom: 24rem;
  }

  .smallDesktop\:bottom-auto{
    bottom: auto;
  }

  .smallDesktop\:bottom-px{
    bottom: 1px;
  }

  .smallDesktop\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .smallDesktop\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .smallDesktop\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .smallDesktop\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .smallDesktop\:-bottom-0{
    bottom: 0px;
  }

  .smallDesktop\:-bottom-1{
    bottom: -0.25rem;
  }

  .smallDesktop\:-bottom-2{
    bottom: -0.5rem;
  }

  .smallDesktop\:-bottom-3{
    bottom: -0.75rem;
  }

  .smallDesktop\:-bottom-4{
    bottom: -1rem;
  }

  .smallDesktop\:-bottom-5{
    bottom: -1.25rem;
  }

  .smallDesktop\:-bottom-6{
    bottom: -1.5rem;
  }

  .smallDesktop\:-bottom-7{
    bottom: -1.75rem;
  }

  .smallDesktop\:-bottom-8{
    bottom: -2rem;
  }

  .smallDesktop\:-bottom-9{
    bottom: -2.25rem;
  }

  .smallDesktop\:-bottom-10{
    bottom: -2.5rem;
  }

  .smallDesktop\:-bottom-11{
    bottom: -2.75rem;
  }

  .smallDesktop\:-bottom-12{
    bottom: -3rem;
  }

  .smallDesktop\:-bottom-14{
    bottom: -3.5rem;
  }

  .smallDesktop\:-bottom-16{
    bottom: -4rem;
  }

  .smallDesktop\:-bottom-20{
    bottom: -5rem;
  }

  .smallDesktop\:-bottom-24{
    bottom: -6rem;
  }

  .smallDesktop\:-bottom-28{
    bottom: -7rem;
  }

  .smallDesktop\:-bottom-32{
    bottom: -8rem;
  }

  .smallDesktop\:-bottom-36{
    bottom: -9rem;
  }

  .smallDesktop\:-bottom-40{
    bottom: -10rem;
  }

  .smallDesktop\:-bottom-44{
    bottom: -11rem;
  }

  .smallDesktop\:-bottom-48{
    bottom: -12rem;
  }

  .smallDesktop\:-bottom-52{
    bottom: -13rem;
  }

  .smallDesktop\:-bottom-56{
    bottom: -14rem;
  }

  .smallDesktop\:-bottom-60{
    bottom: -15rem;
  }

  .smallDesktop\:-bottom-64{
    bottom: -16rem;
  }

  .smallDesktop\:-bottom-72{
    bottom: -18rem;
  }

  .smallDesktop\:-bottom-80{
    bottom: -20rem;
  }

  .smallDesktop\:-bottom-96{
    bottom: -24rem;
  }

  .smallDesktop\:-bottom-px{
    bottom: -1px;
  }

  .smallDesktop\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .smallDesktop\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .smallDesktop\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .smallDesktop\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .smallDesktop\:bottom-1\/2{
    bottom: 50%;
  }

  .smallDesktop\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .smallDesktop\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .smallDesktop\:bottom-1\/4{
    bottom: 25%;
  }

  .smallDesktop\:bottom-2\/4{
    bottom: 50%;
  }

  .smallDesktop\:bottom-3\/4{
    bottom: 75%;
  }

  .smallDesktop\:bottom-full{
    bottom: 100%;
  }

  .smallDesktop\:-bottom-1\/2{
    bottom: -50%;
  }

  .smallDesktop\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .smallDesktop\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .smallDesktop\:-bottom-1\/4{
    bottom: -25%;
  }

  .smallDesktop\:-bottom-2\/4{
    bottom: -50%;
  }

  .smallDesktop\:-bottom-3\/4{
    bottom: -75%;
  }

  .smallDesktop\:-bottom-full{
    bottom: -100%;
  }

  .smallDesktop\:left-0{
    left: 0px;
  }

  .smallDesktop\:left-1{
    left: 0.25rem;
  }

  .smallDesktop\:left-2{
    left: 0.5rem;
  }

  .smallDesktop\:left-3{
    left: 0.75rem;
  }

  .smallDesktop\:left-4{
    left: 1rem;
  }

  .smallDesktop\:left-5{
    left: 1.25rem;
  }

  .smallDesktop\:left-6{
    left: 1.5rem;
  }

  .smallDesktop\:left-7{
    left: 1.75rem;
  }

  .smallDesktop\:left-8{
    left: 2rem;
  }

  .smallDesktop\:left-9{
    left: 2.25rem;
  }

  .smallDesktop\:left-10{
    left: 2.5rem;
  }

  .smallDesktop\:left-11{
    left: 2.75rem;
  }

  .smallDesktop\:left-12{
    left: 3rem;
  }

  .smallDesktop\:left-14{
    left: 3.5rem;
  }

  .smallDesktop\:left-16{
    left: 4rem;
  }

  .smallDesktop\:left-20{
    left: 5rem;
  }

  .smallDesktop\:left-24{
    left: 6rem;
  }

  .smallDesktop\:left-28{
    left: 7rem;
  }

  .smallDesktop\:left-32{
    left: 8rem;
  }

  .smallDesktop\:left-36{
    left: 9rem;
  }

  .smallDesktop\:left-40{
    left: 10rem;
  }

  .smallDesktop\:left-44{
    left: 11rem;
  }

  .smallDesktop\:left-48{
    left: 12rem;
  }

  .smallDesktop\:left-52{
    left: 13rem;
  }

  .smallDesktop\:left-56{
    left: 14rem;
  }

  .smallDesktop\:left-60{
    left: 15rem;
  }

  .smallDesktop\:left-64{
    left: 16rem;
  }

  .smallDesktop\:left-72{
    left: 18rem;
  }

  .smallDesktop\:left-80{
    left: 20rem;
  }

  .smallDesktop\:left-96{
    left: 24rem;
  }

  .smallDesktop\:left-auto{
    left: auto;
  }

  .smallDesktop\:left-px{
    left: 1px;
  }

  .smallDesktop\:left-0\.5{
    left: 0.125rem;
  }

  .smallDesktop\:left-1\.5{
    left: 0.375rem;
  }

  .smallDesktop\:left-2\.5{
    left: 0.625rem;
  }

  .smallDesktop\:left-3\.5{
    left: 0.875rem;
  }

  .smallDesktop\:-left-0{
    left: 0px;
  }

  .smallDesktop\:-left-1{
    left: -0.25rem;
  }

  .smallDesktop\:-left-2{
    left: -0.5rem;
  }

  .smallDesktop\:-left-3{
    left: -0.75rem;
  }

  .smallDesktop\:-left-4{
    left: -1rem;
  }

  .smallDesktop\:-left-5{
    left: -1.25rem;
  }

  .smallDesktop\:-left-6{
    left: -1.5rem;
  }

  .smallDesktop\:-left-7{
    left: -1.75rem;
  }

  .smallDesktop\:-left-8{
    left: -2rem;
  }

  .smallDesktop\:-left-9{
    left: -2.25rem;
  }

  .smallDesktop\:-left-10{
    left: -2.5rem;
  }

  .smallDesktop\:-left-11{
    left: -2.75rem;
  }

  .smallDesktop\:-left-12{
    left: -3rem;
  }

  .smallDesktop\:-left-14{
    left: -3.5rem;
  }

  .smallDesktop\:-left-16{
    left: -4rem;
  }

  .smallDesktop\:-left-20{
    left: -5rem;
  }

  .smallDesktop\:-left-24{
    left: -6rem;
  }

  .smallDesktop\:-left-28{
    left: -7rem;
  }

  .smallDesktop\:-left-32{
    left: -8rem;
  }

  .smallDesktop\:-left-36{
    left: -9rem;
  }

  .smallDesktop\:-left-40{
    left: -10rem;
  }

  .smallDesktop\:-left-44{
    left: -11rem;
  }

  .smallDesktop\:-left-48{
    left: -12rem;
  }

  .smallDesktop\:-left-52{
    left: -13rem;
  }

  .smallDesktop\:-left-56{
    left: -14rem;
  }

  .smallDesktop\:-left-60{
    left: -15rem;
  }

  .smallDesktop\:-left-64{
    left: -16rem;
  }

  .smallDesktop\:-left-72{
    left: -18rem;
  }

  .smallDesktop\:-left-80{
    left: -20rem;
  }

  .smallDesktop\:-left-96{
    left: -24rem;
  }

  .smallDesktop\:-left-px{
    left: -1px;
  }

  .smallDesktop\:-left-0\.5{
    left: -0.125rem;
  }

  .smallDesktop\:-left-1\.5{
    left: -0.375rem;
  }

  .smallDesktop\:-left-2\.5{
    left: -0.625rem;
  }

  .smallDesktop\:-left-3\.5{
    left: -0.875rem;
  }

  .smallDesktop\:left-1\/2{
    left: 50%;
  }

  .smallDesktop\:left-1\/3{
    left: 33.333333%;
  }

  .smallDesktop\:left-2\/3{
    left: 66.666667%;
  }

  .smallDesktop\:left-1\/4{
    left: 25%;
  }

  .smallDesktop\:left-2\/4{
    left: 50%;
  }

  .smallDesktop\:left-3\/4{
    left: 75%;
  }

  .smallDesktop\:left-full{
    left: 100%;
  }

  .smallDesktop\:-left-1\/2{
    left: -50%;
  }

  .smallDesktop\:-left-1\/3{
    left: -33.333333%;
  }

  .smallDesktop\:-left-2\/3{
    left: -66.666667%;
  }

  .smallDesktop\:-left-1\/4{
    left: -25%;
  }

  .smallDesktop\:-left-2\/4{
    left: -50%;
  }

  .smallDesktop\:-left-3\/4{
    left: -75%;
  }

  .smallDesktop\:-left-full{
    left: -100%;
  }

  .smallDesktop\:isolate{
    isolation: isolate;
  }

  .smallDesktop\:isolation-auto{
    isolation: auto;
  }

  .smallDesktop\:z-0{
    z-index: 0;
  }

  .smallDesktop\:z-10{
    z-index: 10;
  }

  .smallDesktop\:z-20{
    z-index: 20;
  }

  .smallDesktop\:z-30{
    z-index: 30;
  }

  .smallDesktop\:z-40{
    z-index: 40;
  }

  .smallDesktop\:z-50{
    z-index: 50;
  }

  .smallDesktop\:z-auto{
    z-index: auto;
  }

  .smallDesktop\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .smallDesktop\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .smallDesktop\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .smallDesktop\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .smallDesktop\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .smallDesktop\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .smallDesktop\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .smallDesktop\:focus\:z-0:focus{
    z-index: 0;
  }

  .smallDesktop\:focus\:z-10:focus{
    z-index: 10;
  }

  .smallDesktop\:focus\:z-20:focus{
    z-index: 20;
  }

  .smallDesktop\:focus\:z-30:focus{
    z-index: 30;
  }

  .smallDesktop\:focus\:z-40:focus{
    z-index: 40;
  }

  .smallDesktop\:focus\:z-50:focus{
    z-index: 50;
  }

  .smallDesktop\:focus\:z-auto:focus{
    z-index: auto;
  }

  .smallDesktop\:order-1{
    order: 1;
  }

  .smallDesktop\:order-2{
    order: 2;
  }

  .smallDesktop\:order-3{
    order: 3;
  }

  .smallDesktop\:order-4{
    order: 4;
  }

  .smallDesktop\:order-5{
    order: 5;
  }

  .smallDesktop\:order-6{
    order: 6;
  }

  .smallDesktop\:order-7{
    order: 7;
  }

  .smallDesktop\:order-8{
    order: 8;
  }

  .smallDesktop\:order-9{
    order: 9;
  }

  .smallDesktop\:order-10{
    order: 10;
  }

  .smallDesktop\:order-11{
    order: 11;
  }

  .smallDesktop\:order-12{
    order: 12;
  }

  .smallDesktop\:order-first{
    order: -9999;
  }

  .smallDesktop\:order-last{
    order: 9999;
  }

  .smallDesktop\:order-none{
    order: 0;
  }

  .smallDesktop\:col-auto{
    grid-column: auto;
  }

  .smallDesktop\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .smallDesktop\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .smallDesktop\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .smallDesktop\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .smallDesktop\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .smallDesktop\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .smallDesktop\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .smallDesktop\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .smallDesktop\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .smallDesktop\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .smallDesktop\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .smallDesktop\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .smallDesktop\:col-span-full{
    grid-column: 1 / -1;
  }

  .smallDesktop\:col-start-1{
    grid-column-start: 1;
  }

  .smallDesktop\:col-start-2{
    grid-column-start: 2;
  }

  .smallDesktop\:col-start-3{
    grid-column-start: 3;
  }

  .smallDesktop\:col-start-4{
    grid-column-start: 4;
  }

  .smallDesktop\:col-start-5{
    grid-column-start: 5;
  }

  .smallDesktop\:col-start-6{
    grid-column-start: 6;
  }

  .smallDesktop\:col-start-7{
    grid-column-start: 7;
  }

  .smallDesktop\:col-start-8{
    grid-column-start: 8;
  }

  .smallDesktop\:col-start-9{
    grid-column-start: 9;
  }

  .smallDesktop\:col-start-10{
    grid-column-start: 10;
  }

  .smallDesktop\:col-start-11{
    grid-column-start: 11;
  }

  .smallDesktop\:col-start-12{
    grid-column-start: 12;
  }

  .smallDesktop\:col-start-13{
    grid-column-start: 13;
  }

  .smallDesktop\:col-start-auto{
    grid-column-start: auto;
  }

  .smallDesktop\:col-end-1{
    grid-column-end: 1;
  }

  .smallDesktop\:col-end-2{
    grid-column-end: 2;
  }

  .smallDesktop\:col-end-3{
    grid-column-end: 3;
  }

  .smallDesktop\:col-end-4{
    grid-column-end: 4;
  }

  .smallDesktop\:col-end-5{
    grid-column-end: 5;
  }

  .smallDesktop\:col-end-6{
    grid-column-end: 6;
  }

  .smallDesktop\:col-end-7{
    grid-column-end: 7;
  }

  .smallDesktop\:col-end-8{
    grid-column-end: 8;
  }

  .smallDesktop\:col-end-9{
    grid-column-end: 9;
  }

  .smallDesktop\:col-end-10{
    grid-column-end: 10;
  }

  .smallDesktop\:col-end-11{
    grid-column-end: 11;
  }

  .smallDesktop\:col-end-12{
    grid-column-end: 12;
  }

  .smallDesktop\:col-end-13{
    grid-column-end: 13;
  }

  .smallDesktop\:col-end-auto{
    grid-column-end: auto;
  }

  .smallDesktop\:row-auto{
    grid-row: auto;
  }

  .smallDesktop\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .smallDesktop\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .smallDesktop\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .smallDesktop\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .smallDesktop\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .smallDesktop\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .smallDesktop\:row-span-full{
    grid-row: 1 / -1;
  }

  .smallDesktop\:row-start-1{
    grid-row-start: 1;
  }

  .smallDesktop\:row-start-2{
    grid-row-start: 2;
  }

  .smallDesktop\:row-start-3{
    grid-row-start: 3;
  }

  .smallDesktop\:row-start-4{
    grid-row-start: 4;
  }

  .smallDesktop\:row-start-5{
    grid-row-start: 5;
  }

  .smallDesktop\:row-start-6{
    grid-row-start: 6;
  }

  .smallDesktop\:row-start-7{
    grid-row-start: 7;
  }

  .smallDesktop\:row-start-auto{
    grid-row-start: auto;
  }

  .smallDesktop\:row-end-1{
    grid-row-end: 1;
  }

  .smallDesktop\:row-end-2{
    grid-row-end: 2;
  }

  .smallDesktop\:row-end-3{
    grid-row-end: 3;
  }

  .smallDesktop\:row-end-4{
    grid-row-end: 4;
  }

  .smallDesktop\:row-end-5{
    grid-row-end: 5;
  }

  .smallDesktop\:row-end-6{
    grid-row-end: 6;
  }

  .smallDesktop\:row-end-7{
    grid-row-end: 7;
  }

  .smallDesktop\:row-end-auto{
    grid-row-end: auto;
  }

  .smallDesktop\:float-right{
    float: right;
  }

  .smallDesktop\:float-left{
    float: left;
  }

  .smallDesktop\:float-none{
    float: none;
  }

  .smallDesktop\:clear-left{
    clear: left;
  }

  .smallDesktop\:clear-right{
    clear: right;
  }

  .smallDesktop\:clear-both{
    clear: both;
  }

  .smallDesktop\:clear-none{
    clear: none;
  }

  .smallDesktop\:m-0{
    margin: 0px;
  }

  .smallDesktop\:m-1{
    margin: 0.25rem;
  }

  .smallDesktop\:m-2{
    margin: 0.5rem;
  }

  .smallDesktop\:m-3{
    margin: 0.75rem;
  }

  .smallDesktop\:m-4{
    margin: 1rem;
  }

  .smallDesktop\:m-5{
    margin: 1.25rem;
  }

  .smallDesktop\:m-6{
    margin: 1.5rem;
  }

  .smallDesktop\:m-7{
    margin: 1.75rem;
  }

  .smallDesktop\:m-8{
    margin: 2rem;
  }

  .smallDesktop\:m-9{
    margin: 2.25rem;
  }

  .smallDesktop\:m-10{
    margin: 2.5rem;
  }

  .smallDesktop\:m-11{
    margin: 2.75rem;
  }

  .smallDesktop\:m-12{
    margin: 3rem;
  }

  .smallDesktop\:m-14{
    margin: 3.5rem;
  }

  .smallDesktop\:m-16{
    margin: 4rem;
  }

  .smallDesktop\:m-20{
    margin: 5rem;
  }

  .smallDesktop\:m-24{
    margin: 6rem;
  }

  .smallDesktop\:m-28{
    margin: 7rem;
  }

  .smallDesktop\:m-32{
    margin: 8rem;
  }

  .smallDesktop\:m-36{
    margin: 9rem;
  }

  .smallDesktop\:m-40{
    margin: 10rem;
  }

  .smallDesktop\:m-44{
    margin: 11rem;
  }

  .smallDesktop\:m-48{
    margin: 12rem;
  }

  .smallDesktop\:m-52{
    margin: 13rem;
  }

  .smallDesktop\:m-56{
    margin: 14rem;
  }

  .smallDesktop\:m-60{
    margin: 15rem;
  }

  .smallDesktop\:m-64{
    margin: 16rem;
  }

  .smallDesktop\:m-72{
    margin: 18rem;
  }

  .smallDesktop\:m-80{
    margin: 20rem;
  }

  .smallDesktop\:m-96{
    margin: 24rem;
  }

  .smallDesktop\:m-auto{
    margin: auto;
  }

  .smallDesktop\:m-px{
    margin: 1px;
  }

  .smallDesktop\:m-0\.5{
    margin: 0.125rem;
  }

  .smallDesktop\:m-1\.5{
    margin: 0.375rem;
  }

  .smallDesktop\:m-2\.5{
    margin: 0.625rem;
  }

  .smallDesktop\:m-3\.5{
    margin: 0.875rem;
  }

  .smallDesktop\:-m-0{
    margin: 0px;
  }

  .smallDesktop\:-m-1{
    margin: -0.25rem;
  }

  .smallDesktop\:-m-2{
    margin: -0.5rem;
  }

  .smallDesktop\:-m-3{
    margin: -0.75rem;
  }

  .smallDesktop\:-m-4{
    margin: -1rem;
  }

  .smallDesktop\:-m-5{
    margin: -1.25rem;
  }

  .smallDesktop\:-m-6{
    margin: -1.5rem;
  }

  .smallDesktop\:-m-7{
    margin: -1.75rem;
  }

  .smallDesktop\:-m-8{
    margin: -2rem;
  }

  .smallDesktop\:-m-9{
    margin: -2.25rem;
  }

  .smallDesktop\:-m-10{
    margin: -2.5rem;
  }

  .smallDesktop\:-m-11{
    margin: -2.75rem;
  }

  .smallDesktop\:-m-12{
    margin: -3rem;
  }

  .smallDesktop\:-m-14{
    margin: -3.5rem;
  }

  .smallDesktop\:-m-16{
    margin: -4rem;
  }

  .smallDesktop\:-m-20{
    margin: -5rem;
  }

  .smallDesktop\:-m-24{
    margin: -6rem;
  }

  .smallDesktop\:-m-28{
    margin: -7rem;
  }

  .smallDesktop\:-m-32{
    margin: -8rem;
  }

  .smallDesktop\:-m-36{
    margin: -9rem;
  }

  .smallDesktop\:-m-40{
    margin: -10rem;
  }

  .smallDesktop\:-m-44{
    margin: -11rem;
  }

  .smallDesktop\:-m-48{
    margin: -12rem;
  }

  .smallDesktop\:-m-52{
    margin: -13rem;
  }

  .smallDesktop\:-m-56{
    margin: -14rem;
  }

  .smallDesktop\:-m-60{
    margin: -15rem;
  }

  .smallDesktop\:-m-64{
    margin: -16rem;
  }

  .smallDesktop\:-m-72{
    margin: -18rem;
  }

  .smallDesktop\:-m-80{
    margin: -20rem;
  }

  .smallDesktop\:-m-96{
    margin: -24rem;
  }

  .smallDesktop\:-m-px{
    margin: -1px;
  }

  .smallDesktop\:-m-0\.5{
    margin: -0.125rem;
  }

  .smallDesktop\:-m-1\.5{
    margin: -0.375rem;
  }

  .smallDesktop\:-m-2\.5{
    margin: -0.625rem;
  }

  .smallDesktop\:-m-3\.5{
    margin: -0.875rem;
  }

  .smallDesktop\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .smallDesktop\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .smallDesktop\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .smallDesktop\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .smallDesktop\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .smallDesktop\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .smallDesktop\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .smallDesktop\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .smallDesktop\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .smallDesktop\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .smallDesktop\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .smallDesktop\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .smallDesktop\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .smallDesktop\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .smallDesktop\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .smallDesktop\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .smallDesktop\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .smallDesktop\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .smallDesktop\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .smallDesktop\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .smallDesktop\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .smallDesktop\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .smallDesktop\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .smallDesktop\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .smallDesktop\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .smallDesktop\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .smallDesktop\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .smallDesktop\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .smallDesktop\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .smallDesktop\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .smallDesktop\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .smallDesktop\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .smallDesktop\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .smallDesktop\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .smallDesktop\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .smallDesktop\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .smallDesktop\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .smallDesktop\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .smallDesktop\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .smallDesktop\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .smallDesktop\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .smallDesktop\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .smallDesktop\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .smallDesktop\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .smallDesktop\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .smallDesktop\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .smallDesktop\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .smallDesktop\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .smallDesktop\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .smallDesktop\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .smallDesktop\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .smallDesktop\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .smallDesktop\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .smallDesktop\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .smallDesktop\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .smallDesktop\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .smallDesktop\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .smallDesktop\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .smallDesktop\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .smallDesktop\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .smallDesktop\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .smallDesktop\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .smallDesktop\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .smallDesktop\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .smallDesktop\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .smallDesktop\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .smallDesktop\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .smallDesktop\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .smallDesktop\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .smallDesktop\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .smallDesktop\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .smallDesktop\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .smallDesktop\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .smallDesktop\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .smallDesktop\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .smallDesktop\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .smallDesktop\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .smallDesktop\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .smallDesktop\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .smallDesktop\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .smallDesktop\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .smallDesktop\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .smallDesktop\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .smallDesktop\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .smallDesktop\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .smallDesktop\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .smallDesktop\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .smallDesktop\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .smallDesktop\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .smallDesktop\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .smallDesktop\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .smallDesktop\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .smallDesktop\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .smallDesktop\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .smallDesktop\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .smallDesktop\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .smallDesktop\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .smallDesktop\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .smallDesktop\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .smallDesktop\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .smallDesktop\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .smallDesktop\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .smallDesktop\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .smallDesktop\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .smallDesktop\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .smallDesktop\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .smallDesktop\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .smallDesktop\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .smallDesktop\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .smallDesktop\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .smallDesktop\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .smallDesktop\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .smallDesktop\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .smallDesktop\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .smallDesktop\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .smallDesktop\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .smallDesktop\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .smallDesktop\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .smallDesktop\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .smallDesktop\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .smallDesktop\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .smallDesktop\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .smallDesktop\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .smallDesktop\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .smallDesktop\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .smallDesktop\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .smallDesktop\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .smallDesktop\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .smallDesktop\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .smallDesktop\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .smallDesktop\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .smallDesktop\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .smallDesktop\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .smallDesktop\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .smallDesktop\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .smallDesktop\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .smallDesktop\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .smallDesktop\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .smallDesktop\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .smallDesktop\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .smallDesktop\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .smallDesktop\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .smallDesktop\:mt-0{
    margin-top: 0px;
  }

  .smallDesktop\:mt-1{
    margin-top: 0.25rem;
  }

  .smallDesktop\:mt-2{
    margin-top: 0.5rem;
  }

  .smallDesktop\:mt-3{
    margin-top: 0.75rem;
  }

  .smallDesktop\:mt-4{
    margin-top: 1rem;
  }

  .smallDesktop\:mt-5{
    margin-top: 1.25rem;
  }

  .smallDesktop\:mt-6{
    margin-top: 1.5rem;
  }

  .smallDesktop\:mt-7{
    margin-top: 1.75rem;
  }

  .smallDesktop\:mt-8{
    margin-top: 2rem;
  }

  .smallDesktop\:mt-9{
    margin-top: 2.25rem;
  }

  .smallDesktop\:mt-10{
    margin-top: 2.5rem;
  }

  .smallDesktop\:mt-11{
    margin-top: 2.75rem;
  }

  .smallDesktop\:mt-12{
    margin-top: 3rem;
  }

  .smallDesktop\:mt-14{
    margin-top: 3.5rem;
  }

  .smallDesktop\:mt-16{
    margin-top: 4rem;
  }

  .smallDesktop\:mt-20{
    margin-top: 5rem;
  }

  .smallDesktop\:mt-24{
    margin-top: 6rem;
  }

  .smallDesktop\:mt-28{
    margin-top: 7rem;
  }

  .smallDesktop\:mt-32{
    margin-top: 8rem;
  }

  .smallDesktop\:mt-36{
    margin-top: 9rem;
  }

  .smallDesktop\:mt-40{
    margin-top: 10rem;
  }

  .smallDesktop\:mt-44{
    margin-top: 11rem;
  }

  .smallDesktop\:mt-48{
    margin-top: 12rem;
  }

  .smallDesktop\:mt-52{
    margin-top: 13rem;
  }

  .smallDesktop\:mt-56{
    margin-top: 14rem;
  }

  .smallDesktop\:mt-60{
    margin-top: 15rem;
  }

  .smallDesktop\:mt-64{
    margin-top: 16rem;
  }

  .smallDesktop\:mt-72{
    margin-top: 18rem;
  }

  .smallDesktop\:mt-80{
    margin-top: 20rem;
  }

  .smallDesktop\:mt-96{
    margin-top: 24rem;
  }

  .smallDesktop\:mt-auto{
    margin-top: auto;
  }

  .smallDesktop\:mt-px{
    margin-top: 1px;
  }

  .smallDesktop\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .smallDesktop\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .smallDesktop\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .smallDesktop\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .smallDesktop\:-mt-0{
    margin-top: 0px;
  }

  .smallDesktop\:-mt-1{
    margin-top: -0.25rem;
  }

  .smallDesktop\:-mt-2{
    margin-top: -0.5rem;
  }

  .smallDesktop\:-mt-3{
    margin-top: -0.75rem;
  }

  .smallDesktop\:-mt-4{
    margin-top: -1rem;
  }

  .smallDesktop\:-mt-5{
    margin-top: -1.25rem;
  }

  .smallDesktop\:-mt-6{
    margin-top: -1.5rem;
  }

  .smallDesktop\:-mt-7{
    margin-top: -1.75rem;
  }

  .smallDesktop\:-mt-8{
    margin-top: -2rem;
  }

  .smallDesktop\:-mt-9{
    margin-top: -2.25rem;
  }

  .smallDesktop\:-mt-10{
    margin-top: -2.5rem;
  }

  .smallDesktop\:-mt-11{
    margin-top: -2.75rem;
  }

  .smallDesktop\:-mt-12{
    margin-top: -3rem;
  }

  .smallDesktop\:-mt-14{
    margin-top: -3.5rem;
  }

  .smallDesktop\:-mt-16{
    margin-top: -4rem;
  }

  .smallDesktop\:-mt-20{
    margin-top: -5rem;
  }

  .smallDesktop\:-mt-24{
    margin-top: -6rem;
  }

  .smallDesktop\:-mt-28{
    margin-top: -7rem;
  }

  .smallDesktop\:-mt-32{
    margin-top: -8rem;
  }

  .smallDesktop\:-mt-36{
    margin-top: -9rem;
  }

  .smallDesktop\:-mt-40{
    margin-top: -10rem;
  }

  .smallDesktop\:-mt-44{
    margin-top: -11rem;
  }

  .smallDesktop\:-mt-48{
    margin-top: -12rem;
  }

  .smallDesktop\:-mt-52{
    margin-top: -13rem;
  }

  .smallDesktop\:-mt-56{
    margin-top: -14rem;
  }

  .smallDesktop\:-mt-60{
    margin-top: -15rem;
  }

  .smallDesktop\:-mt-64{
    margin-top: -16rem;
  }

  .smallDesktop\:-mt-72{
    margin-top: -18rem;
  }

  .smallDesktop\:-mt-80{
    margin-top: -20rem;
  }

  .smallDesktop\:-mt-96{
    margin-top: -24rem;
  }

  .smallDesktop\:-mt-px{
    margin-top: -1px;
  }

  .smallDesktop\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .smallDesktop\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .smallDesktop\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .smallDesktop\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .smallDesktop\:mr-0{
    margin-right: 0px;
  }

  .smallDesktop\:mr-1{
    margin-right: 0.25rem;
  }

  .smallDesktop\:mr-2{
    margin-right: 0.5rem;
  }

  .smallDesktop\:mr-3{
    margin-right: 0.75rem;
  }

  .smallDesktop\:mr-4{
    margin-right: 1rem;
  }

  .smallDesktop\:mr-5{
    margin-right: 1.25rem;
  }

  .smallDesktop\:mr-6{
    margin-right: 1.5rem;
  }

  .smallDesktop\:mr-7{
    margin-right: 1.75rem;
  }

  .smallDesktop\:mr-8{
    margin-right: 2rem;
  }

  .smallDesktop\:mr-9{
    margin-right: 2.25rem;
  }

  .smallDesktop\:mr-10{
    margin-right: 2.5rem;
  }

  .smallDesktop\:mr-11{
    margin-right: 2.75rem;
  }

  .smallDesktop\:mr-12{
    margin-right: 3rem;
  }

  .smallDesktop\:mr-14{
    margin-right: 3.5rem;
  }

  .smallDesktop\:mr-16{
    margin-right: 4rem;
  }

  .smallDesktop\:mr-20{
    margin-right: 5rem;
  }

  .smallDesktop\:mr-24{
    margin-right: 6rem;
  }

  .smallDesktop\:mr-28{
    margin-right: 7rem;
  }

  .smallDesktop\:mr-32{
    margin-right: 8rem;
  }

  .smallDesktop\:mr-36{
    margin-right: 9rem;
  }

  .smallDesktop\:mr-40{
    margin-right: 10rem;
  }

  .smallDesktop\:mr-44{
    margin-right: 11rem;
  }

  .smallDesktop\:mr-48{
    margin-right: 12rem;
  }

  .smallDesktop\:mr-52{
    margin-right: 13rem;
  }

  .smallDesktop\:mr-56{
    margin-right: 14rem;
  }

  .smallDesktop\:mr-60{
    margin-right: 15rem;
  }

  .smallDesktop\:mr-64{
    margin-right: 16rem;
  }

  .smallDesktop\:mr-72{
    margin-right: 18rem;
  }

  .smallDesktop\:mr-80{
    margin-right: 20rem;
  }

  .smallDesktop\:mr-96{
    margin-right: 24rem;
  }

  .smallDesktop\:mr-auto{
    margin-right: auto;
  }

  .smallDesktop\:mr-px{
    margin-right: 1px;
  }

  .smallDesktop\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .smallDesktop\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .smallDesktop\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .smallDesktop\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .smallDesktop\:-mr-0{
    margin-right: 0px;
  }

  .smallDesktop\:-mr-1{
    margin-right: -0.25rem;
  }

  .smallDesktop\:-mr-2{
    margin-right: -0.5rem;
  }

  .smallDesktop\:-mr-3{
    margin-right: -0.75rem;
  }

  .smallDesktop\:-mr-4{
    margin-right: -1rem;
  }

  .smallDesktop\:-mr-5{
    margin-right: -1.25rem;
  }

  .smallDesktop\:-mr-6{
    margin-right: -1.5rem;
  }

  .smallDesktop\:-mr-7{
    margin-right: -1.75rem;
  }

  .smallDesktop\:-mr-8{
    margin-right: -2rem;
  }

  .smallDesktop\:-mr-9{
    margin-right: -2.25rem;
  }

  .smallDesktop\:-mr-10{
    margin-right: -2.5rem;
  }

  .smallDesktop\:-mr-11{
    margin-right: -2.75rem;
  }

  .smallDesktop\:-mr-12{
    margin-right: -3rem;
  }

  .smallDesktop\:-mr-14{
    margin-right: -3.5rem;
  }

  .smallDesktop\:-mr-16{
    margin-right: -4rem;
  }

  .smallDesktop\:-mr-20{
    margin-right: -5rem;
  }

  .smallDesktop\:-mr-24{
    margin-right: -6rem;
  }

  .smallDesktop\:-mr-28{
    margin-right: -7rem;
  }

  .smallDesktop\:-mr-32{
    margin-right: -8rem;
  }

  .smallDesktop\:-mr-36{
    margin-right: -9rem;
  }

  .smallDesktop\:-mr-40{
    margin-right: -10rem;
  }

  .smallDesktop\:-mr-44{
    margin-right: -11rem;
  }

  .smallDesktop\:-mr-48{
    margin-right: -12rem;
  }

  .smallDesktop\:-mr-52{
    margin-right: -13rem;
  }

  .smallDesktop\:-mr-56{
    margin-right: -14rem;
  }

  .smallDesktop\:-mr-60{
    margin-right: -15rem;
  }

  .smallDesktop\:-mr-64{
    margin-right: -16rem;
  }

  .smallDesktop\:-mr-72{
    margin-right: -18rem;
  }

  .smallDesktop\:-mr-80{
    margin-right: -20rem;
  }

  .smallDesktop\:-mr-96{
    margin-right: -24rem;
  }

  .smallDesktop\:-mr-px{
    margin-right: -1px;
  }

  .smallDesktop\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .smallDesktop\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .smallDesktop\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .smallDesktop\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .smallDesktop\:mb-0{
    margin-bottom: 0px;
  }

  .smallDesktop\:mb-1{
    margin-bottom: 0.25rem;
  }

  .smallDesktop\:mb-2{
    margin-bottom: 0.5rem;
  }

  .smallDesktop\:mb-3{
    margin-bottom: 0.75rem;
  }

  .smallDesktop\:mb-4{
    margin-bottom: 1rem;
  }

  .smallDesktop\:mb-5{
    margin-bottom: 1.25rem;
  }

  .smallDesktop\:mb-6{
    margin-bottom: 1.5rem;
  }

  .smallDesktop\:mb-7{
    margin-bottom: 1.75rem;
  }

  .smallDesktop\:mb-8{
    margin-bottom: 2rem;
  }

  .smallDesktop\:mb-9{
    margin-bottom: 2.25rem;
  }

  .smallDesktop\:mb-10{
    margin-bottom: 2.5rem;
  }

  .smallDesktop\:mb-11{
    margin-bottom: 2.75rem;
  }

  .smallDesktop\:mb-12{
    margin-bottom: 3rem;
  }

  .smallDesktop\:mb-14{
    margin-bottom: 3.5rem;
  }

  .smallDesktop\:mb-16{
    margin-bottom: 4rem;
  }

  .smallDesktop\:mb-20{
    margin-bottom: 5rem;
  }

  .smallDesktop\:mb-24{
    margin-bottom: 6rem;
  }

  .smallDesktop\:mb-28{
    margin-bottom: 7rem;
  }

  .smallDesktop\:mb-32{
    margin-bottom: 8rem;
  }

  .smallDesktop\:mb-36{
    margin-bottom: 9rem;
  }

  .smallDesktop\:mb-40{
    margin-bottom: 10rem;
  }

  .smallDesktop\:mb-44{
    margin-bottom: 11rem;
  }

  .smallDesktop\:mb-48{
    margin-bottom: 12rem;
  }

  .smallDesktop\:mb-52{
    margin-bottom: 13rem;
  }

  .smallDesktop\:mb-56{
    margin-bottom: 14rem;
  }

  .smallDesktop\:mb-60{
    margin-bottom: 15rem;
  }

  .smallDesktop\:mb-64{
    margin-bottom: 16rem;
  }

  .smallDesktop\:mb-72{
    margin-bottom: 18rem;
  }

  .smallDesktop\:mb-80{
    margin-bottom: 20rem;
  }

  .smallDesktop\:mb-96{
    margin-bottom: 24rem;
  }

  .smallDesktop\:mb-auto{
    margin-bottom: auto;
  }

  .smallDesktop\:mb-px{
    margin-bottom: 1px;
  }

  .smallDesktop\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .smallDesktop\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .smallDesktop\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .smallDesktop\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .smallDesktop\:-mb-0{
    margin-bottom: 0px;
  }

  .smallDesktop\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .smallDesktop\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .smallDesktop\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .smallDesktop\:-mb-4{
    margin-bottom: -1rem;
  }

  .smallDesktop\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .smallDesktop\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .smallDesktop\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .smallDesktop\:-mb-8{
    margin-bottom: -2rem;
  }

  .smallDesktop\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .smallDesktop\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .smallDesktop\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .smallDesktop\:-mb-12{
    margin-bottom: -3rem;
  }

  .smallDesktop\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .smallDesktop\:-mb-16{
    margin-bottom: -4rem;
  }

  .smallDesktop\:-mb-20{
    margin-bottom: -5rem;
  }

  .smallDesktop\:-mb-24{
    margin-bottom: -6rem;
  }

  .smallDesktop\:-mb-28{
    margin-bottom: -7rem;
  }

  .smallDesktop\:-mb-32{
    margin-bottom: -8rem;
  }

  .smallDesktop\:-mb-36{
    margin-bottom: -9rem;
  }

  .smallDesktop\:-mb-40{
    margin-bottom: -10rem;
  }

  .smallDesktop\:-mb-44{
    margin-bottom: -11rem;
  }

  .smallDesktop\:-mb-48{
    margin-bottom: -12rem;
  }

  .smallDesktop\:-mb-52{
    margin-bottom: -13rem;
  }

  .smallDesktop\:-mb-56{
    margin-bottom: -14rem;
  }

  .smallDesktop\:-mb-60{
    margin-bottom: -15rem;
  }

  .smallDesktop\:-mb-64{
    margin-bottom: -16rem;
  }

  .smallDesktop\:-mb-72{
    margin-bottom: -18rem;
  }

  .smallDesktop\:-mb-80{
    margin-bottom: -20rem;
  }

  .smallDesktop\:-mb-96{
    margin-bottom: -24rem;
  }

  .smallDesktop\:-mb-px{
    margin-bottom: -1px;
  }

  .smallDesktop\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .smallDesktop\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .smallDesktop\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .smallDesktop\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .smallDesktop\:ml-0{
    margin-left: 0px;
  }

  .smallDesktop\:ml-1{
    margin-left: 0.25rem;
  }

  .smallDesktop\:ml-2{
    margin-left: 0.5rem;
  }

  .smallDesktop\:ml-3{
    margin-left: 0.75rem;
  }

  .smallDesktop\:ml-4{
    margin-left: 1rem;
  }

  .smallDesktop\:ml-5{
    margin-left: 1.25rem;
  }

  .smallDesktop\:ml-6{
    margin-left: 1.5rem;
  }

  .smallDesktop\:ml-7{
    margin-left: 1.75rem;
  }

  .smallDesktop\:ml-8{
    margin-left: 2rem;
  }

  .smallDesktop\:ml-9{
    margin-left: 2.25rem;
  }

  .smallDesktop\:ml-10{
    margin-left: 2.5rem;
  }

  .smallDesktop\:ml-11{
    margin-left: 2.75rem;
  }

  .smallDesktop\:ml-12{
    margin-left: 3rem;
  }

  .smallDesktop\:ml-14{
    margin-left: 3.5rem;
  }

  .smallDesktop\:ml-16{
    margin-left: 4rem;
  }

  .smallDesktop\:ml-20{
    margin-left: 5rem;
  }

  .smallDesktop\:ml-24{
    margin-left: 6rem;
  }

  .smallDesktop\:ml-28{
    margin-left: 7rem;
  }

  .smallDesktop\:ml-32{
    margin-left: 8rem;
  }

  .smallDesktop\:ml-36{
    margin-left: 9rem;
  }

  .smallDesktop\:ml-40{
    margin-left: 10rem;
  }

  .smallDesktop\:ml-44{
    margin-left: 11rem;
  }

  .smallDesktop\:ml-48{
    margin-left: 12rem;
  }

  .smallDesktop\:ml-52{
    margin-left: 13rem;
  }

  .smallDesktop\:ml-56{
    margin-left: 14rem;
  }

  .smallDesktop\:ml-60{
    margin-left: 15rem;
  }

  .smallDesktop\:ml-64{
    margin-left: 16rem;
  }

  .smallDesktop\:ml-72{
    margin-left: 18rem;
  }

  .smallDesktop\:ml-80{
    margin-left: 20rem;
  }

  .smallDesktop\:ml-96{
    margin-left: 24rem;
  }

  .smallDesktop\:ml-auto{
    margin-left: auto;
  }

  .smallDesktop\:ml-px{
    margin-left: 1px;
  }

  .smallDesktop\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .smallDesktop\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .smallDesktop\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .smallDesktop\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .smallDesktop\:-ml-0{
    margin-left: 0px;
  }

  .smallDesktop\:-ml-1{
    margin-left: -0.25rem;
  }

  .smallDesktop\:-ml-2{
    margin-left: -0.5rem;
  }

  .smallDesktop\:-ml-3{
    margin-left: -0.75rem;
  }

  .smallDesktop\:-ml-4{
    margin-left: -1rem;
  }

  .smallDesktop\:-ml-5{
    margin-left: -1.25rem;
  }

  .smallDesktop\:-ml-6{
    margin-left: -1.5rem;
  }

  .smallDesktop\:-ml-7{
    margin-left: -1.75rem;
  }

  .smallDesktop\:-ml-8{
    margin-left: -2rem;
  }

  .smallDesktop\:-ml-9{
    margin-left: -2.25rem;
  }

  .smallDesktop\:-ml-10{
    margin-left: -2.5rem;
  }

  .smallDesktop\:-ml-11{
    margin-left: -2.75rem;
  }

  .smallDesktop\:-ml-12{
    margin-left: -3rem;
  }

  .smallDesktop\:-ml-14{
    margin-left: -3.5rem;
  }

  .smallDesktop\:-ml-16{
    margin-left: -4rem;
  }

  .smallDesktop\:-ml-20{
    margin-left: -5rem;
  }

  .smallDesktop\:-ml-24{
    margin-left: -6rem;
  }

  .smallDesktop\:-ml-28{
    margin-left: -7rem;
  }

  .smallDesktop\:-ml-32{
    margin-left: -8rem;
  }

  .smallDesktop\:-ml-36{
    margin-left: -9rem;
  }

  .smallDesktop\:-ml-40{
    margin-left: -10rem;
  }

  .smallDesktop\:-ml-44{
    margin-left: -11rem;
  }

  .smallDesktop\:-ml-48{
    margin-left: -12rem;
  }

  .smallDesktop\:-ml-52{
    margin-left: -13rem;
  }

  .smallDesktop\:-ml-56{
    margin-left: -14rem;
  }

  .smallDesktop\:-ml-60{
    margin-left: -15rem;
  }

  .smallDesktop\:-ml-64{
    margin-left: -16rem;
  }

  .smallDesktop\:-ml-72{
    margin-left: -18rem;
  }

  .smallDesktop\:-ml-80{
    margin-left: -20rem;
  }

  .smallDesktop\:-ml-96{
    margin-left: -24rem;
  }

  .smallDesktop\:-ml-px{
    margin-left: -1px;
  }

  .smallDesktop\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .smallDesktop\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .smallDesktop\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .smallDesktop\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .smallDesktop\:box-border{
    box-sizing: border-box;
  }

  .smallDesktop\:box-content{
    box-sizing: content-box;
  }

  .smallDesktop\:block{
    display: block;
  }

  .smallDesktop\:inline-block{
    display: inline-block;
  }

  .smallDesktop\:inline{
    display: inline;
  }

  .smallDesktop\:flex{
    display: flex;
  }

  .smallDesktop\:inline-flex{
    display: inline-flex;
  }

  .smallDesktop\:table{
    display: table;
  }

  .smallDesktop\:inline-table{
    display: inline-table;
  }

  .smallDesktop\:table-caption{
    display: table-caption;
  }

  .smallDesktop\:table-cell{
    display: table-cell;
  }

  .smallDesktop\:table-column{
    display: table-column;
  }

  .smallDesktop\:table-column-group{
    display: table-column-group;
  }

  .smallDesktop\:table-footer-group{
    display: table-footer-group;
  }

  .smallDesktop\:table-header-group{
    display: table-header-group;
  }

  .smallDesktop\:table-row-group{
    display: table-row-group;
  }

  .smallDesktop\:table-row{
    display: table-row;
  }

  .smallDesktop\:flow-root{
    display: flow-root;
  }

  .smallDesktop\:grid{
    display: grid;
  }

  .smallDesktop\:inline-grid{
    display: inline-grid;
  }

  .smallDesktop\:contents{
    display: contents;
  }

  .smallDesktop\:list-item{
    display: list-item;
  }

  .smallDesktop\:hidden{
    display: none;
  }

  .smallDesktop\:h-0{
    height: 0px;
  }

  .smallDesktop\:h-1{
    height: 0.25rem;
  }

  .smallDesktop\:h-2{
    height: 0.5rem;
  }

  .smallDesktop\:h-3{
    height: 0.75rem;
  }

  .smallDesktop\:h-4{
    height: 1rem;
  }

  .smallDesktop\:h-5{
    height: 1.25rem;
  }

  .smallDesktop\:h-6{
    height: 1.5rem;
  }

  .smallDesktop\:h-7{
    height: 1.75rem;
  }

  .smallDesktop\:h-8{
    height: 2rem;
  }

  .smallDesktop\:h-9{
    height: 2.25rem;
  }

  .smallDesktop\:h-10{
    height: 2.5rem;
  }

  .smallDesktop\:h-11{
    height: 2.75rem;
  }

  .smallDesktop\:h-12{
    height: 3rem;
  }

  .smallDesktop\:h-14{
    height: 3.5rem;
  }

  .smallDesktop\:h-16{
    height: 4rem;
  }

  .smallDesktop\:h-20{
    height: 5rem;
  }

  .smallDesktop\:h-24{
    height: 6rem;
  }

  .smallDesktop\:h-28{
    height: 7rem;
  }

  .smallDesktop\:h-32{
    height: 8rem;
  }

  .smallDesktop\:h-36{
    height: 9rem;
  }

  .smallDesktop\:h-40{
    height: 10rem;
  }

  .smallDesktop\:h-44{
    height: 11rem;
  }

  .smallDesktop\:h-48{
    height: 12rem;
  }

  .smallDesktop\:h-52{
    height: 13rem;
  }

  .smallDesktop\:h-56{
    height: 14rem;
  }

  .smallDesktop\:h-60{
    height: 15rem;
  }

  .smallDesktop\:h-64{
    height: 16rem;
  }

  .smallDesktop\:h-72{
    height: 18rem;
  }

  .smallDesktop\:h-80{
    height: 20rem;
  }

  .smallDesktop\:h-96{
    height: 24rem;
  }

  .smallDesktop\:h-auto{
    height: auto;
  }

  .smallDesktop\:h-px{
    height: 1px;
  }

  .smallDesktop\:h-0\.5{
    height: 0.125rem;
  }

  .smallDesktop\:h-1\.5{
    height: 0.375rem;
  }

  .smallDesktop\:h-2\.5{
    height: 0.625rem;
  }

  .smallDesktop\:h-3\.5{
    height: 0.875rem;
  }

  .smallDesktop\:h-1\/2{
    height: 50%;
  }

  .smallDesktop\:h-1\/3{
    height: 33.333333%;
  }

  .smallDesktop\:h-2\/3{
    height: 66.666667%;
  }

  .smallDesktop\:h-1\/4{
    height: 25%;
  }

  .smallDesktop\:h-2\/4{
    height: 50%;
  }

  .smallDesktop\:h-3\/4{
    height: 75%;
  }

  .smallDesktop\:h-1\/5{
    height: 20%;
  }

  .smallDesktop\:h-2\/5{
    height: 40%;
  }

  .smallDesktop\:h-3\/5{
    height: 60%;
  }

  .smallDesktop\:h-4\/5{
    height: 80%;
  }

  .smallDesktop\:h-1\/6{
    height: 16.666667%;
  }

  .smallDesktop\:h-2\/6{
    height: 33.333333%;
  }

  .smallDesktop\:h-3\/6{
    height: 50%;
  }

  .smallDesktop\:h-4\/6{
    height: 66.666667%;
  }

  .smallDesktop\:h-5\/6{
    height: 83.333333%;
  }

  .smallDesktop\:h-full{
    height: 100%;
  }

  .smallDesktop\:h-screen{
    height: 100vh;
  }

  .smallDesktop\:max-h-0{
    max-height: 0px;
  }

  .smallDesktop\:max-h-1{
    max-height: 0.25rem;
  }

  .smallDesktop\:max-h-2{
    max-height: 0.5rem;
  }

  .smallDesktop\:max-h-3{
    max-height: 0.75rem;
  }

  .smallDesktop\:max-h-4{
    max-height: 1rem;
  }

  .smallDesktop\:max-h-5{
    max-height: 1.25rem;
  }

  .smallDesktop\:max-h-6{
    max-height: 1.5rem;
  }

  .smallDesktop\:max-h-7{
    max-height: 1.75rem;
  }

  .smallDesktop\:max-h-8{
    max-height: 2rem;
  }

  .smallDesktop\:max-h-9{
    max-height: 2.25rem;
  }

  .smallDesktop\:max-h-10{
    max-height: 2.5rem;
  }

  .smallDesktop\:max-h-11{
    max-height: 2.75rem;
  }

  .smallDesktop\:max-h-12{
    max-height: 3rem;
  }

  .smallDesktop\:max-h-14{
    max-height: 3.5rem;
  }

  .smallDesktop\:max-h-16{
    max-height: 4rem;
  }

  .smallDesktop\:max-h-20{
    max-height: 5rem;
  }

  .smallDesktop\:max-h-24{
    max-height: 6rem;
  }

  .smallDesktop\:max-h-28{
    max-height: 7rem;
  }

  .smallDesktop\:max-h-32{
    max-height: 8rem;
  }

  .smallDesktop\:max-h-36{
    max-height: 9rem;
  }

  .smallDesktop\:max-h-40{
    max-height: 10rem;
  }

  .smallDesktop\:max-h-44{
    max-height: 11rem;
  }

  .smallDesktop\:max-h-48{
    max-height: 12rem;
  }

  .smallDesktop\:max-h-52{
    max-height: 13rem;
  }

  .smallDesktop\:max-h-56{
    max-height: 14rem;
  }

  .smallDesktop\:max-h-60{
    max-height: 15rem;
  }

  .smallDesktop\:max-h-64{
    max-height: 16rem;
  }

  .smallDesktop\:max-h-72{
    max-height: 18rem;
  }

  .smallDesktop\:max-h-80{
    max-height: 20rem;
  }

  .smallDesktop\:max-h-96{
    max-height: 24rem;
  }

  .smallDesktop\:max-h-px{
    max-height: 1px;
  }

  .smallDesktop\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .smallDesktop\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .smallDesktop\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .smallDesktop\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .smallDesktop\:max-h-full{
    max-height: 100%;
  }

  .smallDesktop\:max-h-screen{
    max-height: 100vh;
  }

  .smallDesktop\:min-h-0{
    min-height: 0px;
  }

  .smallDesktop\:min-h-full{
    min-height: 100%;
  }

  .smallDesktop\:min-h-screen{
    min-height: 100vh;
  }

  .smallDesktop\:w-0{
    width: 0px;
  }

  .smallDesktop\:w-1{
    width: 0.25rem;
  }

  .smallDesktop\:w-2{
    width: 0.5rem;
  }

  .smallDesktop\:w-3{
    width: 0.75rem;
  }

  .smallDesktop\:w-4{
    width: 1rem;
  }

  .smallDesktop\:w-5{
    width: 1.25rem;
  }

  .smallDesktop\:w-6{
    width: 1.5rem;
  }

  .smallDesktop\:w-7{
    width: 1.75rem;
  }

  .smallDesktop\:w-8{
    width: 2rem;
  }

  .smallDesktop\:w-9{
    width: 2.25rem;
  }

  .smallDesktop\:w-10{
    width: 2.5rem;
  }

  .smallDesktop\:w-11{
    width: 2.75rem;
  }

  .smallDesktop\:w-12{
    width: 3rem;
  }

  .smallDesktop\:w-14{
    width: 3.5rem;
  }

  .smallDesktop\:w-16{
    width: 4rem;
  }

  .smallDesktop\:w-20{
    width: 5rem;
  }

  .smallDesktop\:w-24{
    width: 6rem;
  }

  .smallDesktop\:w-28{
    width: 7rem;
  }

  .smallDesktop\:w-32{
    width: 8rem;
  }

  .smallDesktop\:w-36{
    width: 9rem;
  }

  .smallDesktop\:w-40{
    width: 10rem;
  }

  .smallDesktop\:w-44{
    width: 11rem;
  }

  .smallDesktop\:w-48{
    width: 12rem;
  }

  .smallDesktop\:w-52{
    width: 13rem;
  }

  .smallDesktop\:w-56{
    width: 14rem;
  }

  .smallDesktop\:w-60{
    width: 15rem;
  }

  .smallDesktop\:w-64{
    width: 16rem;
  }

  .smallDesktop\:w-72{
    width: 18rem;
  }

  .smallDesktop\:w-80{
    width: 20rem;
  }

  .smallDesktop\:w-96{
    width: 24rem;
  }

  .smallDesktop\:w-auto{
    width: auto;
  }

  .smallDesktop\:w-px{
    width: 1px;
  }

  .smallDesktop\:w-0\.5{
    width: 0.125rem;
  }

  .smallDesktop\:w-1\.5{
    width: 0.375rem;
  }

  .smallDesktop\:w-2\.5{
    width: 0.625rem;
  }

  .smallDesktop\:w-3\.5{
    width: 0.875rem;
  }

  .smallDesktop\:w-1\/2{
    width: 50%;
  }

  .smallDesktop\:w-1\/3{
    width: 33.333333%;
  }

  .smallDesktop\:w-2\/3{
    width: 66.666667%;
  }

  .smallDesktop\:w-1\/4{
    width: 25%;
  }

  .smallDesktop\:w-2\/4{
    width: 50%;
  }

  .smallDesktop\:w-3\/4{
    width: 75%;
  }

  .smallDesktop\:w-1\/5{
    width: 20%;
  }

  .smallDesktop\:w-2\/5{
    width: 40%;
  }

  .smallDesktop\:w-3\/5{
    width: 60%;
  }

  .smallDesktop\:w-4\/5{
    width: 80%;
  }

  .smallDesktop\:w-1\/6{
    width: 16.666667%;
  }

  .smallDesktop\:w-2\/6{
    width: 33.333333%;
  }

  .smallDesktop\:w-3\/6{
    width: 50%;
  }

  .smallDesktop\:w-4\/6{
    width: 66.666667%;
  }

  .smallDesktop\:w-5\/6{
    width: 83.333333%;
  }

  .smallDesktop\:w-1\/12{
    width: 8.333333%;
  }

  .smallDesktop\:w-2\/12{
    width: 16.666667%;
  }

  .smallDesktop\:w-3\/12{
    width: 25%;
  }

  .smallDesktop\:w-4\/12{
    width: 33.333333%;
  }

  .smallDesktop\:w-5\/12{
    width: 41.666667%;
  }

  .smallDesktop\:w-6\/12{
    width: 50%;
  }

  .smallDesktop\:w-7\/12{
    width: 58.333333%;
  }

  .smallDesktop\:w-8\/12{
    width: 66.666667%;
  }

  .smallDesktop\:w-9\/12{
    width: 75%;
  }

  .smallDesktop\:w-10\/12{
    width: 83.333333%;
  }

  .smallDesktop\:w-11\/12{
    width: 91.666667%;
  }

  .smallDesktop\:w-full{
    width: 100%;
  }

  .smallDesktop\:w-screen{
    width: 100vw;
  }

  .smallDesktop\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .smallDesktop\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .smallDesktop\:min-w-0{
    min-width: 0px;
  }

  .smallDesktop\:min-w-full{
    min-width: 100%;
  }

  .smallDesktop\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .smallDesktop\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .smallDesktop\:max-w-0{
    max-width: 0rem;
  }

  .smallDesktop\:max-w-none{
    max-width: none;
  }

  .smallDesktop\:max-w-xs{
    max-width: 20rem;
  }

  .smallDesktop\:max-w-sm{
    max-width: 24rem;
  }

  .smallDesktop\:max-w-md{
    max-width: 28rem;
  }

  .smallDesktop\:max-w-lg{
    max-width: 32rem;
  }

  .smallDesktop\:max-w-xl{
    max-width: 36rem;
  }

  .smallDesktop\:max-w-2xl{
    max-width: 42rem;
  }

  .smallDesktop\:max-w-3xl{
    max-width: 48rem;
  }

  .smallDesktop\:max-w-4xl{
    max-width: 56rem;
  }

  .smallDesktop\:max-w-5xl{
    max-width: 64rem;
  }

  .smallDesktop\:max-w-6xl{
    max-width: 72rem;
  }

  .smallDesktop\:max-w-7xl{
    max-width: 80rem;
  }

  .smallDesktop\:max-w-full{
    max-width: 100%;
  }

  .smallDesktop\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .smallDesktop\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .smallDesktop\:max-w-prose{
    max-width: 65ch;
  }

  .smallDesktop\:max-w-screen-sm{
    max-width: 640px;
  }

  .smallDesktop\:max-w-screen-md{
    max-width: 768px;
  }

  .smallDesktop\:max-w-screen-lg{
    max-width: 1024px;
  }

  .smallDesktop\:max-w-screen-xl{
    max-width: 1280px;
  }

  .smallDesktop\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .smallDesktop\:flex-1{
    flex: 1 1 0%;
  }

  .smallDesktop\:flex-auto{
    flex: 1 1 auto;
  }

  .smallDesktop\:flex-initial{
    flex: 0 1 auto;
  }

  .smallDesktop\:flex-none{
    flex: none;
  }

  .smallDesktop\:flex-shrink-0{
    flex-shrink: 0;
  }

  .smallDesktop\:flex-shrink{
    flex-shrink: 1;
  }

  .smallDesktop\:flex-grow-0{
    flex-grow: 0;
  }

  .smallDesktop\:flex-grow{
    flex-grow: 1;
  }

  .smallDesktop\:table-auto{
    table-layout: auto;
  }

  .smallDesktop\:table-fixed{
    table-layout: fixed;
  }

  .smallDesktop\:border-collapse{
    border-collapse: collapse;
  }

  .smallDesktop\:border-separate{
    border-collapse: separate;
  }

  .smallDesktop\:origin-center{
    transform-origin: center;
  }

  .smallDesktop\:origin-top{
    transform-origin: top;
  }

  .smallDesktop\:origin-top-right{
    transform-origin: top right;
  }

  .smallDesktop\:origin-right{
    transform-origin: right;
  }

  .smallDesktop\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .smallDesktop\:origin-bottom{
    transform-origin: bottom;
  }

  .smallDesktop\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .smallDesktop\:origin-left{
    transform-origin: left;
  }

  .smallDesktop\:origin-top-left{
    transform-origin: top left;
  }

  .smallDesktop\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .smallDesktop\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .smallDesktop\:transform-none{
    transform: none;
  }

  .smallDesktop\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .smallDesktop\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .smallDesktop\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .smallDesktop\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .smallDesktop\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .smallDesktop\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .smallDesktop\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .smallDesktop\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .smallDesktop\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .smallDesktop\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .smallDesktop\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .smallDesktop\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .smallDesktop\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .smallDesktop\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .smallDesktop\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .smallDesktop\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .smallDesktop\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .smallDesktop\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .smallDesktop\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .smallDesktop\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .smallDesktop\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .smallDesktop\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .smallDesktop\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .smallDesktop\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .smallDesktop\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .smallDesktop\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .smallDesktop\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .smallDesktop\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .smallDesktop\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .smallDesktop\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .smallDesktop\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .smallDesktop\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .smallDesktop\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .smallDesktop\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .smallDesktop\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .smallDesktop\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .smallDesktop\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .smallDesktop\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .smallDesktop\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .smallDesktop\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .smallDesktop\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .smallDesktop\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .smallDesktop\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .smallDesktop\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .smallDesktop\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .smallDesktop\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .smallDesktop\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .smallDesktop\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .smallDesktop\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .smallDesktop\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .smallDesktop\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .smallDesktop\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .smallDesktop\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .smallDesktop\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .smallDesktop\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .smallDesktop\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .smallDesktop\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .smallDesktop\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .smallDesktop\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .smallDesktop\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .smallDesktop\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .smallDesktop\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .smallDesktop\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .smallDesktop\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .smallDesktop\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .smallDesktop\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .smallDesktop\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .smallDesktop\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .smallDesktop\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .smallDesktop\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .smallDesktop\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .smallDesktop\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .smallDesktop\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .smallDesktop\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .smallDesktop\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .smallDesktop\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .smallDesktop\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .smallDesktop\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .smallDesktop\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .smallDesktop\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .smallDesktop\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .smallDesktop\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .smallDesktop\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .smallDesktop\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .smallDesktop\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .smallDesktop\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .smallDesktop\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .smallDesktop\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .smallDesktop\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .smallDesktop\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .smallDesktop\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .smallDesktop\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .smallDesktop\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .smallDesktop\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .smallDesktop\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .smallDesktop\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .smallDesktop\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .smallDesktop\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .smallDesktop\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .smallDesktop\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .smallDesktop\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .smallDesktop\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .smallDesktop\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .smallDesktop\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .smallDesktop\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .smallDesktop\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .smallDesktop\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .smallDesktop\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .smallDesktop\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .smallDesktop\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .smallDesktop\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .smallDesktop\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .smallDesktop\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .smallDesktop\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .smallDesktop\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .smallDesktop\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .smallDesktop\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .smallDesktop\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .smallDesktop\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .smallDesktop\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .smallDesktop\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .smallDesktop\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .smallDesktop\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .smallDesktop\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .smallDesktop\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .smallDesktop\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .smallDesktop\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .smallDesktop\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .smallDesktop\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .smallDesktop\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .smallDesktop\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .smallDesktop\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .smallDesktop\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .smallDesktop\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .smallDesktop\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .smallDesktop\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .smallDesktop\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .smallDesktop\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .smallDesktop\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .smallDesktop\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .smallDesktop\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .smallDesktop\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .smallDesktop\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .smallDesktop\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .smallDesktop\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .smallDesktop\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .smallDesktop\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .smallDesktop\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .smallDesktop\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .smallDesktop\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .smallDesktop\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .smallDesktop\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .smallDesktop\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .smallDesktop\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .smallDesktop\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .smallDesktop\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .smallDesktop\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .smallDesktop\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .smallDesktop\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .smallDesktop\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .smallDesktop\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .smallDesktop\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .smallDesktop\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .smallDesktop\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .smallDesktop\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .smallDesktop\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .smallDesktop\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .smallDesktop\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .smallDesktop\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .smallDesktop\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .smallDesktop\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .smallDesktop\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .smallDesktop\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .smallDesktop\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .smallDesktop\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .smallDesktop\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .smallDesktop\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .smallDesktop\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .smallDesktop\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .smallDesktop\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .smallDesktop\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .smallDesktop\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .smallDesktop\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .smallDesktop\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .smallDesktop\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .smallDesktop\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .smallDesktop\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .smallDesktop\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .smallDesktop\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .smallDesktop\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .smallDesktop\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .smallDesktop\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .smallDesktop\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .smallDesktop\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .smallDesktop\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .smallDesktop\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .smallDesktop\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .smallDesktop\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .smallDesktop\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .smallDesktop\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .smallDesktop\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .smallDesktop\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .smallDesktop\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .smallDesktop\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .smallDesktop\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .smallDesktop\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .smallDesktop\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .smallDesktop\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .smallDesktop\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .smallDesktop\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .smallDesktop\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .smallDesktop\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .smallDesktop\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .smallDesktop\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .smallDesktop\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .smallDesktop\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .smallDesktop\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .smallDesktop\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .smallDesktop\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .smallDesktop\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .smallDesktop\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .smallDesktop\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .smallDesktop\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .smallDesktop\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .smallDesktop\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .smallDesktop\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .smallDesktop\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .smallDesktop\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .smallDesktop\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .smallDesktop\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .smallDesktop\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .smallDesktop\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .smallDesktop\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .smallDesktop\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .smallDesktop\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .smallDesktop\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .smallDesktop\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .smallDesktop\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .smallDesktop\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .smallDesktop\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .smallDesktop\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .smallDesktop\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .smallDesktop\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .smallDesktop\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .smallDesktop\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .smallDesktop\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .smallDesktop\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .smallDesktop\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .smallDesktop\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .smallDesktop\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .smallDesktop\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .smallDesktop\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .smallDesktop\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .smallDesktop\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .smallDesktop\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .smallDesktop\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .smallDesktop\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .smallDesktop\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .smallDesktop\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .smallDesktop\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .smallDesktop\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .smallDesktop\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .smallDesktop\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .smallDesktop\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .smallDesktop\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .smallDesktop\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .smallDesktop\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .smallDesktop\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .smallDesktop\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .smallDesktop\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .smallDesktop\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .smallDesktop\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .smallDesktop\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .smallDesktop\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .smallDesktop\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .smallDesktop\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .smallDesktop\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .smallDesktop\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .smallDesktop\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .smallDesktop\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .smallDesktop\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .smallDesktop\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .smallDesktop\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .smallDesktop\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .smallDesktop\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .smallDesktop\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .smallDesktop\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .smallDesktop\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .smallDesktop\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .smallDesktop\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .smallDesktop\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .smallDesktop\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .smallDesktop\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .smallDesktop\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .smallDesktop\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .smallDesktop\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .smallDesktop\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .smallDesktop\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .smallDesktop\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .smallDesktop\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .smallDesktop\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .smallDesktop\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .smallDesktop\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .smallDesktop\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .smallDesktop\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .smallDesktop\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .smallDesktop\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .smallDesktop\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .smallDesktop\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .smallDesktop\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .smallDesktop\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .smallDesktop\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .smallDesktop\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .smallDesktop\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .smallDesktop\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .smallDesktop\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .smallDesktop\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .smallDesktop\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .smallDesktop\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .smallDesktop\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .smallDesktop\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .smallDesktop\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .smallDesktop\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .smallDesktop\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .smallDesktop\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .smallDesktop\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .smallDesktop\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .smallDesktop\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .smallDesktop\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .smallDesktop\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .smallDesktop\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .smallDesktop\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .smallDesktop\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .smallDesktop\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .smallDesktop\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .smallDesktop\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .smallDesktop\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .smallDesktop\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .smallDesktop\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .smallDesktop\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .smallDesktop\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .smallDesktop\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .smallDesktop\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .smallDesktop\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .smallDesktop\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .smallDesktop\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .smallDesktop\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .smallDesktop\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .smallDesktop\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .smallDesktop\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .smallDesktop\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .smallDesktop\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .smallDesktop\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .smallDesktop\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .smallDesktop\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .smallDesktop\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .smallDesktop\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .smallDesktop\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .smallDesktop\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .smallDesktop\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .smallDesktop\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .smallDesktop\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .smallDesktop\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .smallDesktop\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .smallDesktop\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .smallDesktop\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .smallDesktop\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .smallDesktop\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .smallDesktop\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .smallDesktop\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .smallDesktop\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .smallDesktop\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .smallDesktop\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .smallDesktop\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .smallDesktop\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .smallDesktop\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .smallDesktop\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .smallDesktop\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .smallDesktop\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .smallDesktop\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .smallDesktop\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .smallDesktop\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .smallDesktop\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .smallDesktop\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .smallDesktop\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .smallDesktop\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .smallDesktop\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .smallDesktop\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .smallDesktop\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .smallDesktop\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .smallDesktop\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .smallDesktop\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .smallDesktop\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .smallDesktop\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .smallDesktop\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .smallDesktop\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .smallDesktop\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .smallDesktop\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .smallDesktop\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .smallDesktop\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .smallDesktop\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .smallDesktop\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .smallDesktop\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .smallDesktop\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .smallDesktop\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .smallDesktop\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .smallDesktop\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .smallDesktop\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .smallDesktop\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .smallDesktop\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .smallDesktop\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .smallDesktop\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .smallDesktop\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .smallDesktop\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .smallDesktop\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .smallDesktop\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .smallDesktop\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .smallDesktop\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .smallDesktop\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .smallDesktop\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .smallDesktop\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .smallDesktop\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .smallDesktop\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .smallDesktop\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .smallDesktop\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .smallDesktop\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .smallDesktop\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .smallDesktop\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .smallDesktop\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .smallDesktop\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .smallDesktop\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .smallDesktop\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .smallDesktop\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .smallDesktop\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .smallDesktop\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .smallDesktop\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .smallDesktop\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .smallDesktop\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .smallDesktop\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .smallDesktop\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .smallDesktop\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .smallDesktop\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .smallDesktop\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .smallDesktop\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .smallDesktop\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .smallDesktop\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .smallDesktop\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .smallDesktop\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .smallDesktop\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .smallDesktop\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .smallDesktop\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .smallDesktop\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .smallDesktop\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .smallDesktop\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .smallDesktop\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .smallDesktop\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .smallDesktop\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .smallDesktop\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .smallDesktop\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .smallDesktop\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .smallDesktop\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .smallDesktop\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .smallDesktop\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .smallDesktop\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .smallDesktop\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .smallDesktop\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .smallDesktop\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .smallDesktop\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .smallDesktop\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .smallDesktop\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .smallDesktop\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .smallDesktop\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .smallDesktop\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .smallDesktop\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .smallDesktop\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .smallDesktop\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .smallDesktop\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .smallDesktop\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .smallDesktop\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .smallDesktop\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .smallDesktop\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .smallDesktop\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .smallDesktop\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .smallDesktop\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .smallDesktop\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .smallDesktop\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .smallDesktop\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .smallDesktop\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .smallDesktop\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .smallDesktop\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .smallDesktop\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .smallDesktop\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .smallDesktop\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .smallDesktop\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .smallDesktop\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .smallDesktop\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .smallDesktop\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .smallDesktop\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .smallDesktop\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .smallDesktop\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .smallDesktop\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .smallDesktop\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .smallDesktop\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .smallDesktop\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .smallDesktop\:rotate-0{
    --tw-rotate: 0deg;
  }

  .smallDesktop\:rotate-1{
    --tw-rotate: 1deg;
  }

  .smallDesktop\:rotate-2{
    --tw-rotate: 2deg;
  }

  .smallDesktop\:rotate-3{
    --tw-rotate: 3deg;
  }

  .smallDesktop\:rotate-6{
    --tw-rotate: 6deg;
  }

  .smallDesktop\:rotate-12{
    --tw-rotate: 12deg;
  }

  .smallDesktop\:rotate-45{
    --tw-rotate: 45deg;
  }

  .smallDesktop\:rotate-90{
    --tw-rotate: 90deg;
  }

  .smallDesktop\:rotate-180{
    --tw-rotate: 180deg;
  }

  .smallDesktop\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .smallDesktop\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .smallDesktop\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .smallDesktop\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .smallDesktop\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .smallDesktop\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .smallDesktop\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .smallDesktop\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .smallDesktop\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .smallDesktop\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .smallDesktop\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .smallDesktop\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .smallDesktop\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .smallDesktop\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .smallDesktop\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .smallDesktop\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .smallDesktop\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .smallDesktop\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .smallDesktop\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .smallDesktop\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .smallDesktop\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .smallDesktop\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .smallDesktop\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .smallDesktop\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .smallDesktop\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .smallDesktop\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .smallDesktop\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .smallDesktop\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .smallDesktop\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .smallDesktop\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .smallDesktop\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .smallDesktop\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .smallDesktop\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .smallDesktop\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .smallDesktop\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .smallDesktop\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .smallDesktop\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .smallDesktop\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .smallDesktop\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .smallDesktop\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .smallDesktop\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .smallDesktop\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .smallDesktop\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .smallDesktop\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .smallDesktop\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .smallDesktop\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .smallDesktop\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .smallDesktop\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .smallDesktop\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .smallDesktop\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .smallDesktop\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .smallDesktop\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .smallDesktop\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .smallDesktop\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .smallDesktop\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .smallDesktop\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .smallDesktop\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .smallDesktop\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .smallDesktop\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .smallDesktop\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .smallDesktop\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .smallDesktop\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .smallDesktop\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .smallDesktop\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .smallDesktop\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .smallDesktop\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .smallDesktop\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .smallDesktop\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .smallDesktop\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .smallDesktop\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .smallDesktop\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .smallDesktop\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .smallDesktop\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .smallDesktop\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .smallDesktop\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .smallDesktop\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .smallDesktop\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .smallDesktop\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .smallDesktop\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .smallDesktop\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .smallDesktop\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .smallDesktop\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .smallDesktop\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .smallDesktop\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .smallDesktop\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .smallDesktop\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .smallDesktop\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .smallDesktop\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .smallDesktop\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .smallDesktop\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .smallDesktop\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .smallDesktop\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .smallDesktop\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .smallDesktop\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .smallDesktop\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .smallDesktop\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .smallDesktop\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .smallDesktop\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .smallDesktop\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .smallDesktop\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .smallDesktop\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .smallDesktop\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .smallDesktop\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .smallDesktop\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .smallDesktop\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .smallDesktop\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .smallDesktop\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .smallDesktop\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .smallDesktop\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .smallDesktop\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .smallDesktop\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .smallDesktop\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .smallDesktop\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .smallDesktop\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .smallDesktop\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .smallDesktop\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .smallDesktop\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .smallDesktop\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .smallDesktop\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .smallDesktop\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .smallDesktop\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .smallDesktop\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .smallDesktop\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .smallDesktop\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .smallDesktop\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .smallDesktop\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .smallDesktop\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .smallDesktop\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .smallDesktop\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .smallDesktop\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .smallDesktop\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .smallDesktop\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .smallDesktop\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .smallDesktop\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .smallDesktop\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .smallDesktop\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .smallDesktop\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .smallDesktop\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .smallDesktop\:scale-x-0{
    --tw-scale-x: 0;
  }

  .smallDesktop\:scale-x-50{
    --tw-scale-x: .5;
  }

  .smallDesktop\:scale-x-75{
    --tw-scale-x: .75;
  }

  .smallDesktop\:scale-x-90{
    --tw-scale-x: .9;
  }

  .smallDesktop\:scale-x-95{
    --tw-scale-x: .95;
  }

  .smallDesktop\:scale-x-100{
    --tw-scale-x: 1;
  }

  .smallDesktop\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .smallDesktop\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .smallDesktop\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .smallDesktop\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .smallDesktop\:scale-y-0{
    --tw-scale-y: 0;
  }

  .smallDesktop\:scale-y-50{
    --tw-scale-y: .5;
  }

  .smallDesktop\:scale-y-75{
    --tw-scale-y: .75;
  }

  .smallDesktop\:scale-y-90{
    --tw-scale-y: .9;
  }

  .smallDesktop\:scale-y-95{
    --tw-scale-y: .95;
  }

  .smallDesktop\:scale-y-100{
    --tw-scale-y: 1;
  }

  .smallDesktop\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .smallDesktop\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .smallDesktop\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .smallDesktop\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .smallDesktop\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .smallDesktop\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .smallDesktop\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .smallDesktop\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .smallDesktop\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .smallDesktop\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .smallDesktop\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .smallDesktop\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .smallDesktop\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .smallDesktop\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .smallDesktop\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .smallDesktop\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .smallDesktop\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .smallDesktop\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .smallDesktop\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .smallDesktop\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .smallDesktop\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .smallDesktop\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .smallDesktop\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .smallDesktop\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .smallDesktop\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .smallDesktop\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .smallDesktop\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .smallDesktop\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .smallDesktop\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .smallDesktop\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .smallDesktop\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .smallDesktop\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .smallDesktop\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .smallDesktop\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .smallDesktop\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .smallDesktop\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .smallDesktop\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .smallDesktop\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .smallDesktop\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .smallDesktop\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .smallDesktop\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .smallDesktop\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .smallDesktop\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .smallDesktop\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .smallDesktop\:animate-none{
    animation: none;
  }

  .smallDesktop\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .smallDesktop\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .smallDesktop\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .smallDesktop\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .smallDesktop\:cursor-auto{
    cursor: auto;
  }

  .smallDesktop\:cursor-default{
    cursor: default;
  }

  .smallDesktop\:cursor-pointer{
    cursor: pointer;
  }

  .smallDesktop\:cursor-wait{
    cursor: wait;
  }

  .smallDesktop\:cursor-text{
    cursor: text;
  }

  .smallDesktop\:cursor-move{
    cursor: move;
  }

  .smallDesktop\:cursor-help{
    cursor: help;
  }

  .smallDesktop\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .smallDesktop\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .smallDesktop\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .smallDesktop\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .smallDesktop\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .smallDesktop\:resize-none{
    resize: none;
  }

  .smallDesktop\:resize-y{
    resize: vertical;
  }

  .smallDesktop\:resize-x{
    resize: horizontal;
  }

  .smallDesktop\:resize{
    resize: both;
  }

  .smallDesktop\:list-inside{
    list-style-position: inside;
  }

  .smallDesktop\:list-outside{
    list-style-position: outside;
  }

  .smallDesktop\:list-none{
    list-style-type: none;
  }

  .smallDesktop\:list-disc{
    list-style-type: disc;
  }

  .smallDesktop\:list-decimal{
    list-style-type: decimal;
  }

  .smallDesktop\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .smallDesktop\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .smallDesktop\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .smallDesktop\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .smallDesktop\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .smallDesktop\:grid-flow-row{
    grid-auto-flow: row;
  }

  .smallDesktop\:grid-flow-col{
    grid-auto-flow: column;
  }

  .smallDesktop\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .smallDesktop\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .smallDesktop\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .smallDesktop\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .smallDesktop\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .smallDesktop\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .smallDesktop\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .smallDesktop\:grid-cols-none{
    grid-template-columns: none;
  }

  .smallDesktop\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .smallDesktop\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .smallDesktop\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .smallDesktop\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .smallDesktop\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .smallDesktop\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .smallDesktop\:grid-rows-none{
    grid-template-rows: none;
  }

  .smallDesktop\:flex-row{
    flex-direction: row;
  }

  .smallDesktop\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .smallDesktop\:flex-col{
    flex-direction: column;
  }

  .smallDesktop\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .smallDesktop\:flex-wrap{
    flex-wrap: wrap;
  }

  .smallDesktop\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .smallDesktop\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .smallDesktop\:place-content-center{
    place-content: center;
  }

  .smallDesktop\:place-content-start{
    place-content: start;
  }

  .smallDesktop\:place-content-end{
    place-content: end;
  }

  .smallDesktop\:place-content-between{
    place-content: space-between;
  }

  .smallDesktop\:place-content-around{
    place-content: space-around;
  }

  .smallDesktop\:place-content-evenly{
    place-content: space-evenly;
  }

  .smallDesktop\:place-content-stretch{
    place-content: stretch;
  }

  .smallDesktop\:place-items-start{
    place-items: start;
  }

  .smallDesktop\:place-items-end{
    place-items: end;
  }

  .smallDesktop\:place-items-center{
    place-items: center;
  }

  .smallDesktop\:place-items-stretch{
    place-items: stretch;
  }

  .smallDesktop\:content-center{
    align-content: center;
  }

  .smallDesktop\:content-start{
    align-content: flex-start;
  }

  .smallDesktop\:content-end{
    align-content: flex-end;
  }

  .smallDesktop\:content-between{
    align-content: space-between;
  }

  .smallDesktop\:content-around{
    align-content: space-around;
  }

  .smallDesktop\:content-evenly{
    align-content: space-evenly;
  }

  .smallDesktop\:items-start{
    align-items: flex-start;
  }

  .smallDesktop\:items-end{
    align-items: flex-end;
  }

  .smallDesktop\:items-center{
    align-items: center;
  }

  .smallDesktop\:items-baseline{
    align-items: baseline;
  }

  .smallDesktop\:items-stretch{
    align-items: stretch;
  }

  .smallDesktop\:justify-start{
    justify-content: flex-start;
  }

  .smallDesktop\:justify-end{
    justify-content: flex-end;
  }

  .smallDesktop\:justify-center{
    justify-content: center;
  }

  .smallDesktop\:justify-between{
    justify-content: space-between;
  }

  .smallDesktop\:justify-around{
    justify-content: space-around;
  }

  .smallDesktop\:justify-evenly{
    justify-content: space-evenly;
  }

  .smallDesktop\:justify-items-start{
    justify-items: start;
  }

  .smallDesktop\:justify-items-end{
    justify-items: end;
  }

  .smallDesktop\:justify-items-center{
    justify-items: center;
  }

  .smallDesktop\:justify-items-stretch{
    justify-items: stretch;
  }

  .smallDesktop\:gap-0{
    gap: 0px;
  }

  .smallDesktop\:gap-1{
    gap: 0.25rem;
  }

  .smallDesktop\:gap-2{
    gap: 0.5rem;
  }

  .smallDesktop\:gap-3{
    gap: 0.75rem;
  }

  .smallDesktop\:gap-4{
    gap: 1rem;
  }

  .smallDesktop\:gap-5{
    gap: 1.25rem;
  }

  .smallDesktop\:gap-6{
    gap: 1.5rem;
  }

  .smallDesktop\:gap-7{
    gap: 1.75rem;
  }

  .smallDesktop\:gap-8{
    gap: 2rem;
  }

  .smallDesktop\:gap-9{
    gap: 2.25rem;
  }

  .smallDesktop\:gap-10{
    gap: 2.5rem;
  }

  .smallDesktop\:gap-11{
    gap: 2.75rem;
  }

  .smallDesktop\:gap-12{
    gap: 3rem;
  }

  .smallDesktop\:gap-14{
    gap: 3.5rem;
  }

  .smallDesktop\:gap-16{
    gap: 4rem;
  }

  .smallDesktop\:gap-20{
    gap: 5rem;
  }

  .smallDesktop\:gap-24{
    gap: 6rem;
  }

  .smallDesktop\:gap-28{
    gap: 7rem;
  }

  .smallDesktop\:gap-32{
    gap: 8rem;
  }

  .smallDesktop\:gap-36{
    gap: 9rem;
  }

  .smallDesktop\:gap-40{
    gap: 10rem;
  }

  .smallDesktop\:gap-44{
    gap: 11rem;
  }

  .smallDesktop\:gap-48{
    gap: 12rem;
  }

  .smallDesktop\:gap-52{
    gap: 13rem;
  }

  .smallDesktop\:gap-56{
    gap: 14rem;
  }

  .smallDesktop\:gap-60{
    gap: 15rem;
  }

  .smallDesktop\:gap-64{
    gap: 16rem;
  }

  .smallDesktop\:gap-72{
    gap: 18rem;
  }

  .smallDesktop\:gap-80{
    gap: 20rem;
  }

  .smallDesktop\:gap-96{
    gap: 24rem;
  }

  .smallDesktop\:gap-px{
    gap: 1px;
  }

  .smallDesktop\:gap-0\.5{
    gap: 0.125rem;
  }

  .smallDesktop\:gap-1\.5{
    gap: 0.375rem;
  }

  .smallDesktop\:gap-2\.5{
    gap: 0.625rem;
  }

  .smallDesktop\:gap-3\.5{
    gap: 0.875rem;
  }

  .smallDesktop\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .smallDesktop\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .smallDesktop\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .smallDesktop\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .smallDesktop\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .smallDesktop\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .smallDesktop\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .smallDesktop\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .smallDesktop\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .smallDesktop\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .smallDesktop\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .smallDesktop\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .smallDesktop\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .smallDesktop\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .smallDesktop\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .smallDesktop\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .smallDesktop\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .smallDesktop\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .smallDesktop\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .smallDesktop\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .smallDesktop\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .smallDesktop\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .smallDesktop\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .smallDesktop\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .smallDesktop\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .smallDesktop\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .smallDesktop\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .smallDesktop\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .smallDesktop\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .smallDesktop\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .smallDesktop\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .smallDesktop\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .smallDesktop\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .smallDesktop\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .smallDesktop\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .smallDesktop\:gap-y-0{
    row-gap: 0px;
  }

  .smallDesktop\:gap-y-1{
    row-gap: 0.25rem;
  }

  .smallDesktop\:gap-y-2{
    row-gap: 0.5rem;
  }

  .smallDesktop\:gap-y-3{
    row-gap: 0.75rem;
  }

  .smallDesktop\:gap-y-4{
    row-gap: 1rem;
  }

  .smallDesktop\:gap-y-5{
    row-gap: 1.25rem;
  }

  .smallDesktop\:gap-y-6{
    row-gap: 1.5rem;
  }

  .smallDesktop\:gap-y-7{
    row-gap: 1.75rem;
  }

  .smallDesktop\:gap-y-8{
    row-gap: 2rem;
  }

  .smallDesktop\:gap-y-9{
    row-gap: 2.25rem;
  }

  .smallDesktop\:gap-y-10{
    row-gap: 2.5rem;
  }

  .smallDesktop\:gap-y-11{
    row-gap: 2.75rem;
  }

  .smallDesktop\:gap-y-12{
    row-gap: 3rem;
  }

  .smallDesktop\:gap-y-14{
    row-gap: 3.5rem;
  }

  .smallDesktop\:gap-y-16{
    row-gap: 4rem;
  }

  .smallDesktop\:gap-y-20{
    row-gap: 5rem;
  }

  .smallDesktop\:gap-y-24{
    row-gap: 6rem;
  }

  .smallDesktop\:gap-y-28{
    row-gap: 7rem;
  }

  .smallDesktop\:gap-y-32{
    row-gap: 8rem;
  }

  .smallDesktop\:gap-y-36{
    row-gap: 9rem;
  }

  .smallDesktop\:gap-y-40{
    row-gap: 10rem;
  }

  .smallDesktop\:gap-y-44{
    row-gap: 11rem;
  }

  .smallDesktop\:gap-y-48{
    row-gap: 12rem;
  }

  .smallDesktop\:gap-y-52{
    row-gap: 13rem;
  }

  .smallDesktop\:gap-y-56{
    row-gap: 14rem;
  }

  .smallDesktop\:gap-y-60{
    row-gap: 15rem;
  }

  .smallDesktop\:gap-y-64{
    row-gap: 16rem;
  }

  .smallDesktop\:gap-y-72{
    row-gap: 18rem;
  }

  .smallDesktop\:gap-y-80{
    row-gap: 20rem;
  }

  .smallDesktop\:gap-y-96{
    row-gap: 24rem;
  }

  .smallDesktop\:gap-y-px{
    row-gap: 1px;
  }

  .smallDesktop\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .smallDesktop\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .smallDesktop\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .smallDesktop\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .smallDesktop\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallDesktop\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .smallDesktop\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .smallDesktop\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .smallDesktop\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallDesktop\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallDesktop\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallDesktop\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallDesktop\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallDesktop\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .smallDesktop\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .smallDesktop\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .smallDesktop\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .smallDesktop\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .smallDesktop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .smallDesktop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .smallDesktop\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .smallDesktop\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .smallDesktop\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .smallDesktop\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .smallDesktop\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .smallDesktop\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .smallDesktop\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .smallDesktop\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .smallDesktop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .smallDesktop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .smallDesktop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .smallDesktop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .smallDesktop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .smallDesktop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .smallDesktop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .smallDesktop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .smallDesktop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .smallDesktop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .smallDesktop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .smallDesktop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .smallDesktop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .smallDesktop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .smallDesktop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .smallDesktop\:place-self-auto{
    place-self: auto;
  }

  .smallDesktop\:place-self-start{
    place-self: start;
  }

  .smallDesktop\:place-self-end{
    place-self: end;
  }

  .smallDesktop\:place-self-center{
    place-self: center;
  }

  .smallDesktop\:place-self-stretch{
    place-self: stretch;
  }

  .smallDesktop\:self-auto{
    align-self: auto;
  }

  .smallDesktop\:self-start{
    align-self: flex-start;
  }

  .smallDesktop\:self-end{
    align-self: flex-end;
  }

  .smallDesktop\:self-center{
    align-self: center;
  }

  .smallDesktop\:self-stretch{
    align-self: stretch;
  }

  .smallDesktop\:self-baseline{
    align-self: baseline;
  }

  .smallDesktop\:justify-self-auto{
    justify-self: auto;
  }

  .smallDesktop\:justify-self-start{
    justify-self: start;
  }

  .smallDesktop\:justify-self-end{
    justify-self: end;
  }

  .smallDesktop\:justify-self-center{
    justify-self: center;
  }

  .smallDesktop\:justify-self-stretch{
    justify-self: stretch;
  }

  .smallDesktop\:overflow-auto{
    overflow: auto;
  }

  .smallDesktop\:overflow-hidden{
    overflow: hidden;
  }

  .smallDesktop\:overflow-visible{
    overflow: visible;
  }

  .smallDesktop\:overflow-scroll{
    overflow: scroll;
  }

  .smallDesktop\:overflow-x-auto{
    overflow-x: auto;
  }

  .smallDesktop\:overflow-y-auto{
    overflow-y: auto;
  }

  .smallDesktop\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .smallDesktop\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .smallDesktop\:overflow-x-visible{
    overflow-x: visible;
  }

  .smallDesktop\:overflow-y-visible{
    overflow-y: visible;
  }

  .smallDesktop\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .smallDesktop\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .smallDesktop\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .smallDesktop\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .smallDesktop\:overscroll-none{
    overscroll-behavior: none;
  }

  .smallDesktop\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .smallDesktop\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .smallDesktop\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .smallDesktop\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .smallDesktop\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .smallDesktop\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .smallDesktop\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .smallDesktop\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .smallDesktop\:overflow-clip{
    text-overflow: clip;
  }

  .smallDesktop\:whitespace-normal{
    white-space: normal;
  }

  .smallDesktop\:whitespace-nowrap{
    white-space: nowrap;
  }

  .smallDesktop\:whitespace-pre{
    white-space: pre;
  }

  .smallDesktop\:whitespace-pre-line{
    white-space: pre-line;
  }

  .smallDesktop\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .smallDesktop\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .smallDesktop\:break-words{
    overflow-wrap: break-word;
  }

  .smallDesktop\:break-all{
    word-break: break-all;
  }

  .smallDesktop\:rounded-none{
    border-radius: 0px;
  }

  .smallDesktop\:rounded-sm{
    border-radius: 0.125rem;
  }

  .smallDesktop\:rounded{
    border-radius: 0.25rem;
  }

  .smallDesktop\:rounded-md{
    border-radius: 0.375rem;
  }

  .smallDesktop\:rounded-lg{
    border-radius: 0.5rem;
  }

  .smallDesktop\:rounded-xl{
    border-radius: 0.75rem;
  }

  .smallDesktop\:rounded-2xl{
    border-radius: 1rem;
  }

  .smallDesktop\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .smallDesktop\:rounded-full{
    border-radius: 9999px;
  }

  .smallDesktop\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .smallDesktop\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .smallDesktop\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .smallDesktop\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .smallDesktop\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .smallDesktop\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .smallDesktop\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .smallDesktop\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .smallDesktop\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .smallDesktop\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .smallDesktop\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .smallDesktop\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .smallDesktop\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .smallDesktop\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .smallDesktop\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .smallDesktop\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .smallDesktop\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .smallDesktop\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .smallDesktop\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .smallDesktop\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .smallDesktop\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .smallDesktop\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .smallDesktop\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .smallDesktop\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .smallDesktop\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .smallDesktop\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .smallDesktop\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .smallDesktop\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .smallDesktop\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .smallDesktop\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .smallDesktop\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .smallDesktop\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .smallDesktop\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .smallDesktop\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .smallDesktop\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .smallDesktop\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .smallDesktop\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .smallDesktop\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .smallDesktop\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .smallDesktop\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .smallDesktop\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .smallDesktop\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .smallDesktop\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .smallDesktop\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .smallDesktop\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .smallDesktop\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .smallDesktop\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .smallDesktop\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .smallDesktop\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .smallDesktop\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .smallDesktop\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .smallDesktop\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .smallDesktop\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .smallDesktop\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .smallDesktop\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .smallDesktop\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .smallDesktop\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .smallDesktop\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .smallDesktop\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .smallDesktop\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .smallDesktop\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .smallDesktop\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .smallDesktop\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .smallDesktop\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .smallDesktop\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .smallDesktop\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .smallDesktop\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .smallDesktop\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .smallDesktop\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .smallDesktop\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .smallDesktop\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .smallDesktop\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .smallDesktop\:border-0{
    border-width: 0px;
  }

  .smallDesktop\:border-2{
    border-width: 2px;
  }

  .smallDesktop\:border-4{
    border-width: 4px;
  }

  .smallDesktop\:border-8{
    border-width: 8px;
  }

  .smallDesktop\:border{
    border-width: 1px;
  }

  .smallDesktop\:border-t-0{
    border-top-width: 0px;
  }

  .smallDesktop\:border-t-2{
    border-top-width: 2px;
  }

  .smallDesktop\:border-t-4{
    border-top-width: 4px;
  }

  .smallDesktop\:border-t-8{
    border-top-width: 8px;
  }

  .smallDesktop\:border-t{
    border-top-width: 1px;
  }

  .smallDesktop\:border-r-0{
    border-right-width: 0px;
  }

  .smallDesktop\:border-r-2{
    border-right-width: 2px;
  }

  .smallDesktop\:border-r-4{
    border-right-width: 4px;
  }

  .smallDesktop\:border-r-8{
    border-right-width: 8px;
  }

  .smallDesktop\:border-r{
    border-right-width: 1px;
  }

  .smallDesktop\:border-b-0{
    border-bottom-width: 0px;
  }

  .smallDesktop\:border-b-2{
    border-bottom-width: 2px;
  }

  .smallDesktop\:border-b-4{
    border-bottom-width: 4px;
  }

  .smallDesktop\:border-b-8{
    border-bottom-width: 8px;
  }

  .smallDesktop\:border-b{
    border-bottom-width: 1px;
  }

  .smallDesktop\:border-l-0{
    border-left-width: 0px;
  }

  .smallDesktop\:border-l-2{
    border-left-width: 2px;
  }

  .smallDesktop\:border-l-4{
    border-left-width: 4px;
  }

  .smallDesktop\:border-l-8{
    border-left-width: 8px;
  }

  .smallDesktop\:border-l{
    border-left-width: 1px;
  }

  .smallDesktop\:border-solid{
    border-style: solid;
  }

  .smallDesktop\:border-dashed{
    border-style: dashed;
  }

  .smallDesktop\:border-dotted{
    border-style: dotted;
  }

  .smallDesktop\:border-double{
    border-style: double;
  }

  .smallDesktop\:border-none{
    border-style: none;
  }

  .smallDesktop\:border-transparent{
    border-color: transparent;
  }

  .smallDesktop\:border-current{
    border-color: currentColor;
  }

  .smallDesktop\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallDesktop\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallDesktop\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallDesktop\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallDesktop\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallDesktop\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallDesktop\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallDesktop\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallDesktop\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallDesktop\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallDesktop\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallDesktop\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallDesktop\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallDesktop\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallDesktop\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallDesktop\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallDesktop\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallDesktop\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallDesktop\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallDesktop\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallDesktop\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallDesktop\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallDesktop\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallDesktop\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallDesktop\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallDesktop\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallDesktop\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallDesktop\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallDesktop\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallDesktop\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallDesktop\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallDesktop\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallDesktop\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallDesktop\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallDesktop\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallDesktop\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallDesktop\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallDesktop\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallDesktop\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallDesktop\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallDesktop\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallDesktop\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallDesktop\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallDesktop\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallDesktop\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallDesktop\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallDesktop\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallDesktop\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .smallDesktop\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .smallDesktop\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .smallDesktop\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .smallDesktop\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallDesktop\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .smallDesktop\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .smallDesktop\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallDesktop\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .smallDesktop\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .smallDesktop\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallDesktop\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallDesktop\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .smallDesktop\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .smallDesktop\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .smallDesktop\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .smallDesktop\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .smallDesktop\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .smallDesktop\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .smallDesktop\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .smallDesktop\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .smallDesktop\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .smallDesktop\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .smallDesktop\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .smallDesktop\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .smallDesktop\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .smallDesktop\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .smallDesktop\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .smallDesktop\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .smallDesktop\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .smallDesktop\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .smallDesktop\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .smallDesktop\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .smallDesktop\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .smallDesktop\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .smallDesktop\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .smallDesktop\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .smallDesktop\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .smallDesktop\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .smallDesktop\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .smallDesktop\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .smallDesktop\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .smallDesktop\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .smallDesktop\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .smallDesktop\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .smallDesktop\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .smallDesktop\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .smallDesktop\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .smallDesktop\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .smallDesktop\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .smallDesktop\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .smallDesktop\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .smallDesktop\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .smallDesktop\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .smallDesktop\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .smallDesktop\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .smallDesktop\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .smallDesktop\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .smallDesktop\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .smallDesktop\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .smallDesktop\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .smallDesktop\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .smallDesktop\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .smallDesktop\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .smallDesktop\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .smallDesktop\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .smallDesktop\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .smallDesktop\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .smallDesktop\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .smallDesktop\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .smallDesktop\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .smallDesktop\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .smallDesktop\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .smallDesktop\:bg-transparent{
    background-color: transparent;
  }

  .smallDesktop\:bg-current{
    background-color: currentColor;
  }

  .smallDesktop\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .smallDesktop\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .smallDesktop\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .smallDesktop\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .smallDesktop\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .smallDesktop\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .smallDesktop\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallDesktop\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .smallDesktop\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .smallDesktop\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallDesktop\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallDesktop\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .smallDesktop\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .smallDesktop\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .smallDesktop\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .smallDesktop\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .smallDesktop\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .smallDesktop\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .smallDesktop\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .smallDesktop\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .smallDesktop\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .smallDesktop\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .smallDesktop\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .smallDesktop\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .smallDesktop\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .smallDesktop\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .smallDesktop\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .smallDesktop\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .smallDesktop\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .smallDesktop\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .smallDesktop\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .smallDesktop\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .smallDesktop\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .smallDesktop\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .smallDesktop\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .smallDesktop\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .smallDesktop\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .smallDesktop\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .smallDesktop\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .smallDesktop\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .smallDesktop\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .smallDesktop\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .smallDesktop\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .smallDesktop\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .smallDesktop\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .smallDesktop\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .smallDesktop\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .smallDesktop\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .smallDesktop\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .smallDesktop\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .smallDesktop\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .smallDesktop\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .smallDesktop\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .smallDesktop\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .smallDesktop\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .smallDesktop\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .smallDesktop\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .smallDesktop\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .smallDesktop\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .smallDesktop\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .smallDesktop\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .smallDesktop\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .smallDesktop\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .smallDesktop\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .smallDesktop\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .smallDesktop\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .smallDesktop\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .smallDesktop\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .smallDesktop\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .smallDesktop\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .smallDesktop\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .smallDesktop\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .smallDesktop\:bg-none{
    background-image: none;
  }

  .smallDesktop\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .smallDesktop\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .smallDesktop\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .smallDesktop\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .smallDesktop\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .smallDesktop\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .smallDesktop\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .smallDesktop\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .smallDesktop\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallDesktop\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallDesktop\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallDesktop\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallDesktop\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallDesktop\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallDesktop\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallDesktop\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallDesktop\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallDesktop\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallDesktop\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallDesktop\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallDesktop\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallDesktop\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallDesktop\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallDesktop\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallDesktop\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallDesktop\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallDesktop\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallDesktop\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallDesktop\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallDesktop\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallDesktop\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallDesktop\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallDesktop\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallDesktop\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallDesktop\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallDesktop\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallDesktop\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallDesktop\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallDesktop\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallDesktop\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallDesktop\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallDesktop\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallDesktop\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallDesktop\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallDesktop\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallDesktop\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallDesktop\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallDesktop\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallDesktop\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallDesktop\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallDesktop\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallDesktop\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallDesktop\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallDesktop\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallDesktop\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallDesktop\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallDesktop\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallDesktop\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallDesktop\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallDesktop\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallDesktop\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallDesktop\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallDesktop\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallDesktop\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallDesktop\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallDesktop\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallDesktop\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallDesktop\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallDesktop\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallDesktop\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallDesktop\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallDesktop\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallDesktop\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallDesktop\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallDesktop\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallDesktop\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallDesktop\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallDesktop\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallDesktop\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallDesktop\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallDesktop\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallDesktop\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallDesktop\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallDesktop\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallDesktop\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallDesktop\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallDesktop\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallDesktop\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallDesktop\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallDesktop\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallDesktop\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallDesktop\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallDesktop\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallDesktop\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallDesktop\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallDesktop\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallDesktop\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallDesktop\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallDesktop\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallDesktop\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallDesktop\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallDesktop\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallDesktop\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallDesktop\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallDesktop\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallDesktop\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallDesktop\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallDesktop\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallDesktop\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallDesktop\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallDesktop\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallDesktop\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallDesktop\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallDesktop\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallDesktop\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallDesktop\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallDesktop\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallDesktop\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallDesktop\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallDesktop\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallDesktop\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallDesktop\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallDesktop\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallDesktop\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallDesktop\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallDesktop\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallDesktop\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallDesktop\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallDesktop\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallDesktop\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallDesktop\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallDesktop\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallDesktop\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallDesktop\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallDesktop\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallDesktop\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallDesktop\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallDesktop\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallDesktop\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallDesktop\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallDesktop\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallDesktop\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallDesktop\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallDesktop\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallDesktop\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallDesktop\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallDesktop\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallDesktop\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallDesktop\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallDesktop\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallDesktop\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallDesktop\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallDesktop\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallDesktop\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallDesktop\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallDesktop\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallDesktop\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallDesktop\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallDesktop\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallDesktop\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallDesktop\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallDesktop\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallDesktop\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallDesktop\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallDesktop\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallDesktop\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallDesktop\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallDesktop\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallDesktop\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallDesktop\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallDesktop\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallDesktop\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallDesktop\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallDesktop\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallDesktop\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallDesktop\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallDesktop\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallDesktop\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallDesktop\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallDesktop\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallDesktop\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallDesktop\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallDesktop\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallDesktop\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallDesktop\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallDesktop\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallDesktop\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallDesktop\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallDesktop\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallDesktop\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallDesktop\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallDesktop\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallDesktop\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallDesktop\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallDesktop\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallDesktop\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallDesktop\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallDesktop\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallDesktop\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallDesktop\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallDesktop\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallDesktop\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallDesktop\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallDesktop\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallDesktop\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallDesktop\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallDesktop\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallDesktop\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallDesktop\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallDesktop\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallDesktop\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallDesktop\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallDesktop\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallDesktop\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallDesktop\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallDesktop\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallDesktop\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallDesktop\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallDesktop\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallDesktop\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallDesktop\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallDesktop\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallDesktop\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallDesktop\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallDesktop\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallDesktop\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallDesktop\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallDesktop\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallDesktop\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallDesktop\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallDesktop\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallDesktop\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallDesktop\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallDesktop\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallDesktop\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallDesktop\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallDesktop\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallDesktop\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallDesktop\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallDesktop\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallDesktop\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallDesktop\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallDesktop\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallDesktop\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallDesktop\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallDesktop\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallDesktop\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallDesktop\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallDesktop\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallDesktop\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallDesktop\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallDesktop\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallDesktop\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallDesktop\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallDesktop\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallDesktop\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallDesktop\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallDesktop\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallDesktop\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallDesktop\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallDesktop\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallDesktop\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallDesktop\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallDesktop\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallDesktop\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallDesktop\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallDesktop\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallDesktop\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallDesktop\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallDesktop\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallDesktop\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallDesktop\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallDesktop\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallDesktop\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallDesktop\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallDesktop\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallDesktop\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallDesktop\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallDesktop\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallDesktop\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallDesktop\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallDesktop\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallDesktop\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallDesktop\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallDesktop\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallDesktop\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallDesktop\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallDesktop\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallDesktop\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallDesktop\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallDesktop\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallDesktop\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallDesktop\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallDesktop\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallDesktop\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallDesktop\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallDesktop\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallDesktop\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallDesktop\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallDesktop\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallDesktop\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallDesktop\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallDesktop\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallDesktop\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallDesktop\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallDesktop\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallDesktop\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallDesktop\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallDesktop\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallDesktop\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallDesktop\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallDesktop\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallDesktop\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallDesktop\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallDesktop\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallDesktop\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallDesktop\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallDesktop\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallDesktop\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallDesktop\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallDesktop\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallDesktop\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallDesktop\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallDesktop\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallDesktop\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallDesktop\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallDesktop\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallDesktop\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallDesktop\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallDesktop\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallDesktop\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallDesktop\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallDesktop\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallDesktop\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallDesktop\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallDesktop\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallDesktop\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallDesktop\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallDesktop\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallDesktop\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallDesktop\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallDesktop\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallDesktop\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallDesktop\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallDesktop\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallDesktop\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallDesktop\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallDesktop\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallDesktop\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallDesktop\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallDesktop\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallDesktop\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallDesktop\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallDesktop\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallDesktop\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallDesktop\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallDesktop\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallDesktop\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallDesktop\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallDesktop\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallDesktop\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallDesktop\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallDesktop\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallDesktop\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallDesktop\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallDesktop\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallDesktop\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallDesktop\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallDesktop\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallDesktop\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallDesktop\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallDesktop\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallDesktop\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallDesktop\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallDesktop\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallDesktop\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallDesktop\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .smallDesktop\:to-current{
    --tw-gradient-to: currentColor;
  }

  .smallDesktop\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .smallDesktop\:to-black{
    --tw-gradient-to: #000;
  }

  .smallDesktop\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .smallDesktop\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .smallDesktop\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .smallDesktop\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .smallDesktop\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .smallDesktop\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .smallDesktop\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .smallDesktop\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .smallDesktop\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .smallDesktop\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .smallDesktop\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .smallDesktop\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .smallDesktop\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .smallDesktop\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .smallDesktop\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .smallDesktop\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .smallDesktop\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .smallDesktop\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .smallDesktop\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .smallDesktop\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .smallDesktop\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .smallDesktop\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .smallDesktop\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .smallDesktop\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .smallDesktop\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .smallDesktop\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .smallDesktop\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .smallDesktop\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .smallDesktop\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .smallDesktop\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .smallDesktop\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .smallDesktop\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .smallDesktop\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .smallDesktop\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .smallDesktop\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .smallDesktop\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .smallDesktop\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .smallDesktop\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .smallDesktop\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .smallDesktop\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .smallDesktop\:to-white{
    --tw-gradient-to: #fff;
  }

  .smallDesktop\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .smallDesktop\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .smallDesktop\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .smallDesktop\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .smallDesktop\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .smallDesktop\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .smallDesktop\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .smallDesktop\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .smallDesktop\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .smallDesktop\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .smallDesktop\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .smallDesktop\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .smallDesktop\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .smallDesktop\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .smallDesktop\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .smallDesktop\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .smallDesktop\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .smallDesktop\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .smallDesktop\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .smallDesktop\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .smallDesktop\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .smallDesktop\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .smallDesktop\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .smallDesktop\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .smallDesktop\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .smallDesktop\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .smallDesktop\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .smallDesktop\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .smallDesktop\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .smallDesktop\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .smallDesktop\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .smallDesktop\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .smallDesktop\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .smallDesktop\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .smallDesktop\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .smallDesktop\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .smallDesktop\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .smallDesktop\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .smallDesktop\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .smallDesktop\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .smallDesktop\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .smallDesktop\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .smallDesktop\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .smallDesktop\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .smallDesktop\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .smallDesktop\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .smallDesktop\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .smallDesktop\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .smallDesktop\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .smallDesktop\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .smallDesktop\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .smallDesktop\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .smallDesktop\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .smallDesktop\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .smallDesktop\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .smallDesktop\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .smallDesktop\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .smallDesktop\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .smallDesktop\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .smallDesktop\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .smallDesktop\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .smallDesktop\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .smallDesktop\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .smallDesktop\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .smallDesktop\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .smallDesktop\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .smallDesktop\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .smallDesktop\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .smallDesktop\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .smallDesktop\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .smallDesktop\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .smallDesktop\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .smallDesktop\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .smallDesktop\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .smallDesktop\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .smallDesktop\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .smallDesktop\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .smallDesktop\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .smallDesktop\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .smallDesktop\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .smallDesktop\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .smallDesktop\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .smallDesktop\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .smallDesktop\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .smallDesktop\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .smallDesktop\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .smallDesktop\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .smallDesktop\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .smallDesktop\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .smallDesktop\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .smallDesktop\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .smallDesktop\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .smallDesktop\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .smallDesktop\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .smallDesktop\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .smallDesktop\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .smallDesktop\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .smallDesktop\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .smallDesktop\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .smallDesktop\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .smallDesktop\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .smallDesktop\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .smallDesktop\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .smallDesktop\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .smallDesktop\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .smallDesktop\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .smallDesktop\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .smallDesktop\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .smallDesktop\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .smallDesktop\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .smallDesktop\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .smallDesktop\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .smallDesktop\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .smallDesktop\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .smallDesktop\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .smallDesktop\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .smallDesktop\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .smallDesktop\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .smallDesktop\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .smallDesktop\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .smallDesktop\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .smallDesktop\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .smallDesktop\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .smallDesktop\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .smallDesktop\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .smallDesktop\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .smallDesktop\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .smallDesktop\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .smallDesktop\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .smallDesktop\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .smallDesktop\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .smallDesktop\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .smallDesktop\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .smallDesktop\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .smallDesktop\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .smallDesktop\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .smallDesktop\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .smallDesktop\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .smallDesktop\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .smallDesktop\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .smallDesktop\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .smallDesktop\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .smallDesktop\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .smallDesktop\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .smallDesktop\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .smallDesktop\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .smallDesktop\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .smallDesktop\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .smallDesktop\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .smallDesktop\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .smallDesktop\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .smallDesktop\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .smallDesktop\:bg-auto{
    background-size: auto;
  }

  .smallDesktop\:bg-cover{
    background-size: cover;
  }

  .smallDesktop\:bg-contain{
    background-size: contain;
  }

  .smallDesktop\:bg-fixed{
    background-attachment: fixed;
  }

  .smallDesktop\:bg-local{
    background-attachment: local;
  }

  .smallDesktop\:bg-scroll{
    background-attachment: scroll;
  }

  .smallDesktop\:bg-clip-border{
    background-clip: border-box;
  }

  .smallDesktop\:bg-clip-padding{
    background-clip: padding-box;
  }

  .smallDesktop\:bg-clip-content{
    background-clip: content-box;
  }

  .smallDesktop\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .smallDesktop\:bg-bottom{
    background-position: bottom;
  }

  .smallDesktop\:bg-center{
    background-position: center;
  }

  .smallDesktop\:bg-left{
    background-position: left;
  }

  .smallDesktop\:bg-left-bottom{
    background-position: left bottom;
  }

  .smallDesktop\:bg-left-top{
    background-position: left top;
  }

  .smallDesktop\:bg-right{
    background-position: right;
  }

  .smallDesktop\:bg-right-bottom{
    background-position: right bottom;
  }

  .smallDesktop\:bg-right-top{
    background-position: right top;
  }

  .smallDesktop\:bg-top{
    background-position: top;
  }

  .smallDesktop\:bg-repeat{
    background-repeat: repeat;
  }

  .smallDesktop\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .smallDesktop\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .smallDesktop\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .smallDesktop\:bg-repeat-round{
    background-repeat: round;
  }

  .smallDesktop\:bg-repeat-space{
    background-repeat: space;
  }

  .smallDesktop\:bg-origin-border{
    background-origin: border-box;
  }

  .smallDesktop\:bg-origin-padding{
    background-origin: padding-box;
  }

  .smallDesktop\:bg-origin-content{
    background-origin: content-box;
  }

  .smallDesktop\:fill-current{
    fill: currentColor;
  }

  .smallDesktop\:stroke-current{
    stroke: currentColor;
  }

  .smallDesktop\:stroke-0{
    stroke-width: 0;
  }

  .smallDesktop\:stroke-1{
    stroke-width: 1;
  }

  .smallDesktop\:stroke-2{
    stroke-width: 2;
  }

  .smallDesktop\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .smallDesktop\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .smallDesktop\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .smallDesktop\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .smallDesktop\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .smallDesktop\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .smallDesktop\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .smallDesktop\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .smallDesktop\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .smallDesktop\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .smallDesktop\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .smallDesktop\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .smallDesktop\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .smallDesktop\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .smallDesktop\:p-0{
    padding: 0px;
  }

  .smallDesktop\:p-1{
    padding: 0.25rem;
  }

  .smallDesktop\:p-2{
    padding: 0.5rem;
  }

  .smallDesktop\:p-3{
    padding: 0.75rem;
  }

  .smallDesktop\:p-4{
    padding: 1rem;
  }

  .smallDesktop\:p-5{
    padding: 1.25rem;
  }

  .smallDesktop\:p-6{
    padding: 1.5rem;
  }

  .smallDesktop\:p-7{
    padding: 1.75rem;
  }

  .smallDesktop\:p-8{
    padding: 2rem;
  }

  .smallDesktop\:p-9{
    padding: 2.25rem;
  }

  .smallDesktop\:p-10{
    padding: 2.5rem;
  }

  .smallDesktop\:p-11{
    padding: 2.75rem;
  }

  .smallDesktop\:p-12{
    padding: 3rem;
  }

  .smallDesktop\:p-14{
    padding: 3.5rem;
  }

  .smallDesktop\:p-16{
    padding: 4rem;
  }

  .smallDesktop\:p-20{
    padding: 5rem;
  }

  .smallDesktop\:p-24{
    padding: 6rem;
  }

  .smallDesktop\:p-28{
    padding: 7rem;
  }

  .smallDesktop\:p-32{
    padding: 8rem;
  }

  .smallDesktop\:p-36{
    padding: 9rem;
  }

  .smallDesktop\:p-40{
    padding: 10rem;
  }

  .smallDesktop\:p-44{
    padding: 11rem;
  }

  .smallDesktop\:p-48{
    padding: 12rem;
  }

  .smallDesktop\:p-52{
    padding: 13rem;
  }

  .smallDesktop\:p-56{
    padding: 14rem;
  }

  .smallDesktop\:p-60{
    padding: 15rem;
  }

  .smallDesktop\:p-64{
    padding: 16rem;
  }

  .smallDesktop\:p-72{
    padding: 18rem;
  }

  .smallDesktop\:p-80{
    padding: 20rem;
  }

  .smallDesktop\:p-96{
    padding: 24rem;
  }

  .smallDesktop\:p-px{
    padding: 1px;
  }

  .smallDesktop\:p-0\.5{
    padding: 0.125rem;
  }

  .smallDesktop\:p-1\.5{
    padding: 0.375rem;
  }

  .smallDesktop\:p-2\.5{
    padding: 0.625rem;
  }

  .smallDesktop\:p-3\.5{
    padding: 0.875rem;
  }

  .smallDesktop\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .smallDesktop\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .smallDesktop\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .smallDesktop\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .smallDesktop\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .smallDesktop\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .smallDesktop\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .smallDesktop\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .smallDesktop\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .smallDesktop\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .smallDesktop\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .smallDesktop\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .smallDesktop\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .smallDesktop\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .smallDesktop\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .smallDesktop\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .smallDesktop\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .smallDesktop\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .smallDesktop\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .smallDesktop\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .smallDesktop\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .smallDesktop\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .smallDesktop\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .smallDesktop\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .smallDesktop\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .smallDesktop\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .smallDesktop\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .smallDesktop\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .smallDesktop\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .smallDesktop\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .smallDesktop\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .smallDesktop\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .smallDesktop\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .smallDesktop\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .smallDesktop\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .smallDesktop\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .smallDesktop\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .smallDesktop\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .smallDesktop\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .smallDesktop\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .smallDesktop\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .smallDesktop\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .smallDesktop\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .smallDesktop\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .smallDesktop\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .smallDesktop\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .smallDesktop\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .smallDesktop\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .smallDesktop\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .smallDesktop\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .smallDesktop\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .smallDesktop\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .smallDesktop\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .smallDesktop\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .smallDesktop\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .smallDesktop\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .smallDesktop\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .smallDesktop\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .smallDesktop\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .smallDesktop\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .smallDesktop\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .smallDesktop\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .smallDesktop\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .smallDesktop\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .smallDesktop\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .smallDesktop\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .smallDesktop\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .smallDesktop\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .smallDesktop\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .smallDesktop\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .smallDesktop\:pt-0{
    padding-top: 0px;
  }

  .smallDesktop\:pt-1{
    padding-top: 0.25rem;
  }

  .smallDesktop\:pt-2{
    padding-top: 0.5rem;
  }

  .smallDesktop\:pt-3{
    padding-top: 0.75rem;
  }

  .smallDesktop\:pt-4{
    padding-top: 1rem;
  }

  .smallDesktop\:pt-5{
    padding-top: 1.25rem;
  }

  .smallDesktop\:pt-6{
    padding-top: 1.5rem;
  }

  .smallDesktop\:pt-7{
    padding-top: 1.75rem;
  }

  .smallDesktop\:pt-8{
    padding-top: 2rem;
  }

  .smallDesktop\:pt-9{
    padding-top: 2.25rem;
  }

  .smallDesktop\:pt-10{
    padding-top: 2.5rem;
  }

  .smallDesktop\:pt-11{
    padding-top: 2.75rem;
  }

  .smallDesktop\:pt-12{
    padding-top: 3rem;
  }

  .smallDesktop\:pt-14{
    padding-top: 3.5rem;
  }

  .smallDesktop\:pt-16{
    padding-top: 4rem;
  }

  .smallDesktop\:pt-20{
    padding-top: 5rem;
  }

  .smallDesktop\:pt-24{
    padding-top: 6rem;
  }

  .smallDesktop\:pt-28{
    padding-top: 7rem;
  }

  .smallDesktop\:pt-32{
    padding-top: 8rem;
  }

  .smallDesktop\:pt-36{
    padding-top: 9rem;
  }

  .smallDesktop\:pt-40{
    padding-top: 10rem;
  }

  .smallDesktop\:pt-44{
    padding-top: 11rem;
  }

  .smallDesktop\:pt-48{
    padding-top: 12rem;
  }

  .smallDesktop\:pt-52{
    padding-top: 13rem;
  }

  .smallDesktop\:pt-56{
    padding-top: 14rem;
  }

  .smallDesktop\:pt-60{
    padding-top: 15rem;
  }

  .smallDesktop\:pt-64{
    padding-top: 16rem;
  }

  .smallDesktop\:pt-72{
    padding-top: 18rem;
  }

  .smallDesktop\:pt-80{
    padding-top: 20rem;
  }

  .smallDesktop\:pt-96{
    padding-top: 24rem;
  }

  .smallDesktop\:pt-px{
    padding-top: 1px;
  }

  .smallDesktop\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .smallDesktop\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .smallDesktop\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .smallDesktop\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .smallDesktop\:pr-0{
    padding-right: 0px;
  }

  .smallDesktop\:pr-1{
    padding-right: 0.25rem;
  }

  .smallDesktop\:pr-2{
    padding-right: 0.5rem;
  }

  .smallDesktop\:pr-3{
    padding-right: 0.75rem;
  }

  .smallDesktop\:pr-4{
    padding-right: 1rem;
  }

  .smallDesktop\:pr-5{
    padding-right: 1.25rem;
  }

  .smallDesktop\:pr-6{
    padding-right: 1.5rem;
  }

  .smallDesktop\:pr-7{
    padding-right: 1.75rem;
  }

  .smallDesktop\:pr-8{
    padding-right: 2rem;
  }

  .smallDesktop\:pr-9{
    padding-right: 2.25rem;
  }

  .smallDesktop\:pr-10{
    padding-right: 2.5rem;
  }

  .smallDesktop\:pr-11{
    padding-right: 2.75rem;
  }

  .smallDesktop\:pr-12{
    padding-right: 3rem;
  }

  .smallDesktop\:pr-14{
    padding-right: 3.5rem;
  }

  .smallDesktop\:pr-16{
    padding-right: 4rem;
  }

  .smallDesktop\:pr-20{
    padding-right: 5rem;
  }

  .smallDesktop\:pr-24{
    padding-right: 6rem;
  }

  .smallDesktop\:pr-28{
    padding-right: 7rem;
  }

  .smallDesktop\:pr-32{
    padding-right: 8rem;
  }

  .smallDesktop\:pr-36{
    padding-right: 9rem;
  }

  .smallDesktop\:pr-40{
    padding-right: 10rem;
  }

  .smallDesktop\:pr-44{
    padding-right: 11rem;
  }

  .smallDesktop\:pr-48{
    padding-right: 12rem;
  }

  .smallDesktop\:pr-52{
    padding-right: 13rem;
  }

  .smallDesktop\:pr-56{
    padding-right: 14rem;
  }

  .smallDesktop\:pr-60{
    padding-right: 15rem;
  }

  .smallDesktop\:pr-64{
    padding-right: 16rem;
  }

  .smallDesktop\:pr-72{
    padding-right: 18rem;
  }

  .smallDesktop\:pr-80{
    padding-right: 20rem;
  }

  .smallDesktop\:pr-96{
    padding-right: 24rem;
  }

  .smallDesktop\:pr-px{
    padding-right: 1px;
  }

  .smallDesktop\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .smallDesktop\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .smallDesktop\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .smallDesktop\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .smallDesktop\:pb-0{
    padding-bottom: 0px;
  }

  .smallDesktop\:pb-1{
    padding-bottom: 0.25rem;
  }

  .smallDesktop\:pb-2{
    padding-bottom: 0.5rem;
  }

  .smallDesktop\:pb-3{
    padding-bottom: 0.75rem;
  }

  .smallDesktop\:pb-4{
    padding-bottom: 1rem;
  }

  .smallDesktop\:pb-5{
    padding-bottom: 1.25rem;
  }

  .smallDesktop\:pb-6{
    padding-bottom: 1.5rem;
  }

  .smallDesktop\:pb-7{
    padding-bottom: 1.75rem;
  }

  .smallDesktop\:pb-8{
    padding-bottom: 2rem;
  }

  .smallDesktop\:pb-9{
    padding-bottom: 2.25rem;
  }

  .smallDesktop\:pb-10{
    padding-bottom: 2.5rem;
  }

  .smallDesktop\:pb-11{
    padding-bottom: 2.75rem;
  }

  .smallDesktop\:pb-12{
    padding-bottom: 3rem;
  }

  .smallDesktop\:pb-14{
    padding-bottom: 3.5rem;
  }

  .smallDesktop\:pb-16{
    padding-bottom: 4rem;
  }

  .smallDesktop\:pb-20{
    padding-bottom: 5rem;
  }

  .smallDesktop\:pb-24{
    padding-bottom: 6rem;
  }

  .smallDesktop\:pb-28{
    padding-bottom: 7rem;
  }

  .smallDesktop\:pb-32{
    padding-bottom: 8rem;
  }

  .smallDesktop\:pb-36{
    padding-bottom: 9rem;
  }

  .smallDesktop\:pb-40{
    padding-bottom: 10rem;
  }

  .smallDesktop\:pb-44{
    padding-bottom: 11rem;
  }

  .smallDesktop\:pb-48{
    padding-bottom: 12rem;
  }

  .smallDesktop\:pb-52{
    padding-bottom: 13rem;
  }

  .smallDesktop\:pb-56{
    padding-bottom: 14rem;
  }

  .smallDesktop\:pb-60{
    padding-bottom: 15rem;
  }

  .smallDesktop\:pb-64{
    padding-bottom: 16rem;
  }

  .smallDesktop\:pb-72{
    padding-bottom: 18rem;
  }

  .smallDesktop\:pb-80{
    padding-bottom: 20rem;
  }

  .smallDesktop\:pb-96{
    padding-bottom: 24rem;
  }

  .smallDesktop\:pb-px{
    padding-bottom: 1px;
  }

  .smallDesktop\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .smallDesktop\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .smallDesktop\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .smallDesktop\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .smallDesktop\:pl-0{
    padding-left: 0px;
  }

  .smallDesktop\:pl-1{
    padding-left: 0.25rem;
  }

  .smallDesktop\:pl-2{
    padding-left: 0.5rem;
  }

  .smallDesktop\:pl-3{
    padding-left: 0.75rem;
  }

  .smallDesktop\:pl-4{
    padding-left: 1rem;
  }

  .smallDesktop\:pl-5{
    padding-left: 1.25rem;
  }

  .smallDesktop\:pl-6{
    padding-left: 1.5rem;
  }

  .smallDesktop\:pl-7{
    padding-left: 1.75rem;
  }

  .smallDesktop\:pl-8{
    padding-left: 2rem;
  }

  .smallDesktop\:pl-9{
    padding-left: 2.25rem;
  }

  .smallDesktop\:pl-10{
    padding-left: 2.5rem;
  }

  .smallDesktop\:pl-11{
    padding-left: 2.75rem;
  }

  .smallDesktop\:pl-12{
    padding-left: 3rem;
  }

  .smallDesktop\:pl-14{
    padding-left: 3.5rem;
  }

  .smallDesktop\:pl-16{
    padding-left: 4rem;
  }

  .smallDesktop\:pl-20{
    padding-left: 5rem;
  }

  .smallDesktop\:pl-24{
    padding-left: 6rem;
  }

  .smallDesktop\:pl-28{
    padding-left: 7rem;
  }

  .smallDesktop\:pl-32{
    padding-left: 8rem;
  }

  .smallDesktop\:pl-36{
    padding-left: 9rem;
  }

  .smallDesktop\:pl-40{
    padding-left: 10rem;
  }

  .smallDesktop\:pl-44{
    padding-left: 11rem;
  }

  .smallDesktop\:pl-48{
    padding-left: 12rem;
  }

  .smallDesktop\:pl-52{
    padding-left: 13rem;
  }

  .smallDesktop\:pl-56{
    padding-left: 14rem;
  }

  .smallDesktop\:pl-60{
    padding-left: 15rem;
  }

  .smallDesktop\:pl-64{
    padding-left: 16rem;
  }

  .smallDesktop\:pl-72{
    padding-left: 18rem;
  }

  .smallDesktop\:pl-80{
    padding-left: 20rem;
  }

  .smallDesktop\:pl-96{
    padding-left: 24rem;
  }

  .smallDesktop\:pl-px{
    padding-left: 1px;
  }

  .smallDesktop\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .smallDesktop\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .smallDesktop\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .smallDesktop\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .smallDesktop\:text-left{
    text-align: left;
  }

  .smallDesktop\:text-center{
    text-align: center;
  }

  .smallDesktop\:text-right{
    text-align: right;
  }

  .smallDesktop\:text-justify{
    text-align: justify;
  }

  .smallDesktop\:align-baseline{
    vertical-align: baseline;
  }

  .smallDesktop\:align-top{
    vertical-align: top;
  }

  .smallDesktop\:align-middle{
    vertical-align: middle;
  }

  .smallDesktop\:align-bottom{
    vertical-align: bottom;
  }

  .smallDesktop\:align-text-top{
    vertical-align: text-top;
  }

  .smallDesktop\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .smallDesktop\:font-sans{
    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";
  }

  .smallDesktop\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .smallDesktop\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .smallDesktop\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .smallDesktop\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .smallDesktop\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .smallDesktop\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .smallDesktop\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .smallDesktop\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .smallDesktop\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .smallDesktop\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .smallDesktop\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .smallDesktop\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .smallDesktop\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .smallDesktop\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .smallDesktop\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .smallDesktop\:font-thin{
    font-weight: 100;
  }

  .smallDesktop\:font-extralight{
    font-weight: 200;
  }

  .smallDesktop\:font-light{
    font-weight: 300;
  }

  .smallDesktop\:font-normal{
    font-weight: 400;
  }

  .smallDesktop\:font-medium{
    font-weight: 500;
  }

  .smallDesktop\:font-semibold{
    font-weight: 600;
  }

  .smallDesktop\:font-bold{
    font-weight: 700;
  }

  .smallDesktop\:font-extrabold{
    font-weight: 800;
  }

  .smallDesktop\:font-black{
    font-weight: 900;
  }

  .smallDesktop\:uppercase{
    text-transform: uppercase;
  }

  .smallDesktop\:lowercase{
    text-transform: lowercase;
  }

  .smallDesktop\:capitalize{
    text-transform: capitalize;
  }

  .smallDesktop\:normal-case{
    text-transform: none;
  }

  .smallDesktop\:italic{
    font-style: italic;
  }

  .smallDesktop\:not-italic{
    font-style: normal;
  }

  .smallDesktop\:ordinal, .smallDesktop\:slashed-zero, .smallDesktop\:lining-nums, .smallDesktop\:oldstyle-nums, .smallDesktop\:proportional-nums, .smallDesktop\:tabular-nums, .smallDesktop\:diagonal-fractions, .smallDesktop\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .smallDesktop\:normal-nums{
    font-variant-numeric: normal;
  }

  .smallDesktop\:ordinal{
    --tw-ordinal: ordinal;
  }

  .smallDesktop\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .smallDesktop\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .smallDesktop\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .smallDesktop\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .smallDesktop\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .smallDesktop\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .smallDesktop\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .smallDesktop\:leading-3{
    line-height: .75rem;
  }

  .smallDesktop\:leading-4{
    line-height: 1rem;
  }

  .smallDesktop\:leading-5{
    line-height: 1.25rem;
  }

  .smallDesktop\:leading-6{
    line-height: 1.5rem;
  }

  .smallDesktop\:leading-7{
    line-height: 1.75rem;
  }

  .smallDesktop\:leading-8{
    line-height: 2rem;
  }

  .smallDesktop\:leading-9{
    line-height: 2.25rem;
  }

  .smallDesktop\:leading-10{
    line-height: 2.5rem;
  }

  .smallDesktop\:leading-none{
    line-height: 1;
  }

  .smallDesktop\:leading-tight{
    line-height: 1.25;
  }

  .smallDesktop\:leading-snug{
    line-height: 1.375;
  }

  .smallDesktop\:leading-normal{
    line-height: 1.5;
  }

  .smallDesktop\:leading-relaxed{
    line-height: 1.625;
  }

  .smallDesktop\:leading-loose{
    line-height: 2;
  }

  .smallDesktop\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .smallDesktop\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .smallDesktop\:tracking-normal{
    letter-spacing: 0em;
  }

  .smallDesktop\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .smallDesktop\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .smallDesktop\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .smallDesktop\:text-transparent{
    color: transparent;
  }

  .smallDesktop\:text-current{
    color: currentColor;
  }

  .smallDesktop\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallDesktop\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallDesktop\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallDesktop\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallDesktop\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallDesktop\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallDesktop\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallDesktop\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallDesktop\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallDesktop\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallDesktop\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallDesktop\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallDesktop\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallDesktop\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallDesktop\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallDesktop\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallDesktop\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallDesktop\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallDesktop\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallDesktop\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallDesktop\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallDesktop\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallDesktop\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallDesktop\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallDesktop\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallDesktop\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallDesktop\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallDesktop\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallDesktop\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallDesktop\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallDesktop\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallDesktop\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallDesktop\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallDesktop\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallDesktop\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallDesktop\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallDesktop\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallDesktop\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallDesktop\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallDesktop\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallDesktop\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallDesktop\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallDesktop\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallDesktop\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallDesktop\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallDesktop\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallDesktop\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallDesktop\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .smallDesktop\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .smallDesktop\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .smallDesktop\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .smallDesktop\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .smallDesktop\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallDesktop\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-transparent:hover{
    color: transparent;
  }

  .smallDesktop\:hover\:text-current:hover{
    color: currentColor;
  }

  .smallDesktop\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallDesktop\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-transparent:focus{
    color: transparent;
  }

  .smallDesktop\:focus\:text-current:focus{
    color: currentColor;
  }

  .smallDesktop\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallDesktop\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallDesktop\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .smallDesktop\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .smallDesktop\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .smallDesktop\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .smallDesktop\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .smallDesktop\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .smallDesktop\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .smallDesktop\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .smallDesktop\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .smallDesktop\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .smallDesktop\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .smallDesktop\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .smallDesktop\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .smallDesktop\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .smallDesktop\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .smallDesktop\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .smallDesktop\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .smallDesktop\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .smallDesktop\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .smallDesktop\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .smallDesktop\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .smallDesktop\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .smallDesktop\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .smallDesktop\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .smallDesktop\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .smallDesktop\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .smallDesktop\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .smallDesktop\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .smallDesktop\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .smallDesktop\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .smallDesktop\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .smallDesktop\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .smallDesktop\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .smallDesktop\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .smallDesktop\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .smallDesktop\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .smallDesktop\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .smallDesktop\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .smallDesktop\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .smallDesktop\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .smallDesktop\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .smallDesktop\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .smallDesktop\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .smallDesktop\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .smallDesktop\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .smallDesktop\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .smallDesktop\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .smallDesktop\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .smallDesktop\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .smallDesktop\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .smallDesktop\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .smallDesktop\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .smallDesktop\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .smallDesktop\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .smallDesktop\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .smallDesktop\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .smallDesktop\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .smallDesktop\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .smallDesktop\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .smallDesktop\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .smallDesktop\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .smallDesktop\:underline{
    text-decoration: underline;
  }

  .smallDesktop\:line-through{
    text-decoration: line-through;
  }

  .smallDesktop\:no-underline{
    text-decoration: none;
  }

  .group:hover .smallDesktop\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .smallDesktop\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .smallDesktop\:group-hover\:no-underline{
    text-decoration: none;
  }

  .smallDesktop\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .smallDesktop\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .smallDesktop\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .smallDesktop\:hover\:underline:hover{
    text-decoration: underline;
  }

  .smallDesktop\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .smallDesktop\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .smallDesktop\:focus\:underline:focus{
    text-decoration: underline;
  }

  .smallDesktop\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .smallDesktop\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .smallDesktop\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .smallDesktop\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .smallDesktop\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .smallDesktop\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .smallDesktop\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .smallDesktop\:placeholder-current::placeholder{
    color: currentColor;
  }

  .smallDesktop\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .smallDesktop\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .smallDesktop\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .smallDesktop\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .smallDesktop\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallDesktop\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallDesktop\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallDesktop\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallDesktop\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallDesktop\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallDesktop\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallDesktop\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallDesktop\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallDesktop\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallDesktop\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallDesktop\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallDesktop\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallDesktop\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallDesktop\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallDesktop\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallDesktop\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallDesktop\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallDesktop\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallDesktop\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallDesktop\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallDesktop\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallDesktop\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallDesktop\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallDesktop\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallDesktop\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallDesktop\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallDesktop\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallDesktop\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallDesktop\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallDesktop\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallDesktop\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallDesktop\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallDesktop\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallDesktop\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallDesktop\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallDesktop\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallDesktop\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallDesktop\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallDesktop\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallDesktop\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallDesktop\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallDesktop\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallDesktop\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallDesktop\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallDesktop\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallDesktop\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallDesktop\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallDesktop\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallDesktop\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallDesktop\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallDesktop\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallDesktop\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallDesktop\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallDesktop\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallDesktop\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallDesktop\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallDesktop\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallDesktop\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallDesktop\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallDesktop\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallDesktop\:opacity-0{
    opacity: 0;
  }

  .smallDesktop\:opacity-5{
    opacity: 0.05;
  }

  .smallDesktop\:opacity-10{
    opacity: 0.1;
  }

  .smallDesktop\:opacity-20{
    opacity: 0.2;
  }

  .smallDesktop\:opacity-25{
    opacity: 0.25;
  }

  .smallDesktop\:opacity-30{
    opacity: 0.3;
  }

  .smallDesktop\:opacity-40{
    opacity: 0.4;
  }

  .smallDesktop\:opacity-50{
    opacity: 0.5;
  }

  .smallDesktop\:opacity-60{
    opacity: 0.6;
  }

  .smallDesktop\:opacity-70{
    opacity: 0.7;
  }

  .smallDesktop\:opacity-75{
    opacity: 0.75;
  }

  .smallDesktop\:opacity-80{
    opacity: 0.8;
  }

  .smallDesktop\:opacity-90{
    opacity: 0.9;
  }

  .smallDesktop\:opacity-95{
    opacity: 0.95;
  }

  .smallDesktop\:opacity-100{
    opacity: 1;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .smallDesktop\:group-hover\:opacity-100{
    opacity: 1;
  }

  .smallDesktop\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .smallDesktop\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .smallDesktop\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .smallDesktop\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .smallDesktop\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .smallDesktop\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .smallDesktop\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .smallDesktop\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .smallDesktop\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .smallDesktop\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .smallDesktop\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .smallDesktop\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .smallDesktop\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .smallDesktop\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .smallDesktop\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .smallDesktop\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .smallDesktop\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .smallDesktop\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .smallDesktop\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .smallDesktop\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .smallDesktop\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .smallDesktop\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .smallDesktop\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .smallDesktop\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .smallDesktop\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .smallDesktop\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .smallDesktop\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .smallDesktop\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .smallDesktop\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .smallDesktop\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .smallDesktop\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .smallDesktop\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .smallDesktop\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .smallDesktop\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .smallDesktop\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .smallDesktop\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .smallDesktop\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .smallDesktop\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .smallDesktop\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .smallDesktop\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .smallDesktop\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .smallDesktop\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .smallDesktop\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .smallDesktop\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .smallDesktop\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .smallDesktop\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .smallDesktop\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .smallDesktop\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .smallDesktop\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .smallDesktop\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .smallDesktop\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .smallDesktop\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .smallDesktop\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .smallDesktop\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .smallDesktop\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .smallDesktop\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .smallDesktop\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .smallDesktop\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .smallDesktop\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .smallDesktop\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .smallDesktop\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .smallDesktop\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .smallDesktop\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .smallDesktop\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .smallDesktop\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .smallDesktop\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .smallDesktop\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .smallDesktop\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .smallDesktop\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .smallDesktop\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .smallDesktop\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .smallDesktop\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .smallDesktop\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .smallDesktop\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .smallDesktop\:bg-blend-color{
    background-blend-mode: color;
  }

  .smallDesktop\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .smallDesktop\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .smallDesktop\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .smallDesktop\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .smallDesktop\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .smallDesktop\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .smallDesktop\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .smallDesktop\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .smallDesktop\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .smallDesktop\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .smallDesktop\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .smallDesktop\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .smallDesktop\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .smallDesktop\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .smallDesktop\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .smallDesktop\:mix-blend-color{
    mix-blend-mode: color;
  }

  .smallDesktop\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .smallDesktop\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallDesktop\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallDesktop\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallDesktop\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallDesktop\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallDesktop\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallDesktop\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallDesktop\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallDesktop\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallDesktop\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .smallDesktop\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .smallDesktop\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .smallDesktop\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .smallDesktop\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .smallDesktop\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .smallDesktop\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .smallDesktop\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .smallDesktop\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .smallDesktop\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallDesktop\:ring-inset{
    --tw-ring-inset: inset;
  }

  .smallDesktop\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .smallDesktop\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .smallDesktop\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .smallDesktop\:ring-current{
    --tw-ring-color: currentColor;
  }

  .smallDesktop\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .smallDesktop\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .smallDesktop\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .smallDesktop\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .smallDesktop\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .smallDesktop\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .smallDesktop\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .smallDesktop\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .smallDesktop\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .smallDesktop\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .smallDesktop\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .smallDesktop\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .smallDesktop\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .smallDesktop\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .smallDesktop\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .smallDesktop\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .smallDesktop\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .smallDesktop\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .smallDesktop\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .smallDesktop\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .smallDesktop\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .smallDesktop\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .smallDesktop\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .smallDesktop\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .smallDesktop\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .smallDesktop\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .smallDesktop\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .smallDesktop\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .smallDesktop\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .smallDesktop\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .smallDesktop\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .smallDesktop\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .smallDesktop\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .smallDesktop\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .smallDesktop\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .smallDesktop\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .smallDesktop\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .smallDesktop\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .smallDesktop\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .smallDesktop\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .smallDesktop\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .smallDesktop\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .smallDesktop\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .smallDesktop\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .smallDesktop\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .smallDesktop\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .smallDesktop\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .smallDesktop\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .smallDesktop\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .smallDesktop\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .smallDesktop\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .smallDesktop\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .smallDesktop\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .smallDesktop\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .smallDesktop\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .smallDesktop\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .smallDesktop\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .smallDesktop\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .smallDesktop\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .smallDesktop\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .smallDesktop\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .smallDesktop\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .smallDesktop\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .smallDesktop\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .smallDesktop\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .smallDesktop\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .smallDesktop\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .smallDesktop\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .smallDesktop\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .smallDesktop\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .smallDesktop\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .smallDesktop\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .smallDesktop\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .smallDesktop\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .smallDesktop\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .smallDesktop\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .smallDesktop\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .smallDesktop\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .smallDesktop\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .smallDesktop\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .smallDesktop\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .smallDesktop\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .smallDesktop\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .smallDesktop\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .smallDesktop\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .smallDesktop\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .smallDesktop\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .smallDesktop\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .smallDesktop\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .smallDesktop\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .smallDesktop\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .smallDesktop\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .smallDesktop\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .smallDesktop\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .smallDesktop\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .smallDesktop\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .smallDesktop\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .smallDesktop\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .smallDesktop\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .smallDesktop\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .smallDesktop\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .smallDesktop\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .smallDesktop\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .smallDesktop\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .smallDesktop\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .smallDesktop\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .smallDesktop\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .smallDesktop\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .smallDesktop\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .smallDesktop\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .smallDesktop\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .smallDesktop\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .smallDesktop\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .smallDesktop\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .smallDesktop\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .smallDesktop\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .smallDesktop\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .smallDesktop\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .smallDesktop\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .smallDesktop\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .smallDesktop\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .smallDesktop\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .smallDesktop\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .smallDesktop\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .smallDesktop\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .smallDesktop\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .smallDesktop\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .smallDesktop\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .smallDesktop\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .smallDesktop\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .smallDesktop\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .smallDesktop\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .smallDesktop\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .smallDesktop\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .smallDesktop\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .smallDesktop\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .smallDesktop\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .smallDesktop\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .smallDesktop\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .smallDesktop\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .smallDesktop\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .smallDesktop\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .smallDesktop\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .smallDesktop\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .smallDesktop\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .smallDesktop\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .smallDesktop\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .smallDesktop\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .smallDesktop\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .smallDesktop\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .smallDesktop\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .smallDesktop\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .smallDesktop\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .smallDesktop\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .smallDesktop\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .smallDesktop\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .smallDesktop\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .smallDesktop\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .smallDesktop\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .smallDesktop\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .smallDesktop\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .smallDesktop\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .smallDesktop\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .smallDesktop\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .smallDesktop\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .smallDesktop\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .smallDesktop\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .smallDesktop\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .smallDesktop\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .smallDesktop\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .smallDesktop\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .smallDesktop\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .smallDesktop\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .smallDesktop\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .smallDesktop\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .smallDesktop\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .smallDesktop\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .smallDesktop\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .smallDesktop\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .smallDesktop\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .smallDesktop\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .smallDesktop\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .smallDesktop\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .smallDesktop\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .smallDesktop\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .smallDesktop\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .smallDesktop\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .smallDesktop\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .smallDesktop\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .smallDesktop\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .smallDesktop\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .smallDesktop\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .smallDesktop\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .smallDesktop\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .smallDesktop\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .smallDesktop\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .smallDesktop\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .smallDesktop\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .smallDesktop\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .smallDesktop\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .smallDesktop\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .smallDesktop\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .smallDesktop\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .smallDesktop\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .smallDesktop\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .smallDesktop\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .smallDesktop\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .smallDesktop\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .smallDesktop\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .smallDesktop\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .smallDesktop\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .smallDesktop\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .smallDesktop\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .smallDesktop\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .smallDesktop\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .smallDesktop\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .smallDesktop\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .smallDesktop\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .smallDesktop\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .smallDesktop\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .smallDesktop\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .smallDesktop\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .smallDesktop\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .smallDesktop\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .smallDesktop\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .smallDesktop\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .smallDesktop\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .smallDesktop\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .smallDesktop\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .smallDesktop\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .smallDesktop\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .smallDesktop\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .smallDesktop\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .smallDesktop\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .smallDesktop\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .smallDesktop\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .smallDesktop\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .smallDesktop\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .smallDesktop\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .smallDesktop\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .smallDesktop\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .smallDesktop\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .smallDesktop\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .smallDesktop\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .smallDesktop\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .smallDesktop\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .smallDesktop\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .smallDesktop\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .smallDesktop\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .smallDesktop\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .smallDesktop\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .smallDesktop\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .smallDesktop\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .smallDesktop\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .smallDesktop\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .smallDesktop\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .smallDesktop\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .smallDesktop\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .smallDesktop\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .smallDesktop\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .smallDesktop\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .smallDesktop\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .smallDesktop\:filter-none{
    filter: none;
  }

  .smallDesktop\:blur-0{
    --tw-blur: blur(0);
  }

  .smallDesktop\:blur-none{
    --tw-blur: blur(0);
  }

  .smallDesktop\:blur-sm{
    --tw-blur: blur(4px);
  }

  .smallDesktop\:blur{
    --tw-blur: blur(8px);
  }

  .smallDesktop\:blur-md{
    --tw-blur: blur(12px);
  }

  .smallDesktop\:blur-lg{
    --tw-blur: blur(16px);
  }

  .smallDesktop\:blur-xl{
    --tw-blur: blur(24px);
  }

  .smallDesktop\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .smallDesktop\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .smallDesktop\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .smallDesktop\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .smallDesktop\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .smallDesktop\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .smallDesktop\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .smallDesktop\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .smallDesktop\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .smallDesktop\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .smallDesktop\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .smallDesktop\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .smallDesktop\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .smallDesktop\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .smallDesktop\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .smallDesktop\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .smallDesktop\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .smallDesktop\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .smallDesktop\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .smallDesktop\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .smallDesktop\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .smallDesktop\: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));
  }

  .smallDesktop\: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));
  }

  .smallDesktop\: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));
  }

  .smallDesktop\: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));
  }

  .smallDesktop\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .smallDesktop\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .smallDesktop\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .smallDesktop\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .smallDesktop\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .smallDesktop\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .smallDesktop\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .smallDesktop\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .smallDesktop\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .smallDesktop\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .smallDesktop\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .smallDesktop\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .smallDesktop\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .smallDesktop\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .smallDesktop\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .smallDesktop\:invert-0{
    --tw-invert: invert(0);
  }

  .smallDesktop\:invert{
    --tw-invert: invert(100%);
  }

  .smallDesktop\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .smallDesktop\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .smallDesktop\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .smallDesktop\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .smallDesktop\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .smallDesktop\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .smallDesktop\:sepia{
    --tw-sepia: sepia(100%);
  }

  .smallDesktop\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .smallDesktop\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .smallDesktop\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .smallDesktop\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .smallDesktop\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .smallDesktop\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .smallDesktop\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .smallDesktop\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .smallDesktop\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .smallDesktop\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .smallDesktop\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .smallDesktop\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .smallDesktop\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .smallDesktop\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .smallDesktop\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .smallDesktop\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .smallDesktop\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .smallDesktop\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .smallDesktop\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .smallDesktop\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .smallDesktop\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .smallDesktop\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .smallDesktop\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .smallDesktop\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .smallDesktop\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .smallDesktop\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .smallDesktop\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .smallDesktop\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .smallDesktop\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .smallDesktop\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .smallDesktop\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .smallDesktop\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .smallDesktop\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .smallDesktop\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .smallDesktop\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .smallDesktop\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .smallDesktop\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .smallDesktop\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .smallDesktop\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .smallDesktop\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .smallDesktop\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .smallDesktop\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .smallDesktop\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .smallDesktop\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .smallDesktop\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .smallDesktop\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .smallDesktop\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .smallDesktop\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .smallDesktop\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .smallDesktop\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .smallDesktop\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .smallDesktop\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .smallDesktop\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .smallDesktop\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .smallDesktop\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .smallDesktop\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .smallDesktop\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .smallDesktop\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .smallDesktop\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .smallDesktop\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .smallDesktop\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .smallDesktop\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .smallDesktop\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .smallDesktop\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .smallDesktop\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .smallDesktop\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .smallDesktop\:transition-none{
    transition-property: none;
  }

  .smallDesktop\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallDesktop\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallDesktop\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallDesktop\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallDesktop\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallDesktop\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallDesktop\:delay-75{
    transition-delay: 75ms;
  }

  .smallDesktop\:delay-100{
    transition-delay: 100ms;
  }

  .smallDesktop\:delay-150{
    transition-delay: 150ms;
  }

  .smallDesktop\:delay-200{
    transition-delay: 200ms;
  }

  .smallDesktop\:delay-300{
    transition-delay: 300ms;
  }

  .smallDesktop\:delay-500{
    transition-delay: 500ms;
  }

  .smallDesktop\:delay-700{
    transition-delay: 700ms;
  }

  .smallDesktop\:delay-1000{
    transition-delay: 1000ms;
  }

  .smallDesktop\:duration-75{
    transition-duration: 75ms;
  }

  .smallDesktop\:duration-100{
    transition-duration: 100ms;
  }

  .smallDesktop\:duration-150{
    transition-duration: 150ms;
  }

  .smallDesktop\:duration-200{
    transition-duration: 200ms;
  }

  .smallDesktop\:duration-300{
    transition-duration: 300ms;
  }

  .smallDesktop\:duration-500{
    transition-duration: 500ms;
  }

  .smallDesktop\:duration-700{
    transition-duration: 700ms;
  }

  .smallDesktop\:duration-1000{
    transition-duration: 1000ms;
  }

  .smallDesktop\:ease-linear{
    transition-timing-function: linear;
  }

  .smallDesktop\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .smallDesktop\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .smallDesktop\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 1450px){
  .laptop\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .laptop\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .laptop\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .laptop\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .laptop\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .laptop\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .laptop\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .laptop\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .laptop\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .laptop\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .laptop\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .laptop\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .laptop\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .laptop\:container{
      max-width: 1701px;
    }
  }

  .laptop\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .laptop\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .laptop\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .laptop\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .laptop\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .laptop\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .laptop\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .laptop\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .laptop\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .laptop\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .laptop\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .laptop\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .laptop\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .laptop\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .laptop\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .laptop\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .laptop\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .laptop\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .laptop\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .laptop\:prose code::before{
    content: "`";
  }

  .laptop\:prose code::after{
    content: "`";
  }

  .laptop\:prose a code{
    color: #111827;
  }

  .laptop\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .laptop\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .laptop\:prose pre code::before{
    content: "";
  }

  .laptop\:prose pre code::after{
    content: "";
  }

  .laptop\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .laptop\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .laptop\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .laptop\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .laptop\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .laptop\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .laptop\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .laptop\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .laptop\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .laptop\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .laptop\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .laptop\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .laptop\:prose h2 code{
    font-size: 0.875em;
  }

  .laptop\:prose h3 code{
    font-size: 0.9em;
  }

  .laptop\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .laptop\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .laptop\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .laptop\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .laptop\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .laptop\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .laptop\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .laptop\:prose ul ul, .laptop\:prose ul ol, .laptop\:prose ol ul, .laptop\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .laptop\:prose hr + *{
    margin-top: 0;
  }

  .laptop\:prose h2 + *{
    margin-top: 0;
  }

  .laptop\:prose h3 + *{
    margin-top: 0;
  }

  .laptop\:prose h4 + *{
    margin-top: 0;
  }

  .laptop\:prose thead th:first-child{
    padding-left: 0;
  }

  .laptop\:prose thead th:last-child{
    padding-right: 0;
  }

  .laptop\:prose tbody td:first-child{
    padding-left: 0;
  }

  .laptop\:prose tbody td:last-child{
    padding-right: 0;
  }

  .laptop\:prose > :first-child{
    margin-top: 0;
  }

  .laptop\:prose > :last-child{
    margin-bottom: 0;
  }

  .laptop\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .laptop\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .laptop\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .laptop\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .laptop\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .laptop\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .laptop\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .laptop\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .laptop\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .laptop\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .laptop\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .laptop\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .laptop\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .laptop\:prose-sm code{
    font-size: 0.8571429em;
  }

  .laptop\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .laptop\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .laptop\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .laptop\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .laptop\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .laptop\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .laptop\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .laptop\:prose-sm ol > li::before{
    left: 0;
  }

  .laptop\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .laptop\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .laptop\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .laptop\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .laptop\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .laptop\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .laptop\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .laptop\:prose-sm ul ul, .laptop\:prose-sm ul ol, .laptop\:prose-sm ol ul, .laptop\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .laptop\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .laptop\:prose-sm hr + *{
    margin-top: 0;
  }

  .laptop\:prose-sm h2 + *{
    margin-top: 0;
  }

  .laptop\:prose-sm h3 + *{
    margin-top: 0;
  }

  .laptop\:prose-sm h4 + *{
    margin-top: 0;
  }

  .laptop\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .laptop\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .laptop\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .laptop\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .laptop\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .laptop\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .laptop\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .laptop\:prose-sm > :first-child{
    margin-top: 0;
  }

  .laptop\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .laptop\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .laptop\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .laptop\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .laptop\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .laptop\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .laptop\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .laptop\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .laptop\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .laptop\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .laptop\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .laptop\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .laptop\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .laptop\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .laptop\:prose-lg code{
    font-size: 0.8888889em;
  }

  .laptop\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .laptop\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .laptop\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .laptop\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .laptop\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .laptop\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .laptop\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .laptop\:prose-lg ol > li::before{
    left: 0;
  }

  .laptop\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .laptop\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .laptop\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .laptop\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .laptop\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .laptop\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .laptop\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .laptop\:prose-lg ul ul, .laptop\:prose-lg ul ol, .laptop\:prose-lg ol ul, .laptop\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .laptop\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .laptop\:prose-lg hr + *{
    margin-top: 0;
  }

  .laptop\:prose-lg h2 + *{
    margin-top: 0;
  }

  .laptop\:prose-lg h3 + *{
    margin-top: 0;
  }

  .laptop\:prose-lg h4 + *{
    margin-top: 0;
  }

  .laptop\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .laptop\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .laptop\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .laptop\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .laptop\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .laptop\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .laptop\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .laptop\:prose-lg > :first-child{
    margin-top: 0;
  }

  .laptop\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .laptop\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .laptop\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .laptop\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .laptop\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .laptop\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .laptop\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .laptop\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .laptop\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .laptop\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .laptop\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .laptop\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .laptop\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .laptop\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .laptop\:prose-xl code{
    font-size: 0.9em;
  }

  .laptop\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .laptop\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .laptop\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .laptop\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .laptop\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .laptop\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .laptop\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .laptop\:prose-xl ol > li::before{
    left: 0;
  }

  .laptop\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .laptop\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .laptop\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .laptop\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .laptop\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .laptop\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .laptop\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .laptop\:prose-xl ul ul, .laptop\:prose-xl ul ol, .laptop\:prose-xl ol ul, .laptop\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .laptop\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .laptop\:prose-xl hr + *{
    margin-top: 0;
  }

  .laptop\:prose-xl h2 + *{
    margin-top: 0;
  }

  .laptop\:prose-xl h3 + *{
    margin-top: 0;
  }

  .laptop\:prose-xl h4 + *{
    margin-top: 0;
  }

  .laptop\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .laptop\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .laptop\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .laptop\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .laptop\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .laptop\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .laptop\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .laptop\:prose-xl > :first-child{
    margin-top: 0;
  }

  .laptop\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .laptop\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .laptop\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .laptop\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .laptop\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .laptop\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .laptop\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .laptop\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .laptop\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .laptop\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .laptop\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .laptop\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .laptop\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .laptop\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .laptop\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .laptop\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .laptop\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .laptop\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .laptop\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .laptop\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .laptop\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .laptop\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .laptop\:prose-2xl ol > li::before{
    left: 0;
  }

  .laptop\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .laptop\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .laptop\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .laptop\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .laptop\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .laptop\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .laptop\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .laptop\:prose-2xl ul ul, .laptop\:prose-2xl ul ol, .laptop\:prose-2xl ol ul, .laptop\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .laptop\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .laptop\:prose-2xl hr + *{
    margin-top: 0;
  }

  .laptop\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .laptop\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .laptop\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .laptop\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .laptop\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .laptop\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .laptop\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .laptop\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .laptop\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .laptop\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .laptop\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .laptop\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .laptop\:prose-blue{
  }

  .laptop\:prose-red{
  }

  .laptop\:prose-pink{
  }

  .laptop\:prose-indigo a{
    color: #4f46e5;
  }

  .laptop\:prose-indigo a code{
    color: #4f46e5;
  }

  .laptop\:prose-green a{
    color: #16a34a;
  }

  .laptop\:prose-green a code{
    color: #16a34a;
  }

  .laptop\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:pointer-events-none{
    pointer-events: none;
  }

  .laptop\:pointer-events-auto{
    pointer-events: auto;
  }

  .laptop\:visible{
    visibility: visible;
  }

  .laptop\:invisible{
    visibility: hidden;
  }

  .laptop\:static{
    position: static;
  }

  .laptop\:fixed{
    position: fixed;
  }

  .laptop\:absolute{
    position: absolute;
  }

  .laptop\:relative{
    position: relative;
  }

  .laptop\:sticky{
    position: sticky;
  }

  .laptop\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .laptop\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .laptop\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .laptop\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .laptop\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .laptop\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .laptop\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .laptop\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .laptop\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .laptop\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .laptop\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .laptop\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .laptop\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .laptop\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .laptop\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .laptop\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .laptop\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .laptop\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .laptop\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .laptop\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .laptop\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .laptop\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .laptop\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .laptop\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .laptop\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .laptop\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .laptop\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .laptop\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .laptop\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .laptop\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .laptop\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .laptop\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .laptop\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .laptop\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .laptop\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .laptop\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .laptop\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .laptop\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .laptop\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .laptop\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .laptop\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .laptop\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .laptop\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .laptop\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .laptop\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .laptop\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .laptop\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .laptop\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .laptop\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .laptop\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .laptop\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .laptop\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .laptop\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .laptop\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .laptop\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .laptop\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .laptop\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .laptop\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .laptop\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .laptop\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .laptop\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .laptop\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .laptop\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .laptop\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .laptop\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .laptop\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .laptop\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .laptop\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .laptop\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .laptop\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .laptop\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .laptop\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .laptop\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .laptop\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .laptop\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .laptop\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .laptop\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .laptop\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .laptop\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .laptop\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .laptop\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .laptop\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .laptop\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .laptop\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .laptop\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .laptop\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .laptop\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .laptop\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .laptop\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .laptop\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .laptop\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .laptop\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .laptop\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .laptop\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .laptop\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .laptop\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .laptop\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .laptop\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .laptop\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .laptop\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .laptop\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .laptop\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .laptop\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .laptop\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .laptop\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .laptop\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .laptop\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .laptop\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .laptop\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .laptop\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .laptop\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .laptop\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .laptop\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .laptop\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .laptop\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .laptop\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .laptop\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .laptop\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .laptop\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .laptop\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .laptop\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .laptop\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .laptop\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .laptop\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .laptop\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .laptop\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .laptop\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .laptop\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .laptop\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .laptop\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .laptop\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .laptop\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .laptop\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .laptop\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .laptop\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .laptop\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .laptop\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .laptop\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .laptop\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .laptop\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .laptop\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .laptop\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .laptop\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .laptop\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .laptop\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .laptop\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .laptop\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .laptop\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .laptop\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .laptop\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .laptop\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .laptop\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .laptop\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .laptop\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .laptop\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .laptop\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .laptop\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .laptop\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .laptop\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .laptop\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .laptop\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .laptop\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .laptop\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .laptop\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .laptop\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .laptop\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .laptop\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .laptop\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .laptop\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .laptop\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .laptop\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .laptop\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .laptop\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .laptop\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .laptop\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .laptop\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .laptop\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .laptop\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .laptop\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .laptop\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .laptop\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .laptop\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .laptop\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .laptop\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .laptop\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .laptop\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .laptop\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .laptop\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .laptop\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .laptop\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .laptop\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .laptop\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .laptop\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .laptop\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .laptop\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .laptop\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .laptop\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .laptop\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .laptop\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .laptop\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .laptop\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .laptop\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .laptop\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .laptop\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .laptop\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .laptop\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .laptop\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .laptop\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .laptop\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .laptop\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .laptop\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .laptop\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .laptop\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .laptop\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .laptop\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .laptop\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .laptop\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .laptop\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .laptop\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .laptop\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .laptop\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .laptop\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .laptop\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .laptop\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .laptop\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .laptop\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .laptop\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .laptop\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .laptop\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .laptop\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .laptop\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .laptop\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .laptop\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .laptop\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .laptop\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .laptop\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .laptop\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .laptop\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .laptop\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .laptop\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .laptop\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .laptop\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .laptop\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .laptop\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .laptop\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .laptop\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .laptop\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .laptop\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .laptop\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .laptop\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .laptop\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .laptop\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .laptop\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .laptop\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .laptop\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .laptop\:top-0{
    top: 0px;
  }

  .laptop\:top-1{
    top: 0.25rem;
  }

  .laptop\:top-2{
    top: 0.5rem;
  }

  .laptop\:top-3{
    top: 0.75rem;
  }

  .laptop\:top-4{
    top: 1rem;
  }

  .laptop\:top-5{
    top: 1.25rem;
  }

  .laptop\:top-6{
    top: 1.5rem;
  }

  .laptop\:top-7{
    top: 1.75rem;
  }

  .laptop\:top-8{
    top: 2rem;
  }

  .laptop\:top-9{
    top: 2.25rem;
  }

  .laptop\:top-10{
    top: 2.5rem;
  }

  .laptop\:top-11{
    top: 2.75rem;
  }

  .laptop\:top-12{
    top: 3rem;
  }

  .laptop\:top-14{
    top: 3.5rem;
  }

  .laptop\:top-16{
    top: 4rem;
  }

  .laptop\:top-20{
    top: 5rem;
  }

  .laptop\:top-24{
    top: 6rem;
  }

  .laptop\:top-28{
    top: 7rem;
  }

  .laptop\:top-32{
    top: 8rem;
  }

  .laptop\:top-36{
    top: 9rem;
  }

  .laptop\:top-40{
    top: 10rem;
  }

  .laptop\:top-44{
    top: 11rem;
  }

  .laptop\:top-48{
    top: 12rem;
  }

  .laptop\:top-52{
    top: 13rem;
  }

  .laptop\:top-56{
    top: 14rem;
  }

  .laptop\:top-60{
    top: 15rem;
  }

  .laptop\:top-64{
    top: 16rem;
  }

  .laptop\:top-72{
    top: 18rem;
  }

  .laptop\:top-80{
    top: 20rem;
  }

  .laptop\:top-96{
    top: 24rem;
  }

  .laptop\:top-auto{
    top: auto;
  }

  .laptop\:top-px{
    top: 1px;
  }

  .laptop\:top-0\.5{
    top: 0.125rem;
  }

  .laptop\:top-1\.5{
    top: 0.375rem;
  }

  .laptop\:top-2\.5{
    top: 0.625rem;
  }

  .laptop\:top-3\.5{
    top: 0.875rem;
  }

  .laptop\:-top-0{
    top: 0px;
  }

  .laptop\:-top-1{
    top: -0.25rem;
  }

  .laptop\:-top-2{
    top: -0.5rem;
  }

  .laptop\:-top-3{
    top: -0.75rem;
  }

  .laptop\:-top-4{
    top: -1rem;
  }

  .laptop\:-top-5{
    top: -1.25rem;
  }

  .laptop\:-top-6{
    top: -1.5rem;
  }

  .laptop\:-top-7{
    top: -1.75rem;
  }

  .laptop\:-top-8{
    top: -2rem;
  }

  .laptop\:-top-9{
    top: -2.25rem;
  }

  .laptop\:-top-10{
    top: -2.5rem;
  }

  .laptop\:-top-11{
    top: -2.75rem;
  }

  .laptop\:-top-12{
    top: -3rem;
  }

  .laptop\:-top-14{
    top: -3.5rem;
  }

  .laptop\:-top-16{
    top: -4rem;
  }

  .laptop\:-top-20{
    top: -5rem;
  }

  .laptop\:-top-24{
    top: -6rem;
  }

  .laptop\:-top-28{
    top: -7rem;
  }

  .laptop\:-top-32{
    top: -8rem;
  }

  .laptop\:-top-36{
    top: -9rem;
  }

  .laptop\:-top-40{
    top: -10rem;
  }

  .laptop\:-top-44{
    top: -11rem;
  }

  .laptop\:-top-48{
    top: -12rem;
  }

  .laptop\:-top-52{
    top: -13rem;
  }

  .laptop\:-top-56{
    top: -14rem;
  }

  .laptop\:-top-60{
    top: -15rem;
  }

  .laptop\:-top-64{
    top: -16rem;
  }

  .laptop\:-top-72{
    top: -18rem;
  }

  .laptop\:-top-80{
    top: -20rem;
  }

  .laptop\:-top-96{
    top: -24rem;
  }

  .laptop\:-top-px{
    top: -1px;
  }

  .laptop\:-top-0\.5{
    top: -0.125rem;
  }

  .laptop\:-top-1\.5{
    top: -0.375rem;
  }

  .laptop\:-top-2\.5{
    top: -0.625rem;
  }

  .laptop\:-top-3\.5{
    top: -0.875rem;
  }

  .laptop\:top-1\/2{
    top: 50%;
  }

  .laptop\:top-1\/3{
    top: 33.333333%;
  }

  .laptop\:top-2\/3{
    top: 66.666667%;
  }

  .laptop\:top-1\/4{
    top: 25%;
  }

  .laptop\:top-2\/4{
    top: 50%;
  }

  .laptop\:top-3\/4{
    top: 75%;
  }

  .laptop\:top-full{
    top: 100%;
  }

  .laptop\:-top-1\/2{
    top: -50%;
  }

  .laptop\:-top-1\/3{
    top: -33.333333%;
  }

  .laptop\:-top-2\/3{
    top: -66.666667%;
  }

  .laptop\:-top-1\/4{
    top: -25%;
  }

  .laptop\:-top-2\/4{
    top: -50%;
  }

  .laptop\:-top-3\/4{
    top: -75%;
  }

  .laptop\:-top-full{
    top: -100%;
  }

  .laptop\:right-0{
    right: 0px;
  }

  .laptop\:right-1{
    right: 0.25rem;
  }

  .laptop\:right-2{
    right: 0.5rem;
  }

  .laptop\:right-3{
    right: 0.75rem;
  }

  .laptop\:right-4{
    right: 1rem;
  }

  .laptop\:right-5{
    right: 1.25rem;
  }

  .laptop\:right-6{
    right: 1.5rem;
  }

  .laptop\:right-7{
    right: 1.75rem;
  }

  .laptop\:right-8{
    right: 2rem;
  }

  .laptop\:right-9{
    right: 2.25rem;
  }

  .laptop\:right-10{
    right: 2.5rem;
  }

  .laptop\:right-11{
    right: 2.75rem;
  }

  .laptop\:right-12{
    right: 3rem;
  }

  .laptop\:right-14{
    right: 3.5rem;
  }

  .laptop\:right-16{
    right: 4rem;
  }

  .laptop\:right-20{
    right: 5rem;
  }

  .laptop\:right-24{
    right: 6rem;
  }

  .laptop\:right-28{
    right: 7rem;
  }

  .laptop\:right-32{
    right: 8rem;
  }

  .laptop\:right-36{
    right: 9rem;
  }

  .laptop\:right-40{
    right: 10rem;
  }

  .laptop\:right-44{
    right: 11rem;
  }

  .laptop\:right-48{
    right: 12rem;
  }

  .laptop\:right-52{
    right: 13rem;
  }

  .laptop\:right-56{
    right: 14rem;
  }

  .laptop\:right-60{
    right: 15rem;
  }

  .laptop\:right-64{
    right: 16rem;
  }

  .laptop\:right-72{
    right: 18rem;
  }

  .laptop\:right-80{
    right: 20rem;
  }

  .laptop\:right-96{
    right: 24rem;
  }

  .laptop\:right-auto{
    right: auto;
  }

  .laptop\:right-px{
    right: 1px;
  }

  .laptop\:right-0\.5{
    right: 0.125rem;
  }

  .laptop\:right-1\.5{
    right: 0.375rem;
  }

  .laptop\:right-2\.5{
    right: 0.625rem;
  }

  .laptop\:right-3\.5{
    right: 0.875rem;
  }

  .laptop\:-right-0{
    right: 0px;
  }

  .laptop\:-right-1{
    right: -0.25rem;
  }

  .laptop\:-right-2{
    right: -0.5rem;
  }

  .laptop\:-right-3{
    right: -0.75rem;
  }

  .laptop\:-right-4{
    right: -1rem;
  }

  .laptop\:-right-5{
    right: -1.25rem;
  }

  .laptop\:-right-6{
    right: -1.5rem;
  }

  .laptop\:-right-7{
    right: -1.75rem;
  }

  .laptop\:-right-8{
    right: -2rem;
  }

  .laptop\:-right-9{
    right: -2.25rem;
  }

  .laptop\:-right-10{
    right: -2.5rem;
  }

  .laptop\:-right-11{
    right: -2.75rem;
  }

  .laptop\:-right-12{
    right: -3rem;
  }

  .laptop\:-right-14{
    right: -3.5rem;
  }

  .laptop\:-right-16{
    right: -4rem;
  }

  .laptop\:-right-20{
    right: -5rem;
  }

  .laptop\:-right-24{
    right: -6rem;
  }

  .laptop\:-right-28{
    right: -7rem;
  }

  .laptop\:-right-32{
    right: -8rem;
  }

  .laptop\:-right-36{
    right: -9rem;
  }

  .laptop\:-right-40{
    right: -10rem;
  }

  .laptop\:-right-44{
    right: -11rem;
  }

  .laptop\:-right-48{
    right: -12rem;
  }

  .laptop\:-right-52{
    right: -13rem;
  }

  .laptop\:-right-56{
    right: -14rem;
  }

  .laptop\:-right-60{
    right: -15rem;
  }

  .laptop\:-right-64{
    right: -16rem;
  }

  .laptop\:-right-72{
    right: -18rem;
  }

  .laptop\:-right-80{
    right: -20rem;
  }

  .laptop\:-right-96{
    right: -24rem;
  }

  .laptop\:-right-px{
    right: -1px;
  }

  .laptop\:-right-0\.5{
    right: -0.125rem;
  }

  .laptop\:-right-1\.5{
    right: -0.375rem;
  }

  .laptop\:-right-2\.5{
    right: -0.625rem;
  }

  .laptop\:-right-3\.5{
    right: -0.875rem;
  }

  .laptop\:right-1\/2{
    right: 50%;
  }

  .laptop\:right-1\/3{
    right: 33.333333%;
  }

  .laptop\:right-2\/3{
    right: 66.666667%;
  }

  .laptop\:right-1\/4{
    right: 25%;
  }

  .laptop\:right-2\/4{
    right: 50%;
  }

  .laptop\:right-3\/4{
    right: 75%;
  }

  .laptop\:right-full{
    right: 100%;
  }

  .laptop\:-right-1\/2{
    right: -50%;
  }

  .laptop\:-right-1\/3{
    right: -33.333333%;
  }

  .laptop\:-right-2\/3{
    right: -66.666667%;
  }

  .laptop\:-right-1\/4{
    right: -25%;
  }

  .laptop\:-right-2\/4{
    right: -50%;
  }

  .laptop\:-right-3\/4{
    right: -75%;
  }

  .laptop\:-right-full{
    right: -100%;
  }

  .laptop\:bottom-0{
    bottom: 0px;
  }

  .laptop\:bottom-1{
    bottom: 0.25rem;
  }

  .laptop\:bottom-2{
    bottom: 0.5rem;
  }

  .laptop\:bottom-3{
    bottom: 0.75rem;
  }

  .laptop\:bottom-4{
    bottom: 1rem;
  }

  .laptop\:bottom-5{
    bottom: 1.25rem;
  }

  .laptop\:bottom-6{
    bottom: 1.5rem;
  }

  .laptop\:bottom-7{
    bottom: 1.75rem;
  }

  .laptop\:bottom-8{
    bottom: 2rem;
  }

  .laptop\:bottom-9{
    bottom: 2.25rem;
  }

  .laptop\:bottom-10{
    bottom: 2.5rem;
  }

  .laptop\:bottom-11{
    bottom: 2.75rem;
  }

  .laptop\:bottom-12{
    bottom: 3rem;
  }

  .laptop\:bottom-14{
    bottom: 3.5rem;
  }

  .laptop\:bottom-16{
    bottom: 4rem;
  }

  .laptop\:bottom-20{
    bottom: 5rem;
  }

  .laptop\:bottom-24{
    bottom: 6rem;
  }

  .laptop\:bottom-28{
    bottom: 7rem;
  }

  .laptop\:bottom-32{
    bottom: 8rem;
  }

  .laptop\:bottom-36{
    bottom: 9rem;
  }

  .laptop\:bottom-40{
    bottom: 10rem;
  }

  .laptop\:bottom-44{
    bottom: 11rem;
  }

  .laptop\:bottom-48{
    bottom: 12rem;
  }

  .laptop\:bottom-52{
    bottom: 13rem;
  }

  .laptop\:bottom-56{
    bottom: 14rem;
  }

  .laptop\:bottom-60{
    bottom: 15rem;
  }

  .laptop\:bottom-64{
    bottom: 16rem;
  }

  .laptop\:bottom-72{
    bottom: 18rem;
  }

  .laptop\:bottom-80{
    bottom: 20rem;
  }

  .laptop\:bottom-96{
    bottom: 24rem;
  }

  .laptop\:bottom-auto{
    bottom: auto;
  }

  .laptop\:bottom-px{
    bottom: 1px;
  }

  .laptop\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .laptop\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .laptop\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .laptop\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .laptop\:-bottom-0{
    bottom: 0px;
  }

  .laptop\:-bottom-1{
    bottom: -0.25rem;
  }

  .laptop\:-bottom-2{
    bottom: -0.5rem;
  }

  .laptop\:-bottom-3{
    bottom: -0.75rem;
  }

  .laptop\:-bottom-4{
    bottom: -1rem;
  }

  .laptop\:-bottom-5{
    bottom: -1.25rem;
  }

  .laptop\:-bottom-6{
    bottom: -1.5rem;
  }

  .laptop\:-bottom-7{
    bottom: -1.75rem;
  }

  .laptop\:-bottom-8{
    bottom: -2rem;
  }

  .laptop\:-bottom-9{
    bottom: -2.25rem;
  }

  .laptop\:-bottom-10{
    bottom: -2.5rem;
  }

  .laptop\:-bottom-11{
    bottom: -2.75rem;
  }

  .laptop\:-bottom-12{
    bottom: -3rem;
  }

  .laptop\:-bottom-14{
    bottom: -3.5rem;
  }

  .laptop\:-bottom-16{
    bottom: -4rem;
  }

  .laptop\:-bottom-20{
    bottom: -5rem;
  }

  .laptop\:-bottom-24{
    bottom: -6rem;
  }

  .laptop\:-bottom-28{
    bottom: -7rem;
  }

  .laptop\:-bottom-32{
    bottom: -8rem;
  }

  .laptop\:-bottom-36{
    bottom: -9rem;
  }

  .laptop\:-bottom-40{
    bottom: -10rem;
  }

  .laptop\:-bottom-44{
    bottom: -11rem;
  }

  .laptop\:-bottom-48{
    bottom: -12rem;
  }

  .laptop\:-bottom-52{
    bottom: -13rem;
  }

  .laptop\:-bottom-56{
    bottom: -14rem;
  }

  .laptop\:-bottom-60{
    bottom: -15rem;
  }

  .laptop\:-bottom-64{
    bottom: -16rem;
  }

  .laptop\:-bottom-72{
    bottom: -18rem;
  }

  .laptop\:-bottom-80{
    bottom: -20rem;
  }

  .laptop\:-bottom-96{
    bottom: -24rem;
  }

  .laptop\:-bottom-px{
    bottom: -1px;
  }

  .laptop\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .laptop\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .laptop\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .laptop\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .laptop\:bottom-1\/2{
    bottom: 50%;
  }

  .laptop\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .laptop\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .laptop\:bottom-1\/4{
    bottom: 25%;
  }

  .laptop\:bottom-2\/4{
    bottom: 50%;
  }

  .laptop\:bottom-3\/4{
    bottom: 75%;
  }

  .laptop\:bottom-full{
    bottom: 100%;
  }

  .laptop\:-bottom-1\/2{
    bottom: -50%;
  }

  .laptop\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .laptop\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .laptop\:-bottom-1\/4{
    bottom: -25%;
  }

  .laptop\:-bottom-2\/4{
    bottom: -50%;
  }

  .laptop\:-bottom-3\/4{
    bottom: -75%;
  }

  .laptop\:-bottom-full{
    bottom: -100%;
  }

  .laptop\:left-0{
    left: 0px;
  }

  .laptop\:left-1{
    left: 0.25rem;
  }

  .laptop\:left-2{
    left: 0.5rem;
  }

  .laptop\:left-3{
    left: 0.75rem;
  }

  .laptop\:left-4{
    left: 1rem;
  }

  .laptop\:left-5{
    left: 1.25rem;
  }

  .laptop\:left-6{
    left: 1.5rem;
  }

  .laptop\:left-7{
    left: 1.75rem;
  }

  .laptop\:left-8{
    left: 2rem;
  }

  .laptop\:left-9{
    left: 2.25rem;
  }

  .laptop\:left-10{
    left: 2.5rem;
  }

  .laptop\:left-11{
    left: 2.75rem;
  }

  .laptop\:left-12{
    left: 3rem;
  }

  .laptop\:left-14{
    left: 3.5rem;
  }

  .laptop\:left-16{
    left: 4rem;
  }

  .laptop\:left-20{
    left: 5rem;
  }

  .laptop\:left-24{
    left: 6rem;
  }

  .laptop\:left-28{
    left: 7rem;
  }

  .laptop\:left-32{
    left: 8rem;
  }

  .laptop\:left-36{
    left: 9rem;
  }

  .laptop\:left-40{
    left: 10rem;
  }

  .laptop\:left-44{
    left: 11rem;
  }

  .laptop\:left-48{
    left: 12rem;
  }

  .laptop\:left-52{
    left: 13rem;
  }

  .laptop\:left-56{
    left: 14rem;
  }

  .laptop\:left-60{
    left: 15rem;
  }

  .laptop\:left-64{
    left: 16rem;
  }

  .laptop\:left-72{
    left: 18rem;
  }

  .laptop\:left-80{
    left: 20rem;
  }

  .laptop\:left-96{
    left: 24rem;
  }

  .laptop\:left-auto{
    left: auto;
  }

  .laptop\:left-px{
    left: 1px;
  }

  .laptop\:left-0\.5{
    left: 0.125rem;
  }

  .laptop\:left-1\.5{
    left: 0.375rem;
  }

  .laptop\:left-2\.5{
    left: 0.625rem;
  }

  .laptop\:left-3\.5{
    left: 0.875rem;
  }

  .laptop\:-left-0{
    left: 0px;
  }

  .laptop\:-left-1{
    left: -0.25rem;
  }

  .laptop\:-left-2{
    left: -0.5rem;
  }

  .laptop\:-left-3{
    left: -0.75rem;
  }

  .laptop\:-left-4{
    left: -1rem;
  }

  .laptop\:-left-5{
    left: -1.25rem;
  }

  .laptop\:-left-6{
    left: -1.5rem;
  }

  .laptop\:-left-7{
    left: -1.75rem;
  }

  .laptop\:-left-8{
    left: -2rem;
  }

  .laptop\:-left-9{
    left: -2.25rem;
  }

  .laptop\:-left-10{
    left: -2.5rem;
  }

  .laptop\:-left-11{
    left: -2.75rem;
  }

  .laptop\:-left-12{
    left: -3rem;
  }

  .laptop\:-left-14{
    left: -3.5rem;
  }

  .laptop\:-left-16{
    left: -4rem;
  }

  .laptop\:-left-20{
    left: -5rem;
  }

  .laptop\:-left-24{
    left: -6rem;
  }

  .laptop\:-left-28{
    left: -7rem;
  }

  .laptop\:-left-32{
    left: -8rem;
  }

  .laptop\:-left-36{
    left: -9rem;
  }

  .laptop\:-left-40{
    left: -10rem;
  }

  .laptop\:-left-44{
    left: -11rem;
  }

  .laptop\:-left-48{
    left: -12rem;
  }

  .laptop\:-left-52{
    left: -13rem;
  }

  .laptop\:-left-56{
    left: -14rem;
  }

  .laptop\:-left-60{
    left: -15rem;
  }

  .laptop\:-left-64{
    left: -16rem;
  }

  .laptop\:-left-72{
    left: -18rem;
  }

  .laptop\:-left-80{
    left: -20rem;
  }

  .laptop\:-left-96{
    left: -24rem;
  }

  .laptop\:-left-px{
    left: -1px;
  }

  .laptop\:-left-0\.5{
    left: -0.125rem;
  }

  .laptop\:-left-1\.5{
    left: -0.375rem;
  }

  .laptop\:-left-2\.5{
    left: -0.625rem;
  }

  .laptop\:-left-3\.5{
    left: -0.875rem;
  }

  .laptop\:left-1\/2{
    left: 50%;
  }

  .laptop\:left-1\/3{
    left: 33.333333%;
  }

  .laptop\:left-2\/3{
    left: 66.666667%;
  }

  .laptop\:left-1\/4{
    left: 25%;
  }

  .laptop\:left-2\/4{
    left: 50%;
  }

  .laptop\:left-3\/4{
    left: 75%;
  }

  .laptop\:left-full{
    left: 100%;
  }

  .laptop\:-left-1\/2{
    left: -50%;
  }

  .laptop\:-left-1\/3{
    left: -33.333333%;
  }

  .laptop\:-left-2\/3{
    left: -66.666667%;
  }

  .laptop\:-left-1\/4{
    left: -25%;
  }

  .laptop\:-left-2\/4{
    left: -50%;
  }

  .laptop\:-left-3\/4{
    left: -75%;
  }

  .laptop\:-left-full{
    left: -100%;
  }

  .laptop\:isolate{
    isolation: isolate;
  }

  .laptop\:isolation-auto{
    isolation: auto;
  }

  .laptop\:z-0{
    z-index: 0;
  }

  .laptop\:z-10{
    z-index: 10;
  }

  .laptop\:z-20{
    z-index: 20;
  }

  .laptop\:z-30{
    z-index: 30;
  }

  .laptop\:z-40{
    z-index: 40;
  }

  .laptop\:z-50{
    z-index: 50;
  }

  .laptop\:z-auto{
    z-index: auto;
  }

  .laptop\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .laptop\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .laptop\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .laptop\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .laptop\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .laptop\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .laptop\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .laptop\:focus\:z-0:focus{
    z-index: 0;
  }

  .laptop\:focus\:z-10:focus{
    z-index: 10;
  }

  .laptop\:focus\:z-20:focus{
    z-index: 20;
  }

  .laptop\:focus\:z-30:focus{
    z-index: 30;
  }

  .laptop\:focus\:z-40:focus{
    z-index: 40;
  }

  .laptop\:focus\:z-50:focus{
    z-index: 50;
  }

  .laptop\:focus\:z-auto:focus{
    z-index: auto;
  }

  .laptop\:order-1{
    order: 1;
  }

  .laptop\:order-2{
    order: 2;
  }

  .laptop\:order-3{
    order: 3;
  }

  .laptop\:order-4{
    order: 4;
  }

  .laptop\:order-5{
    order: 5;
  }

  .laptop\:order-6{
    order: 6;
  }

  .laptop\:order-7{
    order: 7;
  }

  .laptop\:order-8{
    order: 8;
  }

  .laptop\:order-9{
    order: 9;
  }

  .laptop\:order-10{
    order: 10;
  }

  .laptop\:order-11{
    order: 11;
  }

  .laptop\:order-12{
    order: 12;
  }

  .laptop\:order-first{
    order: -9999;
  }

  .laptop\:order-last{
    order: 9999;
  }

  .laptop\:order-none{
    order: 0;
  }

  .laptop\:col-auto{
    grid-column: auto;
  }

  .laptop\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .laptop\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .laptop\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .laptop\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .laptop\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .laptop\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .laptop\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .laptop\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .laptop\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .laptop\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .laptop\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .laptop\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .laptop\:col-span-full{
    grid-column: 1 / -1;
  }

  .laptop\:col-start-1{
    grid-column-start: 1;
  }

  .laptop\:col-start-2{
    grid-column-start: 2;
  }

  .laptop\:col-start-3{
    grid-column-start: 3;
  }

  .laptop\:col-start-4{
    grid-column-start: 4;
  }

  .laptop\:col-start-5{
    grid-column-start: 5;
  }

  .laptop\:col-start-6{
    grid-column-start: 6;
  }

  .laptop\:col-start-7{
    grid-column-start: 7;
  }

  .laptop\:col-start-8{
    grid-column-start: 8;
  }

  .laptop\:col-start-9{
    grid-column-start: 9;
  }

  .laptop\:col-start-10{
    grid-column-start: 10;
  }

  .laptop\:col-start-11{
    grid-column-start: 11;
  }

  .laptop\:col-start-12{
    grid-column-start: 12;
  }

  .laptop\:col-start-13{
    grid-column-start: 13;
  }

  .laptop\:col-start-auto{
    grid-column-start: auto;
  }

  .laptop\:col-end-1{
    grid-column-end: 1;
  }

  .laptop\:col-end-2{
    grid-column-end: 2;
  }

  .laptop\:col-end-3{
    grid-column-end: 3;
  }

  .laptop\:col-end-4{
    grid-column-end: 4;
  }

  .laptop\:col-end-5{
    grid-column-end: 5;
  }

  .laptop\:col-end-6{
    grid-column-end: 6;
  }

  .laptop\:col-end-7{
    grid-column-end: 7;
  }

  .laptop\:col-end-8{
    grid-column-end: 8;
  }

  .laptop\:col-end-9{
    grid-column-end: 9;
  }

  .laptop\:col-end-10{
    grid-column-end: 10;
  }

  .laptop\:col-end-11{
    grid-column-end: 11;
  }

  .laptop\:col-end-12{
    grid-column-end: 12;
  }

  .laptop\:col-end-13{
    grid-column-end: 13;
  }

  .laptop\:col-end-auto{
    grid-column-end: auto;
  }

  .laptop\:row-auto{
    grid-row: auto;
  }

  .laptop\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .laptop\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .laptop\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .laptop\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .laptop\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .laptop\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .laptop\:row-span-full{
    grid-row: 1 / -1;
  }

  .laptop\:row-start-1{
    grid-row-start: 1;
  }

  .laptop\:row-start-2{
    grid-row-start: 2;
  }

  .laptop\:row-start-3{
    grid-row-start: 3;
  }

  .laptop\:row-start-4{
    grid-row-start: 4;
  }

  .laptop\:row-start-5{
    grid-row-start: 5;
  }

  .laptop\:row-start-6{
    grid-row-start: 6;
  }

  .laptop\:row-start-7{
    grid-row-start: 7;
  }

  .laptop\:row-start-auto{
    grid-row-start: auto;
  }

  .laptop\:row-end-1{
    grid-row-end: 1;
  }

  .laptop\:row-end-2{
    grid-row-end: 2;
  }

  .laptop\:row-end-3{
    grid-row-end: 3;
  }

  .laptop\:row-end-4{
    grid-row-end: 4;
  }

  .laptop\:row-end-5{
    grid-row-end: 5;
  }

  .laptop\:row-end-6{
    grid-row-end: 6;
  }

  .laptop\:row-end-7{
    grid-row-end: 7;
  }

  .laptop\:row-end-auto{
    grid-row-end: auto;
  }

  .laptop\:float-right{
    float: right;
  }

  .laptop\:float-left{
    float: left;
  }

  .laptop\:float-none{
    float: none;
  }

  .laptop\:clear-left{
    clear: left;
  }

  .laptop\:clear-right{
    clear: right;
  }

  .laptop\:clear-both{
    clear: both;
  }

  .laptop\:clear-none{
    clear: none;
  }

  .laptop\:m-0{
    margin: 0px;
  }

  .laptop\:m-1{
    margin: 0.25rem;
  }

  .laptop\:m-2{
    margin: 0.5rem;
  }

  .laptop\:m-3{
    margin: 0.75rem;
  }

  .laptop\:m-4{
    margin: 1rem;
  }

  .laptop\:m-5{
    margin: 1.25rem;
  }

  .laptop\:m-6{
    margin: 1.5rem;
  }

  .laptop\:m-7{
    margin: 1.75rem;
  }

  .laptop\:m-8{
    margin: 2rem;
  }

  .laptop\:m-9{
    margin: 2.25rem;
  }

  .laptop\:m-10{
    margin: 2.5rem;
  }

  .laptop\:m-11{
    margin: 2.75rem;
  }

  .laptop\:m-12{
    margin: 3rem;
  }

  .laptop\:m-14{
    margin: 3.5rem;
  }

  .laptop\:m-16{
    margin: 4rem;
  }

  .laptop\:m-20{
    margin: 5rem;
  }

  .laptop\:m-24{
    margin: 6rem;
  }

  .laptop\:m-28{
    margin: 7rem;
  }

  .laptop\:m-32{
    margin: 8rem;
  }

  .laptop\:m-36{
    margin: 9rem;
  }

  .laptop\:m-40{
    margin: 10rem;
  }

  .laptop\:m-44{
    margin: 11rem;
  }

  .laptop\:m-48{
    margin: 12rem;
  }

  .laptop\:m-52{
    margin: 13rem;
  }

  .laptop\:m-56{
    margin: 14rem;
  }

  .laptop\:m-60{
    margin: 15rem;
  }

  .laptop\:m-64{
    margin: 16rem;
  }

  .laptop\:m-72{
    margin: 18rem;
  }

  .laptop\:m-80{
    margin: 20rem;
  }

  .laptop\:m-96{
    margin: 24rem;
  }

  .laptop\:m-auto{
    margin: auto;
  }

  .laptop\:m-px{
    margin: 1px;
  }

  .laptop\:m-0\.5{
    margin: 0.125rem;
  }

  .laptop\:m-1\.5{
    margin: 0.375rem;
  }

  .laptop\:m-2\.5{
    margin: 0.625rem;
  }

  .laptop\:m-3\.5{
    margin: 0.875rem;
  }

  .laptop\:-m-0{
    margin: 0px;
  }

  .laptop\:-m-1{
    margin: -0.25rem;
  }

  .laptop\:-m-2{
    margin: -0.5rem;
  }

  .laptop\:-m-3{
    margin: -0.75rem;
  }

  .laptop\:-m-4{
    margin: -1rem;
  }

  .laptop\:-m-5{
    margin: -1.25rem;
  }

  .laptop\:-m-6{
    margin: -1.5rem;
  }

  .laptop\:-m-7{
    margin: -1.75rem;
  }

  .laptop\:-m-8{
    margin: -2rem;
  }

  .laptop\:-m-9{
    margin: -2.25rem;
  }

  .laptop\:-m-10{
    margin: -2.5rem;
  }

  .laptop\:-m-11{
    margin: -2.75rem;
  }

  .laptop\:-m-12{
    margin: -3rem;
  }

  .laptop\:-m-14{
    margin: -3.5rem;
  }

  .laptop\:-m-16{
    margin: -4rem;
  }

  .laptop\:-m-20{
    margin: -5rem;
  }

  .laptop\:-m-24{
    margin: -6rem;
  }

  .laptop\:-m-28{
    margin: -7rem;
  }

  .laptop\:-m-32{
    margin: -8rem;
  }

  .laptop\:-m-36{
    margin: -9rem;
  }

  .laptop\:-m-40{
    margin: -10rem;
  }

  .laptop\:-m-44{
    margin: -11rem;
  }

  .laptop\:-m-48{
    margin: -12rem;
  }

  .laptop\:-m-52{
    margin: -13rem;
  }

  .laptop\:-m-56{
    margin: -14rem;
  }

  .laptop\:-m-60{
    margin: -15rem;
  }

  .laptop\:-m-64{
    margin: -16rem;
  }

  .laptop\:-m-72{
    margin: -18rem;
  }

  .laptop\:-m-80{
    margin: -20rem;
  }

  .laptop\:-m-96{
    margin: -24rem;
  }

  .laptop\:-m-px{
    margin: -1px;
  }

  .laptop\:-m-0\.5{
    margin: -0.125rem;
  }

  .laptop\:-m-1\.5{
    margin: -0.375rem;
  }

  .laptop\:-m-2\.5{
    margin: -0.625rem;
  }

  .laptop\:-m-3\.5{
    margin: -0.875rem;
  }

  .laptop\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .laptop\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .laptop\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .laptop\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .laptop\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .laptop\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .laptop\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .laptop\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .laptop\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .laptop\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .laptop\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .laptop\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .laptop\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .laptop\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .laptop\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .laptop\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .laptop\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .laptop\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .laptop\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .laptop\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .laptop\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .laptop\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .laptop\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .laptop\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .laptop\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .laptop\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .laptop\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .laptop\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .laptop\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .laptop\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .laptop\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .laptop\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .laptop\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .laptop\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .laptop\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .laptop\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .laptop\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .laptop\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .laptop\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .laptop\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .laptop\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .laptop\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .laptop\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .laptop\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .laptop\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .laptop\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .laptop\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .laptop\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .laptop\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .laptop\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .laptop\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .laptop\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .laptop\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .laptop\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .laptop\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .laptop\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .laptop\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .laptop\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .laptop\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .laptop\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .laptop\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .laptop\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .laptop\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .laptop\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .laptop\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .laptop\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .laptop\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .laptop\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .laptop\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .laptop\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .laptop\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .laptop\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .laptop\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .laptop\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .laptop\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .laptop\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .laptop\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .laptop\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .laptop\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .laptop\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .laptop\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .laptop\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .laptop\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .laptop\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .laptop\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .laptop\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .laptop\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .laptop\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .laptop\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .laptop\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .laptop\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .laptop\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .laptop\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .laptop\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .laptop\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .laptop\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .laptop\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .laptop\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .laptop\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .laptop\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .laptop\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .laptop\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .laptop\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .laptop\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .laptop\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .laptop\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .laptop\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .laptop\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .laptop\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .laptop\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .laptop\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .laptop\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .laptop\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .laptop\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .laptop\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .laptop\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .laptop\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .laptop\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .laptop\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .laptop\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .laptop\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .laptop\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .laptop\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .laptop\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .laptop\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .laptop\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .laptop\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .laptop\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .laptop\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .laptop\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .laptop\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .laptop\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .laptop\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .laptop\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .laptop\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .laptop\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .laptop\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .laptop\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .laptop\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .laptop\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .laptop\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .laptop\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .laptop\:mt-0{
    margin-top: 0px;
  }

  .laptop\:mt-1{
    margin-top: 0.25rem;
  }

  .laptop\:mt-2{
    margin-top: 0.5rem;
  }

  .laptop\:mt-3{
    margin-top: 0.75rem;
  }

  .laptop\:mt-4{
    margin-top: 1rem;
  }

  .laptop\:mt-5{
    margin-top: 1.25rem;
  }

  .laptop\:mt-6{
    margin-top: 1.5rem;
  }

  .laptop\:mt-7{
    margin-top: 1.75rem;
  }

  .laptop\:mt-8{
    margin-top: 2rem;
  }

  .laptop\:mt-9{
    margin-top: 2.25rem;
  }

  .laptop\:mt-10{
    margin-top: 2.5rem;
  }

  .laptop\:mt-11{
    margin-top: 2.75rem;
  }

  .laptop\:mt-12{
    margin-top: 3rem;
  }

  .laptop\:mt-14{
    margin-top: 3.5rem;
  }

  .laptop\:mt-16{
    margin-top: 4rem;
  }

  .laptop\:mt-20{
    margin-top: 5rem;
  }

  .laptop\:mt-24{
    margin-top: 6rem;
  }

  .laptop\:mt-28{
    margin-top: 7rem;
  }

  .laptop\:mt-32{
    margin-top: 8rem;
  }

  .laptop\:mt-36{
    margin-top: 9rem;
  }

  .laptop\:mt-40{
    margin-top: 10rem;
  }

  .laptop\:mt-44{
    margin-top: 11rem;
  }

  .laptop\:mt-48{
    margin-top: 12rem;
  }

  .laptop\:mt-52{
    margin-top: 13rem;
  }

  .laptop\:mt-56{
    margin-top: 14rem;
  }

  .laptop\:mt-60{
    margin-top: 15rem;
  }

  .laptop\:mt-64{
    margin-top: 16rem;
  }

  .laptop\:mt-72{
    margin-top: 18rem;
  }

  .laptop\:mt-80{
    margin-top: 20rem;
  }

  .laptop\:mt-96{
    margin-top: 24rem;
  }

  .laptop\:mt-auto{
    margin-top: auto;
  }

  .laptop\:mt-px{
    margin-top: 1px;
  }

  .laptop\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .laptop\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .laptop\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .laptop\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .laptop\:-mt-0{
    margin-top: 0px;
  }

  .laptop\:-mt-1{
    margin-top: -0.25rem;
  }

  .laptop\:-mt-2{
    margin-top: -0.5rem;
  }

  .laptop\:-mt-3{
    margin-top: -0.75rem;
  }

  .laptop\:-mt-4{
    margin-top: -1rem;
  }

  .laptop\:-mt-5{
    margin-top: -1.25rem;
  }

  .laptop\:-mt-6{
    margin-top: -1.5rem;
  }

  .laptop\:-mt-7{
    margin-top: -1.75rem;
  }

  .laptop\:-mt-8{
    margin-top: -2rem;
  }

  .laptop\:-mt-9{
    margin-top: -2.25rem;
  }

  .laptop\:-mt-10{
    margin-top: -2.5rem;
  }

  .laptop\:-mt-11{
    margin-top: -2.75rem;
  }

  .laptop\:-mt-12{
    margin-top: -3rem;
  }

  .laptop\:-mt-14{
    margin-top: -3.5rem;
  }

  .laptop\:-mt-16{
    margin-top: -4rem;
  }

  .laptop\:-mt-20{
    margin-top: -5rem;
  }

  .laptop\:-mt-24{
    margin-top: -6rem;
  }

  .laptop\:-mt-28{
    margin-top: -7rem;
  }

  .laptop\:-mt-32{
    margin-top: -8rem;
  }

  .laptop\:-mt-36{
    margin-top: -9rem;
  }

  .laptop\:-mt-40{
    margin-top: -10rem;
  }

  .laptop\:-mt-44{
    margin-top: -11rem;
  }

  .laptop\:-mt-48{
    margin-top: -12rem;
  }

  .laptop\:-mt-52{
    margin-top: -13rem;
  }

  .laptop\:-mt-56{
    margin-top: -14rem;
  }

  .laptop\:-mt-60{
    margin-top: -15rem;
  }

  .laptop\:-mt-64{
    margin-top: -16rem;
  }

  .laptop\:-mt-72{
    margin-top: -18rem;
  }

  .laptop\:-mt-80{
    margin-top: -20rem;
  }

  .laptop\:-mt-96{
    margin-top: -24rem;
  }

  .laptop\:-mt-px{
    margin-top: -1px;
  }

  .laptop\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .laptop\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .laptop\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .laptop\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .laptop\:mr-0{
    margin-right: 0px;
  }

  .laptop\:mr-1{
    margin-right: 0.25rem;
  }

  .laptop\:mr-2{
    margin-right: 0.5rem;
  }

  .laptop\:mr-3{
    margin-right: 0.75rem;
  }

  .laptop\:mr-4{
    margin-right: 1rem;
  }

  .laptop\:mr-5{
    margin-right: 1.25rem;
  }

  .laptop\:mr-6{
    margin-right: 1.5rem;
  }

  .laptop\:mr-7{
    margin-right: 1.75rem;
  }

  .laptop\:mr-8{
    margin-right: 2rem;
  }

  .laptop\:mr-9{
    margin-right: 2.25rem;
  }

  .laptop\:mr-10{
    margin-right: 2.5rem;
  }

  .laptop\:mr-11{
    margin-right: 2.75rem;
  }

  .laptop\:mr-12{
    margin-right: 3rem;
  }

  .laptop\:mr-14{
    margin-right: 3.5rem;
  }

  .laptop\:mr-16{
    margin-right: 4rem;
  }

  .laptop\:mr-20{
    margin-right: 5rem;
  }

  .laptop\:mr-24{
    margin-right: 6rem;
  }

  .laptop\:mr-28{
    margin-right: 7rem;
  }

  .laptop\:mr-32{
    margin-right: 8rem;
  }

  .laptop\:mr-36{
    margin-right: 9rem;
  }

  .laptop\:mr-40{
    margin-right: 10rem;
  }

  .laptop\:mr-44{
    margin-right: 11rem;
  }

  .laptop\:mr-48{
    margin-right: 12rem;
  }

  .laptop\:mr-52{
    margin-right: 13rem;
  }

  .laptop\:mr-56{
    margin-right: 14rem;
  }

  .laptop\:mr-60{
    margin-right: 15rem;
  }

  .laptop\:mr-64{
    margin-right: 16rem;
  }

  .laptop\:mr-72{
    margin-right: 18rem;
  }

  .laptop\:mr-80{
    margin-right: 20rem;
  }

  .laptop\:mr-96{
    margin-right: 24rem;
  }

  .laptop\:mr-auto{
    margin-right: auto;
  }

  .laptop\:mr-px{
    margin-right: 1px;
  }

  .laptop\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .laptop\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .laptop\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .laptop\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .laptop\:-mr-0{
    margin-right: 0px;
  }

  .laptop\:-mr-1{
    margin-right: -0.25rem;
  }

  .laptop\:-mr-2{
    margin-right: -0.5rem;
  }

  .laptop\:-mr-3{
    margin-right: -0.75rem;
  }

  .laptop\:-mr-4{
    margin-right: -1rem;
  }

  .laptop\:-mr-5{
    margin-right: -1.25rem;
  }

  .laptop\:-mr-6{
    margin-right: -1.5rem;
  }

  .laptop\:-mr-7{
    margin-right: -1.75rem;
  }

  .laptop\:-mr-8{
    margin-right: -2rem;
  }

  .laptop\:-mr-9{
    margin-right: -2.25rem;
  }

  .laptop\:-mr-10{
    margin-right: -2.5rem;
  }

  .laptop\:-mr-11{
    margin-right: -2.75rem;
  }

  .laptop\:-mr-12{
    margin-right: -3rem;
  }

  .laptop\:-mr-14{
    margin-right: -3.5rem;
  }

  .laptop\:-mr-16{
    margin-right: -4rem;
  }

  .laptop\:-mr-20{
    margin-right: -5rem;
  }

  .laptop\:-mr-24{
    margin-right: -6rem;
  }

  .laptop\:-mr-28{
    margin-right: -7rem;
  }

  .laptop\:-mr-32{
    margin-right: -8rem;
  }

  .laptop\:-mr-36{
    margin-right: -9rem;
  }

  .laptop\:-mr-40{
    margin-right: -10rem;
  }

  .laptop\:-mr-44{
    margin-right: -11rem;
  }

  .laptop\:-mr-48{
    margin-right: -12rem;
  }

  .laptop\:-mr-52{
    margin-right: -13rem;
  }

  .laptop\:-mr-56{
    margin-right: -14rem;
  }

  .laptop\:-mr-60{
    margin-right: -15rem;
  }

  .laptop\:-mr-64{
    margin-right: -16rem;
  }

  .laptop\:-mr-72{
    margin-right: -18rem;
  }

  .laptop\:-mr-80{
    margin-right: -20rem;
  }

  .laptop\:-mr-96{
    margin-right: -24rem;
  }

  .laptop\:-mr-px{
    margin-right: -1px;
  }

  .laptop\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .laptop\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .laptop\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .laptop\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .laptop\:mb-0{
    margin-bottom: 0px;
  }

  .laptop\:mb-1{
    margin-bottom: 0.25rem;
  }

  .laptop\:mb-2{
    margin-bottom: 0.5rem;
  }

  .laptop\:mb-3{
    margin-bottom: 0.75rem;
  }

  .laptop\:mb-4{
    margin-bottom: 1rem;
  }

  .laptop\:mb-5{
    margin-bottom: 1.25rem;
  }

  .laptop\:mb-6{
    margin-bottom: 1.5rem;
  }

  .laptop\:mb-7{
    margin-bottom: 1.75rem;
  }

  .laptop\:mb-8{
    margin-bottom: 2rem;
  }

  .laptop\:mb-9{
    margin-bottom: 2.25rem;
  }

  .laptop\:mb-10{
    margin-bottom: 2.5rem;
  }

  .laptop\:mb-11{
    margin-bottom: 2.75rem;
  }

  .laptop\:mb-12{
    margin-bottom: 3rem;
  }

  .laptop\:mb-14{
    margin-bottom: 3.5rem;
  }

  .laptop\:mb-16{
    margin-bottom: 4rem;
  }

  .laptop\:mb-20{
    margin-bottom: 5rem;
  }

  .laptop\:mb-24{
    margin-bottom: 6rem;
  }

  .laptop\:mb-28{
    margin-bottom: 7rem;
  }

  .laptop\:mb-32{
    margin-bottom: 8rem;
  }

  .laptop\:mb-36{
    margin-bottom: 9rem;
  }

  .laptop\:mb-40{
    margin-bottom: 10rem;
  }

  .laptop\:mb-44{
    margin-bottom: 11rem;
  }

  .laptop\:mb-48{
    margin-bottom: 12rem;
  }

  .laptop\:mb-52{
    margin-bottom: 13rem;
  }

  .laptop\:mb-56{
    margin-bottom: 14rem;
  }

  .laptop\:mb-60{
    margin-bottom: 15rem;
  }

  .laptop\:mb-64{
    margin-bottom: 16rem;
  }

  .laptop\:mb-72{
    margin-bottom: 18rem;
  }

  .laptop\:mb-80{
    margin-bottom: 20rem;
  }

  .laptop\:mb-96{
    margin-bottom: 24rem;
  }

  .laptop\:mb-auto{
    margin-bottom: auto;
  }

  .laptop\:mb-px{
    margin-bottom: 1px;
  }

  .laptop\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .laptop\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .laptop\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .laptop\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .laptop\:-mb-0{
    margin-bottom: 0px;
  }

  .laptop\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .laptop\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .laptop\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .laptop\:-mb-4{
    margin-bottom: -1rem;
  }

  .laptop\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .laptop\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .laptop\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .laptop\:-mb-8{
    margin-bottom: -2rem;
  }

  .laptop\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .laptop\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .laptop\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .laptop\:-mb-12{
    margin-bottom: -3rem;
  }

  .laptop\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .laptop\:-mb-16{
    margin-bottom: -4rem;
  }

  .laptop\:-mb-20{
    margin-bottom: -5rem;
  }

  .laptop\:-mb-24{
    margin-bottom: -6rem;
  }

  .laptop\:-mb-28{
    margin-bottom: -7rem;
  }

  .laptop\:-mb-32{
    margin-bottom: -8rem;
  }

  .laptop\:-mb-36{
    margin-bottom: -9rem;
  }

  .laptop\:-mb-40{
    margin-bottom: -10rem;
  }

  .laptop\:-mb-44{
    margin-bottom: -11rem;
  }

  .laptop\:-mb-48{
    margin-bottom: -12rem;
  }

  .laptop\:-mb-52{
    margin-bottom: -13rem;
  }

  .laptop\:-mb-56{
    margin-bottom: -14rem;
  }

  .laptop\:-mb-60{
    margin-bottom: -15rem;
  }

  .laptop\:-mb-64{
    margin-bottom: -16rem;
  }

  .laptop\:-mb-72{
    margin-bottom: -18rem;
  }

  .laptop\:-mb-80{
    margin-bottom: -20rem;
  }

  .laptop\:-mb-96{
    margin-bottom: -24rem;
  }

  .laptop\:-mb-px{
    margin-bottom: -1px;
  }

  .laptop\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .laptop\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .laptop\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .laptop\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .laptop\:ml-0{
    margin-left: 0px;
  }

  .laptop\:ml-1{
    margin-left: 0.25rem;
  }

  .laptop\:ml-2{
    margin-left: 0.5rem;
  }

  .laptop\:ml-3{
    margin-left: 0.75rem;
  }

  .laptop\:ml-4{
    margin-left: 1rem;
  }

  .laptop\:ml-5{
    margin-left: 1.25rem;
  }

  .laptop\:ml-6{
    margin-left: 1.5rem;
  }

  .laptop\:ml-7{
    margin-left: 1.75rem;
  }

  .laptop\:ml-8{
    margin-left: 2rem;
  }

  .laptop\:ml-9{
    margin-left: 2.25rem;
  }

  .laptop\:ml-10{
    margin-left: 2.5rem;
  }

  .laptop\:ml-11{
    margin-left: 2.75rem;
  }

  .laptop\:ml-12{
    margin-left: 3rem;
  }

  .laptop\:ml-14{
    margin-left: 3.5rem;
  }

  .laptop\:ml-16{
    margin-left: 4rem;
  }

  .laptop\:ml-20{
    margin-left: 5rem;
  }

  .laptop\:ml-24{
    margin-left: 6rem;
  }

  .laptop\:ml-28{
    margin-left: 7rem;
  }

  .laptop\:ml-32{
    margin-left: 8rem;
  }

  .laptop\:ml-36{
    margin-left: 9rem;
  }

  .laptop\:ml-40{
    margin-left: 10rem;
  }

  .laptop\:ml-44{
    margin-left: 11rem;
  }

  .laptop\:ml-48{
    margin-left: 12rem;
  }

  .laptop\:ml-52{
    margin-left: 13rem;
  }

  .laptop\:ml-56{
    margin-left: 14rem;
  }

  .laptop\:ml-60{
    margin-left: 15rem;
  }

  .laptop\:ml-64{
    margin-left: 16rem;
  }

  .laptop\:ml-72{
    margin-left: 18rem;
  }

  .laptop\:ml-80{
    margin-left: 20rem;
  }

  .laptop\:ml-96{
    margin-left: 24rem;
  }

  .laptop\:ml-auto{
    margin-left: auto;
  }

  .laptop\:ml-px{
    margin-left: 1px;
  }

  .laptop\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .laptop\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .laptop\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .laptop\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .laptop\:-ml-0{
    margin-left: 0px;
  }

  .laptop\:-ml-1{
    margin-left: -0.25rem;
  }

  .laptop\:-ml-2{
    margin-left: -0.5rem;
  }

  .laptop\:-ml-3{
    margin-left: -0.75rem;
  }

  .laptop\:-ml-4{
    margin-left: -1rem;
  }

  .laptop\:-ml-5{
    margin-left: -1.25rem;
  }

  .laptop\:-ml-6{
    margin-left: -1.5rem;
  }

  .laptop\:-ml-7{
    margin-left: -1.75rem;
  }

  .laptop\:-ml-8{
    margin-left: -2rem;
  }

  .laptop\:-ml-9{
    margin-left: -2.25rem;
  }

  .laptop\:-ml-10{
    margin-left: -2.5rem;
  }

  .laptop\:-ml-11{
    margin-left: -2.75rem;
  }

  .laptop\:-ml-12{
    margin-left: -3rem;
  }

  .laptop\:-ml-14{
    margin-left: -3.5rem;
  }

  .laptop\:-ml-16{
    margin-left: -4rem;
  }

  .laptop\:-ml-20{
    margin-left: -5rem;
  }

  .laptop\:-ml-24{
    margin-left: -6rem;
  }

  .laptop\:-ml-28{
    margin-left: -7rem;
  }

  .laptop\:-ml-32{
    margin-left: -8rem;
  }

  .laptop\:-ml-36{
    margin-left: -9rem;
  }

  .laptop\:-ml-40{
    margin-left: -10rem;
  }

  .laptop\:-ml-44{
    margin-left: -11rem;
  }

  .laptop\:-ml-48{
    margin-left: -12rem;
  }

  .laptop\:-ml-52{
    margin-left: -13rem;
  }

  .laptop\:-ml-56{
    margin-left: -14rem;
  }

  .laptop\:-ml-60{
    margin-left: -15rem;
  }

  .laptop\:-ml-64{
    margin-left: -16rem;
  }

  .laptop\:-ml-72{
    margin-left: -18rem;
  }

  .laptop\:-ml-80{
    margin-left: -20rem;
  }

  .laptop\:-ml-96{
    margin-left: -24rem;
  }

  .laptop\:-ml-px{
    margin-left: -1px;
  }

  .laptop\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .laptop\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .laptop\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .laptop\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .laptop\:box-border{
    box-sizing: border-box;
  }

  .laptop\:box-content{
    box-sizing: content-box;
  }

  .laptop\:block{
    display: block;
  }

  .laptop\:inline-block{
    display: inline-block;
  }

  .laptop\:inline{
    display: inline;
  }

  .laptop\:flex{
    display: flex;
  }

  .laptop\:inline-flex{
    display: inline-flex;
  }

  .laptop\:table{
    display: table;
  }

  .laptop\:inline-table{
    display: inline-table;
  }

  .laptop\:table-caption{
    display: table-caption;
  }

  .laptop\:table-cell{
    display: table-cell;
  }

  .laptop\:table-column{
    display: table-column;
  }

  .laptop\:table-column-group{
    display: table-column-group;
  }

  .laptop\:table-footer-group{
    display: table-footer-group;
  }

  .laptop\:table-header-group{
    display: table-header-group;
  }

  .laptop\:table-row-group{
    display: table-row-group;
  }

  .laptop\:table-row{
    display: table-row;
  }

  .laptop\:flow-root{
    display: flow-root;
  }

  .laptop\:grid{
    display: grid;
  }

  .laptop\:inline-grid{
    display: inline-grid;
  }

  .laptop\:contents{
    display: contents;
  }

  .laptop\:list-item{
    display: list-item;
  }

  .laptop\:hidden{
    display: none;
  }

  .laptop\:h-0{
    height: 0px;
  }

  .laptop\:h-1{
    height: 0.25rem;
  }

  .laptop\:h-2{
    height: 0.5rem;
  }

  .laptop\:h-3{
    height: 0.75rem;
  }

  .laptop\:h-4{
    height: 1rem;
  }

  .laptop\:h-5{
    height: 1.25rem;
  }

  .laptop\:h-6{
    height: 1.5rem;
  }

  .laptop\:h-7{
    height: 1.75rem;
  }

  .laptop\:h-8{
    height: 2rem;
  }

  .laptop\:h-9{
    height: 2.25rem;
  }

  .laptop\:h-10{
    height: 2.5rem;
  }

  .laptop\:h-11{
    height: 2.75rem;
  }

  .laptop\:h-12{
    height: 3rem;
  }

  .laptop\:h-14{
    height: 3.5rem;
  }

  .laptop\:h-16{
    height: 4rem;
  }

  .laptop\:h-20{
    height: 5rem;
  }

  .laptop\:h-24{
    height: 6rem;
  }

  .laptop\:h-28{
    height: 7rem;
  }

  .laptop\:h-32{
    height: 8rem;
  }

  .laptop\:h-36{
    height: 9rem;
  }

  .laptop\:h-40{
    height: 10rem;
  }

  .laptop\:h-44{
    height: 11rem;
  }

  .laptop\:h-48{
    height: 12rem;
  }

  .laptop\:h-52{
    height: 13rem;
  }

  .laptop\:h-56{
    height: 14rem;
  }

  .laptop\:h-60{
    height: 15rem;
  }

  .laptop\:h-64{
    height: 16rem;
  }

  .laptop\:h-72{
    height: 18rem;
  }

  .laptop\:h-80{
    height: 20rem;
  }

  .laptop\:h-96{
    height: 24rem;
  }

  .laptop\:h-auto{
    height: auto;
  }

  .laptop\:h-px{
    height: 1px;
  }

  .laptop\:h-0\.5{
    height: 0.125rem;
  }

  .laptop\:h-1\.5{
    height: 0.375rem;
  }

  .laptop\:h-2\.5{
    height: 0.625rem;
  }

  .laptop\:h-3\.5{
    height: 0.875rem;
  }

  .laptop\:h-1\/2{
    height: 50%;
  }

  .laptop\:h-1\/3{
    height: 33.333333%;
  }

  .laptop\:h-2\/3{
    height: 66.666667%;
  }

  .laptop\:h-1\/4{
    height: 25%;
  }

  .laptop\:h-2\/4{
    height: 50%;
  }

  .laptop\:h-3\/4{
    height: 75%;
  }

  .laptop\:h-1\/5{
    height: 20%;
  }

  .laptop\:h-2\/5{
    height: 40%;
  }

  .laptop\:h-3\/5{
    height: 60%;
  }

  .laptop\:h-4\/5{
    height: 80%;
  }

  .laptop\:h-1\/6{
    height: 16.666667%;
  }

  .laptop\:h-2\/6{
    height: 33.333333%;
  }

  .laptop\:h-3\/6{
    height: 50%;
  }

  .laptop\:h-4\/6{
    height: 66.666667%;
  }

  .laptop\:h-5\/6{
    height: 83.333333%;
  }

  .laptop\:h-full{
    height: 100%;
  }

  .laptop\:h-screen{
    height: 100vh;
  }

  .laptop\:max-h-0{
    max-height: 0px;
  }

  .laptop\:max-h-1{
    max-height: 0.25rem;
  }

  .laptop\:max-h-2{
    max-height: 0.5rem;
  }

  .laptop\:max-h-3{
    max-height: 0.75rem;
  }

  .laptop\:max-h-4{
    max-height: 1rem;
  }

  .laptop\:max-h-5{
    max-height: 1.25rem;
  }

  .laptop\:max-h-6{
    max-height: 1.5rem;
  }

  .laptop\:max-h-7{
    max-height: 1.75rem;
  }

  .laptop\:max-h-8{
    max-height: 2rem;
  }

  .laptop\:max-h-9{
    max-height: 2.25rem;
  }

  .laptop\:max-h-10{
    max-height: 2.5rem;
  }

  .laptop\:max-h-11{
    max-height: 2.75rem;
  }

  .laptop\:max-h-12{
    max-height: 3rem;
  }

  .laptop\:max-h-14{
    max-height: 3.5rem;
  }

  .laptop\:max-h-16{
    max-height: 4rem;
  }

  .laptop\:max-h-20{
    max-height: 5rem;
  }

  .laptop\:max-h-24{
    max-height: 6rem;
  }

  .laptop\:max-h-28{
    max-height: 7rem;
  }

  .laptop\:max-h-32{
    max-height: 8rem;
  }

  .laptop\:max-h-36{
    max-height: 9rem;
  }

  .laptop\:max-h-40{
    max-height: 10rem;
  }

  .laptop\:max-h-44{
    max-height: 11rem;
  }

  .laptop\:max-h-48{
    max-height: 12rem;
  }

  .laptop\:max-h-52{
    max-height: 13rem;
  }

  .laptop\:max-h-56{
    max-height: 14rem;
  }

  .laptop\:max-h-60{
    max-height: 15rem;
  }

  .laptop\:max-h-64{
    max-height: 16rem;
  }

  .laptop\:max-h-72{
    max-height: 18rem;
  }

  .laptop\:max-h-80{
    max-height: 20rem;
  }

  .laptop\:max-h-96{
    max-height: 24rem;
  }

  .laptop\:max-h-px{
    max-height: 1px;
  }

  .laptop\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .laptop\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .laptop\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .laptop\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .laptop\:max-h-full{
    max-height: 100%;
  }

  .laptop\:max-h-screen{
    max-height: 100vh;
  }

  .laptop\:min-h-0{
    min-height: 0px;
  }

  .laptop\:min-h-full{
    min-height: 100%;
  }

  .laptop\:min-h-screen{
    min-height: 100vh;
  }

  .laptop\:w-0{
    width: 0px;
  }

  .laptop\:w-1{
    width: 0.25rem;
  }

  .laptop\:w-2{
    width: 0.5rem;
  }

  .laptop\:w-3{
    width: 0.75rem;
  }

  .laptop\:w-4{
    width: 1rem;
  }

  .laptop\:w-5{
    width: 1.25rem;
  }

  .laptop\:w-6{
    width: 1.5rem;
  }

  .laptop\:w-7{
    width: 1.75rem;
  }

  .laptop\:w-8{
    width: 2rem;
  }

  .laptop\:w-9{
    width: 2.25rem;
  }

  .laptop\:w-10{
    width: 2.5rem;
  }

  .laptop\:w-11{
    width: 2.75rem;
  }

  .laptop\:w-12{
    width: 3rem;
  }

  .laptop\:w-14{
    width: 3.5rem;
  }

  .laptop\:w-16{
    width: 4rem;
  }

  .laptop\:w-20{
    width: 5rem;
  }

  .laptop\:w-24{
    width: 6rem;
  }

  .laptop\:w-28{
    width: 7rem;
  }

  .laptop\:w-32{
    width: 8rem;
  }

  .laptop\:w-36{
    width: 9rem;
  }

  .laptop\:w-40{
    width: 10rem;
  }

  .laptop\:w-44{
    width: 11rem;
  }

  .laptop\:w-48{
    width: 12rem;
  }

  .laptop\:w-52{
    width: 13rem;
  }

  .laptop\:w-56{
    width: 14rem;
  }

  .laptop\:w-60{
    width: 15rem;
  }

  .laptop\:w-64{
    width: 16rem;
  }

  .laptop\:w-72{
    width: 18rem;
  }

  .laptop\:w-80{
    width: 20rem;
  }

  .laptop\:w-96{
    width: 24rem;
  }

  .laptop\:w-auto{
    width: auto;
  }

  .laptop\:w-px{
    width: 1px;
  }

  .laptop\:w-0\.5{
    width: 0.125rem;
  }

  .laptop\:w-1\.5{
    width: 0.375rem;
  }

  .laptop\:w-2\.5{
    width: 0.625rem;
  }

  .laptop\:w-3\.5{
    width: 0.875rem;
  }

  .laptop\:w-1\/2{
    width: 50%;
  }

  .laptop\:w-1\/3{
    width: 33.333333%;
  }

  .laptop\:w-2\/3{
    width: 66.666667%;
  }

  .laptop\:w-1\/4{
    width: 25%;
  }

  .laptop\:w-2\/4{
    width: 50%;
  }

  .laptop\:w-3\/4{
    width: 75%;
  }

  .laptop\:w-1\/5{
    width: 20%;
  }

  .laptop\:w-2\/5{
    width: 40%;
  }

  .laptop\:w-3\/5{
    width: 60%;
  }

  .laptop\:w-4\/5{
    width: 80%;
  }

  .laptop\:w-1\/6{
    width: 16.666667%;
  }

  .laptop\:w-2\/6{
    width: 33.333333%;
  }

  .laptop\:w-3\/6{
    width: 50%;
  }

  .laptop\:w-4\/6{
    width: 66.666667%;
  }

  .laptop\:w-5\/6{
    width: 83.333333%;
  }

  .laptop\:w-1\/12{
    width: 8.333333%;
  }

  .laptop\:w-2\/12{
    width: 16.666667%;
  }

  .laptop\:w-3\/12{
    width: 25%;
  }

  .laptop\:w-4\/12{
    width: 33.333333%;
  }

  .laptop\:w-5\/12{
    width: 41.666667%;
  }

  .laptop\:w-6\/12{
    width: 50%;
  }

  .laptop\:w-7\/12{
    width: 58.333333%;
  }

  .laptop\:w-8\/12{
    width: 66.666667%;
  }

  .laptop\:w-9\/12{
    width: 75%;
  }

  .laptop\:w-10\/12{
    width: 83.333333%;
  }

  .laptop\:w-11\/12{
    width: 91.666667%;
  }

  .laptop\:w-full{
    width: 100%;
  }

  .laptop\:w-screen{
    width: 100vw;
  }

  .laptop\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .laptop\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .laptop\:min-w-0{
    min-width: 0px;
  }

  .laptop\:min-w-full{
    min-width: 100%;
  }

  .laptop\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .laptop\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .laptop\:max-w-0{
    max-width: 0rem;
  }

  .laptop\:max-w-none{
    max-width: none;
  }

  .laptop\:max-w-xs{
    max-width: 20rem;
  }

  .laptop\:max-w-sm{
    max-width: 24rem;
  }

  .laptop\:max-w-md{
    max-width: 28rem;
  }

  .laptop\:max-w-lg{
    max-width: 32rem;
  }

  .laptop\:max-w-xl{
    max-width: 36rem;
  }

  .laptop\:max-w-2xl{
    max-width: 42rem;
  }

  .laptop\:max-w-3xl{
    max-width: 48rem;
  }

  .laptop\:max-w-4xl{
    max-width: 56rem;
  }

  .laptop\:max-w-5xl{
    max-width: 64rem;
  }

  .laptop\:max-w-6xl{
    max-width: 72rem;
  }

  .laptop\:max-w-7xl{
    max-width: 80rem;
  }

  .laptop\:max-w-full{
    max-width: 100%;
  }

  .laptop\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .laptop\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .laptop\:max-w-prose{
    max-width: 65ch;
  }

  .laptop\:max-w-screen-sm{
    max-width: 640px;
  }

  .laptop\:max-w-screen-md{
    max-width: 768px;
  }

  .laptop\:max-w-screen-lg{
    max-width: 1024px;
  }

  .laptop\:max-w-screen-xl{
    max-width: 1280px;
  }

  .laptop\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .laptop\:flex-1{
    flex: 1 1 0%;
  }

  .laptop\:flex-auto{
    flex: 1 1 auto;
  }

  .laptop\:flex-initial{
    flex: 0 1 auto;
  }

  .laptop\:flex-none{
    flex: none;
  }

  .laptop\:flex-shrink-0{
    flex-shrink: 0;
  }

  .laptop\:flex-shrink{
    flex-shrink: 1;
  }

  .laptop\:flex-grow-0{
    flex-grow: 0;
  }

  .laptop\:flex-grow{
    flex-grow: 1;
  }

  .laptop\:table-auto{
    table-layout: auto;
  }

  .laptop\:table-fixed{
    table-layout: fixed;
  }

  .laptop\:border-collapse{
    border-collapse: collapse;
  }

  .laptop\:border-separate{
    border-collapse: separate;
  }

  .laptop\:origin-center{
    transform-origin: center;
  }

  .laptop\:origin-top{
    transform-origin: top;
  }

  .laptop\:origin-top-right{
    transform-origin: top right;
  }

  .laptop\:origin-right{
    transform-origin: right;
  }

  .laptop\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .laptop\:origin-bottom{
    transform-origin: bottom;
  }

  .laptop\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .laptop\:origin-left{
    transform-origin: left;
  }

  .laptop\:origin-top-left{
    transform-origin: top left;
  }

  .laptop\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .laptop\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .laptop\:transform-none{
    transform: none;
  }

  .laptop\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .laptop\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .laptop\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .laptop\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .laptop\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .laptop\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .laptop\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .laptop\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .laptop\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .laptop\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .laptop\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .laptop\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .laptop\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .laptop\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .laptop\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .laptop\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .laptop\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .laptop\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .laptop\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .laptop\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .laptop\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .laptop\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .laptop\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .laptop\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .laptop\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .laptop\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .laptop\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .laptop\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .laptop\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .laptop\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .laptop\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .laptop\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .laptop\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .laptop\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .laptop\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .laptop\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .laptop\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .laptop\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .laptop\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .laptop\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .laptop\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .laptop\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .laptop\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .laptop\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .laptop\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .laptop\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .laptop\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .laptop\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .laptop\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .laptop\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .laptop\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .laptop\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .laptop\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .laptop\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .laptop\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .laptop\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .laptop\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .laptop\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .laptop\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .laptop\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .laptop\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .laptop\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .laptop\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .laptop\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .laptop\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .laptop\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .laptop\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .laptop\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .laptop\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .laptop\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .laptop\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .laptop\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .laptop\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .laptop\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .laptop\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .laptop\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .laptop\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .laptop\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .laptop\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .laptop\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .laptop\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .laptop\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .laptop\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .laptop\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .laptop\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .laptop\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .laptop\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .laptop\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .laptop\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .laptop\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .laptop\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .laptop\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .laptop\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .laptop\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .laptop\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .laptop\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .laptop\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .laptop\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .laptop\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .laptop\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .laptop\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .laptop\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .laptop\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .laptop\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .laptop\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .laptop\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .laptop\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .laptop\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .laptop\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .laptop\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .laptop\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .laptop\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .laptop\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .laptop\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .laptop\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .laptop\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .laptop\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .laptop\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .laptop\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .laptop\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .laptop\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .laptop\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .laptop\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .laptop\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .laptop\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .laptop\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .laptop\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .laptop\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .laptop\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .laptop\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .laptop\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .laptop\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .laptop\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .laptop\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .laptop\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .laptop\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .laptop\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .laptop\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .laptop\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .laptop\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .laptop\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .laptop\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .laptop\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .laptop\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .laptop\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .laptop\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .laptop\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .laptop\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .laptop\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .laptop\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .laptop\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .laptop\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .laptop\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .laptop\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .laptop\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .laptop\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .laptop\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .laptop\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .laptop\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .laptop\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .laptop\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .laptop\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .laptop\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .laptop\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .laptop\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .laptop\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .laptop\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .laptop\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .laptop\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .laptop\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .laptop\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .laptop\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .laptop\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .laptop\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .laptop\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .laptop\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .laptop\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .laptop\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .laptop\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .laptop\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .laptop\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .laptop\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .laptop\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .laptop\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .laptop\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .laptop\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .laptop\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .laptop\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .laptop\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .laptop\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .laptop\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .laptop\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .laptop\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .laptop\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .laptop\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .laptop\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .laptop\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .laptop\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .laptop\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .laptop\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .laptop\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .laptop\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .laptop\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .laptop\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .laptop\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .laptop\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .laptop\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .laptop\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .laptop\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .laptop\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .laptop\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .laptop\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .laptop\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .laptop\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .laptop\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .laptop\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .laptop\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .laptop\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .laptop\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .laptop\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .laptop\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .laptop\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .laptop\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .laptop\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .laptop\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .laptop\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .laptop\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .laptop\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .laptop\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .laptop\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .laptop\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .laptop\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .laptop\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .laptop\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .laptop\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .laptop\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .laptop\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .laptop\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .laptop\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .laptop\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .laptop\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .laptop\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .laptop\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .laptop\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .laptop\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .laptop\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .laptop\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .laptop\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .laptop\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .laptop\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .laptop\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .laptop\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .laptop\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .laptop\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .laptop\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .laptop\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .laptop\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .laptop\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .laptop\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .laptop\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .laptop\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .laptop\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .laptop\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .laptop\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .laptop\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .laptop\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .laptop\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .laptop\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .laptop\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .laptop\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .laptop\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .laptop\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .laptop\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .laptop\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .laptop\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .laptop\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .laptop\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .laptop\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .laptop\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .laptop\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .laptop\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .laptop\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .laptop\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .laptop\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .laptop\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .laptop\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .laptop\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .laptop\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .laptop\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .laptop\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .laptop\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .laptop\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .laptop\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .laptop\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .laptop\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .laptop\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .laptop\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .laptop\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .laptop\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .laptop\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .laptop\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .laptop\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .laptop\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .laptop\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .laptop\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .laptop\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .laptop\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .laptop\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .laptop\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .laptop\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .laptop\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .laptop\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .laptop\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .laptop\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .laptop\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .laptop\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .laptop\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .laptop\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .laptop\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .laptop\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .laptop\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .laptop\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .laptop\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .laptop\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .laptop\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .laptop\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .laptop\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .laptop\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .laptop\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .laptop\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .laptop\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .laptop\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .laptop\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .laptop\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .laptop\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .laptop\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .laptop\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .laptop\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .laptop\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .laptop\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .laptop\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .laptop\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .laptop\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .laptop\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .laptop\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .laptop\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .laptop\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .laptop\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .laptop\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .laptop\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .laptop\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .laptop\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .laptop\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .laptop\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .laptop\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .laptop\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .laptop\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .laptop\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .laptop\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .laptop\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .laptop\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .laptop\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .laptop\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .laptop\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .laptop\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .laptop\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .laptop\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .laptop\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .laptop\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .laptop\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .laptop\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .laptop\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .laptop\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .laptop\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .laptop\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .laptop\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .laptop\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .laptop\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .laptop\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .laptop\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .laptop\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .laptop\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .laptop\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .laptop\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .laptop\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .laptop\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .laptop\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .laptop\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .laptop\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .laptop\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .laptop\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .laptop\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .laptop\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .laptop\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .laptop\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .laptop\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .laptop\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .laptop\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .laptop\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .laptop\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .laptop\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .laptop\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .laptop\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .laptop\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .laptop\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .laptop\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .laptop\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .laptop\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .laptop\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .laptop\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .laptop\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .laptop\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .laptop\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .laptop\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .laptop\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .laptop\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .laptop\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .laptop\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .laptop\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .laptop\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .laptop\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .laptop\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .laptop\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .laptop\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .laptop\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .laptop\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .laptop\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .laptop\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .laptop\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .laptop\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .laptop\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .laptop\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .laptop\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .laptop\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .laptop\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .laptop\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .laptop\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .laptop\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .laptop\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .laptop\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .laptop\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .laptop\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .laptop\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .laptop\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .laptop\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .laptop\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .laptop\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .laptop\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .laptop\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .laptop\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .laptop\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .laptop\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .laptop\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .laptop\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .laptop\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .laptop\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .laptop\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .laptop\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .laptop\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .laptop\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .laptop\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .laptop\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .laptop\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .laptop\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .laptop\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .laptop\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .laptop\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .laptop\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .laptop\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .laptop\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .laptop\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .laptop\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .laptop\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .laptop\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .laptop\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .laptop\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .laptop\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .laptop\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .laptop\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .laptop\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .laptop\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .laptop\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .laptop\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .laptop\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .laptop\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .laptop\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .laptop\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .laptop\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .laptop\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .laptop\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .laptop\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .laptop\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .laptop\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .laptop\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .laptop\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .laptop\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .laptop\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .laptop\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .laptop\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .laptop\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .laptop\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .laptop\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .laptop\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .laptop\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .laptop\:rotate-0{
    --tw-rotate: 0deg;
  }

  .laptop\:rotate-1{
    --tw-rotate: 1deg;
  }

  .laptop\:rotate-2{
    --tw-rotate: 2deg;
  }

  .laptop\:rotate-3{
    --tw-rotate: 3deg;
  }

  .laptop\:rotate-6{
    --tw-rotate: 6deg;
  }

  .laptop\:rotate-12{
    --tw-rotate: 12deg;
  }

  .laptop\:rotate-45{
    --tw-rotate: 45deg;
  }

  .laptop\:rotate-90{
    --tw-rotate: 90deg;
  }

  .laptop\:rotate-180{
    --tw-rotate: 180deg;
  }

  .laptop\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .laptop\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .laptop\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .laptop\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .laptop\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .laptop\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .laptop\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .laptop\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .laptop\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .laptop\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .laptop\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .laptop\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .laptop\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .laptop\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .laptop\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .laptop\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .laptop\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .laptop\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .laptop\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .laptop\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .laptop\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .laptop\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .laptop\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .laptop\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .laptop\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .laptop\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .laptop\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .laptop\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .laptop\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .laptop\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .laptop\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .laptop\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .laptop\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .laptop\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .laptop\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .laptop\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .laptop\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .laptop\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .laptop\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .laptop\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .laptop\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .laptop\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .laptop\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .laptop\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .laptop\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .laptop\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .laptop\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .laptop\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .laptop\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .laptop\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .laptop\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .laptop\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .laptop\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .laptop\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .laptop\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .laptop\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .laptop\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .laptop\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .laptop\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .laptop\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .laptop\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .laptop\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .laptop\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .laptop\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .laptop\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .laptop\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .laptop\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .laptop\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .laptop\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .laptop\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .laptop\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .laptop\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .laptop\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .laptop\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .laptop\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .laptop\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .laptop\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .laptop\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .laptop\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .laptop\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .laptop\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .laptop\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .laptop\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .laptop\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .laptop\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .laptop\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .laptop\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .laptop\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .laptop\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .laptop\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .laptop\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .laptop\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .laptop\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .laptop\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .laptop\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .laptop\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .laptop\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .laptop\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .laptop\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .laptop\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .laptop\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .laptop\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .laptop\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .laptop\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .laptop\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .laptop\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .laptop\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .laptop\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .laptop\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .laptop\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .laptop\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .laptop\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .laptop\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .laptop\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .laptop\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .laptop\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .laptop\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .laptop\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .laptop\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .laptop\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .laptop\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .laptop\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .laptop\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .laptop\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .laptop\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .laptop\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .laptop\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .laptop\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .laptop\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .laptop\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .laptop\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .laptop\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .laptop\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .laptop\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .laptop\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .laptop\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .laptop\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .laptop\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .laptop\:scale-x-0{
    --tw-scale-x: 0;
  }

  .laptop\:scale-x-50{
    --tw-scale-x: .5;
  }

  .laptop\:scale-x-75{
    --tw-scale-x: .75;
  }

  .laptop\:scale-x-90{
    --tw-scale-x: .9;
  }

  .laptop\:scale-x-95{
    --tw-scale-x: .95;
  }

  .laptop\:scale-x-100{
    --tw-scale-x: 1;
  }

  .laptop\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .laptop\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .laptop\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .laptop\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .laptop\:scale-y-0{
    --tw-scale-y: 0;
  }

  .laptop\:scale-y-50{
    --tw-scale-y: .5;
  }

  .laptop\:scale-y-75{
    --tw-scale-y: .75;
  }

  .laptop\:scale-y-90{
    --tw-scale-y: .9;
  }

  .laptop\:scale-y-95{
    --tw-scale-y: .95;
  }

  .laptop\:scale-y-100{
    --tw-scale-y: 1;
  }

  .laptop\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .laptop\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .laptop\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .laptop\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .laptop\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .laptop\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .laptop\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .laptop\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .laptop\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .laptop\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .laptop\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .laptop\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .laptop\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .laptop\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .laptop\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .laptop\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .laptop\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .laptop\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .laptop\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .laptop\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .laptop\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .laptop\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .laptop\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .laptop\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .laptop\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .laptop\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .laptop\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .laptop\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .laptop\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .laptop\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .laptop\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .laptop\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .laptop\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .laptop\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .laptop\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .laptop\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .laptop\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .laptop\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .laptop\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .laptop\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .laptop\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .laptop\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .laptop\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .laptop\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .laptop\:animate-none{
    animation: none;
  }

  .laptop\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .laptop\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .laptop\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .laptop\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .laptop\:cursor-auto{
    cursor: auto;
  }

  .laptop\:cursor-default{
    cursor: default;
  }

  .laptop\:cursor-pointer{
    cursor: pointer;
  }

  .laptop\:cursor-wait{
    cursor: wait;
  }

  .laptop\:cursor-text{
    cursor: text;
  }

  .laptop\:cursor-move{
    cursor: move;
  }

  .laptop\:cursor-help{
    cursor: help;
  }

  .laptop\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .laptop\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .laptop\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .laptop\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .laptop\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .laptop\:resize-none{
    resize: none;
  }

  .laptop\:resize-y{
    resize: vertical;
  }

  .laptop\:resize-x{
    resize: horizontal;
  }

  .laptop\:resize{
    resize: both;
  }

  .laptop\:list-inside{
    list-style-position: inside;
  }

  .laptop\:list-outside{
    list-style-position: outside;
  }

  .laptop\:list-none{
    list-style-type: none;
  }

  .laptop\:list-disc{
    list-style-type: disc;
  }

  .laptop\:list-decimal{
    list-style-type: decimal;
  }

  .laptop\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .laptop\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .laptop\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .laptop\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .laptop\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .laptop\:grid-flow-row{
    grid-auto-flow: row;
  }

  .laptop\:grid-flow-col{
    grid-auto-flow: column;
  }

  .laptop\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .laptop\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .laptop\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .laptop\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .laptop\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .laptop\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .laptop\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .laptop\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laptop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .laptop\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .laptop\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .laptop\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .laptop\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .laptop\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .laptop\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .laptop\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .laptop\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .laptop\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .laptop\:grid-cols-none{
    grid-template-columns: none;
  }

  .laptop\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .laptop\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .laptop\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .laptop\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .laptop\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .laptop\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .laptop\:grid-rows-none{
    grid-template-rows: none;
  }

  .laptop\:flex-row{
    flex-direction: row;
  }

  .laptop\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .laptop\:flex-col{
    flex-direction: column;
  }

  .laptop\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .laptop\:flex-wrap{
    flex-wrap: wrap;
  }

  .laptop\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .laptop\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .laptop\:place-content-center{
    place-content: center;
  }

  .laptop\:place-content-start{
    place-content: start;
  }

  .laptop\:place-content-end{
    place-content: end;
  }

  .laptop\:place-content-between{
    place-content: space-between;
  }

  .laptop\:place-content-around{
    place-content: space-around;
  }

  .laptop\:place-content-evenly{
    place-content: space-evenly;
  }

  .laptop\:place-content-stretch{
    place-content: stretch;
  }

  .laptop\:place-items-start{
    place-items: start;
  }

  .laptop\:place-items-end{
    place-items: end;
  }

  .laptop\:place-items-center{
    place-items: center;
  }

  .laptop\:place-items-stretch{
    place-items: stretch;
  }

  .laptop\:content-center{
    align-content: center;
  }

  .laptop\:content-start{
    align-content: flex-start;
  }

  .laptop\:content-end{
    align-content: flex-end;
  }

  .laptop\:content-between{
    align-content: space-between;
  }

  .laptop\:content-around{
    align-content: space-around;
  }

  .laptop\:content-evenly{
    align-content: space-evenly;
  }

  .laptop\:items-start{
    align-items: flex-start;
  }

  .laptop\:items-end{
    align-items: flex-end;
  }

  .laptop\:items-center{
    align-items: center;
  }

  .laptop\:items-baseline{
    align-items: baseline;
  }

  .laptop\:items-stretch{
    align-items: stretch;
  }

  .laptop\:justify-start{
    justify-content: flex-start;
  }

  .laptop\:justify-end{
    justify-content: flex-end;
  }

  .laptop\:justify-center{
    justify-content: center;
  }

  .laptop\:justify-between{
    justify-content: space-between;
  }

  .laptop\:justify-around{
    justify-content: space-around;
  }

  .laptop\:justify-evenly{
    justify-content: space-evenly;
  }

  .laptop\:justify-items-start{
    justify-items: start;
  }

  .laptop\:justify-items-end{
    justify-items: end;
  }

  .laptop\:justify-items-center{
    justify-items: center;
  }

  .laptop\:justify-items-stretch{
    justify-items: stretch;
  }

  .laptop\:gap-0{
    gap: 0px;
  }

  .laptop\:gap-1{
    gap: 0.25rem;
  }

  .laptop\:gap-2{
    gap: 0.5rem;
  }

  .laptop\:gap-3{
    gap: 0.75rem;
  }

  .laptop\:gap-4{
    gap: 1rem;
  }

  .laptop\:gap-5{
    gap: 1.25rem;
  }

  .laptop\:gap-6{
    gap: 1.5rem;
  }

  .laptop\:gap-7{
    gap: 1.75rem;
  }

  .laptop\:gap-8{
    gap: 2rem;
  }

  .laptop\:gap-9{
    gap: 2.25rem;
  }

  .laptop\:gap-10{
    gap: 2.5rem;
  }

  .laptop\:gap-11{
    gap: 2.75rem;
  }

  .laptop\:gap-12{
    gap: 3rem;
  }

  .laptop\:gap-14{
    gap: 3.5rem;
  }

  .laptop\:gap-16{
    gap: 4rem;
  }

  .laptop\:gap-20{
    gap: 5rem;
  }

  .laptop\:gap-24{
    gap: 6rem;
  }

  .laptop\:gap-28{
    gap: 7rem;
  }

  .laptop\:gap-32{
    gap: 8rem;
  }

  .laptop\:gap-36{
    gap: 9rem;
  }

  .laptop\:gap-40{
    gap: 10rem;
  }

  .laptop\:gap-44{
    gap: 11rem;
  }

  .laptop\:gap-48{
    gap: 12rem;
  }

  .laptop\:gap-52{
    gap: 13rem;
  }

  .laptop\:gap-56{
    gap: 14rem;
  }

  .laptop\:gap-60{
    gap: 15rem;
  }

  .laptop\:gap-64{
    gap: 16rem;
  }

  .laptop\:gap-72{
    gap: 18rem;
  }

  .laptop\:gap-80{
    gap: 20rem;
  }

  .laptop\:gap-96{
    gap: 24rem;
  }

  .laptop\:gap-px{
    gap: 1px;
  }

  .laptop\:gap-0\.5{
    gap: 0.125rem;
  }

  .laptop\:gap-1\.5{
    gap: 0.375rem;
  }

  .laptop\:gap-2\.5{
    gap: 0.625rem;
  }

  .laptop\:gap-3\.5{
    gap: 0.875rem;
  }

  .laptop\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .laptop\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .laptop\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .laptop\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .laptop\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .laptop\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .laptop\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .laptop\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .laptop\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .laptop\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .laptop\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .laptop\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .laptop\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .laptop\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .laptop\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .laptop\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .laptop\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .laptop\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .laptop\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .laptop\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .laptop\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .laptop\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .laptop\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .laptop\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .laptop\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .laptop\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .laptop\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .laptop\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .laptop\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .laptop\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .laptop\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .laptop\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .laptop\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .laptop\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .laptop\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .laptop\:gap-y-0{
    row-gap: 0px;
  }

  .laptop\:gap-y-1{
    row-gap: 0.25rem;
  }

  .laptop\:gap-y-2{
    row-gap: 0.5rem;
  }

  .laptop\:gap-y-3{
    row-gap: 0.75rem;
  }

  .laptop\:gap-y-4{
    row-gap: 1rem;
  }

  .laptop\:gap-y-5{
    row-gap: 1.25rem;
  }

  .laptop\:gap-y-6{
    row-gap: 1.5rem;
  }

  .laptop\:gap-y-7{
    row-gap: 1.75rem;
  }

  .laptop\:gap-y-8{
    row-gap: 2rem;
  }

  .laptop\:gap-y-9{
    row-gap: 2.25rem;
  }

  .laptop\:gap-y-10{
    row-gap: 2.5rem;
  }

  .laptop\:gap-y-11{
    row-gap: 2.75rem;
  }

  .laptop\:gap-y-12{
    row-gap: 3rem;
  }

  .laptop\:gap-y-14{
    row-gap: 3.5rem;
  }

  .laptop\:gap-y-16{
    row-gap: 4rem;
  }

  .laptop\:gap-y-20{
    row-gap: 5rem;
  }

  .laptop\:gap-y-24{
    row-gap: 6rem;
  }

  .laptop\:gap-y-28{
    row-gap: 7rem;
  }

  .laptop\:gap-y-32{
    row-gap: 8rem;
  }

  .laptop\:gap-y-36{
    row-gap: 9rem;
  }

  .laptop\:gap-y-40{
    row-gap: 10rem;
  }

  .laptop\:gap-y-44{
    row-gap: 11rem;
  }

  .laptop\:gap-y-48{
    row-gap: 12rem;
  }

  .laptop\:gap-y-52{
    row-gap: 13rem;
  }

  .laptop\:gap-y-56{
    row-gap: 14rem;
  }

  .laptop\:gap-y-60{
    row-gap: 15rem;
  }

  .laptop\:gap-y-64{
    row-gap: 16rem;
  }

  .laptop\:gap-y-72{
    row-gap: 18rem;
  }

  .laptop\:gap-y-80{
    row-gap: 20rem;
  }

  .laptop\:gap-y-96{
    row-gap: 24rem;
  }

  .laptop\:gap-y-px{
    row-gap: 1px;
  }

  .laptop\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .laptop\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .laptop\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .laptop\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .laptop\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .laptop\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .laptop\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .laptop\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .laptop\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .laptop\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .laptop\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .laptop\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .laptop\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .laptop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .laptop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .laptop\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .laptop\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .laptop\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .laptop\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .laptop\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .laptop\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .laptop\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .laptop\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .laptop\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .laptop\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .laptop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .laptop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .laptop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .laptop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .laptop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .laptop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .laptop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .laptop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .laptop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .laptop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .laptop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .laptop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .laptop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .laptop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .laptop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .laptop\:place-self-auto{
    place-self: auto;
  }

  .laptop\:place-self-start{
    place-self: start;
  }

  .laptop\:place-self-end{
    place-self: end;
  }

  .laptop\:place-self-center{
    place-self: center;
  }

  .laptop\:place-self-stretch{
    place-self: stretch;
  }

  .laptop\:self-auto{
    align-self: auto;
  }

  .laptop\:self-start{
    align-self: flex-start;
  }

  .laptop\:self-end{
    align-self: flex-end;
  }

  .laptop\:self-center{
    align-self: center;
  }

  .laptop\:self-stretch{
    align-self: stretch;
  }

  .laptop\:self-baseline{
    align-self: baseline;
  }

  .laptop\:justify-self-auto{
    justify-self: auto;
  }

  .laptop\:justify-self-start{
    justify-self: start;
  }

  .laptop\:justify-self-end{
    justify-self: end;
  }

  .laptop\:justify-self-center{
    justify-self: center;
  }

  .laptop\:justify-self-stretch{
    justify-self: stretch;
  }

  .laptop\:overflow-auto{
    overflow: auto;
  }

  .laptop\:overflow-hidden{
    overflow: hidden;
  }

  .laptop\:overflow-visible{
    overflow: visible;
  }

  .laptop\:overflow-scroll{
    overflow: scroll;
  }

  .laptop\:overflow-x-auto{
    overflow-x: auto;
  }

  .laptop\:overflow-y-auto{
    overflow-y: auto;
  }

  .laptop\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .laptop\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .laptop\:overflow-x-visible{
    overflow-x: visible;
  }

  .laptop\:overflow-y-visible{
    overflow-y: visible;
  }

  .laptop\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .laptop\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .laptop\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .laptop\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .laptop\:overscroll-none{
    overscroll-behavior: none;
  }

  .laptop\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .laptop\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .laptop\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .laptop\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .laptop\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .laptop\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .laptop\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .laptop\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .laptop\:overflow-clip{
    text-overflow: clip;
  }

  .laptop\:whitespace-normal{
    white-space: normal;
  }

  .laptop\:whitespace-nowrap{
    white-space: nowrap;
  }

  .laptop\:whitespace-pre{
    white-space: pre;
  }

  .laptop\:whitespace-pre-line{
    white-space: pre-line;
  }

  .laptop\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .laptop\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .laptop\:break-words{
    overflow-wrap: break-word;
  }

  .laptop\:break-all{
    word-break: break-all;
  }

  .laptop\:rounded-none{
    border-radius: 0px;
  }

  .laptop\:rounded-sm{
    border-radius: 0.125rem;
  }

  .laptop\:rounded{
    border-radius: 0.25rem;
  }

  .laptop\:rounded-md{
    border-radius: 0.375rem;
  }

  .laptop\:rounded-lg{
    border-radius: 0.5rem;
  }

  .laptop\:rounded-xl{
    border-radius: 0.75rem;
  }

  .laptop\:rounded-2xl{
    border-radius: 1rem;
  }

  .laptop\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .laptop\:rounded-full{
    border-radius: 9999px;
  }

  .laptop\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .laptop\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .laptop\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .laptop\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .laptop\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .laptop\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .laptop\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .laptop\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .laptop\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .laptop\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .laptop\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .laptop\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .laptop\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .laptop\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .laptop\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .laptop\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .laptop\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .laptop\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .laptop\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .laptop\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .laptop\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .laptop\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .laptop\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .laptop\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .laptop\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .laptop\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .laptop\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .laptop\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .laptop\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .laptop\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .laptop\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .laptop\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .laptop\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .laptop\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .laptop\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .laptop\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .laptop\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .laptop\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .laptop\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .laptop\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .laptop\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .laptop\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .laptop\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .laptop\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .laptop\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .laptop\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .laptop\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .laptop\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .laptop\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .laptop\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .laptop\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .laptop\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .laptop\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .laptop\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .laptop\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .laptop\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .laptop\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .laptop\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .laptop\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .laptop\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .laptop\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .laptop\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .laptop\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .laptop\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .laptop\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .laptop\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .laptop\:border-0{
    border-width: 0px;
  }

  .laptop\:border-2{
    border-width: 2px;
  }

  .laptop\:border-4{
    border-width: 4px;
  }

  .laptop\:border-8{
    border-width: 8px;
  }

  .laptop\:border{
    border-width: 1px;
  }

  .laptop\:border-t-0{
    border-top-width: 0px;
  }

  .laptop\:border-t-2{
    border-top-width: 2px;
  }

  .laptop\:border-t-4{
    border-top-width: 4px;
  }

  .laptop\:border-t-8{
    border-top-width: 8px;
  }

  .laptop\:border-t{
    border-top-width: 1px;
  }

  .laptop\:border-r-0{
    border-right-width: 0px;
  }

  .laptop\:border-r-2{
    border-right-width: 2px;
  }

  .laptop\:border-r-4{
    border-right-width: 4px;
  }

  .laptop\:border-r-8{
    border-right-width: 8px;
  }

  .laptop\:border-r{
    border-right-width: 1px;
  }

  .laptop\:border-b-0{
    border-bottom-width: 0px;
  }

  .laptop\:border-b-2{
    border-bottom-width: 2px;
  }

  .laptop\:border-b-4{
    border-bottom-width: 4px;
  }

  .laptop\:border-b-8{
    border-bottom-width: 8px;
  }

  .laptop\:border-b{
    border-bottom-width: 1px;
  }

  .laptop\:border-l-0{
    border-left-width: 0px;
  }

  .laptop\:border-l-2{
    border-left-width: 2px;
  }

  .laptop\:border-l-4{
    border-left-width: 4px;
  }

  .laptop\:border-l-8{
    border-left-width: 8px;
  }

  .laptop\:border-l{
    border-left-width: 1px;
  }

  .laptop\:border-solid{
    border-style: solid;
  }

  .laptop\:border-dashed{
    border-style: dashed;
  }

  .laptop\:border-dotted{
    border-style: dotted;
  }

  .laptop\:border-double{
    border-style: double;
  }

  .laptop\:border-none{
    border-style: none;
  }

  .laptop\:border-transparent{
    border-color: transparent;
  }

  .laptop\:border-current{
    border-color: currentColor;
  }

  .laptop\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .laptop\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .laptop\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .laptop\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .laptop\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .laptop\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .laptop\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .laptop\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .laptop\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .laptop\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .laptop\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .laptop\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .laptop\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .laptop\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .laptop\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .laptop\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .laptop\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .laptop\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .laptop\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .laptop\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .laptop\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .laptop\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .laptop\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .laptop\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .laptop\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .laptop\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .laptop\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .laptop\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .laptop\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .laptop\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .laptop\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .laptop\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .laptop\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .laptop\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .laptop\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .laptop\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .laptop\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .laptop\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .laptop\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .laptop\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .laptop\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .laptop\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .laptop\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .laptop\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .laptop\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .laptop\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .laptop\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .laptop\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .laptop\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .laptop\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .laptop\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .laptop\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .laptop\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .laptop\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .laptop\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .laptop\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .laptop\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .laptop\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .laptop\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .laptop\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .laptop\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .laptop\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .laptop\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .laptop\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .laptop\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .laptop\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .laptop\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .laptop\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .laptop\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .laptop\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .laptop\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .laptop\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .laptop\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .laptop\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .laptop\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .laptop\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .laptop\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .laptop\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .laptop\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .laptop\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .laptop\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .laptop\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .laptop\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .laptop\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .laptop\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .laptop\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .laptop\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .laptop\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .laptop\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .laptop\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .laptop\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .laptop\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .laptop\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .laptop\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .laptop\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .laptop\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .laptop\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .laptop\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .laptop\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .laptop\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .laptop\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .laptop\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .laptop\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .laptop\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .laptop\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .laptop\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .laptop\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .laptop\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .laptop\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .laptop\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .laptop\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .laptop\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .laptop\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .laptop\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .laptop\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .laptop\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .laptop\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .laptop\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .laptop\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .laptop\:bg-transparent{
    background-color: transparent;
  }

  .laptop\:bg-current{
    background-color: currentColor;
  }

  .laptop\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .laptop\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .laptop\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .laptop\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .laptop\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .laptop\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .laptop\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .laptop\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .laptop\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .laptop\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .laptop\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .laptop\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .laptop\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .laptop\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .laptop\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .laptop\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .laptop\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .laptop\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .laptop\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .laptop\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .laptop\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .laptop\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .laptop\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .laptop\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .laptop\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .laptop\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .laptop\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .laptop\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .laptop\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .laptop\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .laptop\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .laptop\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .laptop\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .laptop\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .laptop\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .laptop\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .laptop\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .laptop\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .laptop\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .laptop\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .laptop\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .laptop\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .laptop\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .laptop\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .laptop\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .laptop\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .laptop\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .laptop\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .laptop\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .laptop\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .laptop\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .laptop\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .laptop\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .laptop\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .laptop\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .laptop\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .laptop\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .laptop\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .laptop\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .laptop\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .laptop\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .laptop\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .laptop\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .laptop\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .laptop\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .laptop\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .laptop\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .laptop\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .laptop\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .laptop\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .laptop\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .laptop\:bg-none{
    background-image: none;
  }

  .laptop\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .laptop\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .laptop\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .laptop\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .laptop\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .laptop\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .laptop\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .laptop\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .laptop\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .laptop\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .laptop\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .laptop\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .laptop\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .laptop\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .laptop\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .laptop\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .laptop\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .laptop\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .laptop\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .laptop\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .laptop\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .laptop\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .laptop\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .laptop\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .laptop\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .laptop\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .laptop\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .laptop\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .laptop\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .laptop\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .laptop\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .laptop\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .laptop\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .laptop\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .laptop\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .laptop\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .laptop\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .laptop\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .laptop\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .laptop\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .laptop\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .laptop\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .laptop\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .laptop\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .laptop\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .laptop\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .laptop\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .laptop\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .laptop\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .laptop\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .laptop\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .laptop\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .laptop\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .laptop\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .laptop\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .laptop\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .laptop\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .laptop\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .laptop\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .laptop\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .laptop\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .laptop\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .laptop\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .laptop\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .laptop\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .laptop\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .laptop\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .laptop\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .laptop\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .laptop\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .laptop\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .laptop\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .laptop\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .laptop\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .laptop\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .laptop\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .laptop\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .laptop\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .laptop\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .laptop\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .laptop\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .laptop\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .laptop\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .laptop\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .laptop\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .laptop\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .laptop\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .laptop\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .laptop\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .laptop\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .laptop\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .laptop\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .laptop\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .laptop\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .laptop\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .laptop\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .laptop\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .laptop\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .laptop\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .laptop\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .laptop\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .laptop\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .laptop\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .laptop\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .laptop\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .laptop\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .laptop\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .laptop\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .laptop\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .laptop\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .laptop\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .laptop\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .laptop\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .laptop\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .laptop\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .laptop\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .laptop\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .laptop\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .laptop\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .laptop\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .laptop\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .laptop\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .laptop\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .laptop\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .laptop\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .laptop\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .laptop\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .laptop\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .laptop\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .laptop\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .laptop\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .laptop\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .laptop\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .laptop\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .laptop\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .laptop\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .laptop\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .laptop\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .laptop\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .laptop\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .laptop\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .laptop\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .laptop\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .laptop\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .laptop\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .laptop\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .laptop\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .laptop\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .laptop\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .laptop\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .laptop\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .laptop\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .laptop\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .laptop\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .laptop\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .laptop\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .laptop\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .laptop\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .laptop\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .laptop\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .laptop\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .laptop\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .laptop\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .laptop\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .laptop\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .laptop\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .laptop\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .laptop\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .laptop\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .laptop\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .laptop\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .laptop\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .laptop\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .laptop\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .laptop\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .laptop\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .laptop\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .laptop\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .laptop\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .laptop\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .laptop\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .laptop\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .laptop\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .laptop\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .laptop\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .laptop\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .laptop\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .laptop\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .laptop\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .laptop\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .laptop\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .laptop\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .laptop\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .laptop\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .laptop\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .laptop\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .laptop\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .laptop\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .laptop\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .laptop\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .laptop\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .laptop\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .laptop\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .laptop\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .laptop\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .laptop\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .laptop\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .laptop\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .laptop\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .laptop\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .laptop\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .laptop\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .laptop\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .laptop\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .laptop\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .laptop\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .laptop\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .laptop\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .laptop\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .laptop\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .laptop\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .laptop\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .laptop\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .laptop\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .laptop\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .laptop\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .laptop\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .laptop\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .laptop\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .laptop\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .laptop\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .laptop\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .laptop\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .laptop\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .laptop\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .laptop\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .laptop\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .laptop\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .laptop\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .laptop\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .laptop\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .laptop\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .laptop\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .laptop\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .laptop\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .laptop\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .laptop\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .laptop\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .laptop\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .laptop\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .laptop\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .laptop\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .laptop\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .laptop\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .laptop\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .laptop\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .laptop\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .laptop\:to-current{
    --tw-gradient-to: currentColor;
  }

  .laptop\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .laptop\:to-black{
    --tw-gradient-to: #000;
  }

  .laptop\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .laptop\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .laptop\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .laptop\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .laptop\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .laptop\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .laptop\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .laptop\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .laptop\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .laptop\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .laptop\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .laptop\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .laptop\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .laptop\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .laptop\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .laptop\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .laptop\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .laptop\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .laptop\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .laptop\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .laptop\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .laptop\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .laptop\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .laptop\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .laptop\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .laptop\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .laptop\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .laptop\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .laptop\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .laptop\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .laptop\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .laptop\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .laptop\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .laptop\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .laptop\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .laptop\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .laptop\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .laptop\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .laptop\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .laptop\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .laptop\:to-white{
    --tw-gradient-to: #fff;
  }

  .laptop\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .laptop\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .laptop\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .laptop\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .laptop\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .laptop\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .laptop\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .laptop\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .laptop\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .laptop\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .laptop\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .laptop\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .laptop\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .laptop\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .laptop\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .laptop\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .laptop\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .laptop\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .laptop\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .laptop\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .laptop\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .laptop\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .laptop\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .laptop\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .laptop\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .laptop\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .laptop\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .laptop\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .laptop\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .laptop\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .laptop\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .laptop\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .laptop\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .laptop\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .laptop\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .laptop\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .laptop\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .laptop\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .laptop\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .laptop\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .laptop\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .laptop\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .laptop\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .laptop\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .laptop\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .laptop\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .laptop\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .laptop\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .laptop\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .laptop\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .laptop\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .laptop\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .laptop\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .laptop\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .laptop\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .laptop\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .laptop\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .laptop\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .laptop\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .laptop\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .laptop\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .laptop\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .laptop\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .laptop\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .laptop\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .laptop\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .laptop\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .laptop\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .laptop\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .laptop\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .laptop\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .laptop\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .laptop\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .laptop\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .laptop\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .laptop\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .laptop\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .laptop\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .laptop\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .laptop\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .laptop\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .laptop\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .laptop\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .laptop\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .laptop\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .laptop\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .laptop\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .laptop\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .laptop\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .laptop\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .laptop\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .laptop\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .laptop\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .laptop\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .laptop\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .laptop\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .laptop\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .laptop\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .laptop\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .laptop\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .laptop\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .laptop\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .laptop\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .laptop\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .laptop\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .laptop\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .laptop\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .laptop\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .laptop\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .laptop\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .laptop\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .laptop\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .laptop\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .laptop\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .laptop\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .laptop\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .laptop\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .laptop\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .laptop\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .laptop\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .laptop\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .laptop\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .laptop\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .laptop\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .laptop\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .laptop\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .laptop\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .laptop\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .laptop\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .laptop\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .laptop\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .laptop\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .laptop\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .laptop\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .laptop\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .laptop\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .laptop\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .laptop\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .laptop\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .laptop\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .laptop\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .laptop\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .laptop\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .laptop\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .laptop\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .laptop\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .laptop\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .laptop\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .laptop\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .laptop\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .laptop\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .laptop\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .laptop\:bg-auto{
    background-size: auto;
  }

  .laptop\:bg-cover{
    background-size: cover;
  }

  .laptop\:bg-contain{
    background-size: contain;
  }

  .laptop\:bg-fixed{
    background-attachment: fixed;
  }

  .laptop\:bg-local{
    background-attachment: local;
  }

  .laptop\:bg-scroll{
    background-attachment: scroll;
  }

  .laptop\:bg-clip-border{
    background-clip: border-box;
  }

  .laptop\:bg-clip-padding{
    background-clip: padding-box;
  }

  .laptop\:bg-clip-content{
    background-clip: content-box;
  }

  .laptop\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .laptop\:bg-bottom{
    background-position: bottom;
  }

  .laptop\:bg-center{
    background-position: center;
  }

  .laptop\:bg-left{
    background-position: left;
  }

  .laptop\:bg-left-bottom{
    background-position: left bottom;
  }

  .laptop\:bg-left-top{
    background-position: left top;
  }

  .laptop\:bg-right{
    background-position: right;
  }

  .laptop\:bg-right-bottom{
    background-position: right bottom;
  }

  .laptop\:bg-right-top{
    background-position: right top;
  }

  .laptop\:bg-top{
    background-position: top;
  }

  .laptop\:bg-repeat{
    background-repeat: repeat;
  }

  .laptop\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .laptop\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .laptop\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .laptop\:bg-repeat-round{
    background-repeat: round;
  }

  .laptop\:bg-repeat-space{
    background-repeat: space;
  }

  .laptop\:bg-origin-border{
    background-origin: border-box;
  }

  .laptop\:bg-origin-padding{
    background-origin: padding-box;
  }

  .laptop\:bg-origin-content{
    background-origin: content-box;
  }

  .laptop\:fill-current{
    fill: currentColor;
  }

  .laptop\:stroke-current{
    stroke: currentColor;
  }

  .laptop\:stroke-0{
    stroke-width: 0;
  }

  .laptop\:stroke-1{
    stroke-width: 1;
  }

  .laptop\:stroke-2{
    stroke-width: 2;
  }

  .laptop\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .laptop\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .laptop\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .laptop\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .laptop\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .laptop\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .laptop\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .laptop\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .laptop\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .laptop\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .laptop\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .laptop\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .laptop\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .laptop\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .laptop\:p-0{
    padding: 0px;
  }

  .laptop\:p-1{
    padding: 0.25rem;
  }

  .laptop\:p-2{
    padding: 0.5rem;
  }

  .laptop\:p-3{
    padding: 0.75rem;
  }

  .laptop\:p-4{
    padding: 1rem;
  }

  .laptop\:p-5{
    padding: 1.25rem;
  }

  .laptop\:p-6{
    padding: 1.5rem;
  }

  .laptop\:p-7{
    padding: 1.75rem;
  }

  .laptop\:p-8{
    padding: 2rem;
  }

  .laptop\:p-9{
    padding: 2.25rem;
  }

  .laptop\:p-10{
    padding: 2.5rem;
  }

  .laptop\:p-11{
    padding: 2.75rem;
  }

  .laptop\:p-12{
    padding: 3rem;
  }

  .laptop\:p-14{
    padding: 3.5rem;
  }

  .laptop\:p-16{
    padding: 4rem;
  }

  .laptop\:p-20{
    padding: 5rem;
  }

  .laptop\:p-24{
    padding: 6rem;
  }

  .laptop\:p-28{
    padding: 7rem;
  }

  .laptop\:p-32{
    padding: 8rem;
  }

  .laptop\:p-36{
    padding: 9rem;
  }

  .laptop\:p-40{
    padding: 10rem;
  }

  .laptop\:p-44{
    padding: 11rem;
  }

  .laptop\:p-48{
    padding: 12rem;
  }

  .laptop\:p-52{
    padding: 13rem;
  }

  .laptop\:p-56{
    padding: 14rem;
  }

  .laptop\:p-60{
    padding: 15rem;
  }

  .laptop\:p-64{
    padding: 16rem;
  }

  .laptop\:p-72{
    padding: 18rem;
  }

  .laptop\:p-80{
    padding: 20rem;
  }

  .laptop\:p-96{
    padding: 24rem;
  }

  .laptop\:p-px{
    padding: 1px;
  }

  .laptop\:p-0\.5{
    padding: 0.125rem;
  }

  .laptop\:p-1\.5{
    padding: 0.375rem;
  }

  .laptop\:p-2\.5{
    padding: 0.625rem;
  }

  .laptop\:p-3\.5{
    padding: 0.875rem;
  }

  .laptop\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .laptop\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .laptop\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .laptop\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .laptop\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .laptop\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .laptop\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .laptop\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .laptop\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .laptop\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .laptop\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .laptop\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .laptop\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .laptop\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .laptop\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .laptop\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .laptop\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .laptop\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .laptop\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .laptop\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .laptop\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .laptop\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .laptop\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .laptop\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .laptop\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .laptop\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .laptop\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .laptop\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .laptop\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .laptop\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .laptop\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .laptop\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .laptop\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .laptop\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .laptop\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .laptop\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .laptop\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .laptop\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .laptop\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .laptop\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .laptop\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .laptop\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .laptop\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .laptop\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .laptop\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .laptop\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .laptop\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .laptop\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .laptop\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .laptop\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .laptop\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .laptop\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .laptop\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .laptop\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .laptop\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .laptop\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .laptop\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .laptop\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .laptop\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .laptop\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .laptop\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .laptop\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .laptop\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .laptop\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .laptop\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .laptop\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .laptop\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .laptop\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .laptop\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .laptop\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .laptop\:pt-0{
    padding-top: 0px;
  }

  .laptop\:pt-1{
    padding-top: 0.25rem;
  }

  .laptop\:pt-2{
    padding-top: 0.5rem;
  }

  .laptop\:pt-3{
    padding-top: 0.75rem;
  }

  .laptop\:pt-4{
    padding-top: 1rem;
  }

  .laptop\:pt-5{
    padding-top: 1.25rem;
  }

  .laptop\:pt-6{
    padding-top: 1.5rem;
  }

  .laptop\:pt-7{
    padding-top: 1.75rem;
  }

  .laptop\:pt-8{
    padding-top: 2rem;
  }

  .laptop\:pt-9{
    padding-top: 2.25rem;
  }

  .laptop\:pt-10{
    padding-top: 2.5rem;
  }

  .laptop\:pt-11{
    padding-top: 2.75rem;
  }

  .laptop\:pt-12{
    padding-top: 3rem;
  }

  .laptop\:pt-14{
    padding-top: 3.5rem;
  }

  .laptop\:pt-16{
    padding-top: 4rem;
  }

  .laptop\:pt-20{
    padding-top: 5rem;
  }

  .laptop\:pt-24{
    padding-top: 6rem;
  }

  .laptop\:pt-28{
    padding-top: 7rem;
  }

  .laptop\:pt-32{
    padding-top: 8rem;
  }

  .laptop\:pt-36{
    padding-top: 9rem;
  }

  .laptop\:pt-40{
    padding-top: 10rem;
  }

  .laptop\:pt-44{
    padding-top: 11rem;
  }

  .laptop\:pt-48{
    padding-top: 12rem;
  }

  .laptop\:pt-52{
    padding-top: 13rem;
  }

  .laptop\:pt-56{
    padding-top: 14rem;
  }

  .laptop\:pt-60{
    padding-top: 15rem;
  }

  .laptop\:pt-64{
    padding-top: 16rem;
  }

  .laptop\:pt-72{
    padding-top: 18rem;
  }

  .laptop\:pt-80{
    padding-top: 20rem;
  }

  .laptop\:pt-96{
    padding-top: 24rem;
  }

  .laptop\:pt-px{
    padding-top: 1px;
  }

  .laptop\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .laptop\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .laptop\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .laptop\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .laptop\:pr-0{
    padding-right: 0px;
  }

  .laptop\:pr-1{
    padding-right: 0.25rem;
  }

  .laptop\:pr-2{
    padding-right: 0.5rem;
  }

  .laptop\:pr-3{
    padding-right: 0.75rem;
  }

  .laptop\:pr-4{
    padding-right: 1rem;
  }

  .laptop\:pr-5{
    padding-right: 1.25rem;
  }

  .laptop\:pr-6{
    padding-right: 1.5rem;
  }

  .laptop\:pr-7{
    padding-right: 1.75rem;
  }

  .laptop\:pr-8{
    padding-right: 2rem;
  }

  .laptop\:pr-9{
    padding-right: 2.25rem;
  }

  .laptop\:pr-10{
    padding-right: 2.5rem;
  }

  .laptop\:pr-11{
    padding-right: 2.75rem;
  }

  .laptop\:pr-12{
    padding-right: 3rem;
  }

  .laptop\:pr-14{
    padding-right: 3.5rem;
  }

  .laptop\:pr-16{
    padding-right: 4rem;
  }

  .laptop\:pr-20{
    padding-right: 5rem;
  }

  .laptop\:pr-24{
    padding-right: 6rem;
  }

  .laptop\:pr-28{
    padding-right: 7rem;
  }

  .laptop\:pr-32{
    padding-right: 8rem;
  }

  .laptop\:pr-36{
    padding-right: 9rem;
  }

  .laptop\:pr-40{
    padding-right: 10rem;
  }

  .laptop\:pr-44{
    padding-right: 11rem;
  }

  .laptop\:pr-48{
    padding-right: 12rem;
  }

  .laptop\:pr-52{
    padding-right: 13rem;
  }

  .laptop\:pr-56{
    padding-right: 14rem;
  }

  .laptop\:pr-60{
    padding-right: 15rem;
  }

  .laptop\:pr-64{
    padding-right: 16rem;
  }

  .laptop\:pr-72{
    padding-right: 18rem;
  }

  .laptop\:pr-80{
    padding-right: 20rem;
  }

  .laptop\:pr-96{
    padding-right: 24rem;
  }

  .laptop\:pr-px{
    padding-right: 1px;
  }

  .laptop\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .laptop\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .laptop\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .laptop\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .laptop\:pb-0{
    padding-bottom: 0px;
  }

  .laptop\:pb-1{
    padding-bottom: 0.25rem;
  }

  .laptop\:pb-2{
    padding-bottom: 0.5rem;
  }

  .laptop\:pb-3{
    padding-bottom: 0.75rem;
  }

  .laptop\:pb-4{
    padding-bottom: 1rem;
  }

  .laptop\:pb-5{
    padding-bottom: 1.25rem;
  }

  .laptop\:pb-6{
    padding-bottom: 1.5rem;
  }

  .laptop\:pb-7{
    padding-bottom: 1.75rem;
  }

  .laptop\:pb-8{
    padding-bottom: 2rem;
  }

  .laptop\:pb-9{
    padding-bottom: 2.25rem;
  }

  .laptop\:pb-10{
    padding-bottom: 2.5rem;
  }

  .laptop\:pb-11{
    padding-bottom: 2.75rem;
  }

  .laptop\:pb-12{
    padding-bottom: 3rem;
  }

  .laptop\:pb-14{
    padding-bottom: 3.5rem;
  }

  .laptop\:pb-16{
    padding-bottom: 4rem;
  }

  .laptop\:pb-20{
    padding-bottom: 5rem;
  }

  .laptop\:pb-24{
    padding-bottom: 6rem;
  }

  .laptop\:pb-28{
    padding-bottom: 7rem;
  }

  .laptop\:pb-32{
    padding-bottom: 8rem;
  }

  .laptop\:pb-36{
    padding-bottom: 9rem;
  }

  .laptop\:pb-40{
    padding-bottom: 10rem;
  }

  .laptop\:pb-44{
    padding-bottom: 11rem;
  }

  .laptop\:pb-48{
    padding-bottom: 12rem;
  }

  .laptop\:pb-52{
    padding-bottom: 13rem;
  }

  .laptop\:pb-56{
    padding-bottom: 14rem;
  }

  .laptop\:pb-60{
    padding-bottom: 15rem;
  }

  .laptop\:pb-64{
    padding-bottom: 16rem;
  }

  .laptop\:pb-72{
    padding-bottom: 18rem;
  }

  .laptop\:pb-80{
    padding-bottom: 20rem;
  }

  .laptop\:pb-96{
    padding-bottom: 24rem;
  }

  .laptop\:pb-px{
    padding-bottom: 1px;
  }

  .laptop\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .laptop\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .laptop\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .laptop\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .laptop\:pl-0{
    padding-left: 0px;
  }

  .laptop\:pl-1{
    padding-left: 0.25rem;
  }

  .laptop\:pl-2{
    padding-left: 0.5rem;
  }

  .laptop\:pl-3{
    padding-left: 0.75rem;
  }

  .laptop\:pl-4{
    padding-left: 1rem;
  }

  .laptop\:pl-5{
    padding-left: 1.25rem;
  }

  .laptop\:pl-6{
    padding-left: 1.5rem;
  }

  .laptop\:pl-7{
    padding-left: 1.75rem;
  }

  .laptop\:pl-8{
    padding-left: 2rem;
  }

  .laptop\:pl-9{
    padding-left: 2.25rem;
  }

  .laptop\:pl-10{
    padding-left: 2.5rem;
  }

  .laptop\:pl-11{
    padding-left: 2.75rem;
  }

  .laptop\:pl-12{
    padding-left: 3rem;
  }

  .laptop\:pl-14{
    padding-left: 3.5rem;
  }

  .laptop\:pl-16{
    padding-left: 4rem;
  }

  .laptop\:pl-20{
    padding-left: 5rem;
  }

  .laptop\:pl-24{
    padding-left: 6rem;
  }

  .laptop\:pl-28{
    padding-left: 7rem;
  }

  .laptop\:pl-32{
    padding-left: 8rem;
  }

  .laptop\:pl-36{
    padding-left: 9rem;
  }

  .laptop\:pl-40{
    padding-left: 10rem;
  }

  .laptop\:pl-44{
    padding-left: 11rem;
  }

  .laptop\:pl-48{
    padding-left: 12rem;
  }

  .laptop\:pl-52{
    padding-left: 13rem;
  }

  .laptop\:pl-56{
    padding-left: 14rem;
  }

  .laptop\:pl-60{
    padding-left: 15rem;
  }

  .laptop\:pl-64{
    padding-left: 16rem;
  }

  .laptop\:pl-72{
    padding-left: 18rem;
  }

  .laptop\:pl-80{
    padding-left: 20rem;
  }

  .laptop\:pl-96{
    padding-left: 24rem;
  }

  .laptop\:pl-px{
    padding-left: 1px;
  }

  .laptop\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .laptop\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .laptop\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .laptop\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .laptop\:text-left{
    text-align: left;
  }

  .laptop\:text-center{
    text-align: center;
  }

  .laptop\:text-right{
    text-align: right;
  }

  .laptop\:text-justify{
    text-align: justify;
  }

  .laptop\:align-baseline{
    vertical-align: baseline;
  }

  .laptop\:align-top{
    vertical-align: top;
  }

  .laptop\:align-middle{
    vertical-align: middle;
  }

  .laptop\:align-bottom{
    vertical-align: bottom;
  }

  .laptop\:align-text-top{
    vertical-align: text-top;
  }

  .laptop\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .laptop\:font-sans{
    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";
  }

  .laptop\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .laptop\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .laptop\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .laptop\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .laptop\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .laptop\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .laptop\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .laptop\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .laptop\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .laptop\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .laptop\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .laptop\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .laptop\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .laptop\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .laptop\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .laptop\:font-thin{
    font-weight: 100;
  }

  .laptop\:font-extralight{
    font-weight: 200;
  }

  .laptop\:font-light{
    font-weight: 300;
  }

  .laptop\:font-normal{
    font-weight: 400;
  }

  .laptop\:font-medium{
    font-weight: 500;
  }

  .laptop\:font-semibold{
    font-weight: 600;
  }

  .laptop\:font-bold{
    font-weight: 700;
  }

  .laptop\:font-extrabold{
    font-weight: 800;
  }

  .laptop\:font-black{
    font-weight: 900;
  }

  .laptop\:uppercase{
    text-transform: uppercase;
  }

  .laptop\:lowercase{
    text-transform: lowercase;
  }

  .laptop\:capitalize{
    text-transform: capitalize;
  }

  .laptop\:normal-case{
    text-transform: none;
  }

  .laptop\:italic{
    font-style: italic;
  }

  .laptop\:not-italic{
    font-style: normal;
  }

  .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,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .laptop\:normal-nums{
    font-variant-numeric: normal;
  }

  .laptop\:ordinal{
    --tw-ordinal: ordinal;
  }

  .laptop\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .laptop\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .laptop\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .laptop\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .laptop\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .laptop\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .laptop\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .laptop\:leading-3{
    line-height: .75rem;
  }

  .laptop\:leading-4{
    line-height: 1rem;
  }

  .laptop\:leading-5{
    line-height: 1.25rem;
  }

  .laptop\:leading-6{
    line-height: 1.5rem;
  }

  .laptop\:leading-7{
    line-height: 1.75rem;
  }

  .laptop\:leading-8{
    line-height: 2rem;
  }

  .laptop\:leading-9{
    line-height: 2.25rem;
  }

  .laptop\:leading-10{
    line-height: 2.5rem;
  }

  .laptop\:leading-none{
    line-height: 1;
  }

  .laptop\:leading-tight{
    line-height: 1.25;
  }

  .laptop\:leading-snug{
    line-height: 1.375;
  }

  .laptop\:leading-normal{
    line-height: 1.5;
  }

  .laptop\:leading-relaxed{
    line-height: 1.625;
  }

  .laptop\:leading-loose{
    line-height: 2;
  }

  .laptop\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .laptop\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .laptop\:tracking-normal{
    letter-spacing: 0em;
  }

  .laptop\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .laptop\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .laptop\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .laptop\:text-transparent{
    color: transparent;
  }

  .laptop\:text-current{
    color: currentColor;
  }

  .laptop\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .laptop\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .laptop\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .laptop\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .laptop\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .laptop\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .laptop\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .laptop\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .laptop\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .laptop\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .laptop\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .laptop\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .laptop\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .laptop\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .laptop\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .laptop\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .laptop\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .laptop\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .laptop\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .laptop\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .laptop\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .laptop\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .laptop\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .laptop\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .laptop\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .laptop\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .laptop\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .laptop\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .laptop\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .laptop\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .laptop\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .laptop\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .laptop\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .laptop\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .laptop\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .laptop\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .laptop\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .laptop\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .laptop\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .laptop\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .laptop\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .laptop\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .laptop\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .laptop\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .laptop\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .laptop\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .laptop\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .laptop\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .laptop\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .laptop\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .laptop\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .laptop\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .laptop\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-transparent:hover{
    color: transparent;
  }

  .laptop\:hover\:text-current:hover{
    color: currentColor;
  }

  .laptop\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-transparent:focus{
    color: transparent;
  }

  .laptop\:focus\:text-current:focus{
    color: currentColor;
  }

  .laptop\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .laptop\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .laptop\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .laptop\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .laptop\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .laptop\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .laptop\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .laptop\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .laptop\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .laptop\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .laptop\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .laptop\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .laptop\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .laptop\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .laptop\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .laptop\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .laptop\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .laptop\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .laptop\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .laptop\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .laptop\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .laptop\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .laptop\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .laptop\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .laptop\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .laptop\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .laptop\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .laptop\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .laptop\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .laptop\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .laptop\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .laptop\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .laptop\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .laptop\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .laptop\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .laptop\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .laptop\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .laptop\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .laptop\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .laptop\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .laptop\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .laptop\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .laptop\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .laptop\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .laptop\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .laptop\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .laptop\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .laptop\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .laptop\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .laptop\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .laptop\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .laptop\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .laptop\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .laptop\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .laptop\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .laptop\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .laptop\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .laptop\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .laptop\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .laptop\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .laptop\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .laptop\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .laptop\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .laptop\:underline{
    text-decoration: underline;
  }

  .laptop\:line-through{
    text-decoration: line-through;
  }

  .laptop\:no-underline{
    text-decoration: none;
  }

  .group:hover .laptop\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .laptop\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .laptop\:group-hover\:no-underline{
    text-decoration: none;
  }

  .laptop\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .laptop\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .laptop\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .laptop\:hover\:underline:hover{
    text-decoration: underline;
  }

  .laptop\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .laptop\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .laptop\:focus\:underline:focus{
    text-decoration: underline;
  }

  .laptop\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .laptop\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .laptop\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .laptop\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .laptop\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .laptop\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .laptop\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .laptop\:placeholder-current::placeholder{
    color: currentColor;
  }

  .laptop\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .laptop\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .laptop\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .laptop\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .laptop\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .laptop\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .laptop\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .laptop\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .laptop\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .laptop\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .laptop\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .laptop\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .laptop\:opacity-0{
    opacity: 0;
  }

  .laptop\:opacity-5{
    opacity: 0.05;
  }

  .laptop\:opacity-10{
    opacity: 0.1;
  }

  .laptop\:opacity-20{
    opacity: 0.2;
  }

  .laptop\:opacity-25{
    opacity: 0.25;
  }

  .laptop\:opacity-30{
    opacity: 0.3;
  }

  .laptop\:opacity-40{
    opacity: 0.4;
  }

  .laptop\:opacity-50{
    opacity: 0.5;
  }

  .laptop\:opacity-60{
    opacity: 0.6;
  }

  .laptop\:opacity-70{
    opacity: 0.7;
  }

  .laptop\:opacity-75{
    opacity: 0.75;
  }

  .laptop\:opacity-80{
    opacity: 0.8;
  }

  .laptop\:opacity-90{
    opacity: 0.9;
  }

  .laptop\:opacity-95{
    opacity: 0.95;
  }

  .laptop\:opacity-100{
    opacity: 1;
  }

  .group:hover .laptop\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .laptop\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:opacity-100{
    opacity: 1;
  }

  .laptop\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .laptop\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .laptop\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .laptop\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .laptop\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .laptop\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .laptop\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .laptop\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .laptop\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .laptop\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .laptop\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .laptop\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .laptop\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .laptop\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .laptop\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .laptop\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .laptop\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .laptop\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .laptop\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .laptop\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .laptop\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .laptop\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .laptop\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .laptop\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .laptop\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .laptop\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .laptop\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .laptop\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .laptop\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .laptop\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .laptop\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .laptop\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .laptop\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .laptop\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .laptop\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .laptop\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .laptop\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .laptop\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .laptop\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .laptop\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .laptop\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .laptop\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .laptop\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .laptop\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .laptop\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .laptop\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .laptop\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .laptop\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .laptop\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .laptop\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .laptop\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .laptop\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .laptop\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .laptop\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .laptop\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .laptop\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .laptop\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .laptop\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .laptop\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .laptop\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .laptop\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .laptop\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .laptop\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .laptop\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .laptop\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .laptop\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .laptop\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .laptop\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .laptop\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .laptop\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .laptop\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .laptop\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .laptop\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .laptop\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .laptop\:bg-blend-color{
    background-blend-mode: color;
  }

  .laptop\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .laptop\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .laptop\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .laptop\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .laptop\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .laptop\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .laptop\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .laptop\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .laptop\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .laptop\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .laptop\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .laptop\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .laptop\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .laptop\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .laptop\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .laptop\:mix-blend-color{
    mix-blend-mode: color;
  }

  .laptop\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .laptop\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .laptop\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .laptop\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .laptop\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .laptop\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .laptop\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .laptop\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring-inset{
    --tw-ring-inset: inset;
  }

  .laptop\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .laptop\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .laptop\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .laptop\:ring-current{
    --tw-ring-color: currentColor;
  }

  .laptop\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .laptop\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .laptop\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .laptop\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .laptop\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .laptop\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .laptop\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .laptop\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .laptop\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .laptop\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .laptop\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .laptop\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .laptop\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .laptop\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .laptop\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .laptop\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .laptop\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .laptop\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .laptop\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .laptop\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .laptop\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .laptop\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .laptop\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .laptop\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .laptop\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .laptop\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .laptop\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .laptop\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .laptop\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .laptop\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .laptop\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .laptop\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .laptop\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .laptop\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .laptop\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .laptop\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .laptop\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .laptop\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .laptop\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .laptop\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .laptop\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .laptop\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .laptop\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .laptop\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .laptop\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .laptop\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .laptop\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .laptop\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .laptop\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .laptop\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .laptop\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .laptop\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .laptop\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .laptop\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .laptop\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .laptop\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .laptop\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .laptop\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .laptop\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .laptop\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .laptop\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .laptop\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .laptop\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .laptop\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .laptop\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .laptop\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .laptop\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .laptop\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .laptop\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .laptop\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .laptop\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .laptop\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .laptop\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .laptop\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .laptop\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .laptop\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .laptop\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .laptop\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .laptop\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .laptop\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .laptop\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .laptop\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .laptop\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .laptop\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .laptop\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .laptop\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .laptop\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .laptop\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .laptop\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .laptop\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .laptop\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .laptop\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .laptop\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .laptop\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .laptop\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .laptop\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .laptop\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .laptop\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .laptop\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .laptop\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .laptop\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .laptop\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .laptop\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .laptop\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .laptop\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .laptop\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .laptop\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .laptop\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .laptop\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .laptop\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .laptop\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .laptop\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .laptop\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .laptop\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .laptop\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .laptop\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .laptop\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .laptop\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .laptop\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .laptop\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .laptop\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .laptop\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .laptop\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .laptop\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .laptop\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .laptop\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .laptop\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .laptop\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .laptop\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .laptop\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .laptop\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .laptop\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .laptop\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .laptop\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .laptop\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .laptop\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .laptop\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .laptop\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .laptop\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .laptop\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .laptop\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .laptop\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .laptop\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .laptop\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .laptop\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .laptop\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .laptop\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .laptop\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .laptop\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .laptop\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .laptop\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .laptop\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .laptop\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .laptop\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .laptop\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .laptop\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .laptop\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .laptop\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .laptop\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .laptop\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .laptop\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .laptop\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .laptop\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .laptop\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .laptop\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .laptop\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .laptop\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .laptop\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .laptop\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .laptop\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .laptop\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .laptop\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .laptop\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .laptop\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .laptop\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .laptop\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .laptop\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .laptop\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .laptop\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .laptop\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .laptop\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .laptop\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .laptop\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .laptop\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .laptop\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .laptop\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .laptop\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .laptop\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .laptop\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .laptop\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .laptop\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .laptop\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .laptop\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .laptop\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .laptop\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .laptop\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .laptop\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .laptop\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .laptop\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .laptop\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .laptop\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .laptop\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .laptop\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .laptop\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .laptop\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .laptop\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .laptop\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .laptop\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .laptop\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .laptop\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .laptop\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .laptop\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .laptop\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .laptop\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .laptop\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .laptop\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .laptop\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .laptop\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .laptop\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .laptop\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .laptop\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .laptop\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .laptop\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .laptop\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .laptop\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .laptop\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .laptop\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .laptop\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .laptop\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .laptop\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .laptop\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .laptop\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .laptop\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .laptop\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .laptop\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .laptop\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .laptop\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .laptop\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .laptop\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .laptop\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .laptop\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .laptop\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .laptop\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .laptop\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .laptop\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .laptop\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .laptop\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .laptop\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .laptop\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .laptop\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .laptop\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .laptop\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .laptop\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .laptop\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .laptop\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .laptop\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .laptop\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .laptop\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .laptop\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .laptop\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .laptop\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .laptop\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .laptop\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .laptop\:filter-none{
    filter: none;
  }

  .laptop\:blur-0{
    --tw-blur: blur(0);
  }

  .laptop\:blur-none{
    --tw-blur: blur(0);
  }

  .laptop\:blur-sm{
    --tw-blur: blur(4px);
  }

  .laptop\:blur{
    --tw-blur: blur(8px);
  }

  .laptop\:blur-md{
    --tw-blur: blur(12px);
  }

  .laptop\:blur-lg{
    --tw-blur: blur(16px);
  }

  .laptop\:blur-xl{
    --tw-blur: blur(24px);
  }

  .laptop\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .laptop\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .laptop\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .laptop\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .laptop\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .laptop\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .laptop\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .laptop\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .laptop\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .laptop\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .laptop\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .laptop\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .laptop\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .laptop\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .laptop\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .laptop\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .laptop\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .laptop\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .laptop\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .laptop\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .laptop\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .laptop\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .laptop\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .laptop\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .laptop\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .laptop\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .laptop\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .laptop\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .laptop\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .laptop\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .laptop\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .laptop\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .laptop\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .laptop\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .laptop\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .laptop\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .laptop\:invert-0{
    --tw-invert: invert(0);
  }

  .laptop\:invert{
    --tw-invert: invert(100%);
  }

  .laptop\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .laptop\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .laptop\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .laptop\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .laptop\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .laptop\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .laptop\:sepia{
    --tw-sepia: sepia(100%);
  }

  .laptop\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .laptop\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .laptop\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .laptop\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .laptop\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .laptop\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .laptop\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .laptop\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .laptop\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .laptop\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .laptop\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .laptop\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .laptop\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .laptop\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .laptop\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .laptop\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .laptop\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .laptop\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .laptop\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .laptop\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .laptop\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .laptop\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .laptop\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .laptop\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .laptop\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .laptop\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .laptop\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .laptop\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .laptop\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .laptop\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .laptop\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .laptop\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .laptop\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .laptop\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .laptop\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .laptop\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .laptop\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .laptop\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .laptop\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .laptop\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .laptop\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .laptop\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .laptop\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .laptop\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .laptop\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .laptop\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .laptop\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .laptop\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .laptop\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .laptop\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .laptop\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .laptop\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .laptop\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .laptop\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .laptop\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .laptop\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .laptop\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .laptop\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .laptop\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .laptop\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .laptop\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .laptop\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .laptop\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .laptop\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .laptop\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .laptop\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .laptop\:transition-none{
    transition-property: none;
  }

  .laptop\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:delay-75{
    transition-delay: 75ms;
  }

  .laptop\:delay-100{
    transition-delay: 100ms;
  }

  .laptop\:delay-150{
    transition-delay: 150ms;
  }

  .laptop\:delay-200{
    transition-delay: 200ms;
  }

  .laptop\:delay-300{
    transition-delay: 300ms;
  }

  .laptop\:delay-500{
    transition-delay: 500ms;
  }

  .laptop\:delay-700{
    transition-delay: 700ms;
  }

  .laptop\:delay-1000{
    transition-delay: 1000ms;
  }

  .laptop\:duration-75{
    transition-duration: 75ms;
  }

  .laptop\:duration-100{
    transition-duration: 100ms;
  }

  .laptop\:duration-150{
    transition-duration: 150ms;
  }

  .laptop\:duration-200{
    transition-duration: 200ms;
  }

  .laptop\:duration-300{
    transition-duration: 300ms;
  }

  .laptop\:duration-500{
    transition-duration: 500ms;
  }

  .laptop\:duration-700{
    transition-duration: 700ms;
  }

  .laptop\:duration-1000{
    transition-duration: 1000ms;
  }

  .laptop\:ease-linear{
    transition-timing-function: linear;
  }

  .laptop\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .laptop\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .laptop\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 1240px){
  .largeTablet\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .largeTablet\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .largeTablet\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .largeTablet\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .largeTablet\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .largeTablet\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .largeTablet\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .largeTablet\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .largeTablet\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .largeTablet\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .largeTablet\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .largeTablet\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .largeTablet\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .largeTablet\:container{
      max-width: 1701px;
    }
  }

  .largeTablet\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .largeTablet\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .largeTablet\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .largeTablet\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .largeTablet\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .largeTablet\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .largeTablet\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .largeTablet\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .largeTablet\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .largeTablet\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .largeTablet\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .largeTablet\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .largeTablet\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .largeTablet\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .largeTablet\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .largeTablet\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .largeTablet\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .largeTablet\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .largeTablet\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .largeTablet\:prose code::before{
    content: "`";
  }

  .largeTablet\:prose code::after{
    content: "`";
  }

  .largeTablet\:prose a code{
    color: #111827;
  }

  .largeTablet\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .largeTablet\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .largeTablet\:prose pre code::before{
    content: "";
  }

  .largeTablet\:prose pre code::after{
    content: "";
  }

  .largeTablet\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .largeTablet\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .largeTablet\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .largeTablet\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .largeTablet\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .largeTablet\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .largeTablet\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .largeTablet\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .largeTablet\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .largeTablet\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .largeTablet\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .largeTablet\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .largeTablet\:prose h2 code{
    font-size: 0.875em;
  }

  .largeTablet\:prose h3 code{
    font-size: 0.9em;
  }

  .largeTablet\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .largeTablet\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .largeTablet\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .largeTablet\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .largeTablet\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .largeTablet\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .largeTablet\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .largeTablet\:prose ul ul, .largeTablet\:prose ul ol, .largeTablet\:prose ol ul, .largeTablet\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .largeTablet\:prose hr + *{
    margin-top: 0;
  }

  .largeTablet\:prose h2 + *{
    margin-top: 0;
  }

  .largeTablet\:prose h3 + *{
    margin-top: 0;
  }

  .largeTablet\:prose h4 + *{
    margin-top: 0;
  }

  .largeTablet\:prose thead th:first-child{
    padding-left: 0;
  }

  .largeTablet\:prose thead th:last-child{
    padding-right: 0;
  }

  .largeTablet\:prose tbody td:first-child{
    padding-left: 0;
  }

  .largeTablet\:prose tbody td:last-child{
    padding-right: 0;
  }

  .largeTablet\:prose > :first-child{
    margin-top: 0;
  }

  .largeTablet\:prose > :last-child{
    margin-bottom: 0;
  }

  .largeTablet\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .largeTablet\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .largeTablet\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .largeTablet\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .largeTablet\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .largeTablet\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .largeTablet\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .largeTablet\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .largeTablet\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .largeTablet\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .largeTablet\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .largeTablet\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .largeTablet\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .largeTablet\:prose-sm code{
    font-size: 0.8571429em;
  }

  .largeTablet\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .largeTablet\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .largeTablet\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .largeTablet\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .largeTablet\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .largeTablet\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .largeTablet\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .largeTablet\:prose-sm ol > li::before{
    left: 0;
  }

  .largeTablet\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .largeTablet\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .largeTablet\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .largeTablet\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .largeTablet\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .largeTablet\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .largeTablet\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .largeTablet\:prose-sm ul ul, .largeTablet\:prose-sm ul ol, .largeTablet\:prose-sm ol ul, .largeTablet\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .largeTablet\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .largeTablet\:prose-sm hr + *{
    margin-top: 0;
  }

  .largeTablet\:prose-sm h2 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-sm h3 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-sm h4 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .largeTablet\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .largeTablet\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .largeTablet\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .largeTablet\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .largeTablet\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .largeTablet\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .largeTablet\:prose-sm > :first-child{
    margin-top: 0;
  }

  .largeTablet\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .largeTablet\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .largeTablet\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .largeTablet\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .largeTablet\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .largeTablet\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .largeTablet\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .largeTablet\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .largeTablet\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .largeTablet\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .largeTablet\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .largeTablet\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .largeTablet\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .largeTablet\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .largeTablet\:prose-lg code{
    font-size: 0.8888889em;
  }

  .largeTablet\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .largeTablet\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .largeTablet\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .largeTablet\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .largeTablet\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .largeTablet\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .largeTablet\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .largeTablet\:prose-lg ol > li::before{
    left: 0;
  }

  .largeTablet\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .largeTablet\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .largeTablet\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .largeTablet\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .largeTablet\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .largeTablet\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .largeTablet\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .largeTablet\:prose-lg ul ul, .largeTablet\:prose-lg ul ol, .largeTablet\:prose-lg ol ul, .largeTablet\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .largeTablet\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .largeTablet\:prose-lg hr + *{
    margin-top: 0;
  }

  .largeTablet\:prose-lg h2 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-lg h3 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-lg h4 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .largeTablet\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .largeTablet\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .largeTablet\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .largeTablet\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .largeTablet\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .largeTablet\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .largeTablet\:prose-lg > :first-child{
    margin-top: 0;
  }

  .largeTablet\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .largeTablet\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .largeTablet\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .largeTablet\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .largeTablet\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .largeTablet\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .largeTablet\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .largeTablet\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .largeTablet\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .largeTablet\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .largeTablet\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .largeTablet\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .largeTablet\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .largeTablet\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .largeTablet\:prose-xl code{
    font-size: 0.9em;
  }

  .largeTablet\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .largeTablet\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .largeTablet\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .largeTablet\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .largeTablet\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .largeTablet\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .largeTablet\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .largeTablet\:prose-xl ol > li::before{
    left: 0;
  }

  .largeTablet\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .largeTablet\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .largeTablet\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .largeTablet\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .largeTablet\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .largeTablet\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .largeTablet\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .largeTablet\:prose-xl ul ul, .largeTablet\:prose-xl ul ol, .largeTablet\:prose-xl ol ul, .largeTablet\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .largeTablet\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .largeTablet\:prose-xl hr + *{
    margin-top: 0;
  }

  .largeTablet\:prose-xl h2 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-xl h3 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-xl h4 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .largeTablet\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .largeTablet\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .largeTablet\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .largeTablet\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .largeTablet\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .largeTablet\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .largeTablet\:prose-xl > :first-child{
    margin-top: 0;
  }

  .largeTablet\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .largeTablet\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .largeTablet\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .largeTablet\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .largeTablet\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .largeTablet\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .largeTablet\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .largeTablet\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .largeTablet\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .largeTablet\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .largeTablet\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .largeTablet\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .largeTablet\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .largeTablet\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .largeTablet\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .largeTablet\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .largeTablet\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .largeTablet\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .largeTablet\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .largeTablet\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .largeTablet\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .largeTablet\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .largeTablet\:prose-2xl ol > li::before{
    left: 0;
  }

  .largeTablet\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .largeTablet\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .largeTablet\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .largeTablet\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .largeTablet\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .largeTablet\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .largeTablet\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .largeTablet\:prose-2xl ul ul, .largeTablet\:prose-2xl ul ol, .largeTablet\:prose-2xl ol ul, .largeTablet\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .largeTablet\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .largeTablet\:prose-2xl hr + *{
    margin-top: 0;
  }

  .largeTablet\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .largeTablet\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .largeTablet\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .largeTablet\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .largeTablet\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .largeTablet\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .largeTablet\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .largeTablet\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .largeTablet\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .largeTablet\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .largeTablet\:prose-blue{
  }

  .largeTablet\:prose-red{
  }

  .largeTablet\:prose-pink{
  }

  .largeTablet\:prose-indigo a{
    color: #4f46e5;
  }

  .largeTablet\:prose-indigo a code{
    color: #4f46e5;
  }

  .largeTablet\:prose-green a{
    color: #16a34a;
  }

  .largeTablet\:prose-green a code{
    color: #16a34a;
  }

  .largeTablet\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .largeTablet\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .largeTablet\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .largeTablet\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .largeTablet\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .largeTablet\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .largeTablet\:pointer-events-none{
    pointer-events: none;
  }

  .largeTablet\:pointer-events-auto{
    pointer-events: auto;
  }

  .largeTablet\:visible{
    visibility: visible;
  }

  .largeTablet\:invisible{
    visibility: hidden;
  }

  .largeTablet\:static{
    position: static;
  }

  .largeTablet\:fixed{
    position: fixed;
  }

  .largeTablet\:absolute{
    position: absolute;
  }

  .largeTablet\:relative{
    position: relative;
  }

  .largeTablet\:sticky{
    position: sticky;
  }

  .largeTablet\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .largeTablet\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .largeTablet\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .largeTablet\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .largeTablet\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .largeTablet\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .largeTablet\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .largeTablet\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .largeTablet\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .largeTablet\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .largeTablet\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .largeTablet\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .largeTablet\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .largeTablet\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .largeTablet\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .largeTablet\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .largeTablet\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .largeTablet\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .largeTablet\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .largeTablet\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .largeTablet\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .largeTablet\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .largeTablet\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .largeTablet\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .largeTablet\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .largeTablet\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .largeTablet\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .largeTablet\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .largeTablet\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .largeTablet\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .largeTablet\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .largeTablet\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .largeTablet\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .largeTablet\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .largeTablet\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .largeTablet\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .largeTablet\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .largeTablet\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .largeTablet\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .largeTablet\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .largeTablet\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .largeTablet\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .largeTablet\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .largeTablet\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .largeTablet\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .largeTablet\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .largeTablet\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .largeTablet\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .largeTablet\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .largeTablet\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .largeTablet\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .largeTablet\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .largeTablet\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .largeTablet\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .largeTablet\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .largeTablet\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .largeTablet\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .largeTablet\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .largeTablet\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .largeTablet\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .largeTablet\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .largeTablet\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .largeTablet\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .largeTablet\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .largeTablet\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .largeTablet\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .largeTablet\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .largeTablet\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .largeTablet\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .largeTablet\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .largeTablet\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .largeTablet\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .largeTablet\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .largeTablet\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .largeTablet\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .largeTablet\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .largeTablet\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .largeTablet\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .largeTablet\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .largeTablet\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .largeTablet\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .largeTablet\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .largeTablet\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .largeTablet\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .largeTablet\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .largeTablet\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .largeTablet\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .largeTablet\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .largeTablet\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .largeTablet\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .largeTablet\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .largeTablet\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .largeTablet\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .largeTablet\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .largeTablet\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .largeTablet\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .largeTablet\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .largeTablet\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .largeTablet\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .largeTablet\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .largeTablet\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .largeTablet\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .largeTablet\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .largeTablet\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .largeTablet\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .largeTablet\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .largeTablet\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .largeTablet\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .largeTablet\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .largeTablet\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .largeTablet\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .largeTablet\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .largeTablet\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .largeTablet\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .largeTablet\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .largeTablet\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .largeTablet\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .largeTablet\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .largeTablet\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .largeTablet\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .largeTablet\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .largeTablet\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .largeTablet\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .largeTablet\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .largeTablet\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .largeTablet\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .largeTablet\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .largeTablet\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .largeTablet\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .largeTablet\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .largeTablet\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .largeTablet\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .largeTablet\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .largeTablet\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .largeTablet\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .largeTablet\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .largeTablet\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .largeTablet\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .largeTablet\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .largeTablet\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .largeTablet\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .largeTablet\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .largeTablet\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .largeTablet\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .largeTablet\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .largeTablet\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .largeTablet\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .largeTablet\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .largeTablet\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .largeTablet\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .largeTablet\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .largeTablet\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .largeTablet\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .largeTablet\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .largeTablet\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .largeTablet\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .largeTablet\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .largeTablet\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .largeTablet\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .largeTablet\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .largeTablet\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .largeTablet\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .largeTablet\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .largeTablet\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .largeTablet\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .largeTablet\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .largeTablet\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .largeTablet\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .largeTablet\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .largeTablet\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .largeTablet\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .largeTablet\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .largeTablet\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .largeTablet\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .largeTablet\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .largeTablet\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .largeTablet\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .largeTablet\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .largeTablet\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .largeTablet\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .largeTablet\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .largeTablet\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .largeTablet\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .largeTablet\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .largeTablet\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .largeTablet\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .largeTablet\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .largeTablet\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .largeTablet\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .largeTablet\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .largeTablet\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .largeTablet\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .largeTablet\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .largeTablet\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .largeTablet\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .largeTablet\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .largeTablet\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .largeTablet\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .largeTablet\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .largeTablet\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .largeTablet\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .largeTablet\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .largeTablet\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .largeTablet\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .largeTablet\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .largeTablet\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .largeTablet\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .largeTablet\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .largeTablet\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .largeTablet\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .largeTablet\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .largeTablet\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .largeTablet\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .largeTablet\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .largeTablet\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .largeTablet\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .largeTablet\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .largeTablet\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .largeTablet\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .largeTablet\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .largeTablet\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .largeTablet\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .largeTablet\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .largeTablet\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .largeTablet\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .largeTablet\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .largeTablet\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .largeTablet\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .largeTablet\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .largeTablet\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .largeTablet\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .largeTablet\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .largeTablet\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .largeTablet\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .largeTablet\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .largeTablet\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .largeTablet\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .largeTablet\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .largeTablet\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .largeTablet\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .largeTablet\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .largeTablet\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .largeTablet\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .largeTablet\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .largeTablet\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .largeTablet\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .largeTablet\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .largeTablet\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .largeTablet\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .largeTablet\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .largeTablet\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .largeTablet\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .largeTablet\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .largeTablet\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .largeTablet\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .largeTablet\:top-0{
    top: 0px;
  }

  .largeTablet\:top-1{
    top: 0.25rem;
  }

  .largeTablet\:top-2{
    top: 0.5rem;
  }

  .largeTablet\:top-3{
    top: 0.75rem;
  }

  .largeTablet\:top-4{
    top: 1rem;
  }

  .largeTablet\:top-5{
    top: 1.25rem;
  }

  .largeTablet\:top-6{
    top: 1.5rem;
  }

  .largeTablet\:top-7{
    top: 1.75rem;
  }

  .largeTablet\:top-8{
    top: 2rem;
  }

  .largeTablet\:top-9{
    top: 2.25rem;
  }

  .largeTablet\:top-10{
    top: 2.5rem;
  }

  .largeTablet\:top-11{
    top: 2.75rem;
  }

  .largeTablet\:top-12{
    top: 3rem;
  }

  .largeTablet\:top-14{
    top: 3.5rem;
  }

  .largeTablet\:top-16{
    top: 4rem;
  }

  .largeTablet\:top-20{
    top: 5rem;
  }

  .largeTablet\:top-24{
    top: 6rem;
  }

  .largeTablet\:top-28{
    top: 7rem;
  }

  .largeTablet\:top-32{
    top: 8rem;
  }

  .largeTablet\:top-36{
    top: 9rem;
  }

  .largeTablet\:top-40{
    top: 10rem;
  }

  .largeTablet\:top-44{
    top: 11rem;
  }

  .largeTablet\:top-48{
    top: 12rem;
  }

  .largeTablet\:top-52{
    top: 13rem;
  }

  .largeTablet\:top-56{
    top: 14rem;
  }

  .largeTablet\:top-60{
    top: 15rem;
  }

  .largeTablet\:top-64{
    top: 16rem;
  }

  .largeTablet\:top-72{
    top: 18rem;
  }

  .largeTablet\:top-80{
    top: 20rem;
  }

  .largeTablet\:top-96{
    top: 24rem;
  }

  .largeTablet\:top-auto{
    top: auto;
  }

  .largeTablet\:top-px{
    top: 1px;
  }

  .largeTablet\:top-0\.5{
    top: 0.125rem;
  }

  .largeTablet\:top-1\.5{
    top: 0.375rem;
  }

  .largeTablet\:top-2\.5{
    top: 0.625rem;
  }

  .largeTablet\:top-3\.5{
    top: 0.875rem;
  }

  .largeTablet\:-top-0{
    top: 0px;
  }

  .largeTablet\:-top-1{
    top: -0.25rem;
  }

  .largeTablet\:-top-2{
    top: -0.5rem;
  }

  .largeTablet\:-top-3{
    top: -0.75rem;
  }

  .largeTablet\:-top-4{
    top: -1rem;
  }

  .largeTablet\:-top-5{
    top: -1.25rem;
  }

  .largeTablet\:-top-6{
    top: -1.5rem;
  }

  .largeTablet\:-top-7{
    top: -1.75rem;
  }

  .largeTablet\:-top-8{
    top: -2rem;
  }

  .largeTablet\:-top-9{
    top: -2.25rem;
  }

  .largeTablet\:-top-10{
    top: -2.5rem;
  }

  .largeTablet\:-top-11{
    top: -2.75rem;
  }

  .largeTablet\:-top-12{
    top: -3rem;
  }

  .largeTablet\:-top-14{
    top: -3.5rem;
  }

  .largeTablet\:-top-16{
    top: -4rem;
  }

  .largeTablet\:-top-20{
    top: -5rem;
  }

  .largeTablet\:-top-24{
    top: -6rem;
  }

  .largeTablet\:-top-28{
    top: -7rem;
  }

  .largeTablet\:-top-32{
    top: -8rem;
  }

  .largeTablet\:-top-36{
    top: -9rem;
  }

  .largeTablet\:-top-40{
    top: -10rem;
  }

  .largeTablet\:-top-44{
    top: -11rem;
  }

  .largeTablet\:-top-48{
    top: -12rem;
  }

  .largeTablet\:-top-52{
    top: -13rem;
  }

  .largeTablet\:-top-56{
    top: -14rem;
  }

  .largeTablet\:-top-60{
    top: -15rem;
  }

  .largeTablet\:-top-64{
    top: -16rem;
  }

  .largeTablet\:-top-72{
    top: -18rem;
  }

  .largeTablet\:-top-80{
    top: -20rem;
  }

  .largeTablet\:-top-96{
    top: -24rem;
  }

  .largeTablet\:-top-px{
    top: -1px;
  }

  .largeTablet\:-top-0\.5{
    top: -0.125rem;
  }

  .largeTablet\:-top-1\.5{
    top: -0.375rem;
  }

  .largeTablet\:-top-2\.5{
    top: -0.625rem;
  }

  .largeTablet\:-top-3\.5{
    top: -0.875rem;
  }

  .largeTablet\:top-1\/2{
    top: 50%;
  }

  .largeTablet\:top-1\/3{
    top: 33.333333%;
  }

  .largeTablet\:top-2\/3{
    top: 66.666667%;
  }

  .largeTablet\:top-1\/4{
    top: 25%;
  }

  .largeTablet\:top-2\/4{
    top: 50%;
  }

  .largeTablet\:top-3\/4{
    top: 75%;
  }

  .largeTablet\:top-full{
    top: 100%;
  }

  .largeTablet\:-top-1\/2{
    top: -50%;
  }

  .largeTablet\:-top-1\/3{
    top: -33.333333%;
  }

  .largeTablet\:-top-2\/3{
    top: -66.666667%;
  }

  .largeTablet\:-top-1\/4{
    top: -25%;
  }

  .largeTablet\:-top-2\/4{
    top: -50%;
  }

  .largeTablet\:-top-3\/4{
    top: -75%;
  }

  .largeTablet\:-top-full{
    top: -100%;
  }

  .largeTablet\:right-0{
    right: 0px;
  }

  .largeTablet\:right-1{
    right: 0.25rem;
  }

  .largeTablet\:right-2{
    right: 0.5rem;
  }

  .largeTablet\:right-3{
    right: 0.75rem;
  }

  .largeTablet\:right-4{
    right: 1rem;
  }

  .largeTablet\:right-5{
    right: 1.25rem;
  }

  .largeTablet\:right-6{
    right: 1.5rem;
  }

  .largeTablet\:right-7{
    right: 1.75rem;
  }

  .largeTablet\:right-8{
    right: 2rem;
  }

  .largeTablet\:right-9{
    right: 2.25rem;
  }

  .largeTablet\:right-10{
    right: 2.5rem;
  }

  .largeTablet\:right-11{
    right: 2.75rem;
  }

  .largeTablet\:right-12{
    right: 3rem;
  }

  .largeTablet\:right-14{
    right: 3.5rem;
  }

  .largeTablet\:right-16{
    right: 4rem;
  }

  .largeTablet\:right-20{
    right: 5rem;
  }

  .largeTablet\:right-24{
    right: 6rem;
  }

  .largeTablet\:right-28{
    right: 7rem;
  }

  .largeTablet\:right-32{
    right: 8rem;
  }

  .largeTablet\:right-36{
    right: 9rem;
  }

  .largeTablet\:right-40{
    right: 10rem;
  }

  .largeTablet\:right-44{
    right: 11rem;
  }

  .largeTablet\:right-48{
    right: 12rem;
  }

  .largeTablet\:right-52{
    right: 13rem;
  }

  .largeTablet\:right-56{
    right: 14rem;
  }

  .largeTablet\:right-60{
    right: 15rem;
  }

  .largeTablet\:right-64{
    right: 16rem;
  }

  .largeTablet\:right-72{
    right: 18rem;
  }

  .largeTablet\:right-80{
    right: 20rem;
  }

  .largeTablet\:right-96{
    right: 24rem;
  }

  .largeTablet\:right-auto{
    right: auto;
  }

  .largeTablet\:right-px{
    right: 1px;
  }

  .largeTablet\:right-0\.5{
    right: 0.125rem;
  }

  .largeTablet\:right-1\.5{
    right: 0.375rem;
  }

  .largeTablet\:right-2\.5{
    right: 0.625rem;
  }

  .largeTablet\:right-3\.5{
    right: 0.875rem;
  }

  .largeTablet\:-right-0{
    right: 0px;
  }

  .largeTablet\:-right-1{
    right: -0.25rem;
  }

  .largeTablet\:-right-2{
    right: -0.5rem;
  }

  .largeTablet\:-right-3{
    right: -0.75rem;
  }

  .largeTablet\:-right-4{
    right: -1rem;
  }

  .largeTablet\:-right-5{
    right: -1.25rem;
  }

  .largeTablet\:-right-6{
    right: -1.5rem;
  }

  .largeTablet\:-right-7{
    right: -1.75rem;
  }

  .largeTablet\:-right-8{
    right: -2rem;
  }

  .largeTablet\:-right-9{
    right: -2.25rem;
  }

  .largeTablet\:-right-10{
    right: -2.5rem;
  }

  .largeTablet\:-right-11{
    right: -2.75rem;
  }

  .largeTablet\:-right-12{
    right: -3rem;
  }

  .largeTablet\:-right-14{
    right: -3.5rem;
  }

  .largeTablet\:-right-16{
    right: -4rem;
  }

  .largeTablet\:-right-20{
    right: -5rem;
  }

  .largeTablet\:-right-24{
    right: -6rem;
  }

  .largeTablet\:-right-28{
    right: -7rem;
  }

  .largeTablet\:-right-32{
    right: -8rem;
  }

  .largeTablet\:-right-36{
    right: -9rem;
  }

  .largeTablet\:-right-40{
    right: -10rem;
  }

  .largeTablet\:-right-44{
    right: -11rem;
  }

  .largeTablet\:-right-48{
    right: -12rem;
  }

  .largeTablet\:-right-52{
    right: -13rem;
  }

  .largeTablet\:-right-56{
    right: -14rem;
  }

  .largeTablet\:-right-60{
    right: -15rem;
  }

  .largeTablet\:-right-64{
    right: -16rem;
  }

  .largeTablet\:-right-72{
    right: -18rem;
  }

  .largeTablet\:-right-80{
    right: -20rem;
  }

  .largeTablet\:-right-96{
    right: -24rem;
  }

  .largeTablet\:-right-px{
    right: -1px;
  }

  .largeTablet\:-right-0\.5{
    right: -0.125rem;
  }

  .largeTablet\:-right-1\.5{
    right: -0.375rem;
  }

  .largeTablet\:-right-2\.5{
    right: -0.625rem;
  }

  .largeTablet\:-right-3\.5{
    right: -0.875rem;
  }

  .largeTablet\:right-1\/2{
    right: 50%;
  }

  .largeTablet\:right-1\/3{
    right: 33.333333%;
  }

  .largeTablet\:right-2\/3{
    right: 66.666667%;
  }

  .largeTablet\:right-1\/4{
    right: 25%;
  }

  .largeTablet\:right-2\/4{
    right: 50%;
  }

  .largeTablet\:right-3\/4{
    right: 75%;
  }

  .largeTablet\:right-full{
    right: 100%;
  }

  .largeTablet\:-right-1\/2{
    right: -50%;
  }

  .largeTablet\:-right-1\/3{
    right: -33.333333%;
  }

  .largeTablet\:-right-2\/3{
    right: -66.666667%;
  }

  .largeTablet\:-right-1\/4{
    right: -25%;
  }

  .largeTablet\:-right-2\/4{
    right: -50%;
  }

  .largeTablet\:-right-3\/4{
    right: -75%;
  }

  .largeTablet\:-right-full{
    right: -100%;
  }

  .largeTablet\:bottom-0{
    bottom: 0px;
  }

  .largeTablet\:bottom-1{
    bottom: 0.25rem;
  }

  .largeTablet\:bottom-2{
    bottom: 0.5rem;
  }

  .largeTablet\:bottom-3{
    bottom: 0.75rem;
  }

  .largeTablet\:bottom-4{
    bottom: 1rem;
  }

  .largeTablet\:bottom-5{
    bottom: 1.25rem;
  }

  .largeTablet\:bottom-6{
    bottom: 1.5rem;
  }

  .largeTablet\:bottom-7{
    bottom: 1.75rem;
  }

  .largeTablet\:bottom-8{
    bottom: 2rem;
  }

  .largeTablet\:bottom-9{
    bottom: 2.25rem;
  }

  .largeTablet\:bottom-10{
    bottom: 2.5rem;
  }

  .largeTablet\:bottom-11{
    bottom: 2.75rem;
  }

  .largeTablet\:bottom-12{
    bottom: 3rem;
  }

  .largeTablet\:bottom-14{
    bottom: 3.5rem;
  }

  .largeTablet\:bottom-16{
    bottom: 4rem;
  }

  .largeTablet\:bottom-20{
    bottom: 5rem;
  }

  .largeTablet\:bottom-24{
    bottom: 6rem;
  }

  .largeTablet\:bottom-28{
    bottom: 7rem;
  }

  .largeTablet\:bottom-32{
    bottom: 8rem;
  }

  .largeTablet\:bottom-36{
    bottom: 9rem;
  }

  .largeTablet\:bottom-40{
    bottom: 10rem;
  }

  .largeTablet\:bottom-44{
    bottom: 11rem;
  }

  .largeTablet\:bottom-48{
    bottom: 12rem;
  }

  .largeTablet\:bottom-52{
    bottom: 13rem;
  }

  .largeTablet\:bottom-56{
    bottom: 14rem;
  }

  .largeTablet\:bottom-60{
    bottom: 15rem;
  }

  .largeTablet\:bottom-64{
    bottom: 16rem;
  }

  .largeTablet\:bottom-72{
    bottom: 18rem;
  }

  .largeTablet\:bottom-80{
    bottom: 20rem;
  }

  .largeTablet\:bottom-96{
    bottom: 24rem;
  }

  .largeTablet\:bottom-auto{
    bottom: auto;
  }

  .largeTablet\:bottom-px{
    bottom: 1px;
  }

  .largeTablet\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .largeTablet\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .largeTablet\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .largeTablet\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .largeTablet\:-bottom-0{
    bottom: 0px;
  }

  .largeTablet\:-bottom-1{
    bottom: -0.25rem;
  }

  .largeTablet\:-bottom-2{
    bottom: -0.5rem;
  }

  .largeTablet\:-bottom-3{
    bottom: -0.75rem;
  }

  .largeTablet\:-bottom-4{
    bottom: -1rem;
  }

  .largeTablet\:-bottom-5{
    bottom: -1.25rem;
  }

  .largeTablet\:-bottom-6{
    bottom: -1.5rem;
  }

  .largeTablet\:-bottom-7{
    bottom: -1.75rem;
  }

  .largeTablet\:-bottom-8{
    bottom: -2rem;
  }

  .largeTablet\:-bottom-9{
    bottom: -2.25rem;
  }

  .largeTablet\:-bottom-10{
    bottom: -2.5rem;
  }

  .largeTablet\:-bottom-11{
    bottom: -2.75rem;
  }

  .largeTablet\:-bottom-12{
    bottom: -3rem;
  }

  .largeTablet\:-bottom-14{
    bottom: -3.5rem;
  }

  .largeTablet\:-bottom-16{
    bottom: -4rem;
  }

  .largeTablet\:-bottom-20{
    bottom: -5rem;
  }

  .largeTablet\:-bottom-24{
    bottom: -6rem;
  }

  .largeTablet\:-bottom-28{
    bottom: -7rem;
  }

  .largeTablet\:-bottom-32{
    bottom: -8rem;
  }

  .largeTablet\:-bottom-36{
    bottom: -9rem;
  }

  .largeTablet\:-bottom-40{
    bottom: -10rem;
  }

  .largeTablet\:-bottom-44{
    bottom: -11rem;
  }

  .largeTablet\:-bottom-48{
    bottom: -12rem;
  }

  .largeTablet\:-bottom-52{
    bottom: -13rem;
  }

  .largeTablet\:-bottom-56{
    bottom: -14rem;
  }

  .largeTablet\:-bottom-60{
    bottom: -15rem;
  }

  .largeTablet\:-bottom-64{
    bottom: -16rem;
  }

  .largeTablet\:-bottom-72{
    bottom: -18rem;
  }

  .largeTablet\:-bottom-80{
    bottom: -20rem;
  }

  .largeTablet\:-bottom-96{
    bottom: -24rem;
  }

  .largeTablet\:-bottom-px{
    bottom: -1px;
  }

  .largeTablet\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .largeTablet\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .largeTablet\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .largeTablet\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .largeTablet\:bottom-1\/2{
    bottom: 50%;
  }

  .largeTablet\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .largeTablet\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .largeTablet\:bottom-1\/4{
    bottom: 25%;
  }

  .largeTablet\:bottom-2\/4{
    bottom: 50%;
  }

  .largeTablet\:bottom-3\/4{
    bottom: 75%;
  }

  .largeTablet\:bottom-full{
    bottom: 100%;
  }

  .largeTablet\:-bottom-1\/2{
    bottom: -50%;
  }

  .largeTablet\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .largeTablet\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .largeTablet\:-bottom-1\/4{
    bottom: -25%;
  }

  .largeTablet\:-bottom-2\/4{
    bottom: -50%;
  }

  .largeTablet\:-bottom-3\/4{
    bottom: -75%;
  }

  .largeTablet\:-bottom-full{
    bottom: -100%;
  }

  .largeTablet\:left-0{
    left: 0px;
  }

  .largeTablet\:left-1{
    left: 0.25rem;
  }

  .largeTablet\:left-2{
    left: 0.5rem;
  }

  .largeTablet\:left-3{
    left: 0.75rem;
  }

  .largeTablet\:left-4{
    left: 1rem;
  }

  .largeTablet\:left-5{
    left: 1.25rem;
  }

  .largeTablet\:left-6{
    left: 1.5rem;
  }

  .largeTablet\:left-7{
    left: 1.75rem;
  }

  .largeTablet\:left-8{
    left: 2rem;
  }

  .largeTablet\:left-9{
    left: 2.25rem;
  }

  .largeTablet\:left-10{
    left: 2.5rem;
  }

  .largeTablet\:left-11{
    left: 2.75rem;
  }

  .largeTablet\:left-12{
    left: 3rem;
  }

  .largeTablet\:left-14{
    left: 3.5rem;
  }

  .largeTablet\:left-16{
    left: 4rem;
  }

  .largeTablet\:left-20{
    left: 5rem;
  }

  .largeTablet\:left-24{
    left: 6rem;
  }

  .largeTablet\:left-28{
    left: 7rem;
  }

  .largeTablet\:left-32{
    left: 8rem;
  }

  .largeTablet\:left-36{
    left: 9rem;
  }

  .largeTablet\:left-40{
    left: 10rem;
  }

  .largeTablet\:left-44{
    left: 11rem;
  }

  .largeTablet\:left-48{
    left: 12rem;
  }

  .largeTablet\:left-52{
    left: 13rem;
  }

  .largeTablet\:left-56{
    left: 14rem;
  }

  .largeTablet\:left-60{
    left: 15rem;
  }

  .largeTablet\:left-64{
    left: 16rem;
  }

  .largeTablet\:left-72{
    left: 18rem;
  }

  .largeTablet\:left-80{
    left: 20rem;
  }

  .largeTablet\:left-96{
    left: 24rem;
  }

  .largeTablet\:left-auto{
    left: auto;
  }

  .largeTablet\:left-px{
    left: 1px;
  }

  .largeTablet\:left-0\.5{
    left: 0.125rem;
  }

  .largeTablet\:left-1\.5{
    left: 0.375rem;
  }

  .largeTablet\:left-2\.5{
    left: 0.625rem;
  }

  .largeTablet\:left-3\.5{
    left: 0.875rem;
  }

  .largeTablet\:-left-0{
    left: 0px;
  }

  .largeTablet\:-left-1{
    left: -0.25rem;
  }

  .largeTablet\:-left-2{
    left: -0.5rem;
  }

  .largeTablet\:-left-3{
    left: -0.75rem;
  }

  .largeTablet\:-left-4{
    left: -1rem;
  }

  .largeTablet\:-left-5{
    left: -1.25rem;
  }

  .largeTablet\:-left-6{
    left: -1.5rem;
  }

  .largeTablet\:-left-7{
    left: -1.75rem;
  }

  .largeTablet\:-left-8{
    left: -2rem;
  }

  .largeTablet\:-left-9{
    left: -2.25rem;
  }

  .largeTablet\:-left-10{
    left: -2.5rem;
  }

  .largeTablet\:-left-11{
    left: -2.75rem;
  }

  .largeTablet\:-left-12{
    left: -3rem;
  }

  .largeTablet\:-left-14{
    left: -3.5rem;
  }

  .largeTablet\:-left-16{
    left: -4rem;
  }

  .largeTablet\:-left-20{
    left: -5rem;
  }

  .largeTablet\:-left-24{
    left: -6rem;
  }

  .largeTablet\:-left-28{
    left: -7rem;
  }

  .largeTablet\:-left-32{
    left: -8rem;
  }

  .largeTablet\:-left-36{
    left: -9rem;
  }

  .largeTablet\:-left-40{
    left: -10rem;
  }

  .largeTablet\:-left-44{
    left: -11rem;
  }

  .largeTablet\:-left-48{
    left: -12rem;
  }

  .largeTablet\:-left-52{
    left: -13rem;
  }

  .largeTablet\:-left-56{
    left: -14rem;
  }

  .largeTablet\:-left-60{
    left: -15rem;
  }

  .largeTablet\:-left-64{
    left: -16rem;
  }

  .largeTablet\:-left-72{
    left: -18rem;
  }

  .largeTablet\:-left-80{
    left: -20rem;
  }

  .largeTablet\:-left-96{
    left: -24rem;
  }

  .largeTablet\:-left-px{
    left: -1px;
  }

  .largeTablet\:-left-0\.5{
    left: -0.125rem;
  }

  .largeTablet\:-left-1\.5{
    left: -0.375rem;
  }

  .largeTablet\:-left-2\.5{
    left: -0.625rem;
  }

  .largeTablet\:-left-3\.5{
    left: -0.875rem;
  }

  .largeTablet\:left-1\/2{
    left: 50%;
  }

  .largeTablet\:left-1\/3{
    left: 33.333333%;
  }

  .largeTablet\:left-2\/3{
    left: 66.666667%;
  }

  .largeTablet\:left-1\/4{
    left: 25%;
  }

  .largeTablet\:left-2\/4{
    left: 50%;
  }

  .largeTablet\:left-3\/4{
    left: 75%;
  }

  .largeTablet\:left-full{
    left: 100%;
  }

  .largeTablet\:-left-1\/2{
    left: -50%;
  }

  .largeTablet\:-left-1\/3{
    left: -33.333333%;
  }

  .largeTablet\:-left-2\/3{
    left: -66.666667%;
  }

  .largeTablet\:-left-1\/4{
    left: -25%;
  }

  .largeTablet\:-left-2\/4{
    left: -50%;
  }

  .largeTablet\:-left-3\/4{
    left: -75%;
  }

  .largeTablet\:-left-full{
    left: -100%;
  }

  .largeTablet\:isolate{
    isolation: isolate;
  }

  .largeTablet\:isolation-auto{
    isolation: auto;
  }

  .largeTablet\:z-0{
    z-index: 0;
  }

  .largeTablet\:z-10{
    z-index: 10;
  }

  .largeTablet\:z-20{
    z-index: 20;
  }

  .largeTablet\:z-30{
    z-index: 30;
  }

  .largeTablet\:z-40{
    z-index: 40;
  }

  .largeTablet\:z-50{
    z-index: 50;
  }

  .largeTablet\:z-auto{
    z-index: auto;
  }

  .largeTablet\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .largeTablet\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .largeTablet\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .largeTablet\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .largeTablet\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .largeTablet\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .largeTablet\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .largeTablet\:focus\:z-0:focus{
    z-index: 0;
  }

  .largeTablet\:focus\:z-10:focus{
    z-index: 10;
  }

  .largeTablet\:focus\:z-20:focus{
    z-index: 20;
  }

  .largeTablet\:focus\:z-30:focus{
    z-index: 30;
  }

  .largeTablet\:focus\:z-40:focus{
    z-index: 40;
  }

  .largeTablet\:focus\:z-50:focus{
    z-index: 50;
  }

  .largeTablet\:focus\:z-auto:focus{
    z-index: auto;
  }

  .largeTablet\:order-1{
    order: 1;
  }

  .largeTablet\:order-2{
    order: 2;
  }

  .largeTablet\:order-3{
    order: 3;
  }

  .largeTablet\:order-4{
    order: 4;
  }

  .largeTablet\:order-5{
    order: 5;
  }

  .largeTablet\:order-6{
    order: 6;
  }

  .largeTablet\:order-7{
    order: 7;
  }

  .largeTablet\:order-8{
    order: 8;
  }

  .largeTablet\:order-9{
    order: 9;
  }

  .largeTablet\:order-10{
    order: 10;
  }

  .largeTablet\:order-11{
    order: 11;
  }

  .largeTablet\:order-12{
    order: 12;
  }

  .largeTablet\:order-first{
    order: -9999;
  }

  .largeTablet\:order-last{
    order: 9999;
  }

  .largeTablet\:order-none{
    order: 0;
  }

  .largeTablet\:col-auto{
    grid-column: auto;
  }

  .largeTablet\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .largeTablet\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .largeTablet\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .largeTablet\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .largeTablet\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .largeTablet\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .largeTablet\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .largeTablet\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .largeTablet\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .largeTablet\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .largeTablet\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .largeTablet\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .largeTablet\:col-span-full{
    grid-column: 1 / -1;
  }

  .largeTablet\:col-start-1{
    grid-column-start: 1;
  }

  .largeTablet\:col-start-2{
    grid-column-start: 2;
  }

  .largeTablet\:col-start-3{
    grid-column-start: 3;
  }

  .largeTablet\:col-start-4{
    grid-column-start: 4;
  }

  .largeTablet\:col-start-5{
    grid-column-start: 5;
  }

  .largeTablet\:col-start-6{
    grid-column-start: 6;
  }

  .largeTablet\:col-start-7{
    grid-column-start: 7;
  }

  .largeTablet\:col-start-8{
    grid-column-start: 8;
  }

  .largeTablet\:col-start-9{
    grid-column-start: 9;
  }

  .largeTablet\:col-start-10{
    grid-column-start: 10;
  }

  .largeTablet\:col-start-11{
    grid-column-start: 11;
  }

  .largeTablet\:col-start-12{
    grid-column-start: 12;
  }

  .largeTablet\:col-start-13{
    grid-column-start: 13;
  }

  .largeTablet\:col-start-auto{
    grid-column-start: auto;
  }

  .largeTablet\:col-end-1{
    grid-column-end: 1;
  }

  .largeTablet\:col-end-2{
    grid-column-end: 2;
  }

  .largeTablet\:col-end-3{
    grid-column-end: 3;
  }

  .largeTablet\:col-end-4{
    grid-column-end: 4;
  }

  .largeTablet\:col-end-5{
    grid-column-end: 5;
  }

  .largeTablet\:col-end-6{
    grid-column-end: 6;
  }

  .largeTablet\:col-end-7{
    grid-column-end: 7;
  }

  .largeTablet\:col-end-8{
    grid-column-end: 8;
  }

  .largeTablet\:col-end-9{
    grid-column-end: 9;
  }

  .largeTablet\:col-end-10{
    grid-column-end: 10;
  }

  .largeTablet\:col-end-11{
    grid-column-end: 11;
  }

  .largeTablet\:col-end-12{
    grid-column-end: 12;
  }

  .largeTablet\:col-end-13{
    grid-column-end: 13;
  }

  .largeTablet\:col-end-auto{
    grid-column-end: auto;
  }

  .largeTablet\:row-auto{
    grid-row: auto;
  }

  .largeTablet\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .largeTablet\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .largeTablet\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .largeTablet\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .largeTablet\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .largeTablet\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .largeTablet\:row-span-full{
    grid-row: 1 / -1;
  }

  .largeTablet\:row-start-1{
    grid-row-start: 1;
  }

  .largeTablet\:row-start-2{
    grid-row-start: 2;
  }

  .largeTablet\:row-start-3{
    grid-row-start: 3;
  }

  .largeTablet\:row-start-4{
    grid-row-start: 4;
  }

  .largeTablet\:row-start-5{
    grid-row-start: 5;
  }

  .largeTablet\:row-start-6{
    grid-row-start: 6;
  }

  .largeTablet\:row-start-7{
    grid-row-start: 7;
  }

  .largeTablet\:row-start-auto{
    grid-row-start: auto;
  }

  .largeTablet\:row-end-1{
    grid-row-end: 1;
  }

  .largeTablet\:row-end-2{
    grid-row-end: 2;
  }

  .largeTablet\:row-end-3{
    grid-row-end: 3;
  }

  .largeTablet\:row-end-4{
    grid-row-end: 4;
  }

  .largeTablet\:row-end-5{
    grid-row-end: 5;
  }

  .largeTablet\:row-end-6{
    grid-row-end: 6;
  }

  .largeTablet\:row-end-7{
    grid-row-end: 7;
  }

  .largeTablet\:row-end-auto{
    grid-row-end: auto;
  }

  .largeTablet\:float-right{
    float: right;
  }

  .largeTablet\:float-left{
    float: left;
  }

  .largeTablet\:float-none{
    float: none;
  }

  .largeTablet\:clear-left{
    clear: left;
  }

  .largeTablet\:clear-right{
    clear: right;
  }

  .largeTablet\:clear-both{
    clear: both;
  }

  .largeTablet\:clear-none{
    clear: none;
  }

  .largeTablet\:m-0{
    margin: 0px;
  }

  .largeTablet\:m-1{
    margin: 0.25rem;
  }

  .largeTablet\:m-2{
    margin: 0.5rem;
  }

  .largeTablet\:m-3{
    margin: 0.75rem;
  }

  .largeTablet\:m-4{
    margin: 1rem;
  }

  .largeTablet\:m-5{
    margin: 1.25rem;
  }

  .largeTablet\:m-6{
    margin: 1.5rem;
  }

  .largeTablet\:m-7{
    margin: 1.75rem;
  }

  .largeTablet\:m-8{
    margin: 2rem;
  }

  .largeTablet\:m-9{
    margin: 2.25rem;
  }

  .largeTablet\:m-10{
    margin: 2.5rem;
  }

  .largeTablet\:m-11{
    margin: 2.75rem;
  }

  .largeTablet\:m-12{
    margin: 3rem;
  }

  .largeTablet\:m-14{
    margin: 3.5rem;
  }

  .largeTablet\:m-16{
    margin: 4rem;
  }

  .largeTablet\:m-20{
    margin: 5rem;
  }

  .largeTablet\:m-24{
    margin: 6rem;
  }

  .largeTablet\:m-28{
    margin: 7rem;
  }

  .largeTablet\:m-32{
    margin: 8rem;
  }

  .largeTablet\:m-36{
    margin: 9rem;
  }

  .largeTablet\:m-40{
    margin: 10rem;
  }

  .largeTablet\:m-44{
    margin: 11rem;
  }

  .largeTablet\:m-48{
    margin: 12rem;
  }

  .largeTablet\:m-52{
    margin: 13rem;
  }

  .largeTablet\:m-56{
    margin: 14rem;
  }

  .largeTablet\:m-60{
    margin: 15rem;
  }

  .largeTablet\:m-64{
    margin: 16rem;
  }

  .largeTablet\:m-72{
    margin: 18rem;
  }

  .largeTablet\:m-80{
    margin: 20rem;
  }

  .largeTablet\:m-96{
    margin: 24rem;
  }

  .largeTablet\:m-auto{
    margin: auto;
  }

  .largeTablet\:m-px{
    margin: 1px;
  }

  .largeTablet\:m-0\.5{
    margin: 0.125rem;
  }

  .largeTablet\:m-1\.5{
    margin: 0.375rem;
  }

  .largeTablet\:m-2\.5{
    margin: 0.625rem;
  }

  .largeTablet\:m-3\.5{
    margin: 0.875rem;
  }

  .largeTablet\:-m-0{
    margin: 0px;
  }

  .largeTablet\:-m-1{
    margin: -0.25rem;
  }

  .largeTablet\:-m-2{
    margin: -0.5rem;
  }

  .largeTablet\:-m-3{
    margin: -0.75rem;
  }

  .largeTablet\:-m-4{
    margin: -1rem;
  }

  .largeTablet\:-m-5{
    margin: -1.25rem;
  }

  .largeTablet\:-m-6{
    margin: -1.5rem;
  }

  .largeTablet\:-m-7{
    margin: -1.75rem;
  }

  .largeTablet\:-m-8{
    margin: -2rem;
  }

  .largeTablet\:-m-9{
    margin: -2.25rem;
  }

  .largeTablet\:-m-10{
    margin: -2.5rem;
  }

  .largeTablet\:-m-11{
    margin: -2.75rem;
  }

  .largeTablet\:-m-12{
    margin: -3rem;
  }

  .largeTablet\:-m-14{
    margin: -3.5rem;
  }

  .largeTablet\:-m-16{
    margin: -4rem;
  }

  .largeTablet\:-m-20{
    margin: -5rem;
  }

  .largeTablet\:-m-24{
    margin: -6rem;
  }

  .largeTablet\:-m-28{
    margin: -7rem;
  }

  .largeTablet\:-m-32{
    margin: -8rem;
  }

  .largeTablet\:-m-36{
    margin: -9rem;
  }

  .largeTablet\:-m-40{
    margin: -10rem;
  }

  .largeTablet\:-m-44{
    margin: -11rem;
  }

  .largeTablet\:-m-48{
    margin: -12rem;
  }

  .largeTablet\:-m-52{
    margin: -13rem;
  }

  .largeTablet\:-m-56{
    margin: -14rem;
  }

  .largeTablet\:-m-60{
    margin: -15rem;
  }

  .largeTablet\:-m-64{
    margin: -16rem;
  }

  .largeTablet\:-m-72{
    margin: -18rem;
  }

  .largeTablet\:-m-80{
    margin: -20rem;
  }

  .largeTablet\:-m-96{
    margin: -24rem;
  }

  .largeTablet\:-m-px{
    margin: -1px;
  }

  .largeTablet\:-m-0\.5{
    margin: -0.125rem;
  }

  .largeTablet\:-m-1\.5{
    margin: -0.375rem;
  }

  .largeTablet\:-m-2\.5{
    margin: -0.625rem;
  }

  .largeTablet\:-m-3\.5{
    margin: -0.875rem;
  }

  .largeTablet\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .largeTablet\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .largeTablet\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .largeTablet\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .largeTablet\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .largeTablet\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .largeTablet\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .largeTablet\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .largeTablet\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .largeTablet\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .largeTablet\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .largeTablet\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .largeTablet\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .largeTablet\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .largeTablet\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .largeTablet\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .largeTablet\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .largeTablet\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .largeTablet\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .largeTablet\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .largeTablet\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .largeTablet\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .largeTablet\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .largeTablet\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .largeTablet\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .largeTablet\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .largeTablet\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .largeTablet\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .largeTablet\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .largeTablet\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .largeTablet\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .largeTablet\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .largeTablet\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .largeTablet\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .largeTablet\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .largeTablet\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .largeTablet\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .largeTablet\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .largeTablet\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .largeTablet\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .largeTablet\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .largeTablet\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .largeTablet\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .largeTablet\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .largeTablet\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .largeTablet\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .largeTablet\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .largeTablet\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .largeTablet\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .largeTablet\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .largeTablet\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .largeTablet\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .largeTablet\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .largeTablet\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .largeTablet\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .largeTablet\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .largeTablet\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .largeTablet\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .largeTablet\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .largeTablet\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .largeTablet\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .largeTablet\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .largeTablet\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .largeTablet\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .largeTablet\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .largeTablet\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .largeTablet\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .largeTablet\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .largeTablet\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .largeTablet\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .largeTablet\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .largeTablet\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .largeTablet\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .largeTablet\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .largeTablet\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .largeTablet\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .largeTablet\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .largeTablet\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .largeTablet\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .largeTablet\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .largeTablet\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .largeTablet\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .largeTablet\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .largeTablet\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .largeTablet\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .largeTablet\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .largeTablet\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .largeTablet\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .largeTablet\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .largeTablet\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .largeTablet\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .largeTablet\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .largeTablet\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .largeTablet\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .largeTablet\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .largeTablet\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .largeTablet\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .largeTablet\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .largeTablet\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .largeTablet\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .largeTablet\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .largeTablet\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .largeTablet\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .largeTablet\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .largeTablet\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .largeTablet\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .largeTablet\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .largeTablet\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .largeTablet\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .largeTablet\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .largeTablet\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .largeTablet\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .largeTablet\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .largeTablet\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .largeTablet\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .largeTablet\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .largeTablet\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .largeTablet\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .largeTablet\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .largeTablet\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .largeTablet\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .largeTablet\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .largeTablet\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .largeTablet\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .largeTablet\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .largeTablet\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .largeTablet\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .largeTablet\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .largeTablet\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .largeTablet\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .largeTablet\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .largeTablet\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .largeTablet\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .largeTablet\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .largeTablet\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .largeTablet\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .largeTablet\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .largeTablet\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .largeTablet\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .largeTablet\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .largeTablet\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .largeTablet\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .largeTablet\:mt-0{
    margin-top: 0px;
  }

  .largeTablet\:mt-1{
    margin-top: 0.25rem;
  }

  .largeTablet\:mt-2{
    margin-top: 0.5rem;
  }

  .largeTablet\:mt-3{
    margin-top: 0.75rem;
  }

  .largeTablet\:mt-4{
    margin-top: 1rem;
  }

  .largeTablet\:mt-5{
    margin-top: 1.25rem;
  }

  .largeTablet\:mt-6{
    margin-top: 1.5rem;
  }

  .largeTablet\:mt-7{
    margin-top: 1.75rem;
  }

  .largeTablet\:mt-8{
    margin-top: 2rem;
  }

  .largeTablet\:mt-9{
    margin-top: 2.25rem;
  }

  .largeTablet\:mt-10{
    margin-top: 2.5rem;
  }

  .largeTablet\:mt-11{
    margin-top: 2.75rem;
  }

  .largeTablet\:mt-12{
    margin-top: 3rem;
  }

  .largeTablet\:mt-14{
    margin-top: 3.5rem;
  }

  .largeTablet\:mt-16{
    margin-top: 4rem;
  }

  .largeTablet\:mt-20{
    margin-top: 5rem;
  }

  .largeTablet\:mt-24{
    margin-top: 6rem;
  }

  .largeTablet\:mt-28{
    margin-top: 7rem;
  }

  .largeTablet\:mt-32{
    margin-top: 8rem;
  }

  .largeTablet\:mt-36{
    margin-top: 9rem;
  }

  .largeTablet\:mt-40{
    margin-top: 10rem;
  }

  .largeTablet\:mt-44{
    margin-top: 11rem;
  }

  .largeTablet\:mt-48{
    margin-top: 12rem;
  }

  .largeTablet\:mt-52{
    margin-top: 13rem;
  }

  .largeTablet\:mt-56{
    margin-top: 14rem;
  }

  .largeTablet\:mt-60{
    margin-top: 15rem;
  }

  .largeTablet\:mt-64{
    margin-top: 16rem;
  }

  .largeTablet\:mt-72{
    margin-top: 18rem;
  }

  .largeTablet\:mt-80{
    margin-top: 20rem;
  }

  .largeTablet\:mt-96{
    margin-top: 24rem;
  }

  .largeTablet\:mt-auto{
    margin-top: auto;
  }

  .largeTablet\:mt-px{
    margin-top: 1px;
  }

  .largeTablet\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .largeTablet\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .largeTablet\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .largeTablet\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .largeTablet\:-mt-0{
    margin-top: 0px;
  }

  .largeTablet\:-mt-1{
    margin-top: -0.25rem;
  }

  .largeTablet\:-mt-2{
    margin-top: -0.5rem;
  }

  .largeTablet\:-mt-3{
    margin-top: -0.75rem;
  }

  .largeTablet\:-mt-4{
    margin-top: -1rem;
  }

  .largeTablet\:-mt-5{
    margin-top: -1.25rem;
  }

  .largeTablet\:-mt-6{
    margin-top: -1.5rem;
  }

  .largeTablet\:-mt-7{
    margin-top: -1.75rem;
  }

  .largeTablet\:-mt-8{
    margin-top: -2rem;
  }

  .largeTablet\:-mt-9{
    margin-top: -2.25rem;
  }

  .largeTablet\:-mt-10{
    margin-top: -2.5rem;
  }

  .largeTablet\:-mt-11{
    margin-top: -2.75rem;
  }

  .largeTablet\:-mt-12{
    margin-top: -3rem;
  }

  .largeTablet\:-mt-14{
    margin-top: -3.5rem;
  }

  .largeTablet\:-mt-16{
    margin-top: -4rem;
  }

  .largeTablet\:-mt-20{
    margin-top: -5rem;
  }

  .largeTablet\:-mt-24{
    margin-top: -6rem;
  }

  .largeTablet\:-mt-28{
    margin-top: -7rem;
  }

  .largeTablet\:-mt-32{
    margin-top: -8rem;
  }

  .largeTablet\:-mt-36{
    margin-top: -9rem;
  }

  .largeTablet\:-mt-40{
    margin-top: -10rem;
  }

  .largeTablet\:-mt-44{
    margin-top: -11rem;
  }

  .largeTablet\:-mt-48{
    margin-top: -12rem;
  }

  .largeTablet\:-mt-52{
    margin-top: -13rem;
  }

  .largeTablet\:-mt-56{
    margin-top: -14rem;
  }

  .largeTablet\:-mt-60{
    margin-top: -15rem;
  }

  .largeTablet\:-mt-64{
    margin-top: -16rem;
  }

  .largeTablet\:-mt-72{
    margin-top: -18rem;
  }

  .largeTablet\:-mt-80{
    margin-top: -20rem;
  }

  .largeTablet\:-mt-96{
    margin-top: -24rem;
  }

  .largeTablet\:-mt-px{
    margin-top: -1px;
  }

  .largeTablet\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .largeTablet\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .largeTablet\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .largeTablet\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .largeTablet\:mr-0{
    margin-right: 0px;
  }

  .largeTablet\:mr-1{
    margin-right: 0.25rem;
  }

  .largeTablet\:mr-2{
    margin-right: 0.5rem;
  }

  .largeTablet\:mr-3{
    margin-right: 0.75rem;
  }

  .largeTablet\:mr-4{
    margin-right: 1rem;
  }

  .largeTablet\:mr-5{
    margin-right: 1.25rem;
  }

  .largeTablet\:mr-6{
    margin-right: 1.5rem;
  }

  .largeTablet\:mr-7{
    margin-right: 1.75rem;
  }

  .largeTablet\:mr-8{
    margin-right: 2rem;
  }

  .largeTablet\:mr-9{
    margin-right: 2.25rem;
  }

  .largeTablet\:mr-10{
    margin-right: 2.5rem;
  }

  .largeTablet\:mr-11{
    margin-right: 2.75rem;
  }

  .largeTablet\:mr-12{
    margin-right: 3rem;
  }

  .largeTablet\:mr-14{
    margin-right: 3.5rem;
  }

  .largeTablet\:mr-16{
    margin-right: 4rem;
  }

  .largeTablet\:mr-20{
    margin-right: 5rem;
  }

  .largeTablet\:mr-24{
    margin-right: 6rem;
  }

  .largeTablet\:mr-28{
    margin-right: 7rem;
  }

  .largeTablet\:mr-32{
    margin-right: 8rem;
  }

  .largeTablet\:mr-36{
    margin-right: 9rem;
  }

  .largeTablet\:mr-40{
    margin-right: 10rem;
  }

  .largeTablet\:mr-44{
    margin-right: 11rem;
  }

  .largeTablet\:mr-48{
    margin-right: 12rem;
  }

  .largeTablet\:mr-52{
    margin-right: 13rem;
  }

  .largeTablet\:mr-56{
    margin-right: 14rem;
  }

  .largeTablet\:mr-60{
    margin-right: 15rem;
  }

  .largeTablet\:mr-64{
    margin-right: 16rem;
  }

  .largeTablet\:mr-72{
    margin-right: 18rem;
  }

  .largeTablet\:mr-80{
    margin-right: 20rem;
  }

  .largeTablet\:mr-96{
    margin-right: 24rem;
  }

  .largeTablet\:mr-auto{
    margin-right: auto;
  }

  .largeTablet\:mr-px{
    margin-right: 1px;
  }

  .largeTablet\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .largeTablet\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .largeTablet\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .largeTablet\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .largeTablet\:-mr-0{
    margin-right: 0px;
  }

  .largeTablet\:-mr-1{
    margin-right: -0.25rem;
  }

  .largeTablet\:-mr-2{
    margin-right: -0.5rem;
  }

  .largeTablet\:-mr-3{
    margin-right: -0.75rem;
  }

  .largeTablet\:-mr-4{
    margin-right: -1rem;
  }

  .largeTablet\:-mr-5{
    margin-right: -1.25rem;
  }

  .largeTablet\:-mr-6{
    margin-right: -1.5rem;
  }

  .largeTablet\:-mr-7{
    margin-right: -1.75rem;
  }

  .largeTablet\:-mr-8{
    margin-right: -2rem;
  }

  .largeTablet\:-mr-9{
    margin-right: -2.25rem;
  }

  .largeTablet\:-mr-10{
    margin-right: -2.5rem;
  }

  .largeTablet\:-mr-11{
    margin-right: -2.75rem;
  }

  .largeTablet\:-mr-12{
    margin-right: -3rem;
  }

  .largeTablet\:-mr-14{
    margin-right: -3.5rem;
  }

  .largeTablet\:-mr-16{
    margin-right: -4rem;
  }

  .largeTablet\:-mr-20{
    margin-right: -5rem;
  }

  .largeTablet\:-mr-24{
    margin-right: -6rem;
  }

  .largeTablet\:-mr-28{
    margin-right: -7rem;
  }

  .largeTablet\:-mr-32{
    margin-right: -8rem;
  }

  .largeTablet\:-mr-36{
    margin-right: -9rem;
  }

  .largeTablet\:-mr-40{
    margin-right: -10rem;
  }

  .largeTablet\:-mr-44{
    margin-right: -11rem;
  }

  .largeTablet\:-mr-48{
    margin-right: -12rem;
  }

  .largeTablet\:-mr-52{
    margin-right: -13rem;
  }

  .largeTablet\:-mr-56{
    margin-right: -14rem;
  }

  .largeTablet\:-mr-60{
    margin-right: -15rem;
  }

  .largeTablet\:-mr-64{
    margin-right: -16rem;
  }

  .largeTablet\:-mr-72{
    margin-right: -18rem;
  }

  .largeTablet\:-mr-80{
    margin-right: -20rem;
  }

  .largeTablet\:-mr-96{
    margin-right: -24rem;
  }

  .largeTablet\:-mr-px{
    margin-right: -1px;
  }

  .largeTablet\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .largeTablet\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .largeTablet\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .largeTablet\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .largeTablet\:mb-0{
    margin-bottom: 0px;
  }

  .largeTablet\:mb-1{
    margin-bottom: 0.25rem;
  }

  .largeTablet\:mb-2{
    margin-bottom: 0.5rem;
  }

  .largeTablet\:mb-3{
    margin-bottom: 0.75rem;
  }

  .largeTablet\:mb-4{
    margin-bottom: 1rem;
  }

  .largeTablet\:mb-5{
    margin-bottom: 1.25rem;
  }

  .largeTablet\:mb-6{
    margin-bottom: 1.5rem;
  }

  .largeTablet\:mb-7{
    margin-bottom: 1.75rem;
  }

  .largeTablet\:mb-8{
    margin-bottom: 2rem;
  }

  .largeTablet\:mb-9{
    margin-bottom: 2.25rem;
  }

  .largeTablet\:mb-10{
    margin-bottom: 2.5rem;
  }

  .largeTablet\:mb-11{
    margin-bottom: 2.75rem;
  }

  .largeTablet\:mb-12{
    margin-bottom: 3rem;
  }

  .largeTablet\:mb-14{
    margin-bottom: 3.5rem;
  }

  .largeTablet\:mb-16{
    margin-bottom: 4rem;
  }

  .largeTablet\:mb-20{
    margin-bottom: 5rem;
  }

  .largeTablet\:mb-24{
    margin-bottom: 6rem;
  }

  .largeTablet\:mb-28{
    margin-bottom: 7rem;
  }

  .largeTablet\:mb-32{
    margin-bottom: 8rem;
  }

  .largeTablet\:mb-36{
    margin-bottom: 9rem;
  }

  .largeTablet\:mb-40{
    margin-bottom: 10rem;
  }

  .largeTablet\:mb-44{
    margin-bottom: 11rem;
  }

  .largeTablet\:mb-48{
    margin-bottom: 12rem;
  }

  .largeTablet\:mb-52{
    margin-bottom: 13rem;
  }

  .largeTablet\:mb-56{
    margin-bottom: 14rem;
  }

  .largeTablet\:mb-60{
    margin-bottom: 15rem;
  }

  .largeTablet\:mb-64{
    margin-bottom: 16rem;
  }

  .largeTablet\:mb-72{
    margin-bottom: 18rem;
  }

  .largeTablet\:mb-80{
    margin-bottom: 20rem;
  }

  .largeTablet\:mb-96{
    margin-bottom: 24rem;
  }

  .largeTablet\:mb-auto{
    margin-bottom: auto;
  }

  .largeTablet\:mb-px{
    margin-bottom: 1px;
  }

  .largeTablet\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .largeTablet\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .largeTablet\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .largeTablet\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .largeTablet\:-mb-0{
    margin-bottom: 0px;
  }

  .largeTablet\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .largeTablet\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .largeTablet\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .largeTablet\:-mb-4{
    margin-bottom: -1rem;
  }

  .largeTablet\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .largeTablet\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .largeTablet\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .largeTablet\:-mb-8{
    margin-bottom: -2rem;
  }

  .largeTablet\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .largeTablet\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .largeTablet\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .largeTablet\:-mb-12{
    margin-bottom: -3rem;
  }

  .largeTablet\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .largeTablet\:-mb-16{
    margin-bottom: -4rem;
  }

  .largeTablet\:-mb-20{
    margin-bottom: -5rem;
  }

  .largeTablet\:-mb-24{
    margin-bottom: -6rem;
  }

  .largeTablet\:-mb-28{
    margin-bottom: -7rem;
  }

  .largeTablet\:-mb-32{
    margin-bottom: -8rem;
  }

  .largeTablet\:-mb-36{
    margin-bottom: -9rem;
  }

  .largeTablet\:-mb-40{
    margin-bottom: -10rem;
  }

  .largeTablet\:-mb-44{
    margin-bottom: -11rem;
  }

  .largeTablet\:-mb-48{
    margin-bottom: -12rem;
  }

  .largeTablet\:-mb-52{
    margin-bottom: -13rem;
  }

  .largeTablet\:-mb-56{
    margin-bottom: -14rem;
  }

  .largeTablet\:-mb-60{
    margin-bottom: -15rem;
  }

  .largeTablet\:-mb-64{
    margin-bottom: -16rem;
  }

  .largeTablet\:-mb-72{
    margin-bottom: -18rem;
  }

  .largeTablet\:-mb-80{
    margin-bottom: -20rem;
  }

  .largeTablet\:-mb-96{
    margin-bottom: -24rem;
  }

  .largeTablet\:-mb-px{
    margin-bottom: -1px;
  }

  .largeTablet\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .largeTablet\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .largeTablet\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .largeTablet\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .largeTablet\:ml-0{
    margin-left: 0px;
  }

  .largeTablet\:ml-1{
    margin-left: 0.25rem;
  }

  .largeTablet\:ml-2{
    margin-left: 0.5rem;
  }

  .largeTablet\:ml-3{
    margin-left: 0.75rem;
  }

  .largeTablet\:ml-4{
    margin-left: 1rem;
  }

  .largeTablet\:ml-5{
    margin-left: 1.25rem;
  }

  .largeTablet\:ml-6{
    margin-left: 1.5rem;
  }

  .largeTablet\:ml-7{
    margin-left: 1.75rem;
  }

  .largeTablet\:ml-8{
    margin-left: 2rem;
  }

  .largeTablet\:ml-9{
    margin-left: 2.25rem;
  }

  .largeTablet\:ml-10{
    margin-left: 2.5rem;
  }

  .largeTablet\:ml-11{
    margin-left: 2.75rem;
  }

  .largeTablet\:ml-12{
    margin-left: 3rem;
  }

  .largeTablet\:ml-14{
    margin-left: 3.5rem;
  }

  .largeTablet\:ml-16{
    margin-left: 4rem;
  }

  .largeTablet\:ml-20{
    margin-left: 5rem;
  }

  .largeTablet\:ml-24{
    margin-left: 6rem;
  }

  .largeTablet\:ml-28{
    margin-left: 7rem;
  }

  .largeTablet\:ml-32{
    margin-left: 8rem;
  }

  .largeTablet\:ml-36{
    margin-left: 9rem;
  }

  .largeTablet\:ml-40{
    margin-left: 10rem;
  }

  .largeTablet\:ml-44{
    margin-left: 11rem;
  }

  .largeTablet\:ml-48{
    margin-left: 12rem;
  }

  .largeTablet\:ml-52{
    margin-left: 13rem;
  }

  .largeTablet\:ml-56{
    margin-left: 14rem;
  }

  .largeTablet\:ml-60{
    margin-left: 15rem;
  }

  .largeTablet\:ml-64{
    margin-left: 16rem;
  }

  .largeTablet\:ml-72{
    margin-left: 18rem;
  }

  .largeTablet\:ml-80{
    margin-left: 20rem;
  }

  .largeTablet\:ml-96{
    margin-left: 24rem;
  }

  .largeTablet\:ml-auto{
    margin-left: auto;
  }

  .largeTablet\:ml-px{
    margin-left: 1px;
  }

  .largeTablet\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .largeTablet\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .largeTablet\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .largeTablet\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .largeTablet\:-ml-0{
    margin-left: 0px;
  }

  .largeTablet\:-ml-1{
    margin-left: -0.25rem;
  }

  .largeTablet\:-ml-2{
    margin-left: -0.5rem;
  }

  .largeTablet\:-ml-3{
    margin-left: -0.75rem;
  }

  .largeTablet\:-ml-4{
    margin-left: -1rem;
  }

  .largeTablet\:-ml-5{
    margin-left: -1.25rem;
  }

  .largeTablet\:-ml-6{
    margin-left: -1.5rem;
  }

  .largeTablet\:-ml-7{
    margin-left: -1.75rem;
  }

  .largeTablet\:-ml-8{
    margin-left: -2rem;
  }

  .largeTablet\:-ml-9{
    margin-left: -2.25rem;
  }

  .largeTablet\:-ml-10{
    margin-left: -2.5rem;
  }

  .largeTablet\:-ml-11{
    margin-left: -2.75rem;
  }

  .largeTablet\:-ml-12{
    margin-left: -3rem;
  }

  .largeTablet\:-ml-14{
    margin-left: -3.5rem;
  }

  .largeTablet\:-ml-16{
    margin-left: -4rem;
  }

  .largeTablet\:-ml-20{
    margin-left: -5rem;
  }

  .largeTablet\:-ml-24{
    margin-left: -6rem;
  }

  .largeTablet\:-ml-28{
    margin-left: -7rem;
  }

  .largeTablet\:-ml-32{
    margin-left: -8rem;
  }

  .largeTablet\:-ml-36{
    margin-left: -9rem;
  }

  .largeTablet\:-ml-40{
    margin-left: -10rem;
  }

  .largeTablet\:-ml-44{
    margin-left: -11rem;
  }

  .largeTablet\:-ml-48{
    margin-left: -12rem;
  }

  .largeTablet\:-ml-52{
    margin-left: -13rem;
  }

  .largeTablet\:-ml-56{
    margin-left: -14rem;
  }

  .largeTablet\:-ml-60{
    margin-left: -15rem;
  }

  .largeTablet\:-ml-64{
    margin-left: -16rem;
  }

  .largeTablet\:-ml-72{
    margin-left: -18rem;
  }

  .largeTablet\:-ml-80{
    margin-left: -20rem;
  }

  .largeTablet\:-ml-96{
    margin-left: -24rem;
  }

  .largeTablet\:-ml-px{
    margin-left: -1px;
  }

  .largeTablet\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .largeTablet\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .largeTablet\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .largeTablet\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .largeTablet\:box-border{
    box-sizing: border-box;
  }

  .largeTablet\:box-content{
    box-sizing: content-box;
  }

  .largeTablet\:block{
    display: block;
  }

  .largeTablet\:inline-block{
    display: inline-block;
  }

  .largeTablet\:inline{
    display: inline;
  }

  .largeTablet\:flex{
    display: flex;
  }

  .largeTablet\:inline-flex{
    display: inline-flex;
  }

  .largeTablet\:table{
    display: table;
  }

  .largeTablet\:inline-table{
    display: inline-table;
  }

  .largeTablet\:table-caption{
    display: table-caption;
  }

  .largeTablet\:table-cell{
    display: table-cell;
  }

  .largeTablet\:table-column{
    display: table-column;
  }

  .largeTablet\:table-column-group{
    display: table-column-group;
  }

  .largeTablet\:table-footer-group{
    display: table-footer-group;
  }

  .largeTablet\:table-header-group{
    display: table-header-group;
  }

  .largeTablet\:table-row-group{
    display: table-row-group;
  }

  .largeTablet\:table-row{
    display: table-row;
  }

  .largeTablet\:flow-root{
    display: flow-root;
  }

  .largeTablet\:grid{
    display: grid;
  }

  .largeTablet\:inline-grid{
    display: inline-grid;
  }

  .largeTablet\:contents{
    display: contents;
  }

  .largeTablet\:list-item{
    display: list-item;
  }

  .largeTablet\:hidden{
    display: none;
  }

  .largeTablet\:h-0{
    height: 0px;
  }

  .largeTablet\:h-1{
    height: 0.25rem;
  }

  .largeTablet\:h-2{
    height: 0.5rem;
  }

  .largeTablet\:h-3{
    height: 0.75rem;
  }

  .largeTablet\:h-4{
    height: 1rem;
  }

  .largeTablet\:h-5{
    height: 1.25rem;
  }

  .largeTablet\:h-6{
    height: 1.5rem;
  }

  .largeTablet\:h-7{
    height: 1.75rem;
  }

  .largeTablet\:h-8{
    height: 2rem;
  }

  .largeTablet\:h-9{
    height: 2.25rem;
  }

  .largeTablet\:h-10{
    height: 2.5rem;
  }

  .largeTablet\:h-11{
    height: 2.75rem;
  }

  .largeTablet\:h-12{
    height: 3rem;
  }

  .largeTablet\:h-14{
    height: 3.5rem;
  }

  .largeTablet\:h-16{
    height: 4rem;
  }

  .largeTablet\:h-20{
    height: 5rem;
  }

  .largeTablet\:h-24{
    height: 6rem;
  }

  .largeTablet\:h-28{
    height: 7rem;
  }

  .largeTablet\:h-32{
    height: 8rem;
  }

  .largeTablet\:h-36{
    height: 9rem;
  }

  .largeTablet\:h-40{
    height: 10rem;
  }

  .largeTablet\:h-44{
    height: 11rem;
  }

  .largeTablet\:h-48{
    height: 12rem;
  }

  .largeTablet\:h-52{
    height: 13rem;
  }

  .largeTablet\:h-56{
    height: 14rem;
  }

  .largeTablet\:h-60{
    height: 15rem;
  }

  .largeTablet\:h-64{
    height: 16rem;
  }

  .largeTablet\:h-72{
    height: 18rem;
  }

  .largeTablet\:h-80{
    height: 20rem;
  }

  .largeTablet\:h-96{
    height: 24rem;
  }

  .largeTablet\:h-auto{
    height: auto;
  }

  .largeTablet\:h-px{
    height: 1px;
  }

  .largeTablet\:h-0\.5{
    height: 0.125rem;
  }

  .largeTablet\:h-1\.5{
    height: 0.375rem;
  }

  .largeTablet\:h-2\.5{
    height: 0.625rem;
  }

  .largeTablet\:h-3\.5{
    height: 0.875rem;
  }

  .largeTablet\:h-1\/2{
    height: 50%;
  }

  .largeTablet\:h-1\/3{
    height: 33.333333%;
  }

  .largeTablet\:h-2\/3{
    height: 66.666667%;
  }

  .largeTablet\:h-1\/4{
    height: 25%;
  }

  .largeTablet\:h-2\/4{
    height: 50%;
  }

  .largeTablet\:h-3\/4{
    height: 75%;
  }

  .largeTablet\:h-1\/5{
    height: 20%;
  }

  .largeTablet\:h-2\/5{
    height: 40%;
  }

  .largeTablet\:h-3\/5{
    height: 60%;
  }

  .largeTablet\:h-4\/5{
    height: 80%;
  }

  .largeTablet\:h-1\/6{
    height: 16.666667%;
  }

  .largeTablet\:h-2\/6{
    height: 33.333333%;
  }

  .largeTablet\:h-3\/6{
    height: 50%;
  }

  .largeTablet\:h-4\/6{
    height: 66.666667%;
  }

  .largeTablet\:h-5\/6{
    height: 83.333333%;
  }

  .largeTablet\:h-full{
    height: 100%;
  }

  .largeTablet\:h-screen{
    height: 100vh;
  }

  .largeTablet\:max-h-0{
    max-height: 0px;
  }

  .largeTablet\:max-h-1{
    max-height: 0.25rem;
  }

  .largeTablet\:max-h-2{
    max-height: 0.5rem;
  }

  .largeTablet\:max-h-3{
    max-height: 0.75rem;
  }

  .largeTablet\:max-h-4{
    max-height: 1rem;
  }

  .largeTablet\:max-h-5{
    max-height: 1.25rem;
  }

  .largeTablet\:max-h-6{
    max-height: 1.5rem;
  }

  .largeTablet\:max-h-7{
    max-height: 1.75rem;
  }

  .largeTablet\:max-h-8{
    max-height: 2rem;
  }

  .largeTablet\:max-h-9{
    max-height: 2.25rem;
  }

  .largeTablet\:max-h-10{
    max-height: 2.5rem;
  }

  .largeTablet\:max-h-11{
    max-height: 2.75rem;
  }

  .largeTablet\:max-h-12{
    max-height: 3rem;
  }

  .largeTablet\:max-h-14{
    max-height: 3.5rem;
  }

  .largeTablet\:max-h-16{
    max-height: 4rem;
  }

  .largeTablet\:max-h-20{
    max-height: 5rem;
  }

  .largeTablet\:max-h-24{
    max-height: 6rem;
  }

  .largeTablet\:max-h-28{
    max-height: 7rem;
  }

  .largeTablet\:max-h-32{
    max-height: 8rem;
  }

  .largeTablet\:max-h-36{
    max-height: 9rem;
  }

  .largeTablet\:max-h-40{
    max-height: 10rem;
  }

  .largeTablet\:max-h-44{
    max-height: 11rem;
  }

  .largeTablet\:max-h-48{
    max-height: 12rem;
  }

  .largeTablet\:max-h-52{
    max-height: 13rem;
  }

  .largeTablet\:max-h-56{
    max-height: 14rem;
  }

  .largeTablet\:max-h-60{
    max-height: 15rem;
  }

  .largeTablet\:max-h-64{
    max-height: 16rem;
  }

  .largeTablet\:max-h-72{
    max-height: 18rem;
  }

  .largeTablet\:max-h-80{
    max-height: 20rem;
  }

  .largeTablet\:max-h-96{
    max-height: 24rem;
  }

  .largeTablet\:max-h-px{
    max-height: 1px;
  }

  .largeTablet\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .largeTablet\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .largeTablet\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .largeTablet\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .largeTablet\:max-h-full{
    max-height: 100%;
  }

  .largeTablet\:max-h-screen{
    max-height: 100vh;
  }

  .largeTablet\:min-h-0{
    min-height: 0px;
  }

  .largeTablet\:min-h-full{
    min-height: 100%;
  }

  .largeTablet\:min-h-screen{
    min-height: 100vh;
  }

  .largeTablet\:w-0{
    width: 0px;
  }

  .largeTablet\:w-1{
    width: 0.25rem;
  }

  .largeTablet\:w-2{
    width: 0.5rem;
  }

  .largeTablet\:w-3{
    width: 0.75rem;
  }

  .largeTablet\:w-4{
    width: 1rem;
  }

  .largeTablet\:w-5{
    width: 1.25rem;
  }

  .largeTablet\:w-6{
    width: 1.5rem;
  }

  .largeTablet\:w-7{
    width: 1.75rem;
  }

  .largeTablet\:w-8{
    width: 2rem;
  }

  .largeTablet\:w-9{
    width: 2.25rem;
  }

  .largeTablet\:w-10{
    width: 2.5rem;
  }

  .largeTablet\:w-11{
    width: 2.75rem;
  }

  .largeTablet\:w-12{
    width: 3rem;
  }

  .largeTablet\:w-14{
    width: 3.5rem;
  }

  .largeTablet\:w-16{
    width: 4rem;
  }

  .largeTablet\:w-20{
    width: 5rem;
  }

  .largeTablet\:w-24{
    width: 6rem;
  }

  .largeTablet\:w-28{
    width: 7rem;
  }

  .largeTablet\:w-32{
    width: 8rem;
  }

  .largeTablet\:w-36{
    width: 9rem;
  }

  .largeTablet\:w-40{
    width: 10rem;
  }

  .largeTablet\:w-44{
    width: 11rem;
  }

  .largeTablet\:w-48{
    width: 12rem;
  }

  .largeTablet\:w-52{
    width: 13rem;
  }

  .largeTablet\:w-56{
    width: 14rem;
  }

  .largeTablet\:w-60{
    width: 15rem;
  }

  .largeTablet\:w-64{
    width: 16rem;
  }

  .largeTablet\:w-72{
    width: 18rem;
  }

  .largeTablet\:w-80{
    width: 20rem;
  }

  .largeTablet\:w-96{
    width: 24rem;
  }

  .largeTablet\:w-auto{
    width: auto;
  }

  .largeTablet\:w-px{
    width: 1px;
  }

  .largeTablet\:w-0\.5{
    width: 0.125rem;
  }

  .largeTablet\:w-1\.5{
    width: 0.375rem;
  }

  .largeTablet\:w-2\.5{
    width: 0.625rem;
  }

  .largeTablet\:w-3\.5{
    width: 0.875rem;
  }

  .largeTablet\:w-1\/2{
    width: 50%;
  }

  .largeTablet\:w-1\/3{
    width: 33.333333%;
  }

  .largeTablet\:w-2\/3{
    width: 66.666667%;
  }

  .largeTablet\:w-1\/4{
    width: 25%;
  }

  .largeTablet\:w-2\/4{
    width: 50%;
  }

  .largeTablet\:w-3\/4{
    width: 75%;
  }

  .largeTablet\:w-1\/5{
    width: 20%;
  }

  .largeTablet\:w-2\/5{
    width: 40%;
  }

  .largeTablet\:w-3\/5{
    width: 60%;
  }

  .largeTablet\:w-4\/5{
    width: 80%;
  }

  .largeTablet\:w-1\/6{
    width: 16.666667%;
  }

  .largeTablet\:w-2\/6{
    width: 33.333333%;
  }

  .largeTablet\:w-3\/6{
    width: 50%;
  }

  .largeTablet\:w-4\/6{
    width: 66.666667%;
  }

  .largeTablet\:w-5\/6{
    width: 83.333333%;
  }

  .largeTablet\:w-1\/12{
    width: 8.333333%;
  }

  .largeTablet\:w-2\/12{
    width: 16.666667%;
  }

  .largeTablet\:w-3\/12{
    width: 25%;
  }

  .largeTablet\:w-4\/12{
    width: 33.333333%;
  }

  .largeTablet\:w-5\/12{
    width: 41.666667%;
  }

  .largeTablet\:w-6\/12{
    width: 50%;
  }

  .largeTablet\:w-7\/12{
    width: 58.333333%;
  }

  .largeTablet\:w-8\/12{
    width: 66.666667%;
  }

  .largeTablet\:w-9\/12{
    width: 75%;
  }

  .largeTablet\:w-10\/12{
    width: 83.333333%;
  }

  .largeTablet\:w-11\/12{
    width: 91.666667%;
  }

  .largeTablet\:w-full{
    width: 100%;
  }

  .largeTablet\:w-screen{
    width: 100vw;
  }

  .largeTablet\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .largeTablet\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .largeTablet\:min-w-0{
    min-width: 0px;
  }

  .largeTablet\:min-w-full{
    min-width: 100%;
  }

  .largeTablet\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .largeTablet\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .largeTablet\:max-w-0{
    max-width: 0rem;
  }

  .largeTablet\:max-w-none{
    max-width: none;
  }

  .largeTablet\:max-w-xs{
    max-width: 20rem;
  }

  .largeTablet\:max-w-sm{
    max-width: 24rem;
  }

  .largeTablet\:max-w-md{
    max-width: 28rem;
  }

  .largeTablet\:max-w-lg{
    max-width: 32rem;
  }

  .largeTablet\:max-w-xl{
    max-width: 36rem;
  }

  .largeTablet\:max-w-2xl{
    max-width: 42rem;
  }

  .largeTablet\:max-w-3xl{
    max-width: 48rem;
  }

  .largeTablet\:max-w-4xl{
    max-width: 56rem;
  }

  .largeTablet\:max-w-5xl{
    max-width: 64rem;
  }

  .largeTablet\:max-w-6xl{
    max-width: 72rem;
  }

  .largeTablet\:max-w-7xl{
    max-width: 80rem;
  }

  .largeTablet\:max-w-full{
    max-width: 100%;
  }

  .largeTablet\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .largeTablet\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .largeTablet\:max-w-prose{
    max-width: 65ch;
  }

  .largeTablet\:max-w-screen-sm{
    max-width: 640px;
  }

  .largeTablet\:max-w-screen-md{
    max-width: 768px;
  }

  .largeTablet\:max-w-screen-lg{
    max-width: 1024px;
  }

  .largeTablet\:max-w-screen-xl{
    max-width: 1280px;
  }

  .largeTablet\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .largeTablet\:flex-1{
    flex: 1 1 0%;
  }

  .largeTablet\:flex-auto{
    flex: 1 1 auto;
  }

  .largeTablet\:flex-initial{
    flex: 0 1 auto;
  }

  .largeTablet\:flex-none{
    flex: none;
  }

  .largeTablet\:flex-shrink-0{
    flex-shrink: 0;
  }

  .largeTablet\:flex-shrink{
    flex-shrink: 1;
  }

  .largeTablet\:flex-grow-0{
    flex-grow: 0;
  }

  .largeTablet\:flex-grow{
    flex-grow: 1;
  }

  .largeTablet\:table-auto{
    table-layout: auto;
  }

  .largeTablet\:table-fixed{
    table-layout: fixed;
  }

  .largeTablet\:border-collapse{
    border-collapse: collapse;
  }

  .largeTablet\:border-separate{
    border-collapse: separate;
  }

  .largeTablet\:origin-center{
    transform-origin: center;
  }

  .largeTablet\:origin-top{
    transform-origin: top;
  }

  .largeTablet\:origin-top-right{
    transform-origin: top right;
  }

  .largeTablet\:origin-right{
    transform-origin: right;
  }

  .largeTablet\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .largeTablet\:origin-bottom{
    transform-origin: bottom;
  }

  .largeTablet\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .largeTablet\:origin-left{
    transform-origin: left;
  }

  .largeTablet\:origin-top-left{
    transform-origin: top left;
  }

  .largeTablet\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .largeTablet\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .largeTablet\:transform-none{
    transform: none;
  }

  .largeTablet\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .largeTablet\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .largeTablet\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .largeTablet\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .largeTablet\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .largeTablet\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .largeTablet\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .largeTablet\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .largeTablet\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .largeTablet\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .largeTablet\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .largeTablet\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .largeTablet\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .largeTablet\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .largeTablet\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .largeTablet\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .largeTablet\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .largeTablet\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .largeTablet\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .largeTablet\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .largeTablet\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .largeTablet\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .largeTablet\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .largeTablet\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .largeTablet\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .largeTablet\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .largeTablet\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .largeTablet\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .largeTablet\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .largeTablet\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .largeTablet\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .largeTablet\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .largeTablet\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .largeTablet\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .largeTablet\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .largeTablet\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .largeTablet\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .largeTablet\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .largeTablet\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .largeTablet\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .largeTablet\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .largeTablet\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .largeTablet\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .largeTablet\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .largeTablet\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .largeTablet\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .largeTablet\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .largeTablet\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .largeTablet\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .largeTablet\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .largeTablet\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .largeTablet\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .largeTablet\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .largeTablet\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .largeTablet\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .largeTablet\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .largeTablet\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .largeTablet\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .largeTablet\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .largeTablet\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .largeTablet\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .largeTablet\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .largeTablet\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .largeTablet\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .largeTablet\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .largeTablet\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .largeTablet\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .largeTablet\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .largeTablet\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .largeTablet\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .largeTablet\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .largeTablet\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .largeTablet\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .largeTablet\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .largeTablet\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .largeTablet\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .largeTablet\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .largeTablet\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .largeTablet\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .largeTablet\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .largeTablet\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .largeTablet\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .largeTablet\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .largeTablet\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .largeTablet\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .largeTablet\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .largeTablet\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .largeTablet\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .largeTablet\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .largeTablet\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .largeTablet\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .largeTablet\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .largeTablet\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .largeTablet\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .largeTablet\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .largeTablet\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .largeTablet\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .largeTablet\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .largeTablet\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .largeTablet\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .largeTablet\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .largeTablet\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .largeTablet\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .largeTablet\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .largeTablet\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .largeTablet\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .largeTablet\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .largeTablet\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .largeTablet\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .largeTablet\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .largeTablet\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .largeTablet\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .largeTablet\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .largeTablet\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .largeTablet\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .largeTablet\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .largeTablet\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .largeTablet\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .largeTablet\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .largeTablet\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .largeTablet\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .largeTablet\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .largeTablet\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .largeTablet\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .largeTablet\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .largeTablet\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .largeTablet\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .largeTablet\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .largeTablet\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .largeTablet\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .largeTablet\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .largeTablet\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .largeTablet\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .largeTablet\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .largeTablet\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .largeTablet\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .largeTablet\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .largeTablet\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .largeTablet\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .largeTablet\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .largeTablet\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .largeTablet\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .largeTablet\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .largeTablet\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .largeTablet\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .largeTablet\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .largeTablet\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .largeTablet\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .largeTablet\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .largeTablet\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .largeTablet\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .largeTablet\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .largeTablet\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .largeTablet\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .largeTablet\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .largeTablet\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .largeTablet\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .largeTablet\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .largeTablet\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .largeTablet\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .largeTablet\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .largeTablet\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .largeTablet\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .largeTablet\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .largeTablet\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .largeTablet\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .largeTablet\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .largeTablet\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .largeTablet\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .largeTablet\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .largeTablet\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .largeTablet\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .largeTablet\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .largeTablet\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .largeTablet\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .largeTablet\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .largeTablet\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .largeTablet\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .largeTablet\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .largeTablet\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .largeTablet\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .largeTablet\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .largeTablet\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .largeTablet\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .largeTablet\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .largeTablet\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .largeTablet\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .largeTablet\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .largeTablet\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .largeTablet\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .largeTablet\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .largeTablet\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .largeTablet\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .largeTablet\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .largeTablet\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .largeTablet\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .largeTablet\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .largeTablet\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .largeTablet\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .largeTablet\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .largeTablet\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .largeTablet\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .largeTablet\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .largeTablet\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .largeTablet\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .largeTablet\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .largeTablet\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .largeTablet\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .largeTablet\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .largeTablet\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .largeTablet\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .largeTablet\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .largeTablet\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .largeTablet\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .largeTablet\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .largeTablet\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .largeTablet\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .largeTablet\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .largeTablet\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .largeTablet\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .largeTablet\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .largeTablet\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .largeTablet\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .largeTablet\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .largeTablet\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .largeTablet\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .largeTablet\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .largeTablet\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .largeTablet\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .largeTablet\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .largeTablet\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .largeTablet\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .largeTablet\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .largeTablet\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .largeTablet\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .largeTablet\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .largeTablet\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .largeTablet\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .largeTablet\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .largeTablet\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .largeTablet\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .largeTablet\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .largeTablet\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .largeTablet\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .largeTablet\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .largeTablet\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .largeTablet\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .largeTablet\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .largeTablet\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .largeTablet\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .largeTablet\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .largeTablet\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .largeTablet\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .largeTablet\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .largeTablet\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .largeTablet\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .largeTablet\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .largeTablet\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .largeTablet\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .largeTablet\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .largeTablet\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .largeTablet\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .largeTablet\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .largeTablet\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .largeTablet\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .largeTablet\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .largeTablet\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .largeTablet\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .largeTablet\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .largeTablet\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .largeTablet\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .largeTablet\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .largeTablet\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .largeTablet\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .largeTablet\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .largeTablet\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .largeTablet\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .largeTablet\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .largeTablet\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .largeTablet\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .largeTablet\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .largeTablet\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .largeTablet\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .largeTablet\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .largeTablet\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .largeTablet\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .largeTablet\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .largeTablet\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .largeTablet\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .largeTablet\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .largeTablet\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .largeTablet\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .largeTablet\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .largeTablet\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .largeTablet\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .largeTablet\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .largeTablet\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .largeTablet\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .largeTablet\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .largeTablet\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .largeTablet\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .largeTablet\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .largeTablet\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .largeTablet\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .largeTablet\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .largeTablet\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .largeTablet\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .largeTablet\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .largeTablet\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .largeTablet\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .largeTablet\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .largeTablet\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .largeTablet\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .largeTablet\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .largeTablet\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .largeTablet\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .largeTablet\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .largeTablet\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .largeTablet\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .largeTablet\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .largeTablet\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .largeTablet\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .largeTablet\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .largeTablet\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .largeTablet\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .largeTablet\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .largeTablet\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .largeTablet\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .largeTablet\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .largeTablet\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .largeTablet\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .largeTablet\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .largeTablet\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .largeTablet\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .largeTablet\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .largeTablet\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .largeTablet\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .largeTablet\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .largeTablet\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .largeTablet\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .largeTablet\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .largeTablet\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .largeTablet\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .largeTablet\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .largeTablet\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .largeTablet\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .largeTablet\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .largeTablet\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .largeTablet\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .largeTablet\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .largeTablet\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .largeTablet\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .largeTablet\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .largeTablet\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .largeTablet\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .largeTablet\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .largeTablet\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .largeTablet\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .largeTablet\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .largeTablet\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .largeTablet\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .largeTablet\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .largeTablet\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .largeTablet\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .largeTablet\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .largeTablet\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .largeTablet\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .largeTablet\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .largeTablet\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .largeTablet\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .largeTablet\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .largeTablet\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .largeTablet\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .largeTablet\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .largeTablet\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .largeTablet\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .largeTablet\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .largeTablet\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .largeTablet\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .largeTablet\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .largeTablet\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .largeTablet\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .largeTablet\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .largeTablet\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .largeTablet\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .largeTablet\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .largeTablet\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .largeTablet\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .largeTablet\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .largeTablet\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .largeTablet\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .largeTablet\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .largeTablet\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .largeTablet\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .largeTablet\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .largeTablet\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .largeTablet\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .largeTablet\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .largeTablet\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .largeTablet\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .largeTablet\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .largeTablet\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .largeTablet\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .largeTablet\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .largeTablet\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .largeTablet\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .largeTablet\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .largeTablet\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .largeTablet\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .largeTablet\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .largeTablet\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .largeTablet\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .largeTablet\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .largeTablet\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .largeTablet\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .largeTablet\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .largeTablet\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .largeTablet\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .largeTablet\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .largeTablet\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .largeTablet\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .largeTablet\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .largeTablet\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .largeTablet\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .largeTablet\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .largeTablet\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .largeTablet\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .largeTablet\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .largeTablet\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .largeTablet\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .largeTablet\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .largeTablet\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .largeTablet\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .largeTablet\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .largeTablet\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .largeTablet\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .largeTablet\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .largeTablet\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .largeTablet\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .largeTablet\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .largeTablet\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .largeTablet\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .largeTablet\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .largeTablet\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .largeTablet\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .largeTablet\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .largeTablet\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .largeTablet\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .largeTablet\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .largeTablet\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .largeTablet\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .largeTablet\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .largeTablet\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .largeTablet\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .largeTablet\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .largeTablet\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .largeTablet\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .largeTablet\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .largeTablet\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .largeTablet\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .largeTablet\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .largeTablet\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .largeTablet\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .largeTablet\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .largeTablet\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .largeTablet\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .largeTablet\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .largeTablet\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .largeTablet\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .largeTablet\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .largeTablet\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .largeTablet\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .largeTablet\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .largeTablet\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .largeTablet\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .largeTablet\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .largeTablet\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .largeTablet\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .largeTablet\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .largeTablet\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .largeTablet\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .largeTablet\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .largeTablet\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .largeTablet\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .largeTablet\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .largeTablet\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .largeTablet\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .largeTablet\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .largeTablet\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .largeTablet\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .largeTablet\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .largeTablet\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .largeTablet\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .largeTablet\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .largeTablet\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .largeTablet\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .largeTablet\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .largeTablet\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .largeTablet\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .largeTablet\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .largeTablet\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .largeTablet\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .largeTablet\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .largeTablet\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .largeTablet\:rotate-0{
    --tw-rotate: 0deg;
  }

  .largeTablet\:rotate-1{
    --tw-rotate: 1deg;
  }

  .largeTablet\:rotate-2{
    --tw-rotate: 2deg;
  }

  .largeTablet\:rotate-3{
    --tw-rotate: 3deg;
  }

  .largeTablet\:rotate-6{
    --tw-rotate: 6deg;
  }

  .largeTablet\:rotate-12{
    --tw-rotate: 12deg;
  }

  .largeTablet\:rotate-45{
    --tw-rotate: 45deg;
  }

  .largeTablet\:rotate-90{
    --tw-rotate: 90deg;
  }

  .largeTablet\:rotate-180{
    --tw-rotate: 180deg;
  }

  .largeTablet\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .largeTablet\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .largeTablet\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .largeTablet\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .largeTablet\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .largeTablet\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .largeTablet\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .largeTablet\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .largeTablet\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .largeTablet\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .largeTablet\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .largeTablet\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .largeTablet\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .largeTablet\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .largeTablet\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .largeTablet\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .largeTablet\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .largeTablet\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .largeTablet\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .largeTablet\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .largeTablet\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .largeTablet\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .largeTablet\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .largeTablet\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .largeTablet\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .largeTablet\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .largeTablet\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .largeTablet\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .largeTablet\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .largeTablet\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .largeTablet\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .largeTablet\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .largeTablet\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .largeTablet\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .largeTablet\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .largeTablet\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .largeTablet\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .largeTablet\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .largeTablet\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .largeTablet\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .largeTablet\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .largeTablet\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .largeTablet\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .largeTablet\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .largeTablet\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .largeTablet\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .largeTablet\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .largeTablet\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .largeTablet\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .largeTablet\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .largeTablet\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .largeTablet\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .largeTablet\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .largeTablet\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .largeTablet\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .largeTablet\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .largeTablet\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .largeTablet\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .largeTablet\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .largeTablet\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .largeTablet\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .largeTablet\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .largeTablet\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .largeTablet\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .largeTablet\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .largeTablet\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .largeTablet\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .largeTablet\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .largeTablet\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .largeTablet\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .largeTablet\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .largeTablet\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .largeTablet\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .largeTablet\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .largeTablet\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .largeTablet\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .largeTablet\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .largeTablet\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .largeTablet\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .largeTablet\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .largeTablet\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .largeTablet\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .largeTablet\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .largeTablet\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .largeTablet\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .largeTablet\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .largeTablet\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .largeTablet\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .largeTablet\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .largeTablet\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .largeTablet\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .largeTablet\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .largeTablet\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .largeTablet\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .largeTablet\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .largeTablet\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .largeTablet\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .largeTablet\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .largeTablet\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .largeTablet\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .largeTablet\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .largeTablet\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .largeTablet\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .largeTablet\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .largeTablet\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .largeTablet\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .largeTablet\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .largeTablet\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .largeTablet\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .largeTablet\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .largeTablet\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .largeTablet\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .largeTablet\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .largeTablet\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .largeTablet\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .largeTablet\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .largeTablet\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .largeTablet\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .largeTablet\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .largeTablet\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .largeTablet\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .largeTablet\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .largeTablet\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .largeTablet\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .largeTablet\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .largeTablet\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .largeTablet\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .largeTablet\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .largeTablet\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .largeTablet\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .largeTablet\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .largeTablet\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .largeTablet\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .largeTablet\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .largeTablet\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .largeTablet\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .largeTablet\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .largeTablet\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .largeTablet\:scale-x-0{
    --tw-scale-x: 0;
  }

  .largeTablet\:scale-x-50{
    --tw-scale-x: .5;
  }

  .largeTablet\:scale-x-75{
    --tw-scale-x: .75;
  }

  .largeTablet\:scale-x-90{
    --tw-scale-x: .9;
  }

  .largeTablet\:scale-x-95{
    --tw-scale-x: .95;
  }

  .largeTablet\:scale-x-100{
    --tw-scale-x: 1;
  }

  .largeTablet\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .largeTablet\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .largeTablet\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .largeTablet\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .largeTablet\:scale-y-0{
    --tw-scale-y: 0;
  }

  .largeTablet\:scale-y-50{
    --tw-scale-y: .5;
  }

  .largeTablet\:scale-y-75{
    --tw-scale-y: .75;
  }

  .largeTablet\:scale-y-90{
    --tw-scale-y: .9;
  }

  .largeTablet\:scale-y-95{
    --tw-scale-y: .95;
  }

  .largeTablet\:scale-y-100{
    --tw-scale-y: 1;
  }

  .largeTablet\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .largeTablet\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .largeTablet\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .largeTablet\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .largeTablet\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .largeTablet\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .largeTablet\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .largeTablet\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .largeTablet\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .largeTablet\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .largeTablet\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .largeTablet\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .largeTablet\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .largeTablet\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .largeTablet\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .largeTablet\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .largeTablet\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .largeTablet\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .largeTablet\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .largeTablet\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .largeTablet\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .largeTablet\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .largeTablet\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .largeTablet\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .largeTablet\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .largeTablet\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .largeTablet\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .largeTablet\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .largeTablet\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .largeTablet\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .largeTablet\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .largeTablet\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .largeTablet\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .largeTablet\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .largeTablet\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .largeTablet\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .largeTablet\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .largeTablet\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .largeTablet\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .largeTablet\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .largeTablet\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .largeTablet\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .largeTablet\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .largeTablet\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .largeTablet\:animate-none{
    animation: none;
  }

  .largeTablet\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .largeTablet\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .largeTablet\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .largeTablet\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .largeTablet\:cursor-auto{
    cursor: auto;
  }

  .largeTablet\:cursor-default{
    cursor: default;
  }

  .largeTablet\:cursor-pointer{
    cursor: pointer;
  }

  .largeTablet\:cursor-wait{
    cursor: wait;
  }

  .largeTablet\:cursor-text{
    cursor: text;
  }

  .largeTablet\:cursor-move{
    cursor: move;
  }

  .largeTablet\:cursor-help{
    cursor: help;
  }

  .largeTablet\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .largeTablet\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .largeTablet\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .largeTablet\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .largeTablet\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .largeTablet\:resize-none{
    resize: none;
  }

  .largeTablet\:resize-y{
    resize: vertical;
  }

  .largeTablet\:resize-x{
    resize: horizontal;
  }

  .largeTablet\:resize{
    resize: both;
  }

  .largeTablet\:list-inside{
    list-style-position: inside;
  }

  .largeTablet\:list-outside{
    list-style-position: outside;
  }

  .largeTablet\:list-none{
    list-style-type: none;
  }

  .largeTablet\:list-disc{
    list-style-type: disc;
  }

  .largeTablet\:list-decimal{
    list-style-type: decimal;
  }

  .largeTablet\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .largeTablet\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .largeTablet\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .largeTablet\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .largeTablet\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .largeTablet\:grid-flow-row{
    grid-auto-flow: row;
  }

  .largeTablet\:grid-flow-col{
    grid-auto-flow: column;
  }

  .largeTablet\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .largeTablet\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .largeTablet\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .largeTablet\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .largeTablet\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .largeTablet\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .largeTablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .largeTablet\:grid-cols-none{
    grid-template-columns: none;
  }

  .largeTablet\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .largeTablet\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .largeTablet\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .largeTablet\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .largeTablet\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .largeTablet\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .largeTablet\:grid-rows-none{
    grid-template-rows: none;
  }

  .largeTablet\:flex-row{
    flex-direction: row;
  }

  .largeTablet\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .largeTablet\:flex-col{
    flex-direction: column;
  }

  .largeTablet\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .largeTablet\:flex-wrap{
    flex-wrap: wrap;
  }

  .largeTablet\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .largeTablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .largeTablet\:place-content-center{
    place-content: center;
  }

  .largeTablet\:place-content-start{
    place-content: start;
  }

  .largeTablet\:place-content-end{
    place-content: end;
  }

  .largeTablet\:place-content-between{
    place-content: space-between;
  }

  .largeTablet\:place-content-around{
    place-content: space-around;
  }

  .largeTablet\:place-content-evenly{
    place-content: space-evenly;
  }

  .largeTablet\:place-content-stretch{
    place-content: stretch;
  }

  .largeTablet\:place-items-start{
    place-items: start;
  }

  .largeTablet\:place-items-end{
    place-items: end;
  }

  .largeTablet\:place-items-center{
    place-items: center;
  }

  .largeTablet\:place-items-stretch{
    place-items: stretch;
  }

  .largeTablet\:content-center{
    align-content: center;
  }

  .largeTablet\:content-start{
    align-content: flex-start;
  }

  .largeTablet\:content-end{
    align-content: flex-end;
  }

  .largeTablet\:content-between{
    align-content: space-between;
  }

  .largeTablet\:content-around{
    align-content: space-around;
  }

  .largeTablet\:content-evenly{
    align-content: space-evenly;
  }

  .largeTablet\:items-start{
    align-items: flex-start;
  }

  .largeTablet\:items-end{
    align-items: flex-end;
  }

  .largeTablet\:items-center{
    align-items: center;
  }

  .largeTablet\:items-baseline{
    align-items: baseline;
  }

  .largeTablet\:items-stretch{
    align-items: stretch;
  }

  .largeTablet\:justify-start{
    justify-content: flex-start;
  }

  .largeTablet\:justify-end{
    justify-content: flex-end;
  }

  .largeTablet\:justify-center{
    justify-content: center;
  }

  .largeTablet\:justify-between{
    justify-content: space-between;
  }

  .largeTablet\:justify-around{
    justify-content: space-around;
  }

  .largeTablet\:justify-evenly{
    justify-content: space-evenly;
  }

  .largeTablet\:justify-items-start{
    justify-items: start;
  }

  .largeTablet\:justify-items-end{
    justify-items: end;
  }

  .largeTablet\:justify-items-center{
    justify-items: center;
  }

  .largeTablet\:justify-items-stretch{
    justify-items: stretch;
  }

  .largeTablet\:gap-0{
    gap: 0px;
  }

  .largeTablet\:gap-1{
    gap: 0.25rem;
  }

  .largeTablet\:gap-2{
    gap: 0.5rem;
  }

  .largeTablet\:gap-3{
    gap: 0.75rem;
  }

  .largeTablet\:gap-4{
    gap: 1rem;
  }

  .largeTablet\:gap-5{
    gap: 1.25rem;
  }

  .largeTablet\:gap-6{
    gap: 1.5rem;
  }

  .largeTablet\:gap-7{
    gap: 1.75rem;
  }

  .largeTablet\:gap-8{
    gap: 2rem;
  }

  .largeTablet\:gap-9{
    gap: 2.25rem;
  }

  .largeTablet\:gap-10{
    gap: 2.5rem;
  }

  .largeTablet\:gap-11{
    gap: 2.75rem;
  }

  .largeTablet\:gap-12{
    gap: 3rem;
  }

  .largeTablet\:gap-14{
    gap: 3.5rem;
  }

  .largeTablet\:gap-16{
    gap: 4rem;
  }

  .largeTablet\:gap-20{
    gap: 5rem;
  }

  .largeTablet\:gap-24{
    gap: 6rem;
  }

  .largeTablet\:gap-28{
    gap: 7rem;
  }

  .largeTablet\:gap-32{
    gap: 8rem;
  }

  .largeTablet\:gap-36{
    gap: 9rem;
  }

  .largeTablet\:gap-40{
    gap: 10rem;
  }

  .largeTablet\:gap-44{
    gap: 11rem;
  }

  .largeTablet\:gap-48{
    gap: 12rem;
  }

  .largeTablet\:gap-52{
    gap: 13rem;
  }

  .largeTablet\:gap-56{
    gap: 14rem;
  }

  .largeTablet\:gap-60{
    gap: 15rem;
  }

  .largeTablet\:gap-64{
    gap: 16rem;
  }

  .largeTablet\:gap-72{
    gap: 18rem;
  }

  .largeTablet\:gap-80{
    gap: 20rem;
  }

  .largeTablet\:gap-96{
    gap: 24rem;
  }

  .largeTablet\:gap-px{
    gap: 1px;
  }

  .largeTablet\:gap-0\.5{
    gap: 0.125rem;
  }

  .largeTablet\:gap-1\.5{
    gap: 0.375rem;
  }

  .largeTablet\:gap-2\.5{
    gap: 0.625rem;
  }

  .largeTablet\:gap-3\.5{
    gap: 0.875rem;
  }

  .largeTablet\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .largeTablet\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .largeTablet\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .largeTablet\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .largeTablet\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .largeTablet\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .largeTablet\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .largeTablet\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .largeTablet\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .largeTablet\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .largeTablet\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .largeTablet\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .largeTablet\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .largeTablet\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .largeTablet\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .largeTablet\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .largeTablet\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .largeTablet\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .largeTablet\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .largeTablet\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .largeTablet\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .largeTablet\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .largeTablet\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .largeTablet\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .largeTablet\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .largeTablet\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .largeTablet\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .largeTablet\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .largeTablet\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .largeTablet\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .largeTablet\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .largeTablet\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .largeTablet\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .largeTablet\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .largeTablet\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .largeTablet\:gap-y-0{
    row-gap: 0px;
  }

  .largeTablet\:gap-y-1{
    row-gap: 0.25rem;
  }

  .largeTablet\:gap-y-2{
    row-gap: 0.5rem;
  }

  .largeTablet\:gap-y-3{
    row-gap: 0.75rem;
  }

  .largeTablet\:gap-y-4{
    row-gap: 1rem;
  }

  .largeTablet\:gap-y-5{
    row-gap: 1.25rem;
  }

  .largeTablet\:gap-y-6{
    row-gap: 1.5rem;
  }

  .largeTablet\:gap-y-7{
    row-gap: 1.75rem;
  }

  .largeTablet\:gap-y-8{
    row-gap: 2rem;
  }

  .largeTablet\:gap-y-9{
    row-gap: 2.25rem;
  }

  .largeTablet\:gap-y-10{
    row-gap: 2.5rem;
  }

  .largeTablet\:gap-y-11{
    row-gap: 2.75rem;
  }

  .largeTablet\:gap-y-12{
    row-gap: 3rem;
  }

  .largeTablet\:gap-y-14{
    row-gap: 3.5rem;
  }

  .largeTablet\:gap-y-16{
    row-gap: 4rem;
  }

  .largeTablet\:gap-y-20{
    row-gap: 5rem;
  }

  .largeTablet\:gap-y-24{
    row-gap: 6rem;
  }

  .largeTablet\:gap-y-28{
    row-gap: 7rem;
  }

  .largeTablet\:gap-y-32{
    row-gap: 8rem;
  }

  .largeTablet\:gap-y-36{
    row-gap: 9rem;
  }

  .largeTablet\:gap-y-40{
    row-gap: 10rem;
  }

  .largeTablet\:gap-y-44{
    row-gap: 11rem;
  }

  .largeTablet\:gap-y-48{
    row-gap: 12rem;
  }

  .largeTablet\:gap-y-52{
    row-gap: 13rem;
  }

  .largeTablet\:gap-y-56{
    row-gap: 14rem;
  }

  .largeTablet\:gap-y-60{
    row-gap: 15rem;
  }

  .largeTablet\:gap-y-64{
    row-gap: 16rem;
  }

  .largeTablet\:gap-y-72{
    row-gap: 18rem;
  }

  .largeTablet\:gap-y-80{
    row-gap: 20rem;
  }

  .largeTablet\:gap-y-96{
    row-gap: 24rem;
  }

  .largeTablet\:gap-y-px{
    row-gap: 1px;
  }

  .largeTablet\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .largeTablet\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .largeTablet\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .largeTablet\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .largeTablet\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .largeTablet\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .largeTablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .largeTablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .largeTablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .largeTablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .largeTablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .largeTablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .largeTablet\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .largeTablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .largeTablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .largeTablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .largeTablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .largeTablet\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .largeTablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .largeTablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .largeTablet\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .largeTablet\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .largeTablet\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .largeTablet\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .largeTablet\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .largeTablet\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .largeTablet\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .largeTablet\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .largeTablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .largeTablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .largeTablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .largeTablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .largeTablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .largeTablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .largeTablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .largeTablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .largeTablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .largeTablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .largeTablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .largeTablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .largeTablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .largeTablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .largeTablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .largeTablet\:place-self-auto{
    place-self: auto;
  }

  .largeTablet\:place-self-start{
    place-self: start;
  }

  .largeTablet\:place-self-end{
    place-self: end;
  }

  .largeTablet\:place-self-center{
    place-self: center;
  }

  .largeTablet\:place-self-stretch{
    place-self: stretch;
  }

  .largeTablet\:self-auto{
    align-self: auto;
  }

  .largeTablet\:self-start{
    align-self: flex-start;
  }

  .largeTablet\:self-end{
    align-self: flex-end;
  }

  .largeTablet\:self-center{
    align-self: center;
  }

  .largeTablet\:self-stretch{
    align-self: stretch;
  }

  .largeTablet\:self-baseline{
    align-self: baseline;
  }

  .largeTablet\:justify-self-auto{
    justify-self: auto;
  }

  .largeTablet\:justify-self-start{
    justify-self: start;
  }

  .largeTablet\:justify-self-end{
    justify-self: end;
  }

  .largeTablet\:justify-self-center{
    justify-self: center;
  }

  .largeTablet\:justify-self-stretch{
    justify-self: stretch;
  }

  .largeTablet\:overflow-auto{
    overflow: auto;
  }

  .largeTablet\:overflow-hidden{
    overflow: hidden;
  }

  .largeTablet\:overflow-visible{
    overflow: visible;
  }

  .largeTablet\:overflow-scroll{
    overflow: scroll;
  }

  .largeTablet\:overflow-x-auto{
    overflow-x: auto;
  }

  .largeTablet\:overflow-y-auto{
    overflow-y: auto;
  }

  .largeTablet\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .largeTablet\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .largeTablet\:overflow-x-visible{
    overflow-x: visible;
  }

  .largeTablet\:overflow-y-visible{
    overflow-y: visible;
  }

  .largeTablet\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .largeTablet\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .largeTablet\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .largeTablet\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .largeTablet\:overscroll-none{
    overscroll-behavior: none;
  }

  .largeTablet\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .largeTablet\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .largeTablet\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .largeTablet\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .largeTablet\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .largeTablet\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .largeTablet\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .largeTablet\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .largeTablet\:overflow-clip{
    text-overflow: clip;
  }

  .largeTablet\:whitespace-normal{
    white-space: normal;
  }

  .largeTablet\:whitespace-nowrap{
    white-space: nowrap;
  }

  .largeTablet\:whitespace-pre{
    white-space: pre;
  }

  .largeTablet\:whitespace-pre-line{
    white-space: pre-line;
  }

  .largeTablet\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .largeTablet\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .largeTablet\:break-words{
    overflow-wrap: break-word;
  }

  .largeTablet\:break-all{
    word-break: break-all;
  }

  .largeTablet\:rounded-none{
    border-radius: 0px;
  }

  .largeTablet\:rounded-sm{
    border-radius: 0.125rem;
  }

  .largeTablet\:rounded{
    border-radius: 0.25rem;
  }

  .largeTablet\:rounded-md{
    border-radius: 0.375rem;
  }

  .largeTablet\:rounded-lg{
    border-radius: 0.5rem;
  }

  .largeTablet\:rounded-xl{
    border-radius: 0.75rem;
  }

  .largeTablet\:rounded-2xl{
    border-radius: 1rem;
  }

  .largeTablet\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .largeTablet\:rounded-full{
    border-radius: 9999px;
  }

  .largeTablet\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .largeTablet\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .largeTablet\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .largeTablet\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .largeTablet\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .largeTablet\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .largeTablet\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .largeTablet\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .largeTablet\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .largeTablet\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .largeTablet\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .largeTablet\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .largeTablet\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .largeTablet\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .largeTablet\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .largeTablet\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .largeTablet\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .largeTablet\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .largeTablet\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .largeTablet\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .largeTablet\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .largeTablet\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .largeTablet\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .largeTablet\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .largeTablet\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .largeTablet\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .largeTablet\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .largeTablet\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .largeTablet\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .largeTablet\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .largeTablet\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .largeTablet\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .largeTablet\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .largeTablet\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .largeTablet\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .largeTablet\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .largeTablet\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .largeTablet\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .largeTablet\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .largeTablet\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .largeTablet\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .largeTablet\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .largeTablet\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .largeTablet\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .largeTablet\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .largeTablet\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .largeTablet\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .largeTablet\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .largeTablet\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .largeTablet\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .largeTablet\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .largeTablet\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .largeTablet\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .largeTablet\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .largeTablet\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .largeTablet\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .largeTablet\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .largeTablet\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .largeTablet\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .largeTablet\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .largeTablet\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .largeTablet\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .largeTablet\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .largeTablet\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .largeTablet\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .largeTablet\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .largeTablet\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .largeTablet\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .largeTablet\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .largeTablet\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .largeTablet\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .largeTablet\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .largeTablet\:border-0{
    border-width: 0px;
  }

  .largeTablet\:border-2{
    border-width: 2px;
  }

  .largeTablet\:border-4{
    border-width: 4px;
  }

  .largeTablet\:border-8{
    border-width: 8px;
  }

  .largeTablet\:border{
    border-width: 1px;
  }

  .largeTablet\:border-t-0{
    border-top-width: 0px;
  }

  .largeTablet\:border-t-2{
    border-top-width: 2px;
  }

  .largeTablet\:border-t-4{
    border-top-width: 4px;
  }

  .largeTablet\:border-t-8{
    border-top-width: 8px;
  }

  .largeTablet\:border-t{
    border-top-width: 1px;
  }

  .largeTablet\:border-r-0{
    border-right-width: 0px;
  }

  .largeTablet\:border-r-2{
    border-right-width: 2px;
  }

  .largeTablet\:border-r-4{
    border-right-width: 4px;
  }

  .largeTablet\:border-r-8{
    border-right-width: 8px;
  }

  .largeTablet\:border-r{
    border-right-width: 1px;
  }

  .largeTablet\:border-b-0{
    border-bottom-width: 0px;
  }

  .largeTablet\:border-b-2{
    border-bottom-width: 2px;
  }

  .largeTablet\:border-b-4{
    border-bottom-width: 4px;
  }

  .largeTablet\:border-b-8{
    border-bottom-width: 8px;
  }

  .largeTablet\:border-b{
    border-bottom-width: 1px;
  }

  .largeTablet\:border-l-0{
    border-left-width: 0px;
  }

  .largeTablet\:border-l-2{
    border-left-width: 2px;
  }

  .largeTablet\:border-l-4{
    border-left-width: 4px;
  }

  .largeTablet\:border-l-8{
    border-left-width: 8px;
  }

  .largeTablet\:border-l{
    border-left-width: 1px;
  }

  .largeTablet\:border-solid{
    border-style: solid;
  }

  .largeTablet\:border-dashed{
    border-style: dashed;
  }

  .largeTablet\:border-dotted{
    border-style: dotted;
  }

  .largeTablet\:border-double{
    border-style: double;
  }

  .largeTablet\:border-none{
    border-style: none;
  }

  .largeTablet\:border-transparent{
    border-color: transparent;
  }

  .largeTablet\:border-current{
    border-color: currentColor;
  }

  .largeTablet\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .largeTablet\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .largeTablet\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .largeTablet\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .largeTablet\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .largeTablet\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .largeTablet\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .largeTablet\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .largeTablet\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .largeTablet\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .largeTablet\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .largeTablet\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .largeTablet\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .largeTablet\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .largeTablet\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .largeTablet\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .largeTablet\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .largeTablet\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .largeTablet\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .largeTablet\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .largeTablet\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .largeTablet\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .largeTablet\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .largeTablet\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .largeTablet\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .largeTablet\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .largeTablet\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .largeTablet\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .largeTablet\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .largeTablet\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .largeTablet\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .largeTablet\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .largeTablet\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .largeTablet\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .largeTablet\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .largeTablet\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .largeTablet\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .largeTablet\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .largeTablet\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .largeTablet\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .largeTablet\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .largeTablet\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .largeTablet\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .largeTablet\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .largeTablet\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .largeTablet\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .largeTablet\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .largeTablet\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .largeTablet\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .largeTablet\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .largeTablet\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .largeTablet\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .largeTablet\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .largeTablet\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .largeTablet\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .largeTablet\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .largeTablet\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .largeTablet\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .largeTablet\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .largeTablet\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .largeTablet\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .largeTablet\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .largeTablet\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .largeTablet\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .largeTablet\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .largeTablet\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .largeTablet\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .largeTablet\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .largeTablet\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .largeTablet\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .largeTablet\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .largeTablet\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .largeTablet\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .largeTablet\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .largeTablet\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .largeTablet\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .largeTablet\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .largeTablet\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .largeTablet\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .largeTablet\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .largeTablet\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .largeTablet\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .largeTablet\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .largeTablet\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .largeTablet\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .largeTablet\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .largeTablet\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .largeTablet\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .largeTablet\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .largeTablet\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .largeTablet\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .largeTablet\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .largeTablet\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .largeTablet\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .largeTablet\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .largeTablet\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .largeTablet\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .largeTablet\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .largeTablet\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .largeTablet\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .largeTablet\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .largeTablet\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .largeTablet\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .largeTablet\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .largeTablet\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .largeTablet\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .largeTablet\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .largeTablet\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .largeTablet\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .largeTablet\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .largeTablet\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .largeTablet\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .largeTablet\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .largeTablet\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .largeTablet\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .largeTablet\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .largeTablet\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .largeTablet\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .largeTablet\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .largeTablet\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .largeTablet\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .largeTablet\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .largeTablet\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .largeTablet\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .largeTablet\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .largeTablet\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .largeTablet\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .largeTablet\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .largeTablet\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .largeTablet\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .largeTablet\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .largeTablet\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .largeTablet\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .largeTablet\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .largeTablet\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .largeTablet\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .largeTablet\:bg-transparent{
    background-color: transparent;
  }

  .largeTablet\:bg-current{
    background-color: currentColor;
  }

  .largeTablet\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .largeTablet\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .largeTablet\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .largeTablet\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .largeTablet\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .largeTablet\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .largeTablet\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .largeTablet\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .largeTablet\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .largeTablet\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .largeTablet\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .largeTablet\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .largeTablet\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .largeTablet\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .largeTablet\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .largeTablet\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .largeTablet\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .largeTablet\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .largeTablet\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .largeTablet\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .largeTablet\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .largeTablet\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .largeTablet\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .largeTablet\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .largeTablet\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .largeTablet\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .largeTablet\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .largeTablet\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .largeTablet\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .largeTablet\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .largeTablet\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .largeTablet\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .largeTablet\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .largeTablet\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .largeTablet\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .largeTablet\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .largeTablet\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .largeTablet\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .largeTablet\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .largeTablet\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .largeTablet\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .largeTablet\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .largeTablet\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .largeTablet\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .largeTablet\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .largeTablet\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .largeTablet\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .largeTablet\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .largeTablet\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .largeTablet\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .largeTablet\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .largeTablet\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .largeTablet\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .largeTablet\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .largeTablet\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .largeTablet\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .largeTablet\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .largeTablet\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .largeTablet\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .largeTablet\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .largeTablet\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .largeTablet\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .largeTablet\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .largeTablet\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .largeTablet\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .largeTablet\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .largeTablet\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .largeTablet\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .largeTablet\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .largeTablet\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .largeTablet\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .largeTablet\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .largeTablet\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .largeTablet\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .largeTablet\:bg-none{
    background-image: none;
  }

  .largeTablet\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .largeTablet\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .largeTablet\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .largeTablet\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .largeTablet\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .largeTablet\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .largeTablet\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .largeTablet\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .largeTablet\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .largeTablet\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .largeTablet\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .largeTablet\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .largeTablet\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .largeTablet\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .largeTablet\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .largeTablet\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .largeTablet\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .largeTablet\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .largeTablet\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .largeTablet\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .largeTablet\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .largeTablet\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .largeTablet\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .largeTablet\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .largeTablet\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .largeTablet\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .largeTablet\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .largeTablet\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .largeTablet\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .largeTablet\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .largeTablet\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .largeTablet\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .largeTablet\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .largeTablet\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .largeTablet\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .largeTablet\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .largeTablet\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .largeTablet\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .largeTablet\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .largeTablet\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .largeTablet\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .largeTablet\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .largeTablet\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .largeTablet\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .largeTablet\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .largeTablet\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .largeTablet\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .largeTablet\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .largeTablet\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .largeTablet\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .largeTablet\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .largeTablet\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .largeTablet\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .largeTablet\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .largeTablet\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .largeTablet\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .largeTablet\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .largeTablet\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .largeTablet\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .largeTablet\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .largeTablet\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .largeTablet\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .largeTablet\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .largeTablet\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .largeTablet\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .largeTablet\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .largeTablet\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .largeTablet\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .largeTablet\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .largeTablet\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .largeTablet\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .largeTablet\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .largeTablet\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .largeTablet\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .largeTablet\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .largeTablet\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .largeTablet\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .largeTablet\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .largeTablet\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .largeTablet\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .largeTablet\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .largeTablet\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .largeTablet\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .largeTablet\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .largeTablet\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .largeTablet\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .largeTablet\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .largeTablet\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .largeTablet\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .largeTablet\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .largeTablet\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .largeTablet\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .largeTablet\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .largeTablet\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .largeTablet\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .largeTablet\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .largeTablet\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .largeTablet\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .largeTablet\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .largeTablet\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .largeTablet\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .largeTablet\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .largeTablet\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .largeTablet\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .largeTablet\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .largeTablet\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .largeTablet\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .largeTablet\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .largeTablet\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .largeTablet\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .largeTablet\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .largeTablet\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .largeTablet\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .largeTablet\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .largeTablet\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .largeTablet\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .largeTablet\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .largeTablet\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .largeTablet\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .largeTablet\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .largeTablet\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .largeTablet\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .largeTablet\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .largeTablet\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .largeTablet\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .largeTablet\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .largeTablet\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .largeTablet\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .largeTablet\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .largeTablet\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .largeTablet\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .largeTablet\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .largeTablet\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .largeTablet\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .largeTablet\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .largeTablet\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .largeTablet\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .largeTablet\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .largeTablet\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .largeTablet\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .largeTablet\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .largeTablet\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .largeTablet\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .largeTablet\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .largeTablet\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .largeTablet\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .largeTablet\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .largeTablet\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .largeTablet\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .largeTablet\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .largeTablet\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .largeTablet\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .largeTablet\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .largeTablet\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .largeTablet\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .largeTablet\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .largeTablet\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .largeTablet\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .largeTablet\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .largeTablet\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .largeTablet\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .largeTablet\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .largeTablet\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .largeTablet\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .largeTablet\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .largeTablet\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .largeTablet\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .largeTablet\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .largeTablet\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .largeTablet\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .largeTablet\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .largeTablet\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .largeTablet\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .largeTablet\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .largeTablet\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .largeTablet\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .largeTablet\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .largeTablet\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .largeTablet\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .largeTablet\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .largeTablet\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .largeTablet\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .largeTablet\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .largeTablet\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .largeTablet\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .largeTablet\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .largeTablet\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .largeTablet\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .largeTablet\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .largeTablet\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .largeTablet\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .largeTablet\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .largeTablet\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .largeTablet\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .largeTablet\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .largeTablet\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .largeTablet\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .largeTablet\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .largeTablet\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .largeTablet\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .largeTablet\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .largeTablet\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .largeTablet\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .largeTablet\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .largeTablet\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .largeTablet\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .largeTablet\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .largeTablet\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .largeTablet\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .largeTablet\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .largeTablet\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .largeTablet\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .largeTablet\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .largeTablet\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .largeTablet\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .largeTablet\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .largeTablet\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .largeTablet\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .largeTablet\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .largeTablet\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .largeTablet\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .largeTablet\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .largeTablet\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .largeTablet\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .largeTablet\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .largeTablet\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .largeTablet\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .largeTablet\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .largeTablet\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .largeTablet\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .largeTablet\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .largeTablet\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .largeTablet\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .largeTablet\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .largeTablet\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .largeTablet\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .largeTablet\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .largeTablet\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .largeTablet\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .largeTablet\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .largeTablet\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .largeTablet\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .largeTablet\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .largeTablet\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .largeTablet\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .largeTablet\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .largeTablet\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .largeTablet\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .largeTablet\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .largeTablet\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .largeTablet\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .largeTablet\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .largeTablet\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .largeTablet\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .largeTablet\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .largeTablet\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .largeTablet\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .largeTablet\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .largeTablet\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .largeTablet\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .largeTablet\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .largeTablet\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .largeTablet\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .largeTablet\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .largeTablet\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .largeTablet\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .largeTablet\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .largeTablet\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .largeTablet\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .largeTablet\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .largeTablet\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .largeTablet\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .largeTablet\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .largeTablet\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .largeTablet\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .largeTablet\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .largeTablet\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .largeTablet\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .largeTablet\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .largeTablet\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .largeTablet\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .largeTablet\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .largeTablet\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .largeTablet\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .largeTablet\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .largeTablet\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .largeTablet\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .largeTablet\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .largeTablet\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .largeTablet\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .largeTablet\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .largeTablet\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .largeTablet\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .largeTablet\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .largeTablet\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .largeTablet\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .largeTablet\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .largeTablet\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .largeTablet\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .largeTablet\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .largeTablet\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .largeTablet\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .largeTablet\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .largeTablet\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .largeTablet\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .largeTablet\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .largeTablet\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .largeTablet\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .largeTablet\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .largeTablet\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .largeTablet\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .largeTablet\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .largeTablet\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .largeTablet\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .largeTablet\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .largeTablet\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .largeTablet\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .largeTablet\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .largeTablet\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .largeTablet\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .largeTablet\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .largeTablet\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .largeTablet\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .largeTablet\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .largeTablet\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .largeTablet\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .largeTablet\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .largeTablet\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .largeTablet\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .largeTablet\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .largeTablet\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .largeTablet\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .largeTablet\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .largeTablet\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .largeTablet\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .largeTablet\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .largeTablet\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .largeTablet\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .largeTablet\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .largeTablet\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .largeTablet\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .largeTablet\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .largeTablet\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .largeTablet\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .largeTablet\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .largeTablet\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .largeTablet\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .largeTablet\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .largeTablet\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .largeTablet\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .largeTablet\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .largeTablet\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .largeTablet\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .largeTablet\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .largeTablet\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .largeTablet\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .largeTablet\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .largeTablet\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .largeTablet\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .largeTablet\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .largeTablet\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .largeTablet\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .largeTablet\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .largeTablet\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .largeTablet\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .largeTablet\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .largeTablet\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .largeTablet\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .largeTablet\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .largeTablet\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .largeTablet\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .largeTablet\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .largeTablet\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .largeTablet\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .largeTablet\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .largeTablet\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .largeTablet\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .largeTablet\:to-current{
    --tw-gradient-to: currentColor;
  }

  .largeTablet\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .largeTablet\:to-black{
    --tw-gradient-to: #000;
  }

  .largeTablet\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .largeTablet\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .largeTablet\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .largeTablet\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .largeTablet\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .largeTablet\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .largeTablet\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .largeTablet\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .largeTablet\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .largeTablet\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .largeTablet\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .largeTablet\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .largeTablet\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .largeTablet\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .largeTablet\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .largeTablet\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .largeTablet\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .largeTablet\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .largeTablet\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .largeTablet\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .largeTablet\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .largeTablet\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .largeTablet\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .largeTablet\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .largeTablet\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .largeTablet\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .largeTablet\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .largeTablet\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .largeTablet\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .largeTablet\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .largeTablet\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .largeTablet\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .largeTablet\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .largeTablet\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .largeTablet\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .largeTablet\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .largeTablet\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .largeTablet\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .largeTablet\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .largeTablet\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .largeTablet\:to-white{
    --tw-gradient-to: #fff;
  }

  .largeTablet\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .largeTablet\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .largeTablet\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .largeTablet\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .largeTablet\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .largeTablet\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .largeTablet\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .largeTablet\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .largeTablet\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .largeTablet\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .largeTablet\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .largeTablet\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .largeTablet\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .largeTablet\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .largeTablet\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .largeTablet\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .largeTablet\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .largeTablet\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .largeTablet\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .largeTablet\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .largeTablet\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .largeTablet\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .largeTablet\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .largeTablet\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .largeTablet\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .largeTablet\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .largeTablet\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .largeTablet\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .largeTablet\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .largeTablet\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .largeTablet\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .largeTablet\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .largeTablet\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .largeTablet\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .largeTablet\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .largeTablet\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .largeTablet\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .largeTablet\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .largeTablet\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .largeTablet\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .largeTablet\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .largeTablet\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .largeTablet\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .largeTablet\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .largeTablet\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .largeTablet\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .largeTablet\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .largeTablet\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .largeTablet\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .largeTablet\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .largeTablet\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .largeTablet\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .largeTablet\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .largeTablet\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .largeTablet\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .largeTablet\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .largeTablet\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .largeTablet\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .largeTablet\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .largeTablet\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .largeTablet\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .largeTablet\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .largeTablet\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .largeTablet\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .largeTablet\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .largeTablet\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .largeTablet\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .largeTablet\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .largeTablet\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .largeTablet\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .largeTablet\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .largeTablet\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .largeTablet\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .largeTablet\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .largeTablet\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .largeTablet\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .largeTablet\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .largeTablet\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .largeTablet\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .largeTablet\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .largeTablet\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .largeTablet\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .largeTablet\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .largeTablet\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .largeTablet\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .largeTablet\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .largeTablet\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .largeTablet\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .largeTablet\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .largeTablet\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .largeTablet\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .largeTablet\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .largeTablet\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .largeTablet\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .largeTablet\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .largeTablet\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .largeTablet\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .largeTablet\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .largeTablet\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .largeTablet\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .largeTablet\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .largeTablet\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .largeTablet\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .largeTablet\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .largeTablet\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .largeTablet\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .largeTablet\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .largeTablet\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .largeTablet\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .largeTablet\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .largeTablet\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .largeTablet\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .largeTablet\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .largeTablet\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .largeTablet\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .largeTablet\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .largeTablet\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .largeTablet\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .largeTablet\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .largeTablet\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .largeTablet\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .largeTablet\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .largeTablet\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .largeTablet\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .largeTablet\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .largeTablet\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .largeTablet\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .largeTablet\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .largeTablet\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .largeTablet\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .largeTablet\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .largeTablet\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .largeTablet\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .largeTablet\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .largeTablet\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .largeTablet\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .largeTablet\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .largeTablet\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .largeTablet\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .largeTablet\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .largeTablet\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .largeTablet\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .largeTablet\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .largeTablet\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .largeTablet\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .largeTablet\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .largeTablet\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .largeTablet\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .largeTablet\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .largeTablet\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .largeTablet\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .largeTablet\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .largeTablet\:bg-auto{
    background-size: auto;
  }

  .largeTablet\:bg-cover{
    background-size: cover;
  }

  .largeTablet\:bg-contain{
    background-size: contain;
  }

  .largeTablet\:bg-fixed{
    background-attachment: fixed;
  }

  .largeTablet\:bg-local{
    background-attachment: local;
  }

  .largeTablet\:bg-scroll{
    background-attachment: scroll;
  }

  .largeTablet\:bg-clip-border{
    background-clip: border-box;
  }

  .largeTablet\:bg-clip-padding{
    background-clip: padding-box;
  }

  .largeTablet\:bg-clip-content{
    background-clip: content-box;
  }

  .largeTablet\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .largeTablet\:bg-bottom{
    background-position: bottom;
  }

  .largeTablet\:bg-center{
    background-position: center;
  }

  .largeTablet\:bg-left{
    background-position: left;
  }

  .largeTablet\:bg-left-bottom{
    background-position: left bottom;
  }

  .largeTablet\:bg-left-top{
    background-position: left top;
  }

  .largeTablet\:bg-right{
    background-position: right;
  }

  .largeTablet\:bg-right-bottom{
    background-position: right bottom;
  }

  .largeTablet\:bg-right-top{
    background-position: right top;
  }

  .largeTablet\:bg-top{
    background-position: top;
  }

  .largeTablet\:bg-repeat{
    background-repeat: repeat;
  }

  .largeTablet\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .largeTablet\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .largeTablet\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .largeTablet\:bg-repeat-round{
    background-repeat: round;
  }

  .largeTablet\:bg-repeat-space{
    background-repeat: space;
  }

  .largeTablet\:bg-origin-border{
    background-origin: border-box;
  }

  .largeTablet\:bg-origin-padding{
    background-origin: padding-box;
  }

  .largeTablet\:bg-origin-content{
    background-origin: content-box;
  }

  .largeTablet\:fill-current{
    fill: currentColor;
  }

  .largeTablet\:stroke-current{
    stroke: currentColor;
  }

  .largeTablet\:stroke-0{
    stroke-width: 0;
  }

  .largeTablet\:stroke-1{
    stroke-width: 1;
  }

  .largeTablet\:stroke-2{
    stroke-width: 2;
  }

  .largeTablet\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .largeTablet\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .largeTablet\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .largeTablet\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .largeTablet\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .largeTablet\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .largeTablet\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .largeTablet\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .largeTablet\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .largeTablet\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .largeTablet\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .largeTablet\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .largeTablet\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .largeTablet\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .largeTablet\:p-0{
    padding: 0px;
  }

  .largeTablet\:p-1{
    padding: 0.25rem;
  }

  .largeTablet\:p-2{
    padding: 0.5rem;
  }

  .largeTablet\:p-3{
    padding: 0.75rem;
  }

  .largeTablet\:p-4{
    padding: 1rem;
  }

  .largeTablet\:p-5{
    padding: 1.25rem;
  }

  .largeTablet\:p-6{
    padding: 1.5rem;
  }

  .largeTablet\:p-7{
    padding: 1.75rem;
  }

  .largeTablet\:p-8{
    padding: 2rem;
  }

  .largeTablet\:p-9{
    padding: 2.25rem;
  }

  .largeTablet\:p-10{
    padding: 2.5rem;
  }

  .largeTablet\:p-11{
    padding: 2.75rem;
  }

  .largeTablet\:p-12{
    padding: 3rem;
  }

  .largeTablet\:p-14{
    padding: 3.5rem;
  }

  .largeTablet\:p-16{
    padding: 4rem;
  }

  .largeTablet\:p-20{
    padding: 5rem;
  }

  .largeTablet\:p-24{
    padding: 6rem;
  }

  .largeTablet\:p-28{
    padding: 7rem;
  }

  .largeTablet\:p-32{
    padding: 8rem;
  }

  .largeTablet\:p-36{
    padding: 9rem;
  }

  .largeTablet\:p-40{
    padding: 10rem;
  }

  .largeTablet\:p-44{
    padding: 11rem;
  }

  .largeTablet\:p-48{
    padding: 12rem;
  }

  .largeTablet\:p-52{
    padding: 13rem;
  }

  .largeTablet\:p-56{
    padding: 14rem;
  }

  .largeTablet\:p-60{
    padding: 15rem;
  }

  .largeTablet\:p-64{
    padding: 16rem;
  }

  .largeTablet\:p-72{
    padding: 18rem;
  }

  .largeTablet\:p-80{
    padding: 20rem;
  }

  .largeTablet\:p-96{
    padding: 24rem;
  }

  .largeTablet\:p-px{
    padding: 1px;
  }

  .largeTablet\:p-0\.5{
    padding: 0.125rem;
  }

  .largeTablet\:p-1\.5{
    padding: 0.375rem;
  }

  .largeTablet\:p-2\.5{
    padding: 0.625rem;
  }

  .largeTablet\:p-3\.5{
    padding: 0.875rem;
  }

  .largeTablet\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .largeTablet\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .largeTablet\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .largeTablet\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .largeTablet\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .largeTablet\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .largeTablet\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .largeTablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .largeTablet\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .largeTablet\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .largeTablet\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .largeTablet\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .largeTablet\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .largeTablet\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .largeTablet\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .largeTablet\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .largeTablet\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .largeTablet\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .largeTablet\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .largeTablet\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .largeTablet\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .largeTablet\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .largeTablet\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .largeTablet\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .largeTablet\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .largeTablet\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .largeTablet\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .largeTablet\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .largeTablet\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .largeTablet\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .largeTablet\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .largeTablet\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .largeTablet\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .largeTablet\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .largeTablet\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .largeTablet\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .largeTablet\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .largeTablet\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .largeTablet\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .largeTablet\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .largeTablet\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .largeTablet\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .largeTablet\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .largeTablet\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .largeTablet\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .largeTablet\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .largeTablet\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .largeTablet\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .largeTablet\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .largeTablet\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .largeTablet\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .largeTablet\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .largeTablet\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .largeTablet\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .largeTablet\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .largeTablet\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .largeTablet\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .largeTablet\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .largeTablet\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .largeTablet\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .largeTablet\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .largeTablet\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .largeTablet\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .largeTablet\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .largeTablet\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .largeTablet\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .largeTablet\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .largeTablet\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .largeTablet\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .largeTablet\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .largeTablet\:pt-0{
    padding-top: 0px;
  }

  .largeTablet\:pt-1{
    padding-top: 0.25rem;
  }

  .largeTablet\:pt-2{
    padding-top: 0.5rem;
  }

  .largeTablet\:pt-3{
    padding-top: 0.75rem;
  }

  .largeTablet\:pt-4{
    padding-top: 1rem;
  }

  .largeTablet\:pt-5{
    padding-top: 1.25rem;
  }

  .largeTablet\:pt-6{
    padding-top: 1.5rem;
  }

  .largeTablet\:pt-7{
    padding-top: 1.75rem;
  }

  .largeTablet\:pt-8{
    padding-top: 2rem;
  }

  .largeTablet\:pt-9{
    padding-top: 2.25rem;
  }

  .largeTablet\:pt-10{
    padding-top: 2.5rem;
  }

  .largeTablet\:pt-11{
    padding-top: 2.75rem;
  }

  .largeTablet\:pt-12{
    padding-top: 3rem;
  }

  .largeTablet\:pt-14{
    padding-top: 3.5rem;
  }

  .largeTablet\:pt-16{
    padding-top: 4rem;
  }

  .largeTablet\:pt-20{
    padding-top: 5rem;
  }

  .largeTablet\:pt-24{
    padding-top: 6rem;
  }

  .largeTablet\:pt-28{
    padding-top: 7rem;
  }

  .largeTablet\:pt-32{
    padding-top: 8rem;
  }

  .largeTablet\:pt-36{
    padding-top: 9rem;
  }

  .largeTablet\:pt-40{
    padding-top: 10rem;
  }

  .largeTablet\:pt-44{
    padding-top: 11rem;
  }

  .largeTablet\:pt-48{
    padding-top: 12rem;
  }

  .largeTablet\:pt-52{
    padding-top: 13rem;
  }

  .largeTablet\:pt-56{
    padding-top: 14rem;
  }

  .largeTablet\:pt-60{
    padding-top: 15rem;
  }

  .largeTablet\:pt-64{
    padding-top: 16rem;
  }

  .largeTablet\:pt-72{
    padding-top: 18rem;
  }

  .largeTablet\:pt-80{
    padding-top: 20rem;
  }

  .largeTablet\:pt-96{
    padding-top: 24rem;
  }

  .largeTablet\:pt-px{
    padding-top: 1px;
  }

  .largeTablet\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .largeTablet\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .largeTablet\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .largeTablet\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .largeTablet\:pr-0{
    padding-right: 0px;
  }

  .largeTablet\:pr-1{
    padding-right: 0.25rem;
  }

  .largeTablet\:pr-2{
    padding-right: 0.5rem;
  }

  .largeTablet\:pr-3{
    padding-right: 0.75rem;
  }

  .largeTablet\:pr-4{
    padding-right: 1rem;
  }

  .largeTablet\:pr-5{
    padding-right: 1.25rem;
  }

  .largeTablet\:pr-6{
    padding-right: 1.5rem;
  }

  .largeTablet\:pr-7{
    padding-right: 1.75rem;
  }

  .largeTablet\:pr-8{
    padding-right: 2rem;
  }

  .largeTablet\:pr-9{
    padding-right: 2.25rem;
  }

  .largeTablet\:pr-10{
    padding-right: 2.5rem;
  }

  .largeTablet\:pr-11{
    padding-right: 2.75rem;
  }

  .largeTablet\:pr-12{
    padding-right: 3rem;
  }

  .largeTablet\:pr-14{
    padding-right: 3.5rem;
  }

  .largeTablet\:pr-16{
    padding-right: 4rem;
  }

  .largeTablet\:pr-20{
    padding-right: 5rem;
  }

  .largeTablet\:pr-24{
    padding-right: 6rem;
  }

  .largeTablet\:pr-28{
    padding-right: 7rem;
  }

  .largeTablet\:pr-32{
    padding-right: 8rem;
  }

  .largeTablet\:pr-36{
    padding-right: 9rem;
  }

  .largeTablet\:pr-40{
    padding-right: 10rem;
  }

  .largeTablet\:pr-44{
    padding-right: 11rem;
  }

  .largeTablet\:pr-48{
    padding-right: 12rem;
  }

  .largeTablet\:pr-52{
    padding-right: 13rem;
  }

  .largeTablet\:pr-56{
    padding-right: 14rem;
  }

  .largeTablet\:pr-60{
    padding-right: 15rem;
  }

  .largeTablet\:pr-64{
    padding-right: 16rem;
  }

  .largeTablet\:pr-72{
    padding-right: 18rem;
  }

  .largeTablet\:pr-80{
    padding-right: 20rem;
  }

  .largeTablet\:pr-96{
    padding-right: 24rem;
  }

  .largeTablet\:pr-px{
    padding-right: 1px;
  }

  .largeTablet\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .largeTablet\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .largeTablet\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .largeTablet\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .largeTablet\:pb-0{
    padding-bottom: 0px;
  }

  .largeTablet\:pb-1{
    padding-bottom: 0.25rem;
  }

  .largeTablet\:pb-2{
    padding-bottom: 0.5rem;
  }

  .largeTablet\:pb-3{
    padding-bottom: 0.75rem;
  }

  .largeTablet\:pb-4{
    padding-bottom: 1rem;
  }

  .largeTablet\:pb-5{
    padding-bottom: 1.25rem;
  }

  .largeTablet\:pb-6{
    padding-bottom: 1.5rem;
  }

  .largeTablet\:pb-7{
    padding-bottom: 1.75rem;
  }

  .largeTablet\:pb-8{
    padding-bottom: 2rem;
  }

  .largeTablet\:pb-9{
    padding-bottom: 2.25rem;
  }

  .largeTablet\:pb-10{
    padding-bottom: 2.5rem;
  }

  .largeTablet\:pb-11{
    padding-bottom: 2.75rem;
  }

  .largeTablet\:pb-12{
    padding-bottom: 3rem;
  }

  .largeTablet\:pb-14{
    padding-bottom: 3.5rem;
  }

  .largeTablet\:pb-16{
    padding-bottom: 4rem;
  }

  .largeTablet\:pb-20{
    padding-bottom: 5rem;
  }

  .largeTablet\:pb-24{
    padding-bottom: 6rem;
  }

  .largeTablet\:pb-28{
    padding-bottom: 7rem;
  }

  .largeTablet\:pb-32{
    padding-bottom: 8rem;
  }

  .largeTablet\:pb-36{
    padding-bottom: 9rem;
  }

  .largeTablet\:pb-40{
    padding-bottom: 10rem;
  }

  .largeTablet\:pb-44{
    padding-bottom: 11rem;
  }

  .largeTablet\:pb-48{
    padding-bottom: 12rem;
  }

  .largeTablet\:pb-52{
    padding-bottom: 13rem;
  }

  .largeTablet\:pb-56{
    padding-bottom: 14rem;
  }

  .largeTablet\:pb-60{
    padding-bottom: 15rem;
  }

  .largeTablet\:pb-64{
    padding-bottom: 16rem;
  }

  .largeTablet\:pb-72{
    padding-bottom: 18rem;
  }

  .largeTablet\:pb-80{
    padding-bottom: 20rem;
  }

  .largeTablet\:pb-96{
    padding-bottom: 24rem;
  }

  .largeTablet\:pb-px{
    padding-bottom: 1px;
  }

  .largeTablet\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .largeTablet\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .largeTablet\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .largeTablet\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .largeTablet\:pl-0{
    padding-left: 0px;
  }

  .largeTablet\:pl-1{
    padding-left: 0.25rem;
  }

  .largeTablet\:pl-2{
    padding-left: 0.5rem;
  }

  .largeTablet\:pl-3{
    padding-left: 0.75rem;
  }

  .largeTablet\:pl-4{
    padding-left: 1rem;
  }

  .largeTablet\:pl-5{
    padding-left: 1.25rem;
  }

  .largeTablet\:pl-6{
    padding-left: 1.5rem;
  }

  .largeTablet\:pl-7{
    padding-left: 1.75rem;
  }

  .largeTablet\:pl-8{
    padding-left: 2rem;
  }

  .largeTablet\:pl-9{
    padding-left: 2.25rem;
  }

  .largeTablet\:pl-10{
    padding-left: 2.5rem;
  }

  .largeTablet\:pl-11{
    padding-left: 2.75rem;
  }

  .largeTablet\:pl-12{
    padding-left: 3rem;
  }

  .largeTablet\:pl-14{
    padding-left: 3.5rem;
  }

  .largeTablet\:pl-16{
    padding-left: 4rem;
  }

  .largeTablet\:pl-20{
    padding-left: 5rem;
  }

  .largeTablet\:pl-24{
    padding-left: 6rem;
  }

  .largeTablet\:pl-28{
    padding-left: 7rem;
  }

  .largeTablet\:pl-32{
    padding-left: 8rem;
  }

  .largeTablet\:pl-36{
    padding-left: 9rem;
  }

  .largeTablet\:pl-40{
    padding-left: 10rem;
  }

  .largeTablet\:pl-44{
    padding-left: 11rem;
  }

  .largeTablet\:pl-48{
    padding-left: 12rem;
  }

  .largeTablet\:pl-52{
    padding-left: 13rem;
  }

  .largeTablet\:pl-56{
    padding-left: 14rem;
  }

  .largeTablet\:pl-60{
    padding-left: 15rem;
  }

  .largeTablet\:pl-64{
    padding-left: 16rem;
  }

  .largeTablet\:pl-72{
    padding-left: 18rem;
  }

  .largeTablet\:pl-80{
    padding-left: 20rem;
  }

  .largeTablet\:pl-96{
    padding-left: 24rem;
  }

  .largeTablet\:pl-px{
    padding-left: 1px;
  }

  .largeTablet\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .largeTablet\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .largeTablet\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .largeTablet\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .largeTablet\:text-left{
    text-align: left;
  }

  .largeTablet\:text-center{
    text-align: center;
  }

  .largeTablet\:text-right{
    text-align: right;
  }

  .largeTablet\:text-justify{
    text-align: justify;
  }

  .largeTablet\:align-baseline{
    vertical-align: baseline;
  }

  .largeTablet\:align-top{
    vertical-align: top;
  }

  .largeTablet\:align-middle{
    vertical-align: middle;
  }

  .largeTablet\:align-bottom{
    vertical-align: bottom;
  }

  .largeTablet\:align-text-top{
    vertical-align: text-top;
  }

  .largeTablet\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .largeTablet\:font-sans{
    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";
  }

  .largeTablet\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .largeTablet\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .largeTablet\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .largeTablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .largeTablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .largeTablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .largeTablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .largeTablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .largeTablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .largeTablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .largeTablet\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .largeTablet\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .largeTablet\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .largeTablet\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .largeTablet\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .largeTablet\:font-thin{
    font-weight: 100;
  }

  .largeTablet\:font-extralight{
    font-weight: 200;
  }

  .largeTablet\:font-light{
    font-weight: 300;
  }

  .largeTablet\:font-normal{
    font-weight: 400;
  }

  .largeTablet\:font-medium{
    font-weight: 500;
  }

  .largeTablet\:font-semibold{
    font-weight: 600;
  }

  .largeTablet\:font-bold{
    font-weight: 700;
  }

  .largeTablet\:font-extrabold{
    font-weight: 800;
  }

  .largeTablet\:font-black{
    font-weight: 900;
  }

  .largeTablet\:uppercase{
    text-transform: uppercase;
  }

  .largeTablet\:lowercase{
    text-transform: lowercase;
  }

  .largeTablet\:capitalize{
    text-transform: capitalize;
  }

  .largeTablet\:normal-case{
    text-transform: none;
  }

  .largeTablet\:italic{
    font-style: italic;
  }

  .largeTablet\:not-italic{
    font-style: normal;
  }

  .largeTablet\:ordinal, .largeTablet\:slashed-zero, .largeTablet\:lining-nums, .largeTablet\:oldstyle-nums, .largeTablet\:proportional-nums, .largeTablet\:tabular-nums, .largeTablet\:diagonal-fractions, .largeTablet\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .largeTablet\:normal-nums{
    font-variant-numeric: normal;
  }

  .largeTablet\:ordinal{
    --tw-ordinal: ordinal;
  }

  .largeTablet\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .largeTablet\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .largeTablet\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .largeTablet\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .largeTablet\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .largeTablet\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .largeTablet\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .largeTablet\:leading-3{
    line-height: .75rem;
  }

  .largeTablet\:leading-4{
    line-height: 1rem;
  }

  .largeTablet\:leading-5{
    line-height: 1.25rem;
  }

  .largeTablet\:leading-6{
    line-height: 1.5rem;
  }

  .largeTablet\:leading-7{
    line-height: 1.75rem;
  }

  .largeTablet\:leading-8{
    line-height: 2rem;
  }

  .largeTablet\:leading-9{
    line-height: 2.25rem;
  }

  .largeTablet\:leading-10{
    line-height: 2.5rem;
  }

  .largeTablet\:leading-none{
    line-height: 1;
  }

  .largeTablet\:leading-tight{
    line-height: 1.25;
  }

  .largeTablet\:leading-snug{
    line-height: 1.375;
  }

  .largeTablet\:leading-normal{
    line-height: 1.5;
  }

  .largeTablet\:leading-relaxed{
    line-height: 1.625;
  }

  .largeTablet\:leading-loose{
    line-height: 2;
  }

  .largeTablet\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .largeTablet\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .largeTablet\:tracking-normal{
    letter-spacing: 0em;
  }

  .largeTablet\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .largeTablet\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .largeTablet\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .largeTablet\:text-transparent{
    color: transparent;
  }

  .largeTablet\:text-current{
    color: currentColor;
  }

  .largeTablet\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .largeTablet\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .largeTablet\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .largeTablet\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .largeTablet\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .largeTablet\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .largeTablet\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .largeTablet\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .largeTablet\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .largeTablet\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .largeTablet\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .largeTablet\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .largeTablet\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .largeTablet\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .largeTablet\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .largeTablet\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .largeTablet\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .largeTablet\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .largeTablet\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .largeTablet\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .largeTablet\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .largeTablet\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .largeTablet\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .largeTablet\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .largeTablet\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .largeTablet\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .largeTablet\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .largeTablet\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .largeTablet\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .largeTablet\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .largeTablet\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .largeTablet\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .largeTablet\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .largeTablet\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .largeTablet\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .largeTablet\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .largeTablet\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .largeTablet\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .largeTablet\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .largeTablet\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .largeTablet\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .largeTablet\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .largeTablet\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .largeTablet\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .largeTablet\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .largeTablet\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .largeTablet\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .largeTablet\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .largeTablet\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .largeTablet\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .largeTablet\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .largeTablet\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .largeTablet\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .largeTablet\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .largeTablet\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .largeTablet\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .largeTablet\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .largeTablet\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .largeTablet\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .largeTablet\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .largeTablet\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .largeTablet\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .largeTablet\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .largeTablet\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .largeTablet\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .largeTablet\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .largeTablet\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .largeTablet\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .largeTablet\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-transparent:hover{
    color: transparent;
  }

  .largeTablet\:hover\:text-current:hover{
    color: currentColor;
  }

  .largeTablet\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .largeTablet\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-transparent:focus{
    color: transparent;
  }

  .largeTablet\:focus\:text-current:focus{
    color: currentColor;
  }

  .largeTablet\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .largeTablet\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .largeTablet\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .largeTablet\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .largeTablet\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .largeTablet\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .largeTablet\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .largeTablet\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .largeTablet\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .largeTablet\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .largeTablet\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .largeTablet\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .largeTablet\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .largeTablet\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .largeTablet\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .largeTablet\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .largeTablet\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .largeTablet\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .largeTablet\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .largeTablet\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .largeTablet\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .largeTablet\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .largeTablet\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .largeTablet\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .largeTablet\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .largeTablet\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .largeTablet\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .largeTablet\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .largeTablet\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .largeTablet\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .largeTablet\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .largeTablet\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .largeTablet\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .largeTablet\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .largeTablet\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .largeTablet\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .largeTablet\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .largeTablet\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .largeTablet\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .largeTablet\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .largeTablet\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .largeTablet\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .largeTablet\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .largeTablet\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .largeTablet\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .largeTablet\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .largeTablet\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .largeTablet\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .largeTablet\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .largeTablet\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .largeTablet\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .largeTablet\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .largeTablet\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .largeTablet\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .largeTablet\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .largeTablet\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .largeTablet\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .largeTablet\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .largeTablet\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .largeTablet\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .largeTablet\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .largeTablet\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .largeTablet\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .largeTablet\:underline{
    text-decoration: underline;
  }

  .largeTablet\:line-through{
    text-decoration: line-through;
  }

  .largeTablet\:no-underline{
    text-decoration: none;
  }

  .group:hover .largeTablet\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .largeTablet\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .largeTablet\:group-hover\:no-underline{
    text-decoration: none;
  }

  .largeTablet\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .largeTablet\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .largeTablet\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .largeTablet\:hover\:underline:hover{
    text-decoration: underline;
  }

  .largeTablet\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .largeTablet\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .largeTablet\:focus\:underline:focus{
    text-decoration: underline;
  }

  .largeTablet\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .largeTablet\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .largeTablet\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .largeTablet\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .largeTablet\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .largeTablet\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .largeTablet\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .largeTablet\:placeholder-current::placeholder{
    color: currentColor;
  }

  .largeTablet\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .largeTablet\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .largeTablet\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .largeTablet\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .largeTablet\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .largeTablet\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .largeTablet\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .largeTablet\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .largeTablet\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .largeTablet\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .largeTablet\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .largeTablet\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .largeTablet\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .largeTablet\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .largeTablet\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .largeTablet\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .largeTablet\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .largeTablet\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .largeTablet\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .largeTablet\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .largeTablet\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .largeTablet\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .largeTablet\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .largeTablet\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .largeTablet\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .largeTablet\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .largeTablet\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .largeTablet\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .largeTablet\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .largeTablet\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .largeTablet\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .largeTablet\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .largeTablet\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .largeTablet\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .largeTablet\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .largeTablet\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .largeTablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .largeTablet\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .largeTablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .largeTablet\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .largeTablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .largeTablet\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .largeTablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .largeTablet\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .largeTablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .largeTablet\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .largeTablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .largeTablet\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .largeTablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .largeTablet\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .largeTablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .largeTablet\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .largeTablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .largeTablet\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .largeTablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .largeTablet\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .largeTablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .largeTablet\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .largeTablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .largeTablet\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .largeTablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .largeTablet\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .largeTablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .largeTablet\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .largeTablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .largeTablet\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .largeTablet\:opacity-0{
    opacity: 0;
  }

  .largeTablet\:opacity-5{
    opacity: 0.05;
  }

  .largeTablet\:opacity-10{
    opacity: 0.1;
  }

  .largeTablet\:opacity-20{
    opacity: 0.2;
  }

  .largeTablet\:opacity-25{
    opacity: 0.25;
  }

  .largeTablet\:opacity-30{
    opacity: 0.3;
  }

  .largeTablet\:opacity-40{
    opacity: 0.4;
  }

  .largeTablet\:opacity-50{
    opacity: 0.5;
  }

  .largeTablet\:opacity-60{
    opacity: 0.6;
  }

  .largeTablet\:opacity-70{
    opacity: 0.7;
  }

  .largeTablet\:opacity-75{
    opacity: 0.75;
  }

  .largeTablet\:opacity-80{
    opacity: 0.8;
  }

  .largeTablet\:opacity-90{
    opacity: 0.9;
  }

  .largeTablet\:opacity-95{
    opacity: 0.95;
  }

  .largeTablet\:opacity-100{
    opacity: 1;
  }

  .group:hover .largeTablet\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .largeTablet\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .largeTablet\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .largeTablet\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .largeTablet\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .largeTablet\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .largeTablet\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .largeTablet\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .largeTablet\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .largeTablet\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .largeTablet\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .largeTablet\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .largeTablet\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .largeTablet\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .largeTablet\:group-hover\:opacity-100{
    opacity: 1;
  }

  .largeTablet\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .largeTablet\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .largeTablet\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .largeTablet\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .largeTablet\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .largeTablet\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .largeTablet\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .largeTablet\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .largeTablet\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .largeTablet\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .largeTablet\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .largeTablet\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .largeTablet\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .largeTablet\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .largeTablet\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .largeTablet\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .largeTablet\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .largeTablet\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .largeTablet\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .largeTablet\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .largeTablet\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .largeTablet\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .largeTablet\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .largeTablet\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .largeTablet\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .largeTablet\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .largeTablet\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .largeTablet\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .largeTablet\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .largeTablet\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .largeTablet\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .largeTablet\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .largeTablet\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .largeTablet\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .largeTablet\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .largeTablet\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .largeTablet\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .largeTablet\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .largeTablet\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .largeTablet\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .largeTablet\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .largeTablet\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .largeTablet\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .largeTablet\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .largeTablet\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .largeTablet\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .largeTablet\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .largeTablet\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .largeTablet\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .largeTablet\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .largeTablet\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .largeTablet\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .largeTablet\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .largeTablet\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .largeTablet\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .largeTablet\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .largeTablet\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .largeTablet\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .largeTablet\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .largeTablet\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .largeTablet\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .largeTablet\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .largeTablet\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .largeTablet\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .largeTablet\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .largeTablet\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .largeTablet\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .largeTablet\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .largeTablet\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .largeTablet\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .largeTablet\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .largeTablet\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .largeTablet\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .largeTablet\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .largeTablet\:bg-blend-color{
    background-blend-mode: color;
  }

  .largeTablet\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .largeTablet\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .largeTablet\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .largeTablet\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .largeTablet\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .largeTablet\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .largeTablet\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .largeTablet\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .largeTablet\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .largeTablet\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .largeTablet\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .largeTablet\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .largeTablet\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .largeTablet\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .largeTablet\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .largeTablet\:mix-blend-color{
    mix-blend-mode: color;
  }

  .largeTablet\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .largeTablet\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .largeTablet\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .largeTablet\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .largeTablet\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .largeTablet\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .largeTablet\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .largeTablet\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .largeTablet\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .largeTablet\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .largeTablet\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .largeTablet\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .largeTablet\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .largeTablet\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .largeTablet\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .largeTablet\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .largeTablet\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .largeTablet\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .largeTablet\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .largeTablet\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .largeTablet\:ring-inset{
    --tw-ring-inset: inset;
  }

  .largeTablet\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .largeTablet\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .largeTablet\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .largeTablet\:ring-current{
    --tw-ring-color: currentColor;
  }

  .largeTablet\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .largeTablet\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .largeTablet\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .largeTablet\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .largeTablet\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .largeTablet\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .largeTablet\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .largeTablet\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .largeTablet\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .largeTablet\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .largeTablet\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .largeTablet\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .largeTablet\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .largeTablet\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .largeTablet\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .largeTablet\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .largeTablet\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .largeTablet\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .largeTablet\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .largeTablet\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .largeTablet\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .largeTablet\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .largeTablet\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .largeTablet\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .largeTablet\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .largeTablet\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .largeTablet\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .largeTablet\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .largeTablet\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .largeTablet\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .largeTablet\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .largeTablet\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .largeTablet\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .largeTablet\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .largeTablet\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .largeTablet\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .largeTablet\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .largeTablet\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .largeTablet\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .largeTablet\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .largeTablet\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .largeTablet\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .largeTablet\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .largeTablet\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .largeTablet\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .largeTablet\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .largeTablet\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .largeTablet\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .largeTablet\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .largeTablet\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .largeTablet\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .largeTablet\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .largeTablet\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .largeTablet\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .largeTablet\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .largeTablet\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .largeTablet\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .largeTablet\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .largeTablet\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .largeTablet\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .largeTablet\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .largeTablet\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .largeTablet\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .largeTablet\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .largeTablet\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .largeTablet\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .largeTablet\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .largeTablet\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .largeTablet\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .largeTablet\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .largeTablet\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .largeTablet\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .largeTablet\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .largeTablet\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .largeTablet\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .largeTablet\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .largeTablet\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .largeTablet\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .largeTablet\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .largeTablet\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .largeTablet\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .largeTablet\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .largeTablet\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .largeTablet\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .largeTablet\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .largeTablet\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .largeTablet\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .largeTablet\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .largeTablet\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .largeTablet\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .largeTablet\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .largeTablet\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .largeTablet\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .largeTablet\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .largeTablet\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .largeTablet\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .largeTablet\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .largeTablet\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .largeTablet\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .largeTablet\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .largeTablet\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .largeTablet\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .largeTablet\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .largeTablet\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .largeTablet\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .largeTablet\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .largeTablet\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .largeTablet\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .largeTablet\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .largeTablet\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .largeTablet\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .largeTablet\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .largeTablet\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .largeTablet\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .largeTablet\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .largeTablet\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .largeTablet\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .largeTablet\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .largeTablet\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .largeTablet\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .largeTablet\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .largeTablet\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .largeTablet\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .largeTablet\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .largeTablet\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .largeTablet\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .largeTablet\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .largeTablet\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .largeTablet\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .largeTablet\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .largeTablet\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .largeTablet\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .largeTablet\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .largeTablet\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .largeTablet\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .largeTablet\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .largeTablet\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .largeTablet\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .largeTablet\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .largeTablet\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .largeTablet\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .largeTablet\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .largeTablet\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .largeTablet\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .largeTablet\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .largeTablet\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .largeTablet\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .largeTablet\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .largeTablet\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .largeTablet\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .largeTablet\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .largeTablet\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .largeTablet\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .largeTablet\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .largeTablet\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .largeTablet\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .largeTablet\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .largeTablet\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .largeTablet\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .largeTablet\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .largeTablet\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .largeTablet\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .largeTablet\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .largeTablet\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .largeTablet\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .largeTablet\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .largeTablet\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .largeTablet\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .largeTablet\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .largeTablet\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .largeTablet\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .largeTablet\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .largeTablet\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .largeTablet\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .largeTablet\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .largeTablet\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .largeTablet\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .largeTablet\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .largeTablet\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .largeTablet\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .largeTablet\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .largeTablet\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .largeTablet\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .largeTablet\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .largeTablet\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .largeTablet\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .largeTablet\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .largeTablet\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .largeTablet\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .largeTablet\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .largeTablet\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .largeTablet\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .largeTablet\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .largeTablet\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .largeTablet\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .largeTablet\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .largeTablet\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .largeTablet\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .largeTablet\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .largeTablet\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .largeTablet\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .largeTablet\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .largeTablet\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .largeTablet\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .largeTablet\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .largeTablet\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .largeTablet\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .largeTablet\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .largeTablet\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .largeTablet\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .largeTablet\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .largeTablet\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .largeTablet\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .largeTablet\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .largeTablet\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .largeTablet\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .largeTablet\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .largeTablet\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .largeTablet\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .largeTablet\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .largeTablet\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .largeTablet\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .largeTablet\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .largeTablet\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .largeTablet\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .largeTablet\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .largeTablet\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .largeTablet\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .largeTablet\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .largeTablet\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .largeTablet\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .largeTablet\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .largeTablet\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .largeTablet\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .largeTablet\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .largeTablet\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .largeTablet\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .largeTablet\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .largeTablet\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .largeTablet\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .largeTablet\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .largeTablet\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .largeTablet\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .largeTablet\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .largeTablet\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .largeTablet\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .largeTablet\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .largeTablet\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .largeTablet\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .largeTablet\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .largeTablet\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .largeTablet\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .largeTablet\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .largeTablet\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .largeTablet\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .largeTablet\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .largeTablet\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .largeTablet\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .largeTablet\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .largeTablet\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .largeTablet\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .largeTablet\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .largeTablet\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .largeTablet\:filter-none{
    filter: none;
  }

  .largeTablet\:blur-0{
    --tw-blur: blur(0);
  }

  .largeTablet\:blur-none{
    --tw-blur: blur(0);
  }

  .largeTablet\:blur-sm{
    --tw-blur: blur(4px);
  }

  .largeTablet\:blur{
    --tw-blur: blur(8px);
  }

  .largeTablet\:blur-md{
    --tw-blur: blur(12px);
  }

  .largeTablet\:blur-lg{
    --tw-blur: blur(16px);
  }

  .largeTablet\:blur-xl{
    --tw-blur: blur(24px);
  }

  .largeTablet\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .largeTablet\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .largeTablet\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .largeTablet\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .largeTablet\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .largeTablet\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .largeTablet\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .largeTablet\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .largeTablet\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .largeTablet\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .largeTablet\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .largeTablet\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .largeTablet\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .largeTablet\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .largeTablet\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .largeTablet\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .largeTablet\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .largeTablet\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .largeTablet\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .largeTablet\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .largeTablet\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .largeTablet\: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));
  }

  .largeTablet\: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));
  }

  .largeTablet\: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));
  }

  .largeTablet\: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));
  }

  .largeTablet\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .largeTablet\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .largeTablet\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .largeTablet\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .largeTablet\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .largeTablet\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .largeTablet\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .largeTablet\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .largeTablet\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .largeTablet\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .largeTablet\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .largeTablet\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .largeTablet\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .largeTablet\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .largeTablet\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .largeTablet\:invert-0{
    --tw-invert: invert(0);
  }

  .largeTablet\:invert{
    --tw-invert: invert(100%);
  }

  .largeTablet\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .largeTablet\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .largeTablet\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .largeTablet\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .largeTablet\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .largeTablet\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .largeTablet\:sepia{
    --tw-sepia: sepia(100%);
  }

  .largeTablet\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .largeTablet\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .largeTablet\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .largeTablet\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .largeTablet\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .largeTablet\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .largeTablet\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .largeTablet\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .largeTablet\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .largeTablet\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .largeTablet\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .largeTablet\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .largeTablet\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .largeTablet\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .largeTablet\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .largeTablet\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .largeTablet\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .largeTablet\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .largeTablet\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .largeTablet\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .largeTablet\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .largeTablet\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .largeTablet\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .largeTablet\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .largeTablet\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .largeTablet\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .largeTablet\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .largeTablet\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .largeTablet\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .largeTablet\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .largeTablet\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .largeTablet\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .largeTablet\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .largeTablet\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .largeTablet\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .largeTablet\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .largeTablet\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .largeTablet\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .largeTablet\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .largeTablet\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .largeTablet\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .largeTablet\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .largeTablet\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .largeTablet\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .largeTablet\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .largeTablet\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .largeTablet\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .largeTablet\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .largeTablet\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .largeTablet\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .largeTablet\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .largeTablet\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .largeTablet\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .largeTablet\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .largeTablet\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .largeTablet\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .largeTablet\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .largeTablet\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .largeTablet\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .largeTablet\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .largeTablet\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .largeTablet\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .largeTablet\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .largeTablet\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .largeTablet\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .largeTablet\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .largeTablet\:transition-none{
    transition-property: none;
  }

  .largeTablet\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .largeTablet\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .largeTablet\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .largeTablet\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .largeTablet\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .largeTablet\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .largeTablet\:delay-75{
    transition-delay: 75ms;
  }

  .largeTablet\:delay-100{
    transition-delay: 100ms;
  }

  .largeTablet\:delay-150{
    transition-delay: 150ms;
  }

  .largeTablet\:delay-200{
    transition-delay: 200ms;
  }

  .largeTablet\:delay-300{
    transition-delay: 300ms;
  }

  .largeTablet\:delay-500{
    transition-delay: 500ms;
  }

  .largeTablet\:delay-700{
    transition-delay: 700ms;
  }

  .largeTablet\:delay-1000{
    transition-delay: 1000ms;
  }

  .largeTablet\:duration-75{
    transition-duration: 75ms;
  }

  .largeTablet\:duration-100{
    transition-duration: 100ms;
  }

  .largeTablet\:duration-150{
    transition-duration: 150ms;
  }

  .largeTablet\:duration-200{
    transition-duration: 200ms;
  }

  .largeTablet\:duration-300{
    transition-duration: 300ms;
  }

  .largeTablet\:duration-500{
    transition-duration: 500ms;
  }

  .largeTablet\:duration-700{
    transition-duration: 700ms;
  }

  .largeTablet\:duration-1000{
    transition-duration: 1000ms;
  }

  .largeTablet\:ease-linear{
    transition-timing-function: linear;
  }

  .largeTablet\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .largeTablet\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .largeTablet\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 1030px){
  .tablet\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .tablet\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .tablet\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .tablet\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .tablet\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .tablet\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .tablet\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .tablet\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .tablet\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .tablet\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .tablet\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .tablet\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .tablet\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .tablet\:container{
      max-width: 1701px;
    }
  }

  .tablet\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .tablet\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .tablet\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .tablet\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .tablet\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .tablet\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .tablet\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .tablet\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .tablet\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .tablet\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .tablet\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .tablet\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .tablet\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .tablet\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .tablet\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .tablet\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .tablet\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .tablet\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .tablet\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .tablet\:prose code::before{
    content: "`";
  }

  .tablet\:prose code::after{
    content: "`";
  }

  .tablet\:prose a code{
    color: #111827;
  }

  .tablet\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .tablet\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .tablet\:prose pre code::before{
    content: "";
  }

  .tablet\:prose pre code::after{
    content: "";
  }

  .tablet\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .tablet\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .tablet\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .tablet\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .tablet\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .tablet\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .tablet\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .tablet\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .tablet\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .tablet\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .tablet\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .tablet\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:prose h2 code{
    font-size: 0.875em;
  }

  .tablet\:prose h3 code{
    font-size: 0.9em;
  }

  .tablet\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .tablet\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .tablet\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .tablet\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .tablet\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .tablet\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .tablet\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .tablet\:prose ul ul, .tablet\:prose ul ol, .tablet\:prose ol ul, .tablet\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .tablet\:prose hr + *{
    margin-top: 0;
  }

  .tablet\:prose h2 + *{
    margin-top: 0;
  }

  .tablet\:prose h3 + *{
    margin-top: 0;
  }

  .tablet\:prose h4 + *{
    margin-top: 0;
  }

  .tablet\:prose thead th:first-child{
    padding-left: 0;
  }

  .tablet\:prose thead th:last-child{
    padding-right: 0;
  }

  .tablet\:prose tbody td:first-child{
    padding-left: 0;
  }

  .tablet\:prose tbody td:last-child{
    padding-right: 0;
  }

  .tablet\:prose > :first-child{
    margin-top: 0;
  }

  .tablet\:prose > :last-child{
    margin-bottom: 0;
  }

  .tablet\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .tablet\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .tablet\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .tablet\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .tablet\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .tablet\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .tablet\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .tablet\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .tablet\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .tablet\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .tablet\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .tablet\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .tablet\:prose-sm code{
    font-size: 0.8571429em;
  }

  .tablet\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .tablet\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .tablet\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .tablet\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .tablet\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .tablet\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .tablet\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .tablet\:prose-sm ol > li::before{
    left: 0;
  }

  .tablet\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .tablet\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .tablet\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .tablet\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .tablet\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .tablet\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .tablet\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .tablet\:prose-sm ul ul, .tablet\:prose-sm ul ol, .tablet\:prose-sm ol ul, .tablet\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .tablet\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .tablet\:prose-sm hr + *{
    margin-top: 0;
  }

  .tablet\:prose-sm h2 + *{
    margin-top: 0;
  }

  .tablet\:prose-sm h3 + *{
    margin-top: 0;
  }

  .tablet\:prose-sm h4 + *{
    margin-top: 0;
  }

  .tablet\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .tablet\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .tablet\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .tablet\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .tablet\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .tablet\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .tablet\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .tablet\:prose-sm > :first-child{
    margin-top: 0;
  }

  .tablet\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .tablet\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .tablet\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .tablet\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .tablet\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .tablet\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .tablet\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .tablet\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .tablet\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .tablet\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .tablet\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .tablet\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .tablet\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .tablet\:prose-lg code{
    font-size: 0.8888889em;
  }

  .tablet\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .tablet\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .tablet\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .tablet\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .tablet\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .tablet\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .tablet\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .tablet\:prose-lg ol > li::before{
    left: 0;
  }

  .tablet\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .tablet\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .tablet\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .tablet\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .tablet\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .tablet\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .tablet\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .tablet\:prose-lg ul ul, .tablet\:prose-lg ul ol, .tablet\:prose-lg ol ul, .tablet\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .tablet\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .tablet\:prose-lg hr + *{
    margin-top: 0;
  }

  .tablet\:prose-lg h2 + *{
    margin-top: 0;
  }

  .tablet\:prose-lg h3 + *{
    margin-top: 0;
  }

  .tablet\:prose-lg h4 + *{
    margin-top: 0;
  }

  .tablet\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .tablet\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .tablet\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .tablet\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .tablet\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .tablet\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .tablet\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .tablet\:prose-lg > :first-child{
    margin-top: 0;
  }

  .tablet\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .tablet\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .tablet\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .tablet\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .tablet\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .tablet\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .tablet\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .tablet\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .tablet\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .tablet\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .tablet\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .tablet\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .tablet\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .tablet\:prose-xl code{
    font-size: 0.9em;
  }

  .tablet\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .tablet\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .tablet\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .tablet\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .tablet\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .tablet\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .tablet\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .tablet\:prose-xl ol > li::before{
    left: 0;
  }

  .tablet\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .tablet\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .tablet\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .tablet\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .tablet\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .tablet\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .tablet\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .tablet\:prose-xl ul ul, .tablet\:prose-xl ul ol, .tablet\:prose-xl ol ul, .tablet\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .tablet\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .tablet\:prose-xl hr + *{
    margin-top: 0;
  }

  .tablet\:prose-xl h2 + *{
    margin-top: 0;
  }

  .tablet\:prose-xl h3 + *{
    margin-top: 0;
  }

  .tablet\:prose-xl h4 + *{
    margin-top: 0;
  }

  .tablet\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .tablet\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .tablet\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .tablet\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .tablet\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .tablet\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .tablet\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .tablet\:prose-xl > :first-child{
    margin-top: 0;
  }

  .tablet\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .tablet\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .tablet\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .tablet\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .tablet\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .tablet\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .tablet\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .tablet\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .tablet\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .tablet\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .tablet\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .tablet\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .tablet\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .tablet\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .tablet\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .tablet\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .tablet\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .tablet\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .tablet\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .tablet\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .tablet\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .tablet\:prose-2xl ol > li::before{
    left: 0;
  }

  .tablet\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .tablet\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .tablet\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .tablet\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .tablet\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .tablet\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .tablet\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .tablet\:prose-2xl ul ul, .tablet\:prose-2xl ul ol, .tablet\:prose-2xl ol ul, .tablet\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .tablet\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .tablet\:prose-2xl hr + *{
    margin-top: 0;
  }

  .tablet\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .tablet\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .tablet\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .tablet\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .tablet\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .tablet\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .tablet\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .tablet\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .tablet\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .tablet\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .tablet\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .tablet\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .tablet\:prose-blue{
  }

  .tablet\:prose-red{
  }

  .tablet\:prose-pink{
  }

  .tablet\:prose-indigo a{
    color: #4f46e5;
  }

  .tablet\:prose-indigo a code{
    color: #4f46e5;
  }

  .tablet\:prose-green a{
    color: #16a34a;
  }

  .tablet\:prose-green a code{
    color: #16a34a;
  }

  .tablet\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:pointer-events-none{
    pointer-events: none;
  }

  .tablet\:pointer-events-auto{
    pointer-events: auto;
  }

  .tablet\:visible{
    visibility: visible;
  }

  .tablet\:invisible{
    visibility: hidden;
  }

  .tablet\:static{
    position: static;
  }

  .tablet\:fixed{
    position: fixed;
  }

  .tablet\:absolute{
    position: absolute;
  }

  .tablet\:relative{
    position: relative;
  }

  .tablet\:sticky{
    position: sticky;
  }

  .tablet\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tablet\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .tablet\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .tablet\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .tablet\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .tablet\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .tablet\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .tablet\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .tablet\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .tablet\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .tablet\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .tablet\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .tablet\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .tablet\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .tablet\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .tablet\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .tablet\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .tablet\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .tablet\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .tablet\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .tablet\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .tablet\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .tablet\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .tablet\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .tablet\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .tablet\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .tablet\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .tablet\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .tablet\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .tablet\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .tablet\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tablet\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .tablet\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .tablet\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .tablet\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .tablet\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .tablet\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tablet\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .tablet\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .tablet\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .tablet\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .tablet\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .tablet\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .tablet\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .tablet\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .tablet\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .tablet\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .tablet\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .tablet\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .tablet\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .tablet\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .tablet\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .tablet\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .tablet\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .tablet\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .tablet\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .tablet\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .tablet\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .tablet\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .tablet\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .tablet\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .tablet\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .tablet\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .tablet\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .tablet\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .tablet\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .tablet\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .tablet\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .tablet\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .tablet\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .tablet\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .tablet\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tablet\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .tablet\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .tablet\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .tablet\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tablet\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .tablet\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .tablet\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tablet\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .tablet\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .tablet\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .tablet\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tablet\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .tablet\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .tablet\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .tablet\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .tablet\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .tablet\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .tablet\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .tablet\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .tablet\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .tablet\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .tablet\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .tablet\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .tablet\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .tablet\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .tablet\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .tablet\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .tablet\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .tablet\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .tablet\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .tablet\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .tablet\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .tablet\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .tablet\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .tablet\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .tablet\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .tablet\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .tablet\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .tablet\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .tablet\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .tablet\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .tablet\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .tablet\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .tablet\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .tablet\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .tablet\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .tablet\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .tablet\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .tablet\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .tablet\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .tablet\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .tablet\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .tablet\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .tablet\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .tablet\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .tablet\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .tablet\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .tablet\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .tablet\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .tablet\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .tablet\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .tablet\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .tablet\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .tablet\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .tablet\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .tablet\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .tablet\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .tablet\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .tablet\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .tablet\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .tablet\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .tablet\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .tablet\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .tablet\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .tablet\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .tablet\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .tablet\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .tablet\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .tablet\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .tablet\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .tablet\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .tablet\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .tablet\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .tablet\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .tablet\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .tablet\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .tablet\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .tablet\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .tablet\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .tablet\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .tablet\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .tablet\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .tablet\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .tablet\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .tablet\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .tablet\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .tablet\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .tablet\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .tablet\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tablet\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .tablet\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .tablet\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .tablet\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .tablet\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .tablet\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .tablet\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .tablet\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .tablet\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .tablet\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .tablet\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .tablet\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .tablet\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .tablet\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .tablet\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .tablet\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .tablet\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .tablet\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .tablet\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .tablet\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .tablet\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .tablet\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .tablet\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .tablet\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .tablet\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .tablet\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .tablet\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .tablet\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .tablet\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .tablet\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .tablet\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .tablet\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .tablet\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .tablet\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .tablet\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .tablet\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tablet\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .tablet\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .tablet\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .tablet\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .tablet\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .tablet\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .tablet\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .tablet\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .tablet\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .tablet\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .tablet\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .tablet\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .tablet\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .tablet\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .tablet\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .tablet\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .tablet\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .tablet\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .tablet\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .tablet\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .tablet\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .tablet\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .tablet\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .tablet\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .tablet\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .tablet\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .tablet\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .tablet\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .tablet\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .tablet\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .tablet\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .tablet\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .tablet\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .tablet\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .tablet\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .tablet\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .tablet\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .tablet\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .tablet\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .tablet\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .tablet\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .tablet\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .tablet\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .tablet\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .tablet\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .tablet\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .tablet\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .tablet\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .tablet\:top-0{
    top: 0px;
  }

  .tablet\:top-1{
    top: 0.25rem;
  }

  .tablet\:top-2{
    top: 0.5rem;
  }

  .tablet\:top-3{
    top: 0.75rem;
  }

  .tablet\:top-4{
    top: 1rem;
  }

  .tablet\:top-5{
    top: 1.25rem;
  }

  .tablet\:top-6{
    top: 1.5rem;
  }

  .tablet\:top-7{
    top: 1.75rem;
  }

  .tablet\:top-8{
    top: 2rem;
  }

  .tablet\:top-9{
    top: 2.25rem;
  }

  .tablet\:top-10{
    top: 2.5rem;
  }

  .tablet\:top-11{
    top: 2.75rem;
  }

  .tablet\:top-12{
    top: 3rem;
  }

  .tablet\:top-14{
    top: 3.5rem;
  }

  .tablet\:top-16{
    top: 4rem;
  }

  .tablet\:top-20{
    top: 5rem;
  }

  .tablet\:top-24{
    top: 6rem;
  }

  .tablet\:top-28{
    top: 7rem;
  }

  .tablet\:top-32{
    top: 8rem;
  }

  .tablet\:top-36{
    top: 9rem;
  }

  .tablet\:top-40{
    top: 10rem;
  }

  .tablet\:top-44{
    top: 11rem;
  }

  .tablet\:top-48{
    top: 12rem;
  }

  .tablet\:top-52{
    top: 13rem;
  }

  .tablet\:top-56{
    top: 14rem;
  }

  .tablet\:top-60{
    top: 15rem;
  }

  .tablet\:top-64{
    top: 16rem;
  }

  .tablet\:top-72{
    top: 18rem;
  }

  .tablet\:top-80{
    top: 20rem;
  }

  .tablet\:top-96{
    top: 24rem;
  }

  .tablet\:top-auto{
    top: auto;
  }

  .tablet\:top-px{
    top: 1px;
  }

  .tablet\:top-0\.5{
    top: 0.125rem;
  }

  .tablet\:top-1\.5{
    top: 0.375rem;
  }

  .tablet\:top-2\.5{
    top: 0.625rem;
  }

  .tablet\:top-3\.5{
    top: 0.875rem;
  }

  .tablet\:-top-0{
    top: 0px;
  }

  .tablet\:-top-1{
    top: -0.25rem;
  }

  .tablet\:-top-2{
    top: -0.5rem;
  }

  .tablet\:-top-3{
    top: -0.75rem;
  }

  .tablet\:-top-4{
    top: -1rem;
  }

  .tablet\:-top-5{
    top: -1.25rem;
  }

  .tablet\:-top-6{
    top: -1.5rem;
  }

  .tablet\:-top-7{
    top: -1.75rem;
  }

  .tablet\:-top-8{
    top: -2rem;
  }

  .tablet\:-top-9{
    top: -2.25rem;
  }

  .tablet\:-top-10{
    top: -2.5rem;
  }

  .tablet\:-top-11{
    top: -2.75rem;
  }

  .tablet\:-top-12{
    top: -3rem;
  }

  .tablet\:-top-14{
    top: -3.5rem;
  }

  .tablet\:-top-16{
    top: -4rem;
  }

  .tablet\:-top-20{
    top: -5rem;
  }

  .tablet\:-top-24{
    top: -6rem;
  }

  .tablet\:-top-28{
    top: -7rem;
  }

  .tablet\:-top-32{
    top: -8rem;
  }

  .tablet\:-top-36{
    top: -9rem;
  }

  .tablet\:-top-40{
    top: -10rem;
  }

  .tablet\:-top-44{
    top: -11rem;
  }

  .tablet\:-top-48{
    top: -12rem;
  }

  .tablet\:-top-52{
    top: -13rem;
  }

  .tablet\:-top-56{
    top: -14rem;
  }

  .tablet\:-top-60{
    top: -15rem;
  }

  .tablet\:-top-64{
    top: -16rem;
  }

  .tablet\:-top-72{
    top: -18rem;
  }

  .tablet\:-top-80{
    top: -20rem;
  }

  .tablet\:-top-96{
    top: -24rem;
  }

  .tablet\:-top-px{
    top: -1px;
  }

  .tablet\:-top-0\.5{
    top: -0.125rem;
  }

  .tablet\:-top-1\.5{
    top: -0.375rem;
  }

  .tablet\:-top-2\.5{
    top: -0.625rem;
  }

  .tablet\:-top-3\.5{
    top: -0.875rem;
  }

  .tablet\:top-1\/2{
    top: 50%;
  }

  .tablet\:top-1\/3{
    top: 33.333333%;
  }

  .tablet\:top-2\/3{
    top: 66.666667%;
  }

  .tablet\:top-1\/4{
    top: 25%;
  }

  .tablet\:top-2\/4{
    top: 50%;
  }

  .tablet\:top-3\/4{
    top: 75%;
  }

  .tablet\:top-full{
    top: 100%;
  }

  .tablet\:-top-1\/2{
    top: -50%;
  }

  .tablet\:-top-1\/3{
    top: -33.333333%;
  }

  .tablet\:-top-2\/3{
    top: -66.666667%;
  }

  .tablet\:-top-1\/4{
    top: -25%;
  }

  .tablet\:-top-2\/4{
    top: -50%;
  }

  .tablet\:-top-3\/4{
    top: -75%;
  }

  .tablet\:-top-full{
    top: -100%;
  }

  .tablet\:right-0{
    right: 0px;
  }

  .tablet\:right-1{
    right: 0.25rem;
  }

  .tablet\:right-2{
    right: 0.5rem;
  }

  .tablet\:right-3{
    right: 0.75rem;
  }

  .tablet\:right-4{
    right: 1rem;
  }

  .tablet\:right-5{
    right: 1.25rem;
  }

  .tablet\:right-6{
    right: 1.5rem;
  }

  .tablet\:right-7{
    right: 1.75rem;
  }

  .tablet\:right-8{
    right: 2rem;
  }

  .tablet\:right-9{
    right: 2.25rem;
  }

  .tablet\:right-10{
    right: 2.5rem;
  }

  .tablet\:right-11{
    right: 2.75rem;
  }

  .tablet\:right-12{
    right: 3rem;
  }

  .tablet\:right-14{
    right: 3.5rem;
  }

  .tablet\:right-16{
    right: 4rem;
  }

  .tablet\:right-20{
    right: 5rem;
  }

  .tablet\:right-24{
    right: 6rem;
  }

  .tablet\:right-28{
    right: 7rem;
  }

  .tablet\:right-32{
    right: 8rem;
  }

  .tablet\:right-36{
    right: 9rem;
  }

  .tablet\:right-40{
    right: 10rem;
  }

  .tablet\:right-44{
    right: 11rem;
  }

  .tablet\:right-48{
    right: 12rem;
  }

  .tablet\:right-52{
    right: 13rem;
  }

  .tablet\:right-56{
    right: 14rem;
  }

  .tablet\:right-60{
    right: 15rem;
  }

  .tablet\:right-64{
    right: 16rem;
  }

  .tablet\:right-72{
    right: 18rem;
  }

  .tablet\:right-80{
    right: 20rem;
  }

  .tablet\:right-96{
    right: 24rem;
  }

  .tablet\:right-auto{
    right: auto;
  }

  .tablet\:right-px{
    right: 1px;
  }

  .tablet\:right-0\.5{
    right: 0.125rem;
  }

  .tablet\:right-1\.5{
    right: 0.375rem;
  }

  .tablet\:right-2\.5{
    right: 0.625rem;
  }

  .tablet\:right-3\.5{
    right: 0.875rem;
  }

  .tablet\:-right-0{
    right: 0px;
  }

  .tablet\:-right-1{
    right: -0.25rem;
  }

  .tablet\:-right-2{
    right: -0.5rem;
  }

  .tablet\:-right-3{
    right: -0.75rem;
  }

  .tablet\:-right-4{
    right: -1rem;
  }

  .tablet\:-right-5{
    right: -1.25rem;
  }

  .tablet\:-right-6{
    right: -1.5rem;
  }

  .tablet\:-right-7{
    right: -1.75rem;
  }

  .tablet\:-right-8{
    right: -2rem;
  }

  .tablet\:-right-9{
    right: -2.25rem;
  }

  .tablet\:-right-10{
    right: -2.5rem;
  }

  .tablet\:-right-11{
    right: -2.75rem;
  }

  .tablet\:-right-12{
    right: -3rem;
  }

  .tablet\:-right-14{
    right: -3.5rem;
  }

  .tablet\:-right-16{
    right: -4rem;
  }

  .tablet\:-right-20{
    right: -5rem;
  }

  .tablet\:-right-24{
    right: -6rem;
  }

  .tablet\:-right-28{
    right: -7rem;
  }

  .tablet\:-right-32{
    right: -8rem;
  }

  .tablet\:-right-36{
    right: -9rem;
  }

  .tablet\:-right-40{
    right: -10rem;
  }

  .tablet\:-right-44{
    right: -11rem;
  }

  .tablet\:-right-48{
    right: -12rem;
  }

  .tablet\:-right-52{
    right: -13rem;
  }

  .tablet\:-right-56{
    right: -14rem;
  }

  .tablet\:-right-60{
    right: -15rem;
  }

  .tablet\:-right-64{
    right: -16rem;
  }

  .tablet\:-right-72{
    right: -18rem;
  }

  .tablet\:-right-80{
    right: -20rem;
  }

  .tablet\:-right-96{
    right: -24rem;
  }

  .tablet\:-right-px{
    right: -1px;
  }

  .tablet\:-right-0\.5{
    right: -0.125rem;
  }

  .tablet\:-right-1\.5{
    right: -0.375rem;
  }

  .tablet\:-right-2\.5{
    right: -0.625rem;
  }

  .tablet\:-right-3\.5{
    right: -0.875rem;
  }

  .tablet\:right-1\/2{
    right: 50%;
  }

  .tablet\:right-1\/3{
    right: 33.333333%;
  }

  .tablet\:right-2\/3{
    right: 66.666667%;
  }

  .tablet\:right-1\/4{
    right: 25%;
  }

  .tablet\:right-2\/4{
    right: 50%;
  }

  .tablet\:right-3\/4{
    right: 75%;
  }

  .tablet\:right-full{
    right: 100%;
  }

  .tablet\:-right-1\/2{
    right: -50%;
  }

  .tablet\:-right-1\/3{
    right: -33.333333%;
  }

  .tablet\:-right-2\/3{
    right: -66.666667%;
  }

  .tablet\:-right-1\/4{
    right: -25%;
  }

  .tablet\:-right-2\/4{
    right: -50%;
  }

  .tablet\:-right-3\/4{
    right: -75%;
  }

  .tablet\:-right-full{
    right: -100%;
  }

  .tablet\:bottom-0{
    bottom: 0px;
  }

  .tablet\:bottom-1{
    bottom: 0.25rem;
  }

  .tablet\:bottom-2{
    bottom: 0.5rem;
  }

  .tablet\:bottom-3{
    bottom: 0.75rem;
  }

  .tablet\:bottom-4{
    bottom: 1rem;
  }

  .tablet\:bottom-5{
    bottom: 1.25rem;
  }

  .tablet\:bottom-6{
    bottom: 1.5rem;
  }

  .tablet\:bottom-7{
    bottom: 1.75rem;
  }

  .tablet\:bottom-8{
    bottom: 2rem;
  }

  .tablet\:bottom-9{
    bottom: 2.25rem;
  }

  .tablet\:bottom-10{
    bottom: 2.5rem;
  }

  .tablet\:bottom-11{
    bottom: 2.75rem;
  }

  .tablet\:bottom-12{
    bottom: 3rem;
  }

  .tablet\:bottom-14{
    bottom: 3.5rem;
  }

  .tablet\:bottom-16{
    bottom: 4rem;
  }

  .tablet\:bottom-20{
    bottom: 5rem;
  }

  .tablet\:bottom-24{
    bottom: 6rem;
  }

  .tablet\:bottom-28{
    bottom: 7rem;
  }

  .tablet\:bottom-32{
    bottom: 8rem;
  }

  .tablet\:bottom-36{
    bottom: 9rem;
  }

  .tablet\:bottom-40{
    bottom: 10rem;
  }

  .tablet\:bottom-44{
    bottom: 11rem;
  }

  .tablet\:bottom-48{
    bottom: 12rem;
  }

  .tablet\:bottom-52{
    bottom: 13rem;
  }

  .tablet\:bottom-56{
    bottom: 14rem;
  }

  .tablet\:bottom-60{
    bottom: 15rem;
  }

  .tablet\:bottom-64{
    bottom: 16rem;
  }

  .tablet\:bottom-72{
    bottom: 18rem;
  }

  .tablet\:bottom-80{
    bottom: 20rem;
  }

  .tablet\:bottom-96{
    bottom: 24rem;
  }

  .tablet\:bottom-auto{
    bottom: auto;
  }

  .tablet\:bottom-px{
    bottom: 1px;
  }

  .tablet\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .tablet\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .tablet\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .tablet\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .tablet\:-bottom-0{
    bottom: 0px;
  }

  .tablet\:-bottom-1{
    bottom: -0.25rem;
  }

  .tablet\:-bottom-2{
    bottom: -0.5rem;
  }

  .tablet\:-bottom-3{
    bottom: -0.75rem;
  }

  .tablet\:-bottom-4{
    bottom: -1rem;
  }

  .tablet\:-bottom-5{
    bottom: -1.25rem;
  }

  .tablet\:-bottom-6{
    bottom: -1.5rem;
  }

  .tablet\:-bottom-7{
    bottom: -1.75rem;
  }

  .tablet\:-bottom-8{
    bottom: -2rem;
  }

  .tablet\:-bottom-9{
    bottom: -2.25rem;
  }

  .tablet\:-bottom-10{
    bottom: -2.5rem;
  }

  .tablet\:-bottom-11{
    bottom: -2.75rem;
  }

  .tablet\:-bottom-12{
    bottom: -3rem;
  }

  .tablet\:-bottom-14{
    bottom: -3.5rem;
  }

  .tablet\:-bottom-16{
    bottom: -4rem;
  }

  .tablet\:-bottom-20{
    bottom: -5rem;
  }

  .tablet\:-bottom-24{
    bottom: -6rem;
  }

  .tablet\:-bottom-28{
    bottom: -7rem;
  }

  .tablet\:-bottom-32{
    bottom: -8rem;
  }

  .tablet\:-bottom-36{
    bottom: -9rem;
  }

  .tablet\:-bottom-40{
    bottom: -10rem;
  }

  .tablet\:-bottom-44{
    bottom: -11rem;
  }

  .tablet\:-bottom-48{
    bottom: -12rem;
  }

  .tablet\:-bottom-52{
    bottom: -13rem;
  }

  .tablet\:-bottom-56{
    bottom: -14rem;
  }

  .tablet\:-bottom-60{
    bottom: -15rem;
  }

  .tablet\:-bottom-64{
    bottom: -16rem;
  }

  .tablet\:-bottom-72{
    bottom: -18rem;
  }

  .tablet\:-bottom-80{
    bottom: -20rem;
  }

  .tablet\:-bottom-96{
    bottom: -24rem;
  }

  .tablet\:-bottom-px{
    bottom: -1px;
  }

  .tablet\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .tablet\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .tablet\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .tablet\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .tablet\:bottom-1\/2{
    bottom: 50%;
  }

  .tablet\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .tablet\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .tablet\:bottom-1\/4{
    bottom: 25%;
  }

  .tablet\:bottom-2\/4{
    bottom: 50%;
  }

  .tablet\:bottom-3\/4{
    bottom: 75%;
  }

  .tablet\:bottom-full{
    bottom: 100%;
  }

  .tablet\:-bottom-1\/2{
    bottom: -50%;
  }

  .tablet\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .tablet\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .tablet\:-bottom-1\/4{
    bottom: -25%;
  }

  .tablet\:-bottom-2\/4{
    bottom: -50%;
  }

  .tablet\:-bottom-3\/4{
    bottom: -75%;
  }

  .tablet\:-bottom-full{
    bottom: -100%;
  }

  .tablet\:left-0{
    left: 0px;
  }

  .tablet\:left-1{
    left: 0.25rem;
  }

  .tablet\:left-2{
    left: 0.5rem;
  }

  .tablet\:left-3{
    left: 0.75rem;
  }

  .tablet\:left-4{
    left: 1rem;
  }

  .tablet\:left-5{
    left: 1.25rem;
  }

  .tablet\:left-6{
    left: 1.5rem;
  }

  .tablet\:left-7{
    left: 1.75rem;
  }

  .tablet\:left-8{
    left: 2rem;
  }

  .tablet\:left-9{
    left: 2.25rem;
  }

  .tablet\:left-10{
    left: 2.5rem;
  }

  .tablet\:left-11{
    left: 2.75rem;
  }

  .tablet\:left-12{
    left: 3rem;
  }

  .tablet\:left-14{
    left: 3.5rem;
  }

  .tablet\:left-16{
    left: 4rem;
  }

  .tablet\:left-20{
    left: 5rem;
  }

  .tablet\:left-24{
    left: 6rem;
  }

  .tablet\:left-28{
    left: 7rem;
  }

  .tablet\:left-32{
    left: 8rem;
  }

  .tablet\:left-36{
    left: 9rem;
  }

  .tablet\:left-40{
    left: 10rem;
  }

  .tablet\:left-44{
    left: 11rem;
  }

  .tablet\:left-48{
    left: 12rem;
  }

  .tablet\:left-52{
    left: 13rem;
  }

  .tablet\:left-56{
    left: 14rem;
  }

  .tablet\:left-60{
    left: 15rem;
  }

  .tablet\:left-64{
    left: 16rem;
  }

  .tablet\:left-72{
    left: 18rem;
  }

  .tablet\:left-80{
    left: 20rem;
  }

  .tablet\:left-96{
    left: 24rem;
  }

  .tablet\:left-auto{
    left: auto;
  }

  .tablet\:left-px{
    left: 1px;
  }

  .tablet\:left-0\.5{
    left: 0.125rem;
  }

  .tablet\:left-1\.5{
    left: 0.375rem;
  }

  .tablet\:left-2\.5{
    left: 0.625rem;
  }

  .tablet\:left-3\.5{
    left: 0.875rem;
  }

  .tablet\:-left-0{
    left: 0px;
  }

  .tablet\:-left-1{
    left: -0.25rem;
  }

  .tablet\:-left-2{
    left: -0.5rem;
  }

  .tablet\:-left-3{
    left: -0.75rem;
  }

  .tablet\:-left-4{
    left: -1rem;
  }

  .tablet\:-left-5{
    left: -1.25rem;
  }

  .tablet\:-left-6{
    left: -1.5rem;
  }

  .tablet\:-left-7{
    left: -1.75rem;
  }

  .tablet\:-left-8{
    left: -2rem;
  }

  .tablet\:-left-9{
    left: -2.25rem;
  }

  .tablet\:-left-10{
    left: -2.5rem;
  }

  .tablet\:-left-11{
    left: -2.75rem;
  }

  .tablet\:-left-12{
    left: -3rem;
  }

  .tablet\:-left-14{
    left: -3.5rem;
  }

  .tablet\:-left-16{
    left: -4rem;
  }

  .tablet\:-left-20{
    left: -5rem;
  }

  .tablet\:-left-24{
    left: -6rem;
  }

  .tablet\:-left-28{
    left: -7rem;
  }

  .tablet\:-left-32{
    left: -8rem;
  }

  .tablet\:-left-36{
    left: -9rem;
  }

  .tablet\:-left-40{
    left: -10rem;
  }

  .tablet\:-left-44{
    left: -11rem;
  }

  .tablet\:-left-48{
    left: -12rem;
  }

  .tablet\:-left-52{
    left: -13rem;
  }

  .tablet\:-left-56{
    left: -14rem;
  }

  .tablet\:-left-60{
    left: -15rem;
  }

  .tablet\:-left-64{
    left: -16rem;
  }

  .tablet\:-left-72{
    left: -18rem;
  }

  .tablet\:-left-80{
    left: -20rem;
  }

  .tablet\:-left-96{
    left: -24rem;
  }

  .tablet\:-left-px{
    left: -1px;
  }

  .tablet\:-left-0\.5{
    left: -0.125rem;
  }

  .tablet\:-left-1\.5{
    left: -0.375rem;
  }

  .tablet\:-left-2\.5{
    left: -0.625rem;
  }

  .tablet\:-left-3\.5{
    left: -0.875rem;
  }

  .tablet\:left-1\/2{
    left: 50%;
  }

  .tablet\:left-1\/3{
    left: 33.333333%;
  }

  .tablet\:left-2\/3{
    left: 66.666667%;
  }

  .tablet\:left-1\/4{
    left: 25%;
  }

  .tablet\:left-2\/4{
    left: 50%;
  }

  .tablet\:left-3\/4{
    left: 75%;
  }

  .tablet\:left-full{
    left: 100%;
  }

  .tablet\:-left-1\/2{
    left: -50%;
  }

  .tablet\:-left-1\/3{
    left: -33.333333%;
  }

  .tablet\:-left-2\/3{
    left: -66.666667%;
  }

  .tablet\:-left-1\/4{
    left: -25%;
  }

  .tablet\:-left-2\/4{
    left: -50%;
  }

  .tablet\:-left-3\/4{
    left: -75%;
  }

  .tablet\:-left-full{
    left: -100%;
  }

  .tablet\:isolate{
    isolation: isolate;
  }

  .tablet\:isolation-auto{
    isolation: auto;
  }

  .tablet\:z-0{
    z-index: 0;
  }

  .tablet\:z-10{
    z-index: 10;
  }

  .tablet\:z-20{
    z-index: 20;
  }

  .tablet\:z-30{
    z-index: 30;
  }

  .tablet\:z-40{
    z-index: 40;
  }

  .tablet\:z-50{
    z-index: 50;
  }

  .tablet\:z-auto{
    z-index: auto;
  }

  .tablet\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .tablet\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .tablet\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .tablet\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .tablet\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .tablet\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .tablet\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .tablet\:focus\:z-0:focus{
    z-index: 0;
  }

  .tablet\:focus\:z-10:focus{
    z-index: 10;
  }

  .tablet\:focus\:z-20:focus{
    z-index: 20;
  }

  .tablet\:focus\:z-30:focus{
    z-index: 30;
  }

  .tablet\:focus\:z-40:focus{
    z-index: 40;
  }

  .tablet\:focus\:z-50:focus{
    z-index: 50;
  }

  .tablet\:focus\:z-auto:focus{
    z-index: auto;
  }

  .tablet\:order-1{
    order: 1;
  }

  .tablet\:order-2{
    order: 2;
  }

  .tablet\:order-3{
    order: 3;
  }

  .tablet\:order-4{
    order: 4;
  }

  .tablet\:order-5{
    order: 5;
  }

  .tablet\:order-6{
    order: 6;
  }

  .tablet\:order-7{
    order: 7;
  }

  .tablet\:order-8{
    order: 8;
  }

  .tablet\:order-9{
    order: 9;
  }

  .tablet\:order-10{
    order: 10;
  }

  .tablet\:order-11{
    order: 11;
  }

  .tablet\:order-12{
    order: 12;
  }

  .tablet\:order-first{
    order: -9999;
  }

  .tablet\:order-last{
    order: 9999;
  }

  .tablet\:order-none{
    order: 0;
  }

  .tablet\:col-auto{
    grid-column: auto;
  }

  .tablet\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .tablet\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .tablet\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .tablet\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .tablet\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .tablet\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .tablet\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .tablet\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .tablet\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .tablet\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .tablet\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .tablet\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .tablet\:col-span-full{
    grid-column: 1 / -1;
  }

  .tablet\:col-start-1{
    grid-column-start: 1;
  }

  .tablet\:col-start-2{
    grid-column-start: 2;
  }

  .tablet\:col-start-3{
    grid-column-start: 3;
  }

  .tablet\:col-start-4{
    grid-column-start: 4;
  }

  .tablet\:col-start-5{
    grid-column-start: 5;
  }

  .tablet\:col-start-6{
    grid-column-start: 6;
  }

  .tablet\:col-start-7{
    grid-column-start: 7;
  }

  .tablet\:col-start-8{
    grid-column-start: 8;
  }

  .tablet\:col-start-9{
    grid-column-start: 9;
  }

  .tablet\:col-start-10{
    grid-column-start: 10;
  }

  .tablet\:col-start-11{
    grid-column-start: 11;
  }

  .tablet\:col-start-12{
    grid-column-start: 12;
  }

  .tablet\:col-start-13{
    grid-column-start: 13;
  }

  .tablet\:col-start-auto{
    grid-column-start: auto;
  }

  .tablet\:col-end-1{
    grid-column-end: 1;
  }

  .tablet\:col-end-2{
    grid-column-end: 2;
  }

  .tablet\:col-end-3{
    grid-column-end: 3;
  }

  .tablet\:col-end-4{
    grid-column-end: 4;
  }

  .tablet\:col-end-5{
    grid-column-end: 5;
  }

  .tablet\:col-end-6{
    grid-column-end: 6;
  }

  .tablet\:col-end-7{
    grid-column-end: 7;
  }

  .tablet\:col-end-8{
    grid-column-end: 8;
  }

  .tablet\:col-end-9{
    grid-column-end: 9;
  }

  .tablet\:col-end-10{
    grid-column-end: 10;
  }

  .tablet\:col-end-11{
    grid-column-end: 11;
  }

  .tablet\:col-end-12{
    grid-column-end: 12;
  }

  .tablet\:col-end-13{
    grid-column-end: 13;
  }

  .tablet\:col-end-auto{
    grid-column-end: auto;
  }

  .tablet\:row-auto{
    grid-row: auto;
  }

  .tablet\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .tablet\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .tablet\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .tablet\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .tablet\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .tablet\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .tablet\:row-span-full{
    grid-row: 1 / -1;
  }

  .tablet\:row-start-1{
    grid-row-start: 1;
  }

  .tablet\:row-start-2{
    grid-row-start: 2;
  }

  .tablet\:row-start-3{
    grid-row-start: 3;
  }

  .tablet\:row-start-4{
    grid-row-start: 4;
  }

  .tablet\:row-start-5{
    grid-row-start: 5;
  }

  .tablet\:row-start-6{
    grid-row-start: 6;
  }

  .tablet\:row-start-7{
    grid-row-start: 7;
  }

  .tablet\:row-start-auto{
    grid-row-start: auto;
  }

  .tablet\:row-end-1{
    grid-row-end: 1;
  }

  .tablet\:row-end-2{
    grid-row-end: 2;
  }

  .tablet\:row-end-3{
    grid-row-end: 3;
  }

  .tablet\:row-end-4{
    grid-row-end: 4;
  }

  .tablet\:row-end-5{
    grid-row-end: 5;
  }

  .tablet\:row-end-6{
    grid-row-end: 6;
  }

  .tablet\:row-end-7{
    grid-row-end: 7;
  }

  .tablet\:row-end-auto{
    grid-row-end: auto;
  }

  .tablet\:float-right{
    float: right;
  }

  .tablet\:float-left{
    float: left;
  }

  .tablet\:float-none{
    float: none;
  }

  .tablet\:clear-left{
    clear: left;
  }

  .tablet\:clear-right{
    clear: right;
  }

  .tablet\:clear-both{
    clear: both;
  }

  .tablet\:clear-none{
    clear: none;
  }

  .tablet\:m-0{
    margin: 0px;
  }

  .tablet\:m-1{
    margin: 0.25rem;
  }

  .tablet\:m-2{
    margin: 0.5rem;
  }

  .tablet\:m-3{
    margin: 0.75rem;
  }

  .tablet\:m-4{
    margin: 1rem;
  }

  .tablet\:m-5{
    margin: 1.25rem;
  }

  .tablet\:m-6{
    margin: 1.5rem;
  }

  .tablet\:m-7{
    margin: 1.75rem;
  }

  .tablet\:m-8{
    margin: 2rem;
  }

  .tablet\:m-9{
    margin: 2.25rem;
  }

  .tablet\:m-10{
    margin: 2.5rem;
  }

  .tablet\:m-11{
    margin: 2.75rem;
  }

  .tablet\:m-12{
    margin: 3rem;
  }

  .tablet\:m-14{
    margin: 3.5rem;
  }

  .tablet\:m-16{
    margin: 4rem;
  }

  .tablet\:m-20{
    margin: 5rem;
  }

  .tablet\:m-24{
    margin: 6rem;
  }

  .tablet\:m-28{
    margin: 7rem;
  }

  .tablet\:m-32{
    margin: 8rem;
  }

  .tablet\:m-36{
    margin: 9rem;
  }

  .tablet\:m-40{
    margin: 10rem;
  }

  .tablet\:m-44{
    margin: 11rem;
  }

  .tablet\:m-48{
    margin: 12rem;
  }

  .tablet\:m-52{
    margin: 13rem;
  }

  .tablet\:m-56{
    margin: 14rem;
  }

  .tablet\:m-60{
    margin: 15rem;
  }

  .tablet\:m-64{
    margin: 16rem;
  }

  .tablet\:m-72{
    margin: 18rem;
  }

  .tablet\:m-80{
    margin: 20rem;
  }

  .tablet\:m-96{
    margin: 24rem;
  }

  .tablet\:m-auto{
    margin: auto;
  }

  .tablet\:m-px{
    margin: 1px;
  }

  .tablet\:m-0\.5{
    margin: 0.125rem;
  }

  .tablet\:m-1\.5{
    margin: 0.375rem;
  }

  .tablet\:m-2\.5{
    margin: 0.625rem;
  }

  .tablet\:m-3\.5{
    margin: 0.875rem;
  }

  .tablet\:-m-0{
    margin: 0px;
  }

  .tablet\:-m-1{
    margin: -0.25rem;
  }

  .tablet\:-m-2{
    margin: -0.5rem;
  }

  .tablet\:-m-3{
    margin: -0.75rem;
  }

  .tablet\:-m-4{
    margin: -1rem;
  }

  .tablet\:-m-5{
    margin: -1.25rem;
  }

  .tablet\:-m-6{
    margin: -1.5rem;
  }

  .tablet\:-m-7{
    margin: -1.75rem;
  }

  .tablet\:-m-8{
    margin: -2rem;
  }

  .tablet\:-m-9{
    margin: -2.25rem;
  }

  .tablet\:-m-10{
    margin: -2.5rem;
  }

  .tablet\:-m-11{
    margin: -2.75rem;
  }

  .tablet\:-m-12{
    margin: -3rem;
  }

  .tablet\:-m-14{
    margin: -3.5rem;
  }

  .tablet\:-m-16{
    margin: -4rem;
  }

  .tablet\:-m-20{
    margin: -5rem;
  }

  .tablet\:-m-24{
    margin: -6rem;
  }

  .tablet\:-m-28{
    margin: -7rem;
  }

  .tablet\:-m-32{
    margin: -8rem;
  }

  .tablet\:-m-36{
    margin: -9rem;
  }

  .tablet\:-m-40{
    margin: -10rem;
  }

  .tablet\:-m-44{
    margin: -11rem;
  }

  .tablet\:-m-48{
    margin: -12rem;
  }

  .tablet\:-m-52{
    margin: -13rem;
  }

  .tablet\:-m-56{
    margin: -14rem;
  }

  .tablet\:-m-60{
    margin: -15rem;
  }

  .tablet\:-m-64{
    margin: -16rem;
  }

  .tablet\:-m-72{
    margin: -18rem;
  }

  .tablet\:-m-80{
    margin: -20rem;
  }

  .tablet\:-m-96{
    margin: -24rem;
  }

  .tablet\:-m-px{
    margin: -1px;
  }

  .tablet\:-m-0\.5{
    margin: -0.125rem;
  }

  .tablet\:-m-1\.5{
    margin: -0.375rem;
  }

  .tablet\:-m-2\.5{
    margin: -0.625rem;
  }

  .tablet\:-m-3\.5{
    margin: -0.875rem;
  }

  .tablet\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tablet\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tablet\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tablet\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tablet\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tablet\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .tablet\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tablet\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .tablet\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .tablet\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .tablet\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tablet\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .tablet\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tablet\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tablet\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .tablet\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .tablet\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .tablet\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .tablet\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .tablet\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .tablet\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .tablet\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .tablet\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .tablet\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .tablet\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .tablet\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .tablet\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .tablet\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .tablet\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tablet\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .tablet\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .tablet\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .tablet\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .tablet\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tablet\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tablet\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tablet\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tablet\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tablet\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tablet\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .tablet\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .tablet\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .tablet\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .tablet\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .tablet\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tablet\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .tablet\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tablet\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tablet\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .tablet\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .tablet\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .tablet\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .tablet\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .tablet\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .tablet\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .tablet\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .tablet\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .tablet\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .tablet\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .tablet\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .tablet\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .tablet\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .tablet\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tablet\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .tablet\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .tablet\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .tablet\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .tablet\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tablet\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tablet\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tablet\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tablet\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablet\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tablet\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .tablet\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tablet\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .tablet\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .tablet\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .tablet\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tablet\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .tablet\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tablet\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tablet\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .tablet\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .tablet\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .tablet\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .tablet\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .tablet\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .tablet\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .tablet\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .tablet\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .tablet\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .tablet\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .tablet\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .tablet\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .tablet\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .tablet\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tablet\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .tablet\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .tablet\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .tablet\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .tablet\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tablet\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tablet\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tablet\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tablet\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tablet\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tablet\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tablet\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .tablet\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .tablet\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .tablet\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .tablet\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .tablet\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tablet\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .tablet\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tablet\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tablet\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .tablet\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .tablet\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .tablet\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .tablet\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .tablet\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .tablet\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .tablet\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .tablet\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .tablet\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .tablet\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .tablet\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .tablet\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .tablet\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .tablet\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tablet\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .tablet\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .tablet\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .tablet\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .tablet\:mt-0{
    margin-top: 0px;
  }

  .tablet\:mt-1{
    margin-top: 0.25rem;
  }

  .tablet\:mt-2{
    margin-top: 0.5rem;
  }

  .tablet\:mt-3{
    margin-top: 0.75rem;
  }

  .tablet\:mt-4{
    margin-top: 1rem;
  }

  .tablet\:mt-5{
    margin-top: 1.25rem;
  }

  .tablet\:mt-6{
    margin-top: 1.5rem;
  }

  .tablet\:mt-7{
    margin-top: 1.75rem;
  }

  .tablet\:mt-8{
    margin-top: 2rem;
  }

  .tablet\:mt-9{
    margin-top: 2.25rem;
  }

  .tablet\:mt-10{
    margin-top: 2.5rem;
  }

  .tablet\:mt-11{
    margin-top: 2.75rem;
  }

  .tablet\:mt-12{
    margin-top: 3rem;
  }

  .tablet\:mt-14{
    margin-top: 3.5rem;
  }

  .tablet\:mt-16{
    margin-top: 4rem;
  }

  .tablet\:mt-20{
    margin-top: 5rem;
  }

  .tablet\:mt-24{
    margin-top: 6rem;
  }

  .tablet\:mt-28{
    margin-top: 7rem;
  }

  .tablet\:mt-32{
    margin-top: 8rem;
  }

  .tablet\:mt-36{
    margin-top: 9rem;
  }

  .tablet\:mt-40{
    margin-top: 10rem;
  }

  .tablet\:mt-44{
    margin-top: 11rem;
  }

  .tablet\:mt-48{
    margin-top: 12rem;
  }

  .tablet\:mt-52{
    margin-top: 13rem;
  }

  .tablet\:mt-56{
    margin-top: 14rem;
  }

  .tablet\:mt-60{
    margin-top: 15rem;
  }

  .tablet\:mt-64{
    margin-top: 16rem;
  }

  .tablet\:mt-72{
    margin-top: 18rem;
  }

  .tablet\:mt-80{
    margin-top: 20rem;
  }

  .tablet\:mt-96{
    margin-top: 24rem;
  }

  .tablet\:mt-auto{
    margin-top: auto;
  }

  .tablet\:mt-px{
    margin-top: 1px;
  }

  .tablet\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .tablet\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .tablet\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .tablet\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .tablet\:-mt-0{
    margin-top: 0px;
  }

  .tablet\:-mt-1{
    margin-top: -0.25rem;
  }

  .tablet\:-mt-2{
    margin-top: -0.5rem;
  }

  .tablet\:-mt-3{
    margin-top: -0.75rem;
  }

  .tablet\:-mt-4{
    margin-top: -1rem;
  }

  .tablet\:-mt-5{
    margin-top: -1.25rem;
  }

  .tablet\:-mt-6{
    margin-top: -1.5rem;
  }

  .tablet\:-mt-7{
    margin-top: -1.75rem;
  }

  .tablet\:-mt-8{
    margin-top: -2rem;
  }

  .tablet\:-mt-9{
    margin-top: -2.25rem;
  }

  .tablet\:-mt-10{
    margin-top: -2.5rem;
  }

  .tablet\:-mt-11{
    margin-top: -2.75rem;
  }

  .tablet\:-mt-12{
    margin-top: -3rem;
  }

  .tablet\:-mt-14{
    margin-top: -3.5rem;
  }

  .tablet\:-mt-16{
    margin-top: -4rem;
  }

  .tablet\:-mt-20{
    margin-top: -5rem;
  }

  .tablet\:-mt-24{
    margin-top: -6rem;
  }

  .tablet\:-mt-28{
    margin-top: -7rem;
  }

  .tablet\:-mt-32{
    margin-top: -8rem;
  }

  .tablet\:-mt-36{
    margin-top: -9rem;
  }

  .tablet\:-mt-40{
    margin-top: -10rem;
  }

  .tablet\:-mt-44{
    margin-top: -11rem;
  }

  .tablet\:-mt-48{
    margin-top: -12rem;
  }

  .tablet\:-mt-52{
    margin-top: -13rem;
  }

  .tablet\:-mt-56{
    margin-top: -14rem;
  }

  .tablet\:-mt-60{
    margin-top: -15rem;
  }

  .tablet\:-mt-64{
    margin-top: -16rem;
  }

  .tablet\:-mt-72{
    margin-top: -18rem;
  }

  .tablet\:-mt-80{
    margin-top: -20rem;
  }

  .tablet\:-mt-96{
    margin-top: -24rem;
  }

  .tablet\:-mt-px{
    margin-top: -1px;
  }

  .tablet\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .tablet\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .tablet\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .tablet\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .tablet\:mr-0{
    margin-right: 0px;
  }

  .tablet\:mr-1{
    margin-right: 0.25rem;
  }

  .tablet\:mr-2{
    margin-right: 0.5rem;
  }

  .tablet\:mr-3{
    margin-right: 0.75rem;
  }

  .tablet\:mr-4{
    margin-right: 1rem;
  }

  .tablet\:mr-5{
    margin-right: 1.25rem;
  }

  .tablet\:mr-6{
    margin-right: 1.5rem;
  }

  .tablet\:mr-7{
    margin-right: 1.75rem;
  }

  .tablet\:mr-8{
    margin-right: 2rem;
  }

  .tablet\:mr-9{
    margin-right: 2.25rem;
  }

  .tablet\:mr-10{
    margin-right: 2.5rem;
  }

  .tablet\:mr-11{
    margin-right: 2.75rem;
  }

  .tablet\:mr-12{
    margin-right: 3rem;
  }

  .tablet\:mr-14{
    margin-right: 3.5rem;
  }

  .tablet\:mr-16{
    margin-right: 4rem;
  }

  .tablet\:mr-20{
    margin-right: 5rem;
  }

  .tablet\:mr-24{
    margin-right: 6rem;
  }

  .tablet\:mr-28{
    margin-right: 7rem;
  }

  .tablet\:mr-32{
    margin-right: 8rem;
  }

  .tablet\:mr-36{
    margin-right: 9rem;
  }

  .tablet\:mr-40{
    margin-right: 10rem;
  }

  .tablet\:mr-44{
    margin-right: 11rem;
  }

  .tablet\:mr-48{
    margin-right: 12rem;
  }

  .tablet\:mr-52{
    margin-right: 13rem;
  }

  .tablet\:mr-56{
    margin-right: 14rem;
  }

  .tablet\:mr-60{
    margin-right: 15rem;
  }

  .tablet\:mr-64{
    margin-right: 16rem;
  }

  .tablet\:mr-72{
    margin-right: 18rem;
  }

  .tablet\:mr-80{
    margin-right: 20rem;
  }

  .tablet\:mr-96{
    margin-right: 24rem;
  }

  .tablet\:mr-auto{
    margin-right: auto;
  }

  .tablet\:mr-px{
    margin-right: 1px;
  }

  .tablet\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .tablet\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .tablet\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .tablet\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .tablet\:-mr-0{
    margin-right: 0px;
  }

  .tablet\:-mr-1{
    margin-right: -0.25rem;
  }

  .tablet\:-mr-2{
    margin-right: -0.5rem;
  }

  .tablet\:-mr-3{
    margin-right: -0.75rem;
  }

  .tablet\:-mr-4{
    margin-right: -1rem;
  }

  .tablet\:-mr-5{
    margin-right: -1.25rem;
  }

  .tablet\:-mr-6{
    margin-right: -1.5rem;
  }

  .tablet\:-mr-7{
    margin-right: -1.75rem;
  }

  .tablet\:-mr-8{
    margin-right: -2rem;
  }

  .tablet\:-mr-9{
    margin-right: -2.25rem;
  }

  .tablet\:-mr-10{
    margin-right: -2.5rem;
  }

  .tablet\:-mr-11{
    margin-right: -2.75rem;
  }

  .tablet\:-mr-12{
    margin-right: -3rem;
  }

  .tablet\:-mr-14{
    margin-right: -3.5rem;
  }

  .tablet\:-mr-16{
    margin-right: -4rem;
  }

  .tablet\:-mr-20{
    margin-right: -5rem;
  }

  .tablet\:-mr-24{
    margin-right: -6rem;
  }

  .tablet\:-mr-28{
    margin-right: -7rem;
  }

  .tablet\:-mr-32{
    margin-right: -8rem;
  }

  .tablet\:-mr-36{
    margin-right: -9rem;
  }

  .tablet\:-mr-40{
    margin-right: -10rem;
  }

  .tablet\:-mr-44{
    margin-right: -11rem;
  }

  .tablet\:-mr-48{
    margin-right: -12rem;
  }

  .tablet\:-mr-52{
    margin-right: -13rem;
  }

  .tablet\:-mr-56{
    margin-right: -14rem;
  }

  .tablet\:-mr-60{
    margin-right: -15rem;
  }

  .tablet\:-mr-64{
    margin-right: -16rem;
  }

  .tablet\:-mr-72{
    margin-right: -18rem;
  }

  .tablet\:-mr-80{
    margin-right: -20rem;
  }

  .tablet\:-mr-96{
    margin-right: -24rem;
  }

  .tablet\:-mr-px{
    margin-right: -1px;
  }

  .tablet\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .tablet\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .tablet\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .tablet\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .tablet\:mb-0{
    margin-bottom: 0px;
  }

  .tablet\:mb-1{
    margin-bottom: 0.25rem;
  }

  .tablet\:mb-2{
    margin-bottom: 0.5rem;
  }

  .tablet\:mb-3{
    margin-bottom: 0.75rem;
  }

  .tablet\:mb-4{
    margin-bottom: 1rem;
  }

  .tablet\:mb-5{
    margin-bottom: 1.25rem;
  }

  .tablet\:mb-6{
    margin-bottom: 1.5rem;
  }

  .tablet\:mb-7{
    margin-bottom: 1.75rem;
  }

  .tablet\:mb-8{
    margin-bottom: 2rem;
  }

  .tablet\:mb-9{
    margin-bottom: 2.25rem;
  }

  .tablet\:mb-10{
    margin-bottom: 2.5rem;
  }

  .tablet\:mb-11{
    margin-bottom: 2.75rem;
  }

  .tablet\:mb-12{
    margin-bottom: 3rem;
  }

  .tablet\:mb-14{
    margin-bottom: 3.5rem;
  }

  .tablet\:mb-16{
    margin-bottom: 4rem;
  }

  .tablet\:mb-20{
    margin-bottom: 5rem;
  }

  .tablet\:mb-24{
    margin-bottom: 6rem;
  }

  .tablet\:mb-28{
    margin-bottom: 7rem;
  }

  .tablet\:mb-32{
    margin-bottom: 8rem;
  }

  .tablet\:mb-36{
    margin-bottom: 9rem;
  }

  .tablet\:mb-40{
    margin-bottom: 10rem;
  }

  .tablet\:mb-44{
    margin-bottom: 11rem;
  }

  .tablet\:mb-48{
    margin-bottom: 12rem;
  }

  .tablet\:mb-52{
    margin-bottom: 13rem;
  }

  .tablet\:mb-56{
    margin-bottom: 14rem;
  }

  .tablet\:mb-60{
    margin-bottom: 15rem;
  }

  .tablet\:mb-64{
    margin-bottom: 16rem;
  }

  .tablet\:mb-72{
    margin-bottom: 18rem;
  }

  .tablet\:mb-80{
    margin-bottom: 20rem;
  }

  .tablet\:mb-96{
    margin-bottom: 24rem;
  }

  .tablet\:mb-auto{
    margin-bottom: auto;
  }

  .tablet\:mb-px{
    margin-bottom: 1px;
  }

  .tablet\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .tablet\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .tablet\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .tablet\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .tablet\:-mb-0{
    margin-bottom: 0px;
  }

  .tablet\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .tablet\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .tablet\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .tablet\:-mb-4{
    margin-bottom: -1rem;
  }

  .tablet\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .tablet\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .tablet\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .tablet\:-mb-8{
    margin-bottom: -2rem;
  }

  .tablet\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .tablet\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .tablet\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .tablet\:-mb-12{
    margin-bottom: -3rem;
  }

  .tablet\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .tablet\:-mb-16{
    margin-bottom: -4rem;
  }

  .tablet\:-mb-20{
    margin-bottom: -5rem;
  }

  .tablet\:-mb-24{
    margin-bottom: -6rem;
  }

  .tablet\:-mb-28{
    margin-bottom: -7rem;
  }

  .tablet\:-mb-32{
    margin-bottom: -8rem;
  }

  .tablet\:-mb-36{
    margin-bottom: -9rem;
  }

  .tablet\:-mb-40{
    margin-bottom: -10rem;
  }

  .tablet\:-mb-44{
    margin-bottom: -11rem;
  }

  .tablet\:-mb-48{
    margin-bottom: -12rem;
  }

  .tablet\:-mb-52{
    margin-bottom: -13rem;
  }

  .tablet\:-mb-56{
    margin-bottom: -14rem;
  }

  .tablet\:-mb-60{
    margin-bottom: -15rem;
  }

  .tablet\:-mb-64{
    margin-bottom: -16rem;
  }

  .tablet\:-mb-72{
    margin-bottom: -18rem;
  }

  .tablet\:-mb-80{
    margin-bottom: -20rem;
  }

  .tablet\:-mb-96{
    margin-bottom: -24rem;
  }

  .tablet\:-mb-px{
    margin-bottom: -1px;
  }

  .tablet\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .tablet\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .tablet\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .tablet\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .tablet\:ml-0{
    margin-left: 0px;
  }

  .tablet\:ml-1{
    margin-left: 0.25rem;
  }

  .tablet\:ml-2{
    margin-left: 0.5rem;
  }

  .tablet\:ml-3{
    margin-left: 0.75rem;
  }

  .tablet\:ml-4{
    margin-left: 1rem;
  }

  .tablet\:ml-5{
    margin-left: 1.25rem;
  }

  .tablet\:ml-6{
    margin-left: 1.5rem;
  }

  .tablet\:ml-7{
    margin-left: 1.75rem;
  }

  .tablet\:ml-8{
    margin-left: 2rem;
  }

  .tablet\:ml-9{
    margin-left: 2.25rem;
  }

  .tablet\:ml-10{
    margin-left: 2.5rem;
  }

  .tablet\:ml-11{
    margin-left: 2.75rem;
  }

  .tablet\:ml-12{
    margin-left: 3rem;
  }

  .tablet\:ml-14{
    margin-left: 3.5rem;
  }

  .tablet\:ml-16{
    margin-left: 4rem;
  }

  .tablet\:ml-20{
    margin-left: 5rem;
  }

  .tablet\:ml-24{
    margin-left: 6rem;
  }

  .tablet\:ml-28{
    margin-left: 7rem;
  }

  .tablet\:ml-32{
    margin-left: 8rem;
  }

  .tablet\:ml-36{
    margin-left: 9rem;
  }

  .tablet\:ml-40{
    margin-left: 10rem;
  }

  .tablet\:ml-44{
    margin-left: 11rem;
  }

  .tablet\:ml-48{
    margin-left: 12rem;
  }

  .tablet\:ml-52{
    margin-left: 13rem;
  }

  .tablet\:ml-56{
    margin-left: 14rem;
  }

  .tablet\:ml-60{
    margin-left: 15rem;
  }

  .tablet\:ml-64{
    margin-left: 16rem;
  }

  .tablet\:ml-72{
    margin-left: 18rem;
  }

  .tablet\:ml-80{
    margin-left: 20rem;
  }

  .tablet\:ml-96{
    margin-left: 24rem;
  }

  .tablet\:ml-auto{
    margin-left: auto;
  }

  .tablet\:ml-px{
    margin-left: 1px;
  }

  .tablet\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .tablet\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .tablet\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .tablet\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .tablet\:-ml-0{
    margin-left: 0px;
  }

  .tablet\:-ml-1{
    margin-left: -0.25rem;
  }

  .tablet\:-ml-2{
    margin-left: -0.5rem;
  }

  .tablet\:-ml-3{
    margin-left: -0.75rem;
  }

  .tablet\:-ml-4{
    margin-left: -1rem;
  }

  .tablet\:-ml-5{
    margin-left: -1.25rem;
  }

  .tablet\:-ml-6{
    margin-left: -1.5rem;
  }

  .tablet\:-ml-7{
    margin-left: -1.75rem;
  }

  .tablet\:-ml-8{
    margin-left: -2rem;
  }

  .tablet\:-ml-9{
    margin-left: -2.25rem;
  }

  .tablet\:-ml-10{
    margin-left: -2.5rem;
  }

  .tablet\:-ml-11{
    margin-left: -2.75rem;
  }

  .tablet\:-ml-12{
    margin-left: -3rem;
  }

  .tablet\:-ml-14{
    margin-left: -3.5rem;
  }

  .tablet\:-ml-16{
    margin-left: -4rem;
  }

  .tablet\:-ml-20{
    margin-left: -5rem;
  }

  .tablet\:-ml-24{
    margin-left: -6rem;
  }

  .tablet\:-ml-28{
    margin-left: -7rem;
  }

  .tablet\:-ml-32{
    margin-left: -8rem;
  }

  .tablet\:-ml-36{
    margin-left: -9rem;
  }

  .tablet\:-ml-40{
    margin-left: -10rem;
  }

  .tablet\:-ml-44{
    margin-left: -11rem;
  }

  .tablet\:-ml-48{
    margin-left: -12rem;
  }

  .tablet\:-ml-52{
    margin-left: -13rem;
  }

  .tablet\:-ml-56{
    margin-left: -14rem;
  }

  .tablet\:-ml-60{
    margin-left: -15rem;
  }

  .tablet\:-ml-64{
    margin-left: -16rem;
  }

  .tablet\:-ml-72{
    margin-left: -18rem;
  }

  .tablet\:-ml-80{
    margin-left: -20rem;
  }

  .tablet\:-ml-96{
    margin-left: -24rem;
  }

  .tablet\:-ml-px{
    margin-left: -1px;
  }

  .tablet\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .tablet\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .tablet\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .tablet\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .tablet\:box-border{
    box-sizing: border-box;
  }

  .tablet\:box-content{
    box-sizing: content-box;
  }

  .tablet\:block{
    display: block;
  }

  .tablet\:inline-block{
    display: inline-block;
  }

  .tablet\:inline{
    display: inline;
  }

  .tablet\:flex{
    display: flex;
  }

  .tablet\:inline-flex{
    display: inline-flex;
  }

  .tablet\:table{
    display: table;
  }

  .tablet\:inline-table{
    display: inline-table;
  }

  .tablet\:table-caption{
    display: table-caption;
  }

  .tablet\:table-cell{
    display: table-cell;
  }

  .tablet\:table-column{
    display: table-column;
  }

  .tablet\:table-column-group{
    display: table-column-group;
  }

  .tablet\:table-footer-group{
    display: table-footer-group;
  }

  .tablet\:table-header-group{
    display: table-header-group;
  }

  .tablet\:table-row-group{
    display: table-row-group;
  }

  .tablet\:table-row{
    display: table-row;
  }

  .tablet\:flow-root{
    display: flow-root;
  }

  .tablet\:grid{
    display: grid;
  }

  .tablet\:inline-grid{
    display: inline-grid;
  }

  .tablet\:contents{
    display: contents;
  }

  .tablet\:list-item{
    display: list-item;
  }

  .tablet\:hidden{
    display: none;
  }

  .tablet\:h-0{
    height: 0px;
  }

  .tablet\:h-1{
    height: 0.25rem;
  }

  .tablet\:h-2{
    height: 0.5rem;
  }

  .tablet\:h-3{
    height: 0.75rem;
  }

  .tablet\:h-4{
    height: 1rem;
  }

  .tablet\:h-5{
    height: 1.25rem;
  }

  .tablet\:h-6{
    height: 1.5rem;
  }

  .tablet\:h-7{
    height: 1.75rem;
  }

  .tablet\:h-8{
    height: 2rem;
  }

  .tablet\:h-9{
    height: 2.25rem;
  }

  .tablet\:h-10{
    height: 2.5rem;
  }

  .tablet\:h-11{
    height: 2.75rem;
  }

  .tablet\:h-12{
    height: 3rem;
  }

  .tablet\:h-14{
    height: 3.5rem;
  }

  .tablet\:h-16{
    height: 4rem;
  }

  .tablet\:h-20{
    height: 5rem;
  }

  .tablet\:h-24{
    height: 6rem;
  }

  .tablet\:h-28{
    height: 7rem;
  }

  .tablet\:h-32{
    height: 8rem;
  }

  .tablet\:h-36{
    height: 9rem;
  }

  .tablet\:h-40{
    height: 10rem;
  }

  .tablet\:h-44{
    height: 11rem;
  }

  .tablet\:h-48{
    height: 12rem;
  }

  .tablet\:h-52{
    height: 13rem;
  }

  .tablet\:h-56{
    height: 14rem;
  }

  .tablet\:h-60{
    height: 15rem;
  }

  .tablet\:h-64{
    height: 16rem;
  }

  .tablet\:h-72{
    height: 18rem;
  }

  .tablet\:h-80{
    height: 20rem;
  }

  .tablet\:h-96{
    height: 24rem;
  }

  .tablet\:h-auto{
    height: auto;
  }

  .tablet\:h-px{
    height: 1px;
  }

  .tablet\:h-0\.5{
    height: 0.125rem;
  }

  .tablet\:h-1\.5{
    height: 0.375rem;
  }

  .tablet\:h-2\.5{
    height: 0.625rem;
  }

  .tablet\:h-3\.5{
    height: 0.875rem;
  }

  .tablet\:h-1\/2{
    height: 50%;
  }

  .tablet\:h-1\/3{
    height: 33.333333%;
  }

  .tablet\:h-2\/3{
    height: 66.666667%;
  }

  .tablet\:h-1\/4{
    height: 25%;
  }

  .tablet\:h-2\/4{
    height: 50%;
  }

  .tablet\:h-3\/4{
    height: 75%;
  }

  .tablet\:h-1\/5{
    height: 20%;
  }

  .tablet\:h-2\/5{
    height: 40%;
  }

  .tablet\:h-3\/5{
    height: 60%;
  }

  .tablet\:h-4\/5{
    height: 80%;
  }

  .tablet\:h-1\/6{
    height: 16.666667%;
  }

  .tablet\:h-2\/6{
    height: 33.333333%;
  }

  .tablet\:h-3\/6{
    height: 50%;
  }

  .tablet\:h-4\/6{
    height: 66.666667%;
  }

  .tablet\:h-5\/6{
    height: 83.333333%;
  }

  .tablet\:h-full{
    height: 100%;
  }

  .tablet\:h-screen{
    height: 100vh;
  }

  .tablet\:max-h-0{
    max-height: 0px;
  }

  .tablet\:max-h-1{
    max-height: 0.25rem;
  }

  .tablet\:max-h-2{
    max-height: 0.5rem;
  }

  .tablet\:max-h-3{
    max-height: 0.75rem;
  }

  .tablet\:max-h-4{
    max-height: 1rem;
  }

  .tablet\:max-h-5{
    max-height: 1.25rem;
  }

  .tablet\:max-h-6{
    max-height: 1.5rem;
  }

  .tablet\:max-h-7{
    max-height: 1.75rem;
  }

  .tablet\:max-h-8{
    max-height: 2rem;
  }

  .tablet\:max-h-9{
    max-height: 2.25rem;
  }

  .tablet\:max-h-10{
    max-height: 2.5rem;
  }

  .tablet\:max-h-11{
    max-height: 2.75rem;
  }

  .tablet\:max-h-12{
    max-height: 3rem;
  }

  .tablet\:max-h-14{
    max-height: 3.5rem;
  }

  .tablet\:max-h-16{
    max-height: 4rem;
  }

  .tablet\:max-h-20{
    max-height: 5rem;
  }

  .tablet\:max-h-24{
    max-height: 6rem;
  }

  .tablet\:max-h-28{
    max-height: 7rem;
  }

  .tablet\:max-h-32{
    max-height: 8rem;
  }

  .tablet\:max-h-36{
    max-height: 9rem;
  }

  .tablet\:max-h-40{
    max-height: 10rem;
  }

  .tablet\:max-h-44{
    max-height: 11rem;
  }

  .tablet\:max-h-48{
    max-height: 12rem;
  }

  .tablet\:max-h-52{
    max-height: 13rem;
  }

  .tablet\:max-h-56{
    max-height: 14rem;
  }

  .tablet\:max-h-60{
    max-height: 15rem;
  }

  .tablet\:max-h-64{
    max-height: 16rem;
  }

  .tablet\:max-h-72{
    max-height: 18rem;
  }

  .tablet\:max-h-80{
    max-height: 20rem;
  }

  .tablet\:max-h-96{
    max-height: 24rem;
  }

  .tablet\:max-h-px{
    max-height: 1px;
  }

  .tablet\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .tablet\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .tablet\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .tablet\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .tablet\:max-h-full{
    max-height: 100%;
  }

  .tablet\:max-h-screen{
    max-height: 100vh;
  }

  .tablet\:min-h-0{
    min-height: 0px;
  }

  .tablet\:min-h-full{
    min-height: 100%;
  }

  .tablet\:min-h-screen{
    min-height: 100vh;
  }

  .tablet\:w-0{
    width: 0px;
  }

  .tablet\:w-1{
    width: 0.25rem;
  }

  .tablet\:w-2{
    width: 0.5rem;
  }

  .tablet\:w-3{
    width: 0.75rem;
  }

  .tablet\:w-4{
    width: 1rem;
  }

  .tablet\:w-5{
    width: 1.25rem;
  }

  .tablet\:w-6{
    width: 1.5rem;
  }

  .tablet\:w-7{
    width: 1.75rem;
  }

  .tablet\:w-8{
    width: 2rem;
  }

  .tablet\:w-9{
    width: 2.25rem;
  }

  .tablet\:w-10{
    width: 2.5rem;
  }

  .tablet\:w-11{
    width: 2.75rem;
  }

  .tablet\:w-12{
    width: 3rem;
  }

  .tablet\:w-14{
    width: 3.5rem;
  }

  .tablet\:w-16{
    width: 4rem;
  }

  .tablet\:w-20{
    width: 5rem;
  }

  .tablet\:w-24{
    width: 6rem;
  }

  .tablet\:w-28{
    width: 7rem;
  }

  .tablet\:w-32{
    width: 8rem;
  }

  .tablet\:w-36{
    width: 9rem;
  }

  .tablet\:w-40{
    width: 10rem;
  }

  .tablet\:w-44{
    width: 11rem;
  }

  .tablet\:w-48{
    width: 12rem;
  }

  .tablet\:w-52{
    width: 13rem;
  }

  .tablet\:w-56{
    width: 14rem;
  }

  .tablet\:w-60{
    width: 15rem;
  }

  .tablet\:w-64{
    width: 16rem;
  }

  .tablet\:w-72{
    width: 18rem;
  }

  .tablet\:w-80{
    width: 20rem;
  }

  .tablet\:w-96{
    width: 24rem;
  }

  .tablet\:w-auto{
    width: auto;
  }

  .tablet\:w-px{
    width: 1px;
  }

  .tablet\:w-0\.5{
    width: 0.125rem;
  }

  .tablet\:w-1\.5{
    width: 0.375rem;
  }

  .tablet\:w-2\.5{
    width: 0.625rem;
  }

  .tablet\:w-3\.5{
    width: 0.875rem;
  }

  .tablet\:w-1\/2{
    width: 50%;
  }

  .tablet\:w-1\/3{
    width: 33.333333%;
  }

  .tablet\:w-2\/3{
    width: 66.666667%;
  }

  .tablet\:w-1\/4{
    width: 25%;
  }

  .tablet\:w-2\/4{
    width: 50%;
  }

  .tablet\:w-3\/4{
    width: 75%;
  }

  .tablet\:w-1\/5{
    width: 20%;
  }

  .tablet\:w-2\/5{
    width: 40%;
  }

  .tablet\:w-3\/5{
    width: 60%;
  }

  .tablet\:w-4\/5{
    width: 80%;
  }

  .tablet\:w-1\/6{
    width: 16.666667%;
  }

  .tablet\:w-2\/6{
    width: 33.333333%;
  }

  .tablet\:w-3\/6{
    width: 50%;
  }

  .tablet\:w-4\/6{
    width: 66.666667%;
  }

  .tablet\:w-5\/6{
    width: 83.333333%;
  }

  .tablet\:w-1\/12{
    width: 8.333333%;
  }

  .tablet\:w-2\/12{
    width: 16.666667%;
  }

  .tablet\:w-3\/12{
    width: 25%;
  }

  .tablet\:w-4\/12{
    width: 33.333333%;
  }

  .tablet\:w-5\/12{
    width: 41.666667%;
  }

  .tablet\:w-6\/12{
    width: 50%;
  }

  .tablet\:w-7\/12{
    width: 58.333333%;
  }

  .tablet\:w-8\/12{
    width: 66.666667%;
  }

  .tablet\:w-9\/12{
    width: 75%;
  }

  .tablet\:w-10\/12{
    width: 83.333333%;
  }

  .tablet\:w-11\/12{
    width: 91.666667%;
  }

  .tablet\:w-full{
    width: 100%;
  }

  .tablet\:w-screen{
    width: 100vw;
  }

  .tablet\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .tablet\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .tablet\:min-w-0{
    min-width: 0px;
  }

  .tablet\:min-w-full{
    min-width: 100%;
  }

  .tablet\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .tablet\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tablet\:max-w-0{
    max-width: 0rem;
  }

  .tablet\:max-w-none{
    max-width: none;
  }

  .tablet\:max-w-xs{
    max-width: 20rem;
  }

  .tablet\:max-w-sm{
    max-width: 24rem;
  }

  .tablet\:max-w-md{
    max-width: 28rem;
  }

  .tablet\:max-w-lg{
    max-width: 32rem;
  }

  .tablet\:max-w-xl{
    max-width: 36rem;
  }

  .tablet\:max-w-2xl{
    max-width: 42rem;
  }

  .tablet\:max-w-3xl{
    max-width: 48rem;
  }

  .tablet\:max-w-4xl{
    max-width: 56rem;
  }

  .tablet\:max-w-5xl{
    max-width: 64rem;
  }

  .tablet\:max-w-6xl{
    max-width: 72rem;
  }

  .tablet\:max-w-7xl{
    max-width: 80rem;
  }

  .tablet\:max-w-full{
    max-width: 100%;
  }

  .tablet\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .tablet\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .tablet\:max-w-prose{
    max-width: 65ch;
  }

  .tablet\:max-w-screen-sm{
    max-width: 640px;
  }

  .tablet\:max-w-screen-md{
    max-width: 768px;
  }

  .tablet\:max-w-screen-lg{
    max-width: 1024px;
  }

  .tablet\:max-w-screen-xl{
    max-width: 1280px;
  }

  .tablet\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .tablet\:flex-1{
    flex: 1 1 0%;
  }

  .tablet\:flex-auto{
    flex: 1 1 auto;
  }

  .tablet\:flex-initial{
    flex: 0 1 auto;
  }

  .tablet\:flex-none{
    flex: none;
  }

  .tablet\:flex-shrink-0{
    flex-shrink: 0;
  }

  .tablet\:flex-shrink{
    flex-shrink: 1;
  }

  .tablet\:flex-grow-0{
    flex-grow: 0;
  }

  .tablet\:flex-grow{
    flex-grow: 1;
  }

  .tablet\:table-auto{
    table-layout: auto;
  }

  .tablet\:table-fixed{
    table-layout: fixed;
  }

  .tablet\:border-collapse{
    border-collapse: collapse;
  }

  .tablet\:border-separate{
    border-collapse: separate;
  }

  .tablet\:origin-center{
    transform-origin: center;
  }

  .tablet\:origin-top{
    transform-origin: top;
  }

  .tablet\:origin-top-right{
    transform-origin: top right;
  }

  .tablet\:origin-right{
    transform-origin: right;
  }

  .tablet\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .tablet\:origin-bottom{
    transform-origin: bottom;
  }

  .tablet\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .tablet\:origin-left{
    transform-origin: left;
  }

  .tablet\:origin-top-left{
    transform-origin: top left;
  }

  .tablet\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:transform-none{
    transform: none;
  }

  .tablet\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .tablet\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .tablet\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .tablet\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .tablet\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .tablet\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .tablet\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .tablet\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .tablet\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .tablet\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .tablet\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .tablet\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .tablet\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .tablet\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .tablet\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .tablet\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .tablet\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .tablet\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .tablet\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .tablet\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .tablet\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .tablet\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .tablet\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .tablet\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .tablet\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .tablet\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .tablet\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .tablet\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .tablet\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .tablet\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .tablet\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .tablet\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .tablet\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .tablet\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .tablet\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .tablet\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .tablet\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .tablet\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .tablet\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .tablet\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .tablet\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .tablet\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .tablet\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .tablet\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .tablet\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .tablet\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .tablet\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .tablet\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .tablet\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .tablet\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .tablet\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .tablet\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .tablet\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .tablet\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .tablet\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .tablet\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .tablet\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .tablet\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .tablet\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .tablet\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .tablet\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .tablet\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .tablet\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .tablet\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .tablet\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .tablet\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .tablet\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .tablet\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .tablet\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .tablet\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .tablet\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .tablet\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .tablet\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .tablet\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .tablet\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .tablet\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .tablet\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .tablet\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .tablet\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .tablet\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .tablet\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .tablet\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .tablet\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .tablet\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .tablet\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .tablet\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .tablet\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .tablet\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .tablet\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .tablet\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .tablet\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .tablet\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .tablet\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .tablet\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .tablet\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .tablet\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .tablet\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .tablet\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .tablet\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .tablet\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .tablet\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .tablet\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .tablet\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .tablet\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .tablet\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .tablet\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .tablet\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .tablet\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .tablet\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .tablet\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .tablet\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .tablet\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .tablet\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .tablet\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .tablet\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .tablet\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .tablet\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .tablet\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .tablet\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .tablet\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .tablet\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .tablet\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .tablet\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .tablet\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .tablet\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .tablet\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .tablet\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .tablet\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .tablet\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .tablet\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .tablet\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .tablet\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .tablet\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .tablet\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .tablet\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .tablet\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .tablet\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .tablet\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .tablet\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .tablet\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .tablet\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .tablet\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .tablet\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .tablet\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .tablet\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .tablet\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .tablet\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .tablet\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .tablet\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .tablet\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .tablet\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .tablet\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .tablet\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .tablet\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .tablet\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .tablet\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .tablet\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .tablet\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .tablet\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .tablet\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .tablet\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .tablet\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .tablet\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .tablet\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .tablet\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .tablet\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .tablet\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .tablet\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .tablet\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tablet\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .tablet\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .tablet\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .tablet\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .tablet\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .tablet\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .tablet\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .tablet\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .tablet\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .tablet\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .tablet\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .tablet\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .tablet\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .tablet\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .tablet\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .tablet\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .tablet\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .tablet\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .tablet\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .tablet\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .tablet\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .tablet\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .tablet\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .tablet\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .tablet\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .tablet\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .tablet\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .tablet\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .tablet\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .tablet\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .tablet\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .tablet\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .tablet\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .tablet\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .tablet\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tablet\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .tablet\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .tablet\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .tablet\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .tablet\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .tablet\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .tablet\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .tablet\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .tablet\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .tablet\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .tablet\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .tablet\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .tablet\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .tablet\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .tablet\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .tablet\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .tablet\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .tablet\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .tablet\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .tablet\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .tablet\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .tablet\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .tablet\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .tablet\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .tablet\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .tablet\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .tablet\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .tablet\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .tablet\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .tablet\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .tablet\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .tablet\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .tablet\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .tablet\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .tablet\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .tablet\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .tablet\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .tablet\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .tablet\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .tablet\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .tablet\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .tablet\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .tablet\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .tablet\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .tablet\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .tablet\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .tablet\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .tablet\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .tablet\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tablet\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .tablet\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .tablet\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .tablet\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .tablet\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .tablet\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .tablet\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .tablet\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .tablet\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .tablet\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .tablet\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .tablet\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .tablet\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .tablet\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .tablet\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .tablet\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .tablet\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .tablet\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .tablet\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .tablet\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .tablet\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .tablet\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .tablet\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .tablet\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .tablet\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .tablet\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .tablet\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .tablet\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .tablet\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .tablet\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .tablet\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .tablet\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .tablet\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .tablet\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .tablet\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tablet\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .tablet\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .tablet\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .tablet\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .tablet\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .tablet\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .tablet\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .tablet\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .tablet\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .tablet\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .tablet\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .tablet\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .tablet\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .tablet\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .tablet\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .tablet\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .tablet\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .tablet\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .tablet\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .tablet\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .tablet\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .tablet\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .tablet\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .tablet\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .tablet\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .tablet\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .tablet\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .tablet\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .tablet\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .tablet\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .tablet\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .tablet\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .tablet\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .tablet\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .tablet\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .tablet\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .tablet\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .tablet\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .tablet\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .tablet\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .tablet\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .tablet\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .tablet\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .tablet\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .tablet\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .tablet\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .tablet\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .tablet\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .tablet\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tablet\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .tablet\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .tablet\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .tablet\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .tablet\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .tablet\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .tablet\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .tablet\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .tablet\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .tablet\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .tablet\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .tablet\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .tablet\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .tablet\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .tablet\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .tablet\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .tablet\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .tablet\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .tablet\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .tablet\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .tablet\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .tablet\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .tablet\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .tablet\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .tablet\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .tablet\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .tablet\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .tablet\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .tablet\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .tablet\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .tablet\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .tablet\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .tablet\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .tablet\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .tablet\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tablet\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .tablet\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .tablet\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .tablet\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .tablet\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .tablet\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .tablet\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .tablet\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .tablet\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .tablet\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .tablet\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .tablet\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .tablet\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .tablet\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .tablet\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .tablet\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .tablet\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .tablet\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .tablet\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .tablet\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .tablet\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .tablet\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .tablet\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .tablet\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .tablet\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .tablet\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .tablet\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .tablet\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .tablet\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .tablet\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .tablet\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .tablet\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .tablet\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .tablet\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .tablet\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .tablet\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .tablet\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .tablet\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .tablet\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .tablet\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .tablet\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .tablet\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .tablet\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .tablet\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .tablet\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .tablet\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .tablet\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .tablet\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .tablet\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tablet\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .tablet\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .tablet\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .tablet\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .tablet\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .tablet\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .tablet\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .tablet\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .tablet\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .tablet\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .tablet\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .tablet\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .tablet\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .tablet\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .tablet\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .tablet\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .tablet\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .tablet\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .tablet\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .tablet\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .tablet\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .tablet\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .tablet\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .tablet\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .tablet\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .tablet\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .tablet\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .tablet\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .tablet\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .tablet\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .tablet\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .tablet\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .tablet\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .tablet\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .tablet\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tablet\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .tablet\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .tablet\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .tablet\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .tablet\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .tablet\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .tablet\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .tablet\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .tablet\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .tablet\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .tablet\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .tablet\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .tablet\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .tablet\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .tablet\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .tablet\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .tablet\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .tablet\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .tablet\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .tablet\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .tablet\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .tablet\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .tablet\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .tablet\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .tablet\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .tablet\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .tablet\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .tablet\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .tablet\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .tablet\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .tablet\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .tablet\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .tablet\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .tablet\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .tablet\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .tablet\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .tablet\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .tablet\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .tablet\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .tablet\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .tablet\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .tablet\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .tablet\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .tablet\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .tablet\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .tablet\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .tablet\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .tablet\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .tablet\:rotate-0{
    --tw-rotate: 0deg;
  }

  .tablet\:rotate-1{
    --tw-rotate: 1deg;
  }

  .tablet\:rotate-2{
    --tw-rotate: 2deg;
  }

  .tablet\:rotate-3{
    --tw-rotate: 3deg;
  }

  .tablet\:rotate-6{
    --tw-rotate: 6deg;
  }

  .tablet\:rotate-12{
    --tw-rotate: 12deg;
  }

  .tablet\:rotate-45{
    --tw-rotate: 45deg;
  }

  .tablet\:rotate-90{
    --tw-rotate: 90deg;
  }

  .tablet\:rotate-180{
    --tw-rotate: 180deg;
  }

  .tablet\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .tablet\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .tablet\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .tablet\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .tablet\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .tablet\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .tablet\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .tablet\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .tablet\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .tablet\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .tablet\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .tablet\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .tablet\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .tablet\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .tablet\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .tablet\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .tablet\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .tablet\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .tablet\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .tablet\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .tablet\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .tablet\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .tablet\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .tablet\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .tablet\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .tablet\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .tablet\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .tablet\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .tablet\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .tablet\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .tablet\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .tablet\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .tablet\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .tablet\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .tablet\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .tablet\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .tablet\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .tablet\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .tablet\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .tablet\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .tablet\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .tablet\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .tablet\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .tablet\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .tablet\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .tablet\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .tablet\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .tablet\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .tablet\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .tablet\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .tablet\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .tablet\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .tablet\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .tablet\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .tablet\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .tablet\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .tablet\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .tablet\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .tablet\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .tablet\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .tablet\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .tablet\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .tablet\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .tablet\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .tablet\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .tablet\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .tablet\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .tablet\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .tablet\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .tablet\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .tablet\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .tablet\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .tablet\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .tablet\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .tablet\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .tablet\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .tablet\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .tablet\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .tablet\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .tablet\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .tablet\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .tablet\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .tablet\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .tablet\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .tablet\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .tablet\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .tablet\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .tablet\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .tablet\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .tablet\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .tablet\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .tablet\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .tablet\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .tablet\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .tablet\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .tablet\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .tablet\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .tablet\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .tablet\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .tablet\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .tablet\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .tablet\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .tablet\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .tablet\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .tablet\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .tablet\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .tablet\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .tablet\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .tablet\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:scale-x-0{
    --tw-scale-x: 0;
  }

  .tablet\:scale-x-50{
    --tw-scale-x: .5;
  }

  .tablet\:scale-x-75{
    --tw-scale-x: .75;
  }

  .tablet\:scale-x-90{
    --tw-scale-x: .9;
  }

  .tablet\:scale-x-95{
    --tw-scale-x: .95;
  }

  .tablet\:scale-x-100{
    --tw-scale-x: 1;
  }

  .tablet\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .tablet\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .tablet\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .tablet\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .tablet\:scale-y-0{
    --tw-scale-y: 0;
  }

  .tablet\:scale-y-50{
    --tw-scale-y: .5;
  }

  .tablet\:scale-y-75{
    --tw-scale-y: .75;
  }

  .tablet\:scale-y-90{
    --tw-scale-y: .9;
  }

  .tablet\:scale-y-95{
    --tw-scale-y: .95;
  }

  .tablet\:scale-y-100{
    --tw-scale-y: 1;
  }

  .tablet\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .tablet\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .tablet\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .tablet\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .tablet\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .tablet\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .tablet\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .tablet\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .tablet\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .tablet\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .tablet\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .tablet\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .tablet\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .tablet\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .tablet\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .tablet\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .tablet\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .tablet\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .tablet\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .tablet\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .tablet\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .tablet\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .tablet\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .tablet\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .tablet\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .tablet\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .tablet\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .tablet\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .tablet\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .tablet\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .tablet\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .tablet\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .tablet\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .tablet\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .tablet\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .tablet\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .tablet\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .tablet\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .tablet\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .tablet\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .tablet\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .tablet\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .tablet\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .tablet\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .tablet\:animate-none{
    animation: none;
  }

  .tablet\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .tablet\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .tablet\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .tablet\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .tablet\:cursor-auto{
    cursor: auto;
  }

  .tablet\:cursor-default{
    cursor: default;
  }

  .tablet\:cursor-pointer{
    cursor: pointer;
  }

  .tablet\:cursor-wait{
    cursor: wait;
  }

  .tablet\:cursor-text{
    cursor: text;
  }

  .tablet\:cursor-move{
    cursor: move;
  }

  .tablet\:cursor-help{
    cursor: help;
  }

  .tablet\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .tablet\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .tablet\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .tablet\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .tablet\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .tablet\:resize-none{
    resize: none;
  }

  .tablet\:resize-y{
    resize: vertical;
  }

  .tablet\:resize-x{
    resize: horizontal;
  }

  .tablet\:resize{
    resize: both;
  }

  .tablet\:list-inside{
    list-style-position: inside;
  }

  .tablet\:list-outside{
    list-style-position: outside;
  }

  .tablet\:list-none{
    list-style-type: none;
  }

  .tablet\:list-disc{
    list-style-type: disc;
  }

  .tablet\:list-decimal{
    list-style-type: decimal;
  }

  .tablet\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .tablet\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .tablet\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .tablet\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .tablet\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .tablet\:grid-flow-row{
    grid-auto-flow: row;
  }

  .tablet\:grid-flow-col{
    grid-auto-flow: column;
  }

  .tablet\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .tablet\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .tablet\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .tablet\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .tablet\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .tablet\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .tablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tablet\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tablet\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tablet\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .tablet\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .tablet\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tablet\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .tablet\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .tablet\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tablet\:grid-cols-none{
    grid-template-columns: none;
  }

  .tablet\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tablet\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .tablet\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .tablet\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .tablet\:grid-rows-none{
    grid-template-rows: none;
  }

  .tablet\:flex-row{
    flex-direction: row;
  }

  .tablet\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .tablet\:flex-col{
    flex-direction: column;
  }

  .tablet\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .tablet\:flex-wrap{
    flex-wrap: wrap;
  }

  .tablet\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .tablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .tablet\:place-content-center{
    place-content: center;
  }

  .tablet\:place-content-start{
    place-content: start;
  }

  .tablet\:place-content-end{
    place-content: end;
  }

  .tablet\:place-content-between{
    place-content: space-between;
  }

  .tablet\:place-content-around{
    place-content: space-around;
  }

  .tablet\:place-content-evenly{
    place-content: space-evenly;
  }

  .tablet\:place-content-stretch{
    place-content: stretch;
  }

  .tablet\:place-items-start{
    place-items: start;
  }

  .tablet\:place-items-end{
    place-items: end;
  }

  .tablet\:place-items-center{
    place-items: center;
  }

  .tablet\:place-items-stretch{
    place-items: stretch;
  }

  .tablet\:content-center{
    align-content: center;
  }

  .tablet\:content-start{
    align-content: flex-start;
  }

  .tablet\:content-end{
    align-content: flex-end;
  }

  .tablet\:content-between{
    align-content: space-between;
  }

  .tablet\:content-around{
    align-content: space-around;
  }

  .tablet\:content-evenly{
    align-content: space-evenly;
  }

  .tablet\:items-start{
    align-items: flex-start;
  }

  .tablet\:items-end{
    align-items: flex-end;
  }

  .tablet\:items-center{
    align-items: center;
  }

  .tablet\:items-baseline{
    align-items: baseline;
  }

  .tablet\:items-stretch{
    align-items: stretch;
  }

  .tablet\:justify-start{
    justify-content: flex-start;
  }

  .tablet\:justify-end{
    justify-content: flex-end;
  }

  .tablet\:justify-center{
    justify-content: center;
  }

  .tablet\:justify-between{
    justify-content: space-between;
  }

  .tablet\:justify-around{
    justify-content: space-around;
  }

  .tablet\:justify-evenly{
    justify-content: space-evenly;
  }

  .tablet\:justify-items-start{
    justify-items: start;
  }

  .tablet\:justify-items-end{
    justify-items: end;
  }

  .tablet\:justify-items-center{
    justify-items: center;
  }

  .tablet\:justify-items-stretch{
    justify-items: stretch;
  }

  .tablet\:gap-0{
    gap: 0px;
  }

  .tablet\:gap-1{
    gap: 0.25rem;
  }

  .tablet\:gap-2{
    gap: 0.5rem;
  }

  .tablet\:gap-3{
    gap: 0.75rem;
  }

  .tablet\:gap-4{
    gap: 1rem;
  }

  .tablet\:gap-5{
    gap: 1.25rem;
  }

  .tablet\:gap-6{
    gap: 1.5rem;
  }

  .tablet\:gap-7{
    gap: 1.75rem;
  }

  .tablet\:gap-8{
    gap: 2rem;
  }

  .tablet\:gap-9{
    gap: 2.25rem;
  }

  .tablet\:gap-10{
    gap: 2.5rem;
  }

  .tablet\:gap-11{
    gap: 2.75rem;
  }

  .tablet\:gap-12{
    gap: 3rem;
  }

  .tablet\:gap-14{
    gap: 3.5rem;
  }

  .tablet\:gap-16{
    gap: 4rem;
  }

  .tablet\:gap-20{
    gap: 5rem;
  }

  .tablet\:gap-24{
    gap: 6rem;
  }

  .tablet\:gap-28{
    gap: 7rem;
  }

  .tablet\:gap-32{
    gap: 8rem;
  }

  .tablet\:gap-36{
    gap: 9rem;
  }

  .tablet\:gap-40{
    gap: 10rem;
  }

  .tablet\:gap-44{
    gap: 11rem;
  }

  .tablet\:gap-48{
    gap: 12rem;
  }

  .tablet\:gap-52{
    gap: 13rem;
  }

  .tablet\:gap-56{
    gap: 14rem;
  }

  .tablet\:gap-60{
    gap: 15rem;
  }

  .tablet\:gap-64{
    gap: 16rem;
  }

  .tablet\:gap-72{
    gap: 18rem;
  }

  .tablet\:gap-80{
    gap: 20rem;
  }

  .tablet\:gap-96{
    gap: 24rem;
  }

  .tablet\:gap-px{
    gap: 1px;
  }

  .tablet\:gap-0\.5{
    gap: 0.125rem;
  }

  .tablet\:gap-1\.5{
    gap: 0.375rem;
  }

  .tablet\:gap-2\.5{
    gap: 0.625rem;
  }

  .tablet\:gap-3\.5{
    gap: 0.875rem;
  }

  .tablet\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .tablet\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .tablet\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .tablet\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .tablet\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .tablet\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .tablet\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .tablet\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .tablet\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .tablet\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .tablet\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .tablet\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .tablet\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .tablet\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .tablet\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .tablet\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .tablet\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .tablet\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .tablet\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .tablet\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .tablet\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .tablet\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .tablet\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .tablet\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .tablet\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .tablet\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .tablet\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .tablet\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .tablet\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .tablet\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .tablet\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tablet\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .tablet\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .tablet\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .tablet\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .tablet\:gap-y-0{
    row-gap: 0px;
  }

  .tablet\:gap-y-1{
    row-gap: 0.25rem;
  }

  .tablet\:gap-y-2{
    row-gap: 0.5rem;
  }

  .tablet\:gap-y-3{
    row-gap: 0.75rem;
  }

  .tablet\:gap-y-4{
    row-gap: 1rem;
  }

  .tablet\:gap-y-5{
    row-gap: 1.25rem;
  }

  .tablet\:gap-y-6{
    row-gap: 1.5rem;
  }

  .tablet\:gap-y-7{
    row-gap: 1.75rem;
  }

  .tablet\:gap-y-8{
    row-gap: 2rem;
  }

  .tablet\:gap-y-9{
    row-gap: 2.25rem;
  }

  .tablet\:gap-y-10{
    row-gap: 2.5rem;
  }

  .tablet\:gap-y-11{
    row-gap: 2.75rem;
  }

  .tablet\:gap-y-12{
    row-gap: 3rem;
  }

  .tablet\:gap-y-14{
    row-gap: 3.5rem;
  }

  .tablet\:gap-y-16{
    row-gap: 4rem;
  }

  .tablet\:gap-y-20{
    row-gap: 5rem;
  }

  .tablet\:gap-y-24{
    row-gap: 6rem;
  }

  .tablet\:gap-y-28{
    row-gap: 7rem;
  }

  .tablet\:gap-y-32{
    row-gap: 8rem;
  }

  .tablet\:gap-y-36{
    row-gap: 9rem;
  }

  .tablet\:gap-y-40{
    row-gap: 10rem;
  }

  .tablet\:gap-y-44{
    row-gap: 11rem;
  }

  .tablet\:gap-y-48{
    row-gap: 12rem;
  }

  .tablet\:gap-y-52{
    row-gap: 13rem;
  }

  .tablet\:gap-y-56{
    row-gap: 14rem;
  }

  .tablet\:gap-y-60{
    row-gap: 15rem;
  }

  .tablet\:gap-y-64{
    row-gap: 16rem;
  }

  .tablet\:gap-y-72{
    row-gap: 18rem;
  }

  .tablet\:gap-y-80{
    row-gap: 20rem;
  }

  .tablet\:gap-y-96{
    row-gap: 24rem;
  }

  .tablet\:gap-y-px{
    row-gap: 1px;
  }

  .tablet\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .tablet\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .tablet\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .tablet\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .tablet\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .tablet\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .tablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .tablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .tablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .tablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .tablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .tablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .tablet\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .tablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .tablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .tablet\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .tablet\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .tablet\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .tablet\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .tablet\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .tablet\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .tablet\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .tablet\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .tablet\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .tablet\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .tablet\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .tablet\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .tablet\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .tablet\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .tablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .tablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .tablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .tablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .tablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .tablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .tablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .tablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .tablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .tablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .tablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .tablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .tablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .tablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .tablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .tablet\:place-self-auto{
    place-self: auto;
  }

  .tablet\:place-self-start{
    place-self: start;
  }

  .tablet\:place-self-end{
    place-self: end;
  }

  .tablet\:place-self-center{
    place-self: center;
  }

  .tablet\:place-self-stretch{
    place-self: stretch;
  }

  .tablet\:self-auto{
    align-self: auto;
  }

  .tablet\:self-start{
    align-self: flex-start;
  }

  .tablet\:self-end{
    align-self: flex-end;
  }

  .tablet\:self-center{
    align-self: center;
  }

  .tablet\:self-stretch{
    align-self: stretch;
  }

  .tablet\:self-baseline{
    align-self: baseline;
  }

  .tablet\:justify-self-auto{
    justify-self: auto;
  }

  .tablet\:justify-self-start{
    justify-self: start;
  }

  .tablet\:justify-self-end{
    justify-self: end;
  }

  .tablet\:justify-self-center{
    justify-self: center;
  }

  .tablet\:justify-self-stretch{
    justify-self: stretch;
  }

  .tablet\:overflow-auto{
    overflow: auto;
  }

  .tablet\:overflow-hidden{
    overflow: hidden;
  }

  .tablet\:overflow-visible{
    overflow: visible;
  }

  .tablet\:overflow-scroll{
    overflow: scroll;
  }

  .tablet\:overflow-x-auto{
    overflow-x: auto;
  }

  .tablet\:overflow-y-auto{
    overflow-y: auto;
  }

  .tablet\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .tablet\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .tablet\:overflow-x-visible{
    overflow-x: visible;
  }

  .tablet\:overflow-y-visible{
    overflow-y: visible;
  }

  .tablet\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .tablet\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .tablet\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .tablet\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .tablet\:overscroll-none{
    overscroll-behavior: none;
  }

  .tablet\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .tablet\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .tablet\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .tablet\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .tablet\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .tablet\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .tablet\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tablet\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .tablet\:overflow-clip{
    text-overflow: clip;
  }

  .tablet\:whitespace-normal{
    white-space: normal;
  }

  .tablet\:whitespace-nowrap{
    white-space: nowrap;
  }

  .tablet\:whitespace-pre{
    white-space: pre;
  }

  .tablet\:whitespace-pre-line{
    white-space: pre-line;
  }

  .tablet\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .tablet\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .tablet\:break-words{
    overflow-wrap: break-word;
  }

  .tablet\:break-all{
    word-break: break-all;
  }

  .tablet\:rounded-none{
    border-radius: 0px;
  }

  .tablet\:rounded-sm{
    border-radius: 0.125rem;
  }

  .tablet\:rounded{
    border-radius: 0.25rem;
  }

  .tablet\:rounded-md{
    border-radius: 0.375rem;
  }

  .tablet\:rounded-lg{
    border-radius: 0.5rem;
  }

  .tablet\:rounded-xl{
    border-radius: 0.75rem;
  }

  .tablet\:rounded-2xl{
    border-radius: 1rem;
  }

  .tablet\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .tablet\:rounded-full{
    border-radius: 9999px;
  }

  .tablet\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .tablet\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .tablet\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .tablet\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .tablet\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .tablet\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .tablet\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .tablet\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .tablet\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .tablet\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .tablet\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .tablet\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .tablet\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .tablet\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .tablet\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .tablet\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .tablet\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .tablet\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .tablet\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .tablet\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .tablet\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .tablet\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .tablet\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .tablet\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .tablet\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .tablet\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .tablet\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .tablet\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .tablet\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .tablet\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .tablet\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .tablet\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .tablet\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .tablet\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .tablet\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .tablet\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .tablet\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .tablet\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .tablet\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .tablet\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .tablet\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .tablet\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .tablet\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .tablet\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .tablet\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .tablet\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .tablet\:border-0{
    border-width: 0px;
  }

  .tablet\:border-2{
    border-width: 2px;
  }

  .tablet\:border-4{
    border-width: 4px;
  }

  .tablet\:border-8{
    border-width: 8px;
  }

  .tablet\:border{
    border-width: 1px;
  }

  .tablet\:border-t-0{
    border-top-width: 0px;
  }

  .tablet\:border-t-2{
    border-top-width: 2px;
  }

  .tablet\:border-t-4{
    border-top-width: 4px;
  }

  .tablet\:border-t-8{
    border-top-width: 8px;
  }

  .tablet\:border-t{
    border-top-width: 1px;
  }

  .tablet\:border-r-0{
    border-right-width: 0px;
  }

  .tablet\:border-r-2{
    border-right-width: 2px;
  }

  .tablet\:border-r-4{
    border-right-width: 4px;
  }

  .tablet\:border-r-8{
    border-right-width: 8px;
  }

  .tablet\:border-r{
    border-right-width: 1px;
  }

  .tablet\:border-b-0{
    border-bottom-width: 0px;
  }

  .tablet\:border-b-2{
    border-bottom-width: 2px;
  }

  .tablet\:border-b-4{
    border-bottom-width: 4px;
  }

  .tablet\:border-b-8{
    border-bottom-width: 8px;
  }

  .tablet\:border-b{
    border-bottom-width: 1px;
  }

  .tablet\:border-l-0{
    border-left-width: 0px;
  }

  .tablet\:border-l-2{
    border-left-width: 2px;
  }

  .tablet\:border-l-4{
    border-left-width: 4px;
  }

  .tablet\:border-l-8{
    border-left-width: 8px;
  }

  .tablet\:border-l{
    border-left-width: 1px;
  }

  .tablet\:border-solid{
    border-style: solid;
  }

  .tablet\:border-dashed{
    border-style: dashed;
  }

  .tablet\:border-dotted{
    border-style: dotted;
  }

  .tablet\:border-double{
    border-style: double;
  }

  .tablet\:border-none{
    border-style: none;
  }

  .tablet\:border-transparent{
    border-color: transparent;
  }

  .tablet\:border-current{
    border-color: currentColor;
  }

  .tablet\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .tablet\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .tablet\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .tablet\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .tablet\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .tablet\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .tablet\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .tablet\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .tablet\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .tablet\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .tablet\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .tablet\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .tablet\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .tablet\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .tablet\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .tablet\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .tablet\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .tablet\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .tablet\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .tablet\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .tablet\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .tablet\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .tablet\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .tablet\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .tablet\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .tablet\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .tablet\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .tablet\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .tablet\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .tablet\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .tablet\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .tablet\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .tablet\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .tablet\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .tablet\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .tablet\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .tablet\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .tablet\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .tablet\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .tablet\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .tablet\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .tablet\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .tablet\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .tablet\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .tablet\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .tablet\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .tablet\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .tablet\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .tablet\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .tablet\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .tablet\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .tablet\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .tablet\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .tablet\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .tablet\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .tablet\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .tablet\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .tablet\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .tablet\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .tablet\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .tablet\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tablet\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tablet\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tablet\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tablet\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tablet\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tablet\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tablet\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tablet\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tablet\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tablet\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tablet\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tablet\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tablet\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tablet\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .tablet\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .tablet\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tablet\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .tablet\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .tablet\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .tablet\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .tablet\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .tablet\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .tablet\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .tablet\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .tablet\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .tablet\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .tablet\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .tablet\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .tablet\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .tablet\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .tablet\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .tablet\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .tablet\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .tablet\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .tablet\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .tablet\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .tablet\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .tablet\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .tablet\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .tablet\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .tablet\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .tablet\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .tablet\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .tablet\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .tablet\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .tablet\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .tablet\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .tablet\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .tablet\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .tablet\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .tablet\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .tablet\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .tablet\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .tablet\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .tablet\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .tablet\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .tablet\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .tablet\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .tablet\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .tablet\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .tablet\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .tablet\:bg-transparent{
    background-color: transparent;
  }

  .tablet\:bg-current{
    background-color: currentColor;
  }

  .tablet\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .tablet\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .tablet\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .tablet\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .tablet\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .tablet\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .tablet\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .tablet\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .tablet\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .tablet\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .tablet\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .tablet\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .tablet\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .tablet\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .tablet\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .tablet\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .tablet\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .tablet\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .tablet\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .tablet\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .tablet\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .tablet\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .tablet\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .tablet\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .tablet\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .tablet\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .tablet\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .tablet\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .tablet\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .tablet\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .tablet\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .tablet\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .tablet\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .tablet\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .tablet\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .tablet\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .tablet\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .tablet\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .tablet\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .tablet\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .tablet\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .tablet\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .tablet\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .tablet\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .tablet\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .tablet\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .tablet\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .tablet\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .tablet\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .tablet\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .tablet\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .tablet\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .tablet\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .tablet\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .tablet\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .tablet\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .tablet\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .tablet\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .tablet\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .tablet\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .tablet\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .tablet\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .tablet\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .tablet\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .tablet\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .tablet\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .tablet\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .tablet\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .tablet\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .tablet\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .tablet\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .tablet\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .tablet\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .tablet\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .tablet\:bg-none{
    background-image: none;
  }

  .tablet\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .tablet\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .tablet\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .tablet\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .tablet\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .tablet\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .tablet\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .tablet\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .tablet\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .tablet\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .tablet\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .tablet\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .tablet\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .tablet\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .tablet\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .tablet\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .tablet\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .tablet\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .tablet\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .tablet\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .tablet\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .tablet\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .tablet\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .tablet\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .tablet\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .tablet\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .tablet\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .tablet\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .tablet\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .tablet\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .tablet\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .tablet\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .tablet\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .tablet\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .tablet\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .tablet\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .tablet\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .tablet\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .tablet\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .tablet\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .tablet\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .tablet\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .tablet\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .tablet\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .tablet\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .tablet\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .tablet\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .tablet\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .tablet\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .tablet\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .tablet\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .tablet\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .tablet\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .tablet\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .tablet\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .tablet\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .tablet\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .tablet\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .tablet\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .tablet\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .tablet\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .tablet\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .tablet\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .tablet\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .tablet\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .tablet\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .tablet\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .tablet\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .tablet\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .tablet\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .tablet\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .tablet\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .tablet\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .tablet\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .tablet\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .tablet\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .tablet\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .tablet\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .tablet\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .tablet\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .tablet\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .tablet\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .tablet\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .tablet\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .tablet\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .tablet\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .tablet\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .tablet\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .tablet\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .tablet\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .tablet\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .tablet\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .tablet\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .tablet\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .tablet\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .tablet\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .tablet\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .tablet\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .tablet\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .tablet\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .tablet\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .tablet\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .tablet\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .tablet\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .tablet\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .tablet\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .tablet\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .tablet\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .tablet\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .tablet\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .tablet\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .tablet\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .tablet\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .tablet\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .tablet\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .tablet\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .tablet\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .tablet\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .tablet\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .tablet\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .tablet\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .tablet\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .tablet\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .tablet\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .tablet\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .tablet\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .tablet\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .tablet\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .tablet\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .tablet\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .tablet\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .tablet\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .tablet\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .tablet\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .tablet\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .tablet\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .tablet\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .tablet\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .tablet\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .tablet\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .tablet\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .tablet\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .tablet\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .tablet\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .tablet\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .tablet\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .tablet\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .tablet\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .tablet\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .tablet\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .tablet\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .tablet\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .tablet\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .tablet\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .tablet\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .tablet\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .tablet\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .tablet\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .tablet\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .tablet\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .tablet\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .tablet\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .tablet\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .tablet\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .tablet\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .tablet\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .tablet\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .tablet\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .tablet\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .tablet\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .tablet\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .tablet\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .tablet\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .tablet\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .tablet\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .tablet\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .tablet\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .tablet\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .tablet\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .tablet\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .tablet\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .tablet\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .tablet\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .tablet\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .tablet\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .tablet\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .tablet\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .tablet\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .tablet\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .tablet\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .tablet\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .tablet\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .tablet\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .tablet\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .tablet\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .tablet\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .tablet\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .tablet\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .tablet\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .tablet\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .tablet\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .tablet\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .tablet\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .tablet\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .tablet\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .tablet\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .tablet\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .tablet\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .tablet\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .tablet\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .tablet\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .tablet\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .tablet\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .tablet\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .tablet\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .tablet\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .tablet\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .tablet\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .tablet\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .tablet\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .tablet\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .tablet\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .tablet\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .tablet\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .tablet\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .tablet\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .tablet\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .tablet\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .tablet\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .tablet\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .tablet\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .tablet\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .tablet\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .tablet\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .tablet\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .tablet\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .tablet\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .tablet\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .tablet\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .tablet\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .tablet\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .tablet\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .tablet\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .tablet\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .tablet\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .tablet\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .tablet\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .tablet\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .tablet\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .tablet\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .tablet\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .tablet\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .tablet\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .tablet\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .tablet\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .tablet\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .tablet\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .tablet\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .tablet\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .tablet\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .tablet\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .tablet\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .tablet\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .tablet\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .tablet\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .tablet\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .tablet\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .tablet\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .tablet\:to-current{
    --tw-gradient-to: currentColor;
  }

  .tablet\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .tablet\:to-black{
    --tw-gradient-to: #000;
  }

  .tablet\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .tablet\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .tablet\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .tablet\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .tablet\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .tablet\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .tablet\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .tablet\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .tablet\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .tablet\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .tablet\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .tablet\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .tablet\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .tablet\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .tablet\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .tablet\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .tablet\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .tablet\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .tablet\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .tablet\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .tablet\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .tablet\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .tablet\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .tablet\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .tablet\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .tablet\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .tablet\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .tablet\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .tablet\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .tablet\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .tablet\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .tablet\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .tablet\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .tablet\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .tablet\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .tablet\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .tablet\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .tablet\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .tablet\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .tablet\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .tablet\:to-white{
    --tw-gradient-to: #fff;
  }

  .tablet\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .tablet\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .tablet\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .tablet\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .tablet\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .tablet\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .tablet\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .tablet\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .tablet\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .tablet\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .tablet\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .tablet\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .tablet\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .tablet\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .tablet\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .tablet\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .tablet\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .tablet\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .tablet\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .tablet\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .tablet\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .tablet\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .tablet\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .tablet\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .tablet\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .tablet\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .tablet\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .tablet\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .tablet\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .tablet\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .tablet\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .tablet\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .tablet\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .tablet\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .tablet\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .tablet\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .tablet\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .tablet\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .tablet\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .tablet\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .tablet\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .tablet\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .tablet\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .tablet\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .tablet\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .tablet\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .tablet\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .tablet\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .tablet\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .tablet\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .tablet\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .tablet\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .tablet\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .tablet\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .tablet\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .tablet\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .tablet\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .tablet\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .tablet\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .tablet\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .tablet\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .tablet\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .tablet\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .tablet\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .tablet\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .tablet\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .tablet\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .tablet\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .tablet\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .tablet\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .tablet\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .tablet\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .tablet\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .tablet\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .tablet\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .tablet\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .tablet\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .tablet\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .tablet\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .tablet\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .tablet\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .tablet\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .tablet\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .tablet\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .tablet\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .tablet\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .tablet\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .tablet\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .tablet\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .tablet\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .tablet\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .tablet\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .tablet\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .tablet\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .tablet\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .tablet\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .tablet\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .tablet\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .tablet\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .tablet\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .tablet\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .tablet\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .tablet\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .tablet\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .tablet\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .tablet\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .tablet\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .tablet\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .tablet\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .tablet\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .tablet\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .tablet\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .tablet\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .tablet\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .tablet\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .tablet\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .tablet\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .tablet\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .tablet\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .tablet\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .tablet\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .tablet\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .tablet\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .tablet\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .tablet\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .tablet\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .tablet\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .tablet\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .tablet\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .tablet\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .tablet\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .tablet\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .tablet\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .tablet\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .tablet\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .tablet\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .tablet\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .tablet\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .tablet\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .tablet\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .tablet\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .tablet\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .tablet\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .tablet\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .tablet\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .tablet\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .tablet\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .tablet\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .tablet\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .tablet\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .tablet\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .tablet\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .tablet\:bg-auto{
    background-size: auto;
  }

  .tablet\:bg-cover{
    background-size: cover;
  }

  .tablet\:bg-contain{
    background-size: contain;
  }

  .tablet\:bg-fixed{
    background-attachment: fixed;
  }

  .tablet\:bg-local{
    background-attachment: local;
  }

  .tablet\:bg-scroll{
    background-attachment: scroll;
  }

  .tablet\:bg-clip-border{
    background-clip: border-box;
  }

  .tablet\:bg-clip-padding{
    background-clip: padding-box;
  }

  .tablet\:bg-clip-content{
    background-clip: content-box;
  }

  .tablet\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .tablet\:bg-bottom{
    background-position: bottom;
  }

  .tablet\:bg-center{
    background-position: center;
  }

  .tablet\:bg-left{
    background-position: left;
  }

  .tablet\:bg-left-bottom{
    background-position: left bottom;
  }

  .tablet\:bg-left-top{
    background-position: left top;
  }

  .tablet\:bg-right{
    background-position: right;
  }

  .tablet\:bg-right-bottom{
    background-position: right bottom;
  }

  .tablet\:bg-right-top{
    background-position: right top;
  }

  .tablet\:bg-top{
    background-position: top;
  }

  .tablet\:bg-repeat{
    background-repeat: repeat;
  }

  .tablet\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .tablet\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .tablet\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .tablet\:bg-repeat-round{
    background-repeat: round;
  }

  .tablet\:bg-repeat-space{
    background-repeat: space;
  }

  .tablet\:bg-origin-border{
    background-origin: border-box;
  }

  .tablet\:bg-origin-padding{
    background-origin: padding-box;
  }

  .tablet\:bg-origin-content{
    background-origin: content-box;
  }

  .tablet\:fill-current{
    fill: currentColor;
  }

  .tablet\:stroke-current{
    stroke: currentColor;
  }

  .tablet\:stroke-0{
    stroke-width: 0;
  }

  .tablet\:stroke-1{
    stroke-width: 1;
  }

  .tablet\:stroke-2{
    stroke-width: 2;
  }

  .tablet\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tablet\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .tablet\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .tablet\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .tablet\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .tablet\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .tablet\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .tablet\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .tablet\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .tablet\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .tablet\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .tablet\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .tablet\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .tablet\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .tablet\:p-0{
    padding: 0px;
  }

  .tablet\:p-1{
    padding: 0.25rem;
  }

  .tablet\:p-2{
    padding: 0.5rem;
  }

  .tablet\:p-3{
    padding: 0.75rem;
  }

  .tablet\:p-4{
    padding: 1rem;
  }

  .tablet\:p-5{
    padding: 1.25rem;
  }

  .tablet\:p-6{
    padding: 1.5rem;
  }

  .tablet\:p-7{
    padding: 1.75rem;
  }

  .tablet\:p-8{
    padding: 2rem;
  }

  .tablet\:p-9{
    padding: 2.25rem;
  }

  .tablet\:p-10{
    padding: 2.5rem;
  }

  .tablet\:p-11{
    padding: 2.75rem;
  }

  .tablet\:p-12{
    padding: 3rem;
  }

  .tablet\:p-14{
    padding: 3.5rem;
  }

  .tablet\:p-16{
    padding: 4rem;
  }

  .tablet\:p-20{
    padding: 5rem;
  }

  .tablet\:p-24{
    padding: 6rem;
  }

  .tablet\:p-28{
    padding: 7rem;
  }

  .tablet\:p-32{
    padding: 8rem;
  }

  .tablet\:p-36{
    padding: 9rem;
  }

  .tablet\:p-40{
    padding: 10rem;
  }

  .tablet\:p-44{
    padding: 11rem;
  }

  .tablet\:p-48{
    padding: 12rem;
  }

  .tablet\:p-52{
    padding: 13rem;
  }

  .tablet\:p-56{
    padding: 14rem;
  }

  .tablet\:p-60{
    padding: 15rem;
  }

  .tablet\:p-64{
    padding: 16rem;
  }

  .tablet\:p-72{
    padding: 18rem;
  }

  .tablet\:p-80{
    padding: 20rem;
  }

  .tablet\:p-96{
    padding: 24rem;
  }

  .tablet\:p-px{
    padding: 1px;
  }

  .tablet\:p-0\.5{
    padding: 0.125rem;
  }

  .tablet\:p-1\.5{
    padding: 0.375rem;
  }

  .tablet\:p-2\.5{
    padding: 0.625rem;
  }

  .tablet\:p-3\.5{
    padding: 0.875rem;
  }

  .tablet\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tablet\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tablet\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tablet\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tablet\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tablet\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .tablet\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .tablet\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tablet\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .tablet\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .tablet\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tablet\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tablet\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .tablet\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .tablet\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .tablet\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .tablet\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .tablet\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .tablet\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .tablet\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .tablet\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .tablet\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .tablet\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .tablet\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .tablet\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .tablet\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .tablet\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tablet\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .tablet\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .tablet\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .tablet\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .tablet\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tablet\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tablet\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tablet\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tablet\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tablet\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tablet\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .tablet\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tablet\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .tablet\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tablet\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .tablet\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tablet\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .tablet\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tablet\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tablet\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tablet\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .tablet\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .tablet\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .tablet\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .tablet\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .tablet\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .tablet\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .tablet\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .tablet\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .tablet\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .tablet\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .tablet\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .tablet\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .tablet\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tablet\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .tablet\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .tablet\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .tablet\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .tablet\:pt-0{
    padding-top: 0px;
  }

  .tablet\:pt-1{
    padding-top: 0.25rem;
  }

  .tablet\:pt-2{
    padding-top: 0.5rem;
  }

  .tablet\:pt-3{
    padding-top: 0.75rem;
  }

  .tablet\:pt-4{
    padding-top: 1rem;
  }

  .tablet\:pt-5{
    padding-top: 1.25rem;
  }

  .tablet\:pt-6{
    padding-top: 1.5rem;
  }

  .tablet\:pt-7{
    padding-top: 1.75rem;
  }

  .tablet\:pt-8{
    padding-top: 2rem;
  }

  .tablet\:pt-9{
    padding-top: 2.25rem;
  }

  .tablet\:pt-10{
    padding-top: 2.5rem;
  }

  .tablet\:pt-11{
    padding-top: 2.75rem;
  }

  .tablet\:pt-12{
    padding-top: 3rem;
  }

  .tablet\:pt-14{
    padding-top: 3.5rem;
  }

  .tablet\:pt-16{
    padding-top: 4rem;
  }

  .tablet\:pt-20{
    padding-top: 5rem;
  }

  .tablet\:pt-24{
    padding-top: 6rem;
  }

  .tablet\:pt-28{
    padding-top: 7rem;
  }

  .tablet\:pt-32{
    padding-top: 8rem;
  }

  .tablet\:pt-36{
    padding-top: 9rem;
  }

  .tablet\:pt-40{
    padding-top: 10rem;
  }

  .tablet\:pt-44{
    padding-top: 11rem;
  }

  .tablet\:pt-48{
    padding-top: 12rem;
  }

  .tablet\:pt-52{
    padding-top: 13rem;
  }

  .tablet\:pt-56{
    padding-top: 14rem;
  }

  .tablet\:pt-60{
    padding-top: 15rem;
  }

  .tablet\:pt-64{
    padding-top: 16rem;
  }

  .tablet\:pt-72{
    padding-top: 18rem;
  }

  .tablet\:pt-80{
    padding-top: 20rem;
  }

  .tablet\:pt-96{
    padding-top: 24rem;
  }

  .tablet\:pt-px{
    padding-top: 1px;
  }

  .tablet\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .tablet\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .tablet\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .tablet\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .tablet\:pr-0{
    padding-right: 0px;
  }

  .tablet\:pr-1{
    padding-right: 0.25rem;
  }

  .tablet\:pr-2{
    padding-right: 0.5rem;
  }

  .tablet\:pr-3{
    padding-right: 0.75rem;
  }

  .tablet\:pr-4{
    padding-right: 1rem;
  }

  .tablet\:pr-5{
    padding-right: 1.25rem;
  }

  .tablet\:pr-6{
    padding-right: 1.5rem;
  }

  .tablet\:pr-7{
    padding-right: 1.75rem;
  }

  .tablet\:pr-8{
    padding-right: 2rem;
  }

  .tablet\:pr-9{
    padding-right: 2.25rem;
  }

  .tablet\:pr-10{
    padding-right: 2.5rem;
  }

  .tablet\:pr-11{
    padding-right: 2.75rem;
  }

  .tablet\:pr-12{
    padding-right: 3rem;
  }

  .tablet\:pr-14{
    padding-right: 3.5rem;
  }

  .tablet\:pr-16{
    padding-right: 4rem;
  }

  .tablet\:pr-20{
    padding-right: 5rem;
  }

  .tablet\:pr-24{
    padding-right: 6rem;
  }

  .tablet\:pr-28{
    padding-right: 7rem;
  }

  .tablet\:pr-32{
    padding-right: 8rem;
  }

  .tablet\:pr-36{
    padding-right: 9rem;
  }

  .tablet\:pr-40{
    padding-right: 10rem;
  }

  .tablet\:pr-44{
    padding-right: 11rem;
  }

  .tablet\:pr-48{
    padding-right: 12rem;
  }

  .tablet\:pr-52{
    padding-right: 13rem;
  }

  .tablet\:pr-56{
    padding-right: 14rem;
  }

  .tablet\:pr-60{
    padding-right: 15rem;
  }

  .tablet\:pr-64{
    padding-right: 16rem;
  }

  .tablet\:pr-72{
    padding-right: 18rem;
  }

  .tablet\:pr-80{
    padding-right: 20rem;
  }

  .tablet\:pr-96{
    padding-right: 24rem;
  }

  .tablet\:pr-px{
    padding-right: 1px;
  }

  .tablet\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .tablet\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .tablet\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .tablet\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .tablet\:pb-0{
    padding-bottom: 0px;
  }

  .tablet\:pb-1{
    padding-bottom: 0.25rem;
  }

  .tablet\:pb-2{
    padding-bottom: 0.5rem;
  }

  .tablet\:pb-3{
    padding-bottom: 0.75rem;
  }

  .tablet\:pb-4{
    padding-bottom: 1rem;
  }

  .tablet\:pb-5{
    padding-bottom: 1.25rem;
  }

  .tablet\:pb-6{
    padding-bottom: 1.5rem;
  }

  .tablet\:pb-7{
    padding-bottom: 1.75rem;
  }

  .tablet\:pb-8{
    padding-bottom: 2rem;
  }

  .tablet\:pb-9{
    padding-bottom: 2.25rem;
  }

  .tablet\:pb-10{
    padding-bottom: 2.5rem;
  }

  .tablet\:pb-11{
    padding-bottom: 2.75rem;
  }

  .tablet\:pb-12{
    padding-bottom: 3rem;
  }

  .tablet\:pb-14{
    padding-bottom: 3.5rem;
  }

  .tablet\:pb-16{
    padding-bottom: 4rem;
  }

  .tablet\:pb-20{
    padding-bottom: 5rem;
  }

  .tablet\:pb-24{
    padding-bottom: 6rem;
  }

  .tablet\:pb-28{
    padding-bottom: 7rem;
  }

  .tablet\:pb-32{
    padding-bottom: 8rem;
  }

  .tablet\:pb-36{
    padding-bottom: 9rem;
  }

  .tablet\:pb-40{
    padding-bottom: 10rem;
  }

  .tablet\:pb-44{
    padding-bottom: 11rem;
  }

  .tablet\:pb-48{
    padding-bottom: 12rem;
  }

  .tablet\:pb-52{
    padding-bottom: 13rem;
  }

  .tablet\:pb-56{
    padding-bottom: 14rem;
  }

  .tablet\:pb-60{
    padding-bottom: 15rem;
  }

  .tablet\:pb-64{
    padding-bottom: 16rem;
  }

  .tablet\:pb-72{
    padding-bottom: 18rem;
  }

  .tablet\:pb-80{
    padding-bottom: 20rem;
  }

  .tablet\:pb-96{
    padding-bottom: 24rem;
  }

  .tablet\:pb-px{
    padding-bottom: 1px;
  }

  .tablet\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .tablet\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .tablet\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .tablet\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .tablet\:pl-0{
    padding-left: 0px;
  }

  .tablet\:pl-1{
    padding-left: 0.25rem;
  }

  .tablet\:pl-2{
    padding-left: 0.5rem;
  }

  .tablet\:pl-3{
    padding-left: 0.75rem;
  }

  .tablet\:pl-4{
    padding-left: 1rem;
  }

  .tablet\:pl-5{
    padding-left: 1.25rem;
  }

  .tablet\:pl-6{
    padding-left: 1.5rem;
  }

  .tablet\:pl-7{
    padding-left: 1.75rem;
  }

  .tablet\:pl-8{
    padding-left: 2rem;
  }

  .tablet\:pl-9{
    padding-left: 2.25rem;
  }

  .tablet\:pl-10{
    padding-left: 2.5rem;
  }

  .tablet\:pl-11{
    padding-left: 2.75rem;
  }

  .tablet\:pl-12{
    padding-left: 3rem;
  }

  .tablet\:pl-14{
    padding-left: 3.5rem;
  }

  .tablet\:pl-16{
    padding-left: 4rem;
  }

  .tablet\:pl-20{
    padding-left: 5rem;
  }

  .tablet\:pl-24{
    padding-left: 6rem;
  }

  .tablet\:pl-28{
    padding-left: 7rem;
  }

  .tablet\:pl-32{
    padding-left: 8rem;
  }

  .tablet\:pl-36{
    padding-left: 9rem;
  }

  .tablet\:pl-40{
    padding-left: 10rem;
  }

  .tablet\:pl-44{
    padding-left: 11rem;
  }

  .tablet\:pl-48{
    padding-left: 12rem;
  }

  .tablet\:pl-52{
    padding-left: 13rem;
  }

  .tablet\:pl-56{
    padding-left: 14rem;
  }

  .tablet\:pl-60{
    padding-left: 15rem;
  }

  .tablet\:pl-64{
    padding-left: 16rem;
  }

  .tablet\:pl-72{
    padding-left: 18rem;
  }

  .tablet\:pl-80{
    padding-left: 20rem;
  }

  .tablet\:pl-96{
    padding-left: 24rem;
  }

  .tablet\:pl-px{
    padding-left: 1px;
  }

  .tablet\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .tablet\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .tablet\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .tablet\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .tablet\:text-left{
    text-align: left;
  }

  .tablet\:text-center{
    text-align: center;
  }

  .tablet\:text-right{
    text-align: right;
  }

  .tablet\:text-justify{
    text-align: justify;
  }

  .tablet\:align-baseline{
    vertical-align: baseline;
  }

  .tablet\:align-top{
    vertical-align: top;
  }

  .tablet\:align-middle{
    vertical-align: middle;
  }

  .tablet\:align-bottom{
    vertical-align: bottom;
  }

  .tablet\:align-text-top{
    vertical-align: text-top;
  }

  .tablet\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .tablet\:font-sans{
    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";
  }

  .tablet\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tablet\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .tablet\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .tablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .tablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .tablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .tablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .tablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .tablet\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .tablet\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .tablet\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .tablet\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .tablet\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .tablet\:font-thin{
    font-weight: 100;
  }

  .tablet\:font-extralight{
    font-weight: 200;
  }

  .tablet\:font-light{
    font-weight: 300;
  }

  .tablet\:font-normal{
    font-weight: 400;
  }

  .tablet\:font-medium{
    font-weight: 500;
  }

  .tablet\:font-semibold{
    font-weight: 600;
  }

  .tablet\:font-bold{
    font-weight: 700;
  }

  .tablet\:font-extrabold{
    font-weight: 800;
  }

  .tablet\:font-black{
    font-weight: 900;
  }

  .tablet\:uppercase{
    text-transform: uppercase;
  }

  .tablet\:lowercase{
    text-transform: lowercase;
  }

  .tablet\:capitalize{
    text-transform: capitalize;
  }

  .tablet\:normal-case{
    text-transform: none;
  }

  .tablet\:italic{
    font-style: italic;
  }

  .tablet\:not-italic{
    font-style: normal;
  }

  .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,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .tablet\:normal-nums{
    font-variant-numeric: normal;
  }

  .tablet\:ordinal{
    --tw-ordinal: ordinal;
  }

  .tablet\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .tablet\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .tablet\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .tablet\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .tablet\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .tablet\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .tablet\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .tablet\:leading-3{
    line-height: .75rem;
  }

  .tablet\:leading-4{
    line-height: 1rem;
  }

  .tablet\:leading-5{
    line-height: 1.25rem;
  }

  .tablet\:leading-6{
    line-height: 1.5rem;
  }

  .tablet\:leading-7{
    line-height: 1.75rem;
  }

  .tablet\:leading-8{
    line-height: 2rem;
  }

  .tablet\:leading-9{
    line-height: 2.25rem;
  }

  .tablet\:leading-10{
    line-height: 2.5rem;
  }

  .tablet\:leading-none{
    line-height: 1;
  }

  .tablet\:leading-tight{
    line-height: 1.25;
  }

  .tablet\:leading-snug{
    line-height: 1.375;
  }

  .tablet\:leading-normal{
    line-height: 1.5;
  }

  .tablet\:leading-relaxed{
    line-height: 1.625;
  }

  .tablet\:leading-loose{
    line-height: 2;
  }

  .tablet\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .tablet\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .tablet\:tracking-normal{
    letter-spacing: 0em;
  }

  .tablet\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .tablet\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .tablet\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .tablet\:text-transparent{
    color: transparent;
  }

  .tablet\:text-current{
    color: currentColor;
  }

  .tablet\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .tablet\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .tablet\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .tablet\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .tablet\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .tablet\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .tablet\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .tablet\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .tablet\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .tablet\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .tablet\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .tablet\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .tablet\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .tablet\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .tablet\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .tablet\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .tablet\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .tablet\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .tablet\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .tablet\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .tablet\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .tablet\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .tablet\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .tablet\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .tablet\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .tablet\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .tablet\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .tablet\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .tablet\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .tablet\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .tablet\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .tablet\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .tablet\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .tablet\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .tablet\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .tablet\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .tablet\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .tablet\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .tablet\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .tablet\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .tablet\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .tablet\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .tablet\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .tablet\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .tablet\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .tablet\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .tablet\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .tablet\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .tablet\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .tablet\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .tablet\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .tablet\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .tablet\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .tablet\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .tablet\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .tablet\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-transparent:hover{
    color: transparent;
  }

  .tablet\:hover\:text-current:hover{
    color: currentColor;
  }

  .tablet\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-transparent:focus{
    color: transparent;
  }

  .tablet\:focus\:text-current:focus{
    color: currentColor;
  }

  .tablet\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .tablet\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tablet\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tablet\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tablet\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tablet\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tablet\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tablet\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tablet\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tablet\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tablet\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tablet\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tablet\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tablet\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tablet\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tablet\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .tablet\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .tablet\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tablet\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .tablet\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .tablet\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .tablet\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .tablet\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .tablet\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .tablet\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .tablet\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .tablet\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .tablet\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .tablet\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .tablet\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .tablet\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .tablet\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .tablet\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .tablet\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .tablet\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .tablet\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .tablet\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .tablet\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .tablet\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .tablet\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .tablet\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .tablet\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .tablet\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .tablet\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .tablet\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .tablet\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .tablet\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .tablet\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .tablet\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .tablet\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .tablet\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .tablet\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .tablet\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .tablet\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .tablet\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .tablet\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .tablet\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .tablet\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .tablet\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .tablet\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .tablet\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .tablet\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .tablet\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .tablet\:underline{
    text-decoration: underline;
  }

  .tablet\:line-through{
    text-decoration: line-through;
  }

  .tablet\:no-underline{
    text-decoration: none;
  }

  .group:hover .tablet\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .tablet\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .tablet\:group-hover\:no-underline{
    text-decoration: none;
  }

  .tablet\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .tablet\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .tablet\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .tablet\:hover\:underline:hover{
    text-decoration: underline;
  }

  .tablet\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .tablet\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .tablet\:focus\:underline:focus{
    text-decoration: underline;
  }

  .tablet\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .tablet\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .tablet\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tablet\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tablet\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .tablet\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .tablet\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .tablet\:placeholder-current::placeholder{
    color: currentColor;
  }

  .tablet\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .tablet\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .tablet\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .tablet\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .tablet\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tablet\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tablet\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tablet\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tablet\:opacity-0{
    opacity: 0;
  }

  .tablet\:opacity-5{
    opacity: 0.05;
  }

  .tablet\:opacity-10{
    opacity: 0.1;
  }

  .tablet\:opacity-20{
    opacity: 0.2;
  }

  .tablet\:opacity-25{
    opacity: 0.25;
  }

  .tablet\:opacity-30{
    opacity: 0.3;
  }

  .tablet\:opacity-40{
    opacity: 0.4;
  }

  .tablet\:opacity-50{
    opacity: 0.5;
  }

  .tablet\:opacity-60{
    opacity: 0.6;
  }

  .tablet\:opacity-70{
    opacity: 0.7;
  }

  .tablet\:opacity-75{
    opacity: 0.75;
  }

  .tablet\:opacity-80{
    opacity: 0.8;
  }

  .tablet\:opacity-90{
    opacity: 0.9;
  }

  .tablet\:opacity-95{
    opacity: 0.95;
  }

  .tablet\:opacity-100{
    opacity: 1;
  }

  .group:hover .tablet\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .tablet\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:opacity-100{
    opacity: 1;
  }

  .tablet\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .tablet\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .tablet\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .tablet\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .tablet\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .tablet\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .tablet\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .tablet\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .tablet\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .tablet\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .tablet\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .tablet\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .tablet\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .tablet\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .tablet\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .tablet\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .tablet\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .tablet\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .tablet\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .tablet\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .tablet\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .tablet\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .tablet\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .tablet\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .tablet\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .tablet\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .tablet\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .tablet\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .tablet\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .tablet\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .tablet\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .tablet\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .tablet\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .tablet\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .tablet\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .tablet\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .tablet\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .tablet\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .tablet\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .tablet\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .tablet\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .tablet\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .tablet\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .tablet\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .tablet\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .tablet\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .tablet\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .tablet\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .tablet\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .tablet\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .tablet\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .tablet\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .tablet\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .tablet\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .tablet\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .tablet\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .tablet\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .tablet\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .tablet\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .tablet\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .tablet\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .tablet\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .tablet\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .tablet\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .tablet\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .tablet\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .tablet\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .tablet\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .tablet\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .tablet\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .tablet\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .tablet\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .tablet\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .tablet\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .tablet\:bg-blend-color{
    background-blend-mode: color;
  }

  .tablet\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .tablet\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .tablet\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .tablet\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .tablet\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .tablet\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .tablet\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .tablet\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .tablet\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .tablet\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .tablet\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .tablet\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .tablet\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .tablet\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .tablet\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .tablet\:mix-blend-color{
    mix-blend-mode: color;
  }

  .tablet\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .tablet\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring-inset{
    --tw-ring-inset: inset;
  }

  .tablet\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .tablet\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .tablet\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .tablet\:ring-current{
    --tw-ring-color: currentColor;
  }

  .tablet\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .tablet\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .tablet\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .tablet\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .tablet\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .tablet\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .tablet\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .tablet\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .tablet\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .tablet\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .tablet\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .tablet\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .tablet\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .tablet\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .tablet\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .tablet\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .tablet\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .tablet\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .tablet\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .tablet\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .tablet\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .tablet\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .tablet\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .tablet\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .tablet\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .tablet\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .tablet\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .tablet\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .tablet\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .tablet\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .tablet\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .tablet\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .tablet\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .tablet\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .tablet\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .tablet\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .tablet\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .tablet\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .tablet\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .tablet\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .tablet\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .tablet\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .tablet\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .tablet\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .tablet\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .tablet\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .tablet\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .tablet\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .tablet\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .tablet\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .tablet\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .tablet\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .tablet\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .tablet\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .tablet\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .tablet\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .tablet\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .tablet\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .tablet\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .tablet\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .tablet\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .tablet\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .tablet\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .tablet\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .tablet\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .tablet\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .tablet\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .tablet\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .tablet\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .tablet\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .tablet\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .tablet\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .tablet\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .tablet\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .tablet\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .tablet\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .tablet\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .tablet\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .tablet\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .tablet\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .tablet\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .tablet\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .tablet\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .tablet\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .tablet\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .tablet\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .tablet\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .tablet\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .tablet\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .tablet\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .tablet\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .tablet\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .tablet\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .tablet\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .tablet\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .tablet\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .tablet\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .tablet\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .tablet\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .tablet\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .tablet\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .tablet\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .tablet\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .tablet\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .tablet\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .tablet\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .tablet\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .tablet\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .tablet\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .tablet\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .tablet\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .tablet\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .tablet\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .tablet\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .tablet\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .tablet\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .tablet\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .tablet\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .tablet\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .tablet\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .tablet\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .tablet\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .tablet\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .tablet\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .tablet\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .tablet\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .tablet\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .tablet\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .tablet\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .tablet\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .tablet\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .tablet\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .tablet\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .tablet\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .tablet\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .tablet\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .tablet\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .tablet\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .tablet\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .tablet\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .tablet\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .tablet\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .tablet\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .tablet\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .tablet\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .tablet\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .tablet\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .tablet\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .tablet\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .tablet\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .tablet\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .tablet\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .tablet\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .tablet\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .tablet\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .tablet\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .tablet\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .tablet\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .tablet\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .tablet\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .tablet\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .tablet\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .tablet\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .tablet\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .tablet\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .tablet\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .tablet\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .tablet\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .tablet\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .tablet\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .tablet\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .tablet\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .tablet\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .tablet\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .tablet\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .tablet\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .tablet\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .tablet\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .tablet\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .tablet\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .tablet\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .tablet\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .tablet\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .tablet\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .tablet\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .tablet\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .tablet\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .tablet\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .tablet\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .tablet\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .tablet\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .tablet\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .tablet\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .tablet\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .tablet\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .tablet\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .tablet\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .tablet\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .tablet\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .tablet\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .tablet\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .tablet\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .tablet\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .tablet\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .tablet\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .tablet\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .tablet\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .tablet\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .tablet\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .tablet\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .tablet\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .tablet\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .tablet\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .tablet\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .tablet\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .tablet\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .tablet\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .tablet\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .tablet\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .tablet\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .tablet\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .tablet\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .tablet\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .tablet\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .tablet\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .tablet\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .tablet\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .tablet\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .tablet\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .tablet\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .tablet\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .tablet\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .tablet\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .tablet\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .tablet\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .tablet\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .tablet\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .tablet\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .tablet\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .tablet\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .tablet\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .tablet\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .tablet\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .tablet\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .tablet\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .tablet\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .tablet\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .tablet\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .tablet\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .tablet\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .tablet\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .tablet\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .tablet\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .tablet\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .tablet\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .tablet\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .tablet\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .tablet\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .tablet\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .tablet\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .tablet\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .tablet\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .tablet\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .tablet\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .tablet\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .tablet\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .tablet\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .tablet\:filter-none{
    filter: none;
  }

  .tablet\:blur-0{
    --tw-blur: blur(0);
  }

  .tablet\:blur-none{
    --tw-blur: blur(0);
  }

  .tablet\:blur-sm{
    --tw-blur: blur(4px);
  }

  .tablet\:blur{
    --tw-blur: blur(8px);
  }

  .tablet\:blur-md{
    --tw-blur: blur(12px);
  }

  .tablet\:blur-lg{
    --tw-blur: blur(16px);
  }

  .tablet\:blur-xl{
    --tw-blur: blur(24px);
  }

  .tablet\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .tablet\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .tablet\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .tablet\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .tablet\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .tablet\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .tablet\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .tablet\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .tablet\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .tablet\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .tablet\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .tablet\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .tablet\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .tablet\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .tablet\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .tablet\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .tablet\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .tablet\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .tablet\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .tablet\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .tablet\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .tablet\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .tablet\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .tablet\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .tablet\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .tablet\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .tablet\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .tablet\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .tablet\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .tablet\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .tablet\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .tablet\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .tablet\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .tablet\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .tablet\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .tablet\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .tablet\:invert-0{
    --tw-invert: invert(0);
  }

  .tablet\:invert{
    --tw-invert: invert(100%);
  }

  .tablet\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .tablet\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .tablet\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .tablet\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .tablet\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .tablet\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .tablet\:sepia{
    --tw-sepia: sepia(100%);
  }

  .tablet\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .tablet\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .tablet\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .tablet\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .tablet\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .tablet\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .tablet\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .tablet\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .tablet\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .tablet\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .tablet\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .tablet\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .tablet\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .tablet\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .tablet\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .tablet\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .tablet\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .tablet\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .tablet\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .tablet\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .tablet\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .tablet\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .tablet\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .tablet\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .tablet\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .tablet\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .tablet\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .tablet\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .tablet\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .tablet\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .tablet\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .tablet\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .tablet\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .tablet\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .tablet\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .tablet\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .tablet\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .tablet\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .tablet\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .tablet\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .tablet\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .tablet\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .tablet\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .tablet\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .tablet\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .tablet\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .tablet\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .tablet\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .tablet\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .tablet\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .tablet\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .tablet\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .tablet\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .tablet\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .tablet\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .tablet\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .tablet\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .tablet\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .tablet\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .tablet\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .tablet\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .tablet\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .tablet\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .tablet\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .tablet\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .tablet\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .tablet\:transition-none{
    transition-property: none;
  }

  .tablet\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:delay-75{
    transition-delay: 75ms;
  }

  .tablet\:delay-100{
    transition-delay: 100ms;
  }

  .tablet\:delay-150{
    transition-delay: 150ms;
  }

  .tablet\:delay-200{
    transition-delay: 200ms;
  }

  .tablet\:delay-300{
    transition-delay: 300ms;
  }

  .tablet\:delay-500{
    transition-delay: 500ms;
  }

  .tablet\:delay-700{
    transition-delay: 700ms;
  }

  .tablet\:delay-1000{
    transition-delay: 1000ms;
  }

  .tablet\:duration-75{
    transition-duration: 75ms;
  }

  .tablet\:duration-100{
    transition-duration: 100ms;
  }

  .tablet\:duration-150{
    transition-duration: 150ms;
  }

  .tablet\:duration-200{
    transition-duration: 200ms;
  }

  .tablet\:duration-300{
    transition-duration: 300ms;
  }

  .tablet\:duration-500{
    transition-duration: 500ms;
  }

  .tablet\:duration-700{
    transition-duration: 700ms;
  }

  .tablet\:duration-1000{
    transition-duration: 1000ms;
  }

  .tablet\:ease-linear{
    transition-timing-function: linear;
  }

  .tablet\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .tablet\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .tablet\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 880px){
  .mediumTablet\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .mediumTablet\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .mediumTablet\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .mediumTablet\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .mediumTablet\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .mediumTablet\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .mediumTablet\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .mediumTablet\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .mediumTablet\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .mediumTablet\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .mediumTablet\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .mediumTablet\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .mediumTablet\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .mediumTablet\:container{
      max-width: 1701px;
    }
  }

  .mediumTablet\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .mediumTablet\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .mediumTablet\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .mediumTablet\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .mediumTablet\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .mediumTablet\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .mediumTablet\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .mediumTablet\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .mediumTablet\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .mediumTablet\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .mediumTablet\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .mediumTablet\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .mediumTablet\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .mediumTablet\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .mediumTablet\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .mediumTablet\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .mediumTablet\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .mediumTablet\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .mediumTablet\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .mediumTablet\:prose code::before{
    content: "`";
  }

  .mediumTablet\:prose code::after{
    content: "`";
  }

  .mediumTablet\:prose a code{
    color: #111827;
  }

  .mediumTablet\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .mediumTablet\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .mediumTablet\:prose pre code::before{
    content: "";
  }

  .mediumTablet\:prose pre code::after{
    content: "";
  }

  .mediumTablet\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .mediumTablet\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .mediumTablet\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .mediumTablet\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .mediumTablet\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .mediumTablet\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .mediumTablet\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .mediumTablet\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .mediumTablet\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mediumTablet\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mediumTablet\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mediumTablet\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mediumTablet\:prose h2 code{
    font-size: 0.875em;
  }

  .mediumTablet\:prose h3 code{
    font-size: 0.9em;
  }

  .mediumTablet\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .mediumTablet\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .mediumTablet\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .mediumTablet\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .mediumTablet\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .mediumTablet\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .mediumTablet\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .mediumTablet\:prose ul ul, .mediumTablet\:prose ul ol, .mediumTablet\:prose ol ul, .mediumTablet\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .mediumTablet\:prose hr + *{
    margin-top: 0;
  }

  .mediumTablet\:prose h2 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose h3 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose h4 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose thead th:first-child{
    padding-left: 0;
  }

  .mediumTablet\:prose thead th:last-child{
    padding-right: 0;
  }

  .mediumTablet\:prose tbody td:first-child{
    padding-left: 0;
  }

  .mediumTablet\:prose tbody td:last-child{
    padding-right: 0;
  }

  .mediumTablet\:prose > :first-child{
    margin-top: 0;
  }

  .mediumTablet\:prose > :last-child{
    margin-bottom: 0;
  }

  .mediumTablet\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .mediumTablet\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .mediumTablet\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .mediumTablet\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .mediumTablet\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .mediumTablet\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .mediumTablet\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .mediumTablet\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .mediumTablet\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .mediumTablet\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .mediumTablet\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .mediumTablet\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mediumTablet\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .mediumTablet\:prose-sm code{
    font-size: 0.8571429em;
  }

  .mediumTablet\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .mediumTablet\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .mediumTablet\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .mediumTablet\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .mediumTablet\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .mediumTablet\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .mediumTablet\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .mediumTablet\:prose-sm ol > li::before{
    left: 0;
  }

  .mediumTablet\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .mediumTablet\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .mediumTablet\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .mediumTablet\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .mediumTablet\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .mediumTablet\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .mediumTablet\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .mediumTablet\:prose-sm ul ul, .mediumTablet\:prose-sm ul ol, .mediumTablet\:prose-sm ol ul, .mediumTablet\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .mediumTablet\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .mediumTablet\:prose-sm hr + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-sm h2 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-sm h3 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-sm h4 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .mediumTablet\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .mediumTablet\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .mediumTablet\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .mediumTablet\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .mediumTablet\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .mediumTablet\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .mediumTablet\:prose-sm > :first-child{
    margin-top: 0;
  }

  .mediumTablet\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .mediumTablet\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .mediumTablet\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mediumTablet\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .mediumTablet\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .mediumTablet\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .mediumTablet\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .mediumTablet\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .mediumTablet\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .mediumTablet\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .mediumTablet\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .mediumTablet\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .mediumTablet\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mediumTablet\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .mediumTablet\:prose-lg code{
    font-size: 0.8888889em;
  }

  .mediumTablet\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .mediumTablet\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .mediumTablet\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .mediumTablet\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mediumTablet\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mediumTablet\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .mediumTablet\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .mediumTablet\:prose-lg ol > li::before{
    left: 0;
  }

  .mediumTablet\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .mediumTablet\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .mediumTablet\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .mediumTablet\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .mediumTablet\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .mediumTablet\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .mediumTablet\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .mediumTablet\:prose-lg ul ul, .mediumTablet\:prose-lg ul ol, .mediumTablet\:prose-lg ol ul, .mediumTablet\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .mediumTablet\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .mediumTablet\:prose-lg hr + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-lg h2 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-lg h3 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-lg h4 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .mediumTablet\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .mediumTablet\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .mediumTablet\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .mediumTablet\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .mediumTablet\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .mediumTablet\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .mediumTablet\:prose-lg > :first-child{
    margin-top: 0;
  }

  .mediumTablet\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .mediumTablet\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .mediumTablet\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .mediumTablet\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .mediumTablet\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .mediumTablet\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .mediumTablet\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .mediumTablet\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .mediumTablet\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .mediumTablet\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mediumTablet\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mediumTablet\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mediumTablet\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mediumTablet\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .mediumTablet\:prose-xl code{
    font-size: 0.9em;
  }

  .mediumTablet\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .mediumTablet\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .mediumTablet\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .mediumTablet\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .mediumTablet\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .mediumTablet\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .mediumTablet\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .mediumTablet\:prose-xl ol > li::before{
    left: 0;
  }

  .mediumTablet\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .mediumTablet\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .mediumTablet\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .mediumTablet\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .mediumTablet\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .mediumTablet\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .mediumTablet\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .mediumTablet\:prose-xl ul ul, .mediumTablet\:prose-xl ul ol, .mediumTablet\:prose-xl ol ul, .mediumTablet\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .mediumTablet\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .mediumTablet\:prose-xl hr + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-xl h2 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-xl h3 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-xl h4 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .mediumTablet\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .mediumTablet\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .mediumTablet\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .mediumTablet\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .mediumTablet\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .mediumTablet\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .mediumTablet\:prose-xl > :first-child{
    margin-top: 0;
  }

  .mediumTablet\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .mediumTablet\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .mediumTablet\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mediumTablet\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .mediumTablet\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .mediumTablet\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .mediumTablet\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .mediumTablet\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .mediumTablet\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .mediumTablet\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mediumTablet\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mediumTablet\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mediumTablet\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mediumTablet\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .mediumTablet\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .mediumTablet\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .mediumTablet\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .mediumTablet\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .mediumTablet\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mediumTablet\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mediumTablet\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .mediumTablet\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .mediumTablet\:prose-2xl ol > li::before{
    left: 0;
  }

  .mediumTablet\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .mediumTablet\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .mediumTablet\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .mediumTablet\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .mediumTablet\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .mediumTablet\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .mediumTablet\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .mediumTablet\:prose-2xl ul ul, .mediumTablet\:prose-2xl ul ol, .mediumTablet\:prose-2xl ol ul, .mediumTablet\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .mediumTablet\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .mediumTablet\:prose-2xl hr + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .mediumTablet\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .mediumTablet\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .mediumTablet\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .mediumTablet\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .mediumTablet\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .mediumTablet\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .mediumTablet\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .mediumTablet\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .mediumTablet\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .mediumTablet\:prose-blue{
  }

  .mediumTablet\:prose-red{
  }

  .mediumTablet\:prose-pink{
  }

  .mediumTablet\:prose-indigo a{
    color: #4f46e5;
  }

  .mediumTablet\:prose-indigo a code{
    color: #4f46e5;
  }

  .mediumTablet\:prose-green a{
    color: #16a34a;
  }

  .mediumTablet\:prose-green a code{
    color: #16a34a;
  }

  .mediumTablet\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .mediumTablet\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mediumTablet\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .mediumTablet\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mediumTablet\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .mediumTablet\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mediumTablet\:pointer-events-none{
    pointer-events: none;
  }

  .mediumTablet\:pointer-events-auto{
    pointer-events: auto;
  }

  .mediumTablet\:visible{
    visibility: visible;
  }

  .mediumTablet\:invisible{
    visibility: hidden;
  }

  .mediumTablet\:static{
    position: static;
  }

  .mediumTablet\:fixed{
    position: fixed;
  }

  .mediumTablet\:absolute{
    position: absolute;
  }

  .mediumTablet\:relative{
    position: relative;
  }

  .mediumTablet\:sticky{
    position: sticky;
  }

  .mediumTablet\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .mediumTablet\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .mediumTablet\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .mediumTablet\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .mediumTablet\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .mediumTablet\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .mediumTablet\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .mediumTablet\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .mediumTablet\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .mediumTablet\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .mediumTablet\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .mediumTablet\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .mediumTablet\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .mediumTablet\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .mediumTablet\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .mediumTablet\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .mediumTablet\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .mediumTablet\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .mediumTablet\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .mediumTablet\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .mediumTablet\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .mediumTablet\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .mediumTablet\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .mediumTablet\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .mediumTablet\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .mediumTablet\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .mediumTablet\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .mediumTablet\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .mediumTablet\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .mediumTablet\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .mediumTablet\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .mediumTablet\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .mediumTablet\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .mediumTablet\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .mediumTablet\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .mediumTablet\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .mediumTablet\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .mediumTablet\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .mediumTablet\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .mediumTablet\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .mediumTablet\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .mediumTablet\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .mediumTablet\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .mediumTablet\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .mediumTablet\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .mediumTablet\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .mediumTablet\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .mediumTablet\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .mediumTablet\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .mediumTablet\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .mediumTablet\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .mediumTablet\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .mediumTablet\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .mediumTablet\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .mediumTablet\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .mediumTablet\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .mediumTablet\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .mediumTablet\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .mediumTablet\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .mediumTablet\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .mediumTablet\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .mediumTablet\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .mediumTablet\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .mediumTablet\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .mediumTablet\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .mediumTablet\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .mediumTablet\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .mediumTablet\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .mediumTablet\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .mediumTablet\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .mediumTablet\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .mediumTablet\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .mediumTablet\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .mediumTablet\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .mediumTablet\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .mediumTablet\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .mediumTablet\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .mediumTablet\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .mediumTablet\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .mediumTablet\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .mediumTablet\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .mediumTablet\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .mediumTablet\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .mediumTablet\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .mediumTablet\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .mediumTablet\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .mediumTablet\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .mediumTablet\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .mediumTablet\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .mediumTablet\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .mediumTablet\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .mediumTablet\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .mediumTablet\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .mediumTablet\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .mediumTablet\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .mediumTablet\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .mediumTablet\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .mediumTablet\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .mediumTablet\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .mediumTablet\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .mediumTablet\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .mediumTablet\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .mediumTablet\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .mediumTablet\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .mediumTablet\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .mediumTablet\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .mediumTablet\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .mediumTablet\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .mediumTablet\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .mediumTablet\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .mediumTablet\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .mediumTablet\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .mediumTablet\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .mediumTablet\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .mediumTablet\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .mediumTablet\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .mediumTablet\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .mediumTablet\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .mediumTablet\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .mediumTablet\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .mediumTablet\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .mediumTablet\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .mediumTablet\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .mediumTablet\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .mediumTablet\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .mediumTablet\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .mediumTablet\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .mediumTablet\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .mediumTablet\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .mediumTablet\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .mediumTablet\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .mediumTablet\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .mediumTablet\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .mediumTablet\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .mediumTablet\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .mediumTablet\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .mediumTablet\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .mediumTablet\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .mediumTablet\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .mediumTablet\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .mediumTablet\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .mediumTablet\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .mediumTablet\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .mediumTablet\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .mediumTablet\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .mediumTablet\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .mediumTablet\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .mediumTablet\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .mediumTablet\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .mediumTablet\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .mediumTablet\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .mediumTablet\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .mediumTablet\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .mediumTablet\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .mediumTablet\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .mediumTablet\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .mediumTablet\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .mediumTablet\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .mediumTablet\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .mediumTablet\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .mediumTablet\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .mediumTablet\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .mediumTablet\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .mediumTablet\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .mediumTablet\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .mediumTablet\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .mediumTablet\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .mediumTablet\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .mediumTablet\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .mediumTablet\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .mediumTablet\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .mediumTablet\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .mediumTablet\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .mediumTablet\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .mediumTablet\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .mediumTablet\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .mediumTablet\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .mediumTablet\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .mediumTablet\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .mediumTablet\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .mediumTablet\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .mediumTablet\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .mediumTablet\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .mediumTablet\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .mediumTablet\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .mediumTablet\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .mediumTablet\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .mediumTablet\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .mediumTablet\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .mediumTablet\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .mediumTablet\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .mediumTablet\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .mediumTablet\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .mediumTablet\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .mediumTablet\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .mediumTablet\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .mediumTablet\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .mediumTablet\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .mediumTablet\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .mediumTablet\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .mediumTablet\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .mediumTablet\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .mediumTablet\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .mediumTablet\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .mediumTablet\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .mediumTablet\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .mediumTablet\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .mediumTablet\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .mediumTablet\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .mediumTablet\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .mediumTablet\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .mediumTablet\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .mediumTablet\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .mediumTablet\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .mediumTablet\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .mediumTablet\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .mediumTablet\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .mediumTablet\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .mediumTablet\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .mediumTablet\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .mediumTablet\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .mediumTablet\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .mediumTablet\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .mediumTablet\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .mediumTablet\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .mediumTablet\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .mediumTablet\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .mediumTablet\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .mediumTablet\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .mediumTablet\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .mediumTablet\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .mediumTablet\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .mediumTablet\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .mediumTablet\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .mediumTablet\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .mediumTablet\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .mediumTablet\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .mediumTablet\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .mediumTablet\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .mediumTablet\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .mediumTablet\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .mediumTablet\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .mediumTablet\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .mediumTablet\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .mediumTablet\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .mediumTablet\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .mediumTablet\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .mediumTablet\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .mediumTablet\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .mediumTablet\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .mediumTablet\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .mediumTablet\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .mediumTablet\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .mediumTablet\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .mediumTablet\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .mediumTablet\:top-0{
    top: 0px;
  }

  .mediumTablet\:top-1{
    top: 0.25rem;
  }

  .mediumTablet\:top-2{
    top: 0.5rem;
  }

  .mediumTablet\:top-3{
    top: 0.75rem;
  }

  .mediumTablet\:top-4{
    top: 1rem;
  }

  .mediumTablet\:top-5{
    top: 1.25rem;
  }

  .mediumTablet\:top-6{
    top: 1.5rem;
  }

  .mediumTablet\:top-7{
    top: 1.75rem;
  }

  .mediumTablet\:top-8{
    top: 2rem;
  }

  .mediumTablet\:top-9{
    top: 2.25rem;
  }

  .mediumTablet\:top-10{
    top: 2.5rem;
  }

  .mediumTablet\:top-11{
    top: 2.75rem;
  }

  .mediumTablet\:top-12{
    top: 3rem;
  }

  .mediumTablet\:top-14{
    top: 3.5rem;
  }

  .mediumTablet\:top-16{
    top: 4rem;
  }

  .mediumTablet\:top-20{
    top: 5rem;
  }

  .mediumTablet\:top-24{
    top: 6rem;
  }

  .mediumTablet\:top-28{
    top: 7rem;
  }

  .mediumTablet\:top-32{
    top: 8rem;
  }

  .mediumTablet\:top-36{
    top: 9rem;
  }

  .mediumTablet\:top-40{
    top: 10rem;
  }

  .mediumTablet\:top-44{
    top: 11rem;
  }

  .mediumTablet\:top-48{
    top: 12rem;
  }

  .mediumTablet\:top-52{
    top: 13rem;
  }

  .mediumTablet\:top-56{
    top: 14rem;
  }

  .mediumTablet\:top-60{
    top: 15rem;
  }

  .mediumTablet\:top-64{
    top: 16rem;
  }

  .mediumTablet\:top-72{
    top: 18rem;
  }

  .mediumTablet\:top-80{
    top: 20rem;
  }

  .mediumTablet\:top-96{
    top: 24rem;
  }

  .mediumTablet\:top-auto{
    top: auto;
  }

  .mediumTablet\:top-px{
    top: 1px;
  }

  .mediumTablet\:top-0\.5{
    top: 0.125rem;
  }

  .mediumTablet\:top-1\.5{
    top: 0.375rem;
  }

  .mediumTablet\:top-2\.5{
    top: 0.625rem;
  }

  .mediumTablet\:top-3\.5{
    top: 0.875rem;
  }

  .mediumTablet\:-top-0{
    top: 0px;
  }

  .mediumTablet\:-top-1{
    top: -0.25rem;
  }

  .mediumTablet\:-top-2{
    top: -0.5rem;
  }

  .mediumTablet\:-top-3{
    top: -0.75rem;
  }

  .mediumTablet\:-top-4{
    top: -1rem;
  }

  .mediumTablet\:-top-5{
    top: -1.25rem;
  }

  .mediumTablet\:-top-6{
    top: -1.5rem;
  }

  .mediumTablet\:-top-7{
    top: -1.75rem;
  }

  .mediumTablet\:-top-8{
    top: -2rem;
  }

  .mediumTablet\:-top-9{
    top: -2.25rem;
  }

  .mediumTablet\:-top-10{
    top: -2.5rem;
  }

  .mediumTablet\:-top-11{
    top: -2.75rem;
  }

  .mediumTablet\:-top-12{
    top: -3rem;
  }

  .mediumTablet\:-top-14{
    top: -3.5rem;
  }

  .mediumTablet\:-top-16{
    top: -4rem;
  }

  .mediumTablet\:-top-20{
    top: -5rem;
  }

  .mediumTablet\:-top-24{
    top: -6rem;
  }

  .mediumTablet\:-top-28{
    top: -7rem;
  }

  .mediumTablet\:-top-32{
    top: -8rem;
  }

  .mediumTablet\:-top-36{
    top: -9rem;
  }

  .mediumTablet\:-top-40{
    top: -10rem;
  }

  .mediumTablet\:-top-44{
    top: -11rem;
  }

  .mediumTablet\:-top-48{
    top: -12rem;
  }

  .mediumTablet\:-top-52{
    top: -13rem;
  }

  .mediumTablet\:-top-56{
    top: -14rem;
  }

  .mediumTablet\:-top-60{
    top: -15rem;
  }

  .mediumTablet\:-top-64{
    top: -16rem;
  }

  .mediumTablet\:-top-72{
    top: -18rem;
  }

  .mediumTablet\:-top-80{
    top: -20rem;
  }

  .mediumTablet\:-top-96{
    top: -24rem;
  }

  .mediumTablet\:-top-px{
    top: -1px;
  }

  .mediumTablet\:-top-0\.5{
    top: -0.125rem;
  }

  .mediumTablet\:-top-1\.5{
    top: -0.375rem;
  }

  .mediumTablet\:-top-2\.5{
    top: -0.625rem;
  }

  .mediumTablet\:-top-3\.5{
    top: -0.875rem;
  }

  .mediumTablet\:top-1\/2{
    top: 50%;
  }

  .mediumTablet\:top-1\/3{
    top: 33.333333%;
  }

  .mediumTablet\:top-2\/3{
    top: 66.666667%;
  }

  .mediumTablet\:top-1\/4{
    top: 25%;
  }

  .mediumTablet\:top-2\/4{
    top: 50%;
  }

  .mediumTablet\:top-3\/4{
    top: 75%;
  }

  .mediumTablet\:top-full{
    top: 100%;
  }

  .mediumTablet\:-top-1\/2{
    top: -50%;
  }

  .mediumTablet\:-top-1\/3{
    top: -33.333333%;
  }

  .mediumTablet\:-top-2\/3{
    top: -66.666667%;
  }

  .mediumTablet\:-top-1\/4{
    top: -25%;
  }

  .mediumTablet\:-top-2\/4{
    top: -50%;
  }

  .mediumTablet\:-top-3\/4{
    top: -75%;
  }

  .mediumTablet\:-top-full{
    top: -100%;
  }

  .mediumTablet\:right-0{
    right: 0px;
  }

  .mediumTablet\:right-1{
    right: 0.25rem;
  }

  .mediumTablet\:right-2{
    right: 0.5rem;
  }

  .mediumTablet\:right-3{
    right: 0.75rem;
  }

  .mediumTablet\:right-4{
    right: 1rem;
  }

  .mediumTablet\:right-5{
    right: 1.25rem;
  }

  .mediumTablet\:right-6{
    right: 1.5rem;
  }

  .mediumTablet\:right-7{
    right: 1.75rem;
  }

  .mediumTablet\:right-8{
    right: 2rem;
  }

  .mediumTablet\:right-9{
    right: 2.25rem;
  }

  .mediumTablet\:right-10{
    right: 2.5rem;
  }

  .mediumTablet\:right-11{
    right: 2.75rem;
  }

  .mediumTablet\:right-12{
    right: 3rem;
  }

  .mediumTablet\:right-14{
    right: 3.5rem;
  }

  .mediumTablet\:right-16{
    right: 4rem;
  }

  .mediumTablet\:right-20{
    right: 5rem;
  }

  .mediumTablet\:right-24{
    right: 6rem;
  }

  .mediumTablet\:right-28{
    right: 7rem;
  }

  .mediumTablet\:right-32{
    right: 8rem;
  }

  .mediumTablet\:right-36{
    right: 9rem;
  }

  .mediumTablet\:right-40{
    right: 10rem;
  }

  .mediumTablet\:right-44{
    right: 11rem;
  }

  .mediumTablet\:right-48{
    right: 12rem;
  }

  .mediumTablet\:right-52{
    right: 13rem;
  }

  .mediumTablet\:right-56{
    right: 14rem;
  }

  .mediumTablet\:right-60{
    right: 15rem;
  }

  .mediumTablet\:right-64{
    right: 16rem;
  }

  .mediumTablet\:right-72{
    right: 18rem;
  }

  .mediumTablet\:right-80{
    right: 20rem;
  }

  .mediumTablet\:right-96{
    right: 24rem;
  }

  .mediumTablet\:right-auto{
    right: auto;
  }

  .mediumTablet\:right-px{
    right: 1px;
  }

  .mediumTablet\:right-0\.5{
    right: 0.125rem;
  }

  .mediumTablet\:right-1\.5{
    right: 0.375rem;
  }

  .mediumTablet\:right-2\.5{
    right: 0.625rem;
  }

  .mediumTablet\:right-3\.5{
    right: 0.875rem;
  }

  .mediumTablet\:-right-0{
    right: 0px;
  }

  .mediumTablet\:-right-1{
    right: -0.25rem;
  }

  .mediumTablet\:-right-2{
    right: -0.5rem;
  }

  .mediumTablet\:-right-3{
    right: -0.75rem;
  }

  .mediumTablet\:-right-4{
    right: -1rem;
  }

  .mediumTablet\:-right-5{
    right: -1.25rem;
  }

  .mediumTablet\:-right-6{
    right: -1.5rem;
  }

  .mediumTablet\:-right-7{
    right: -1.75rem;
  }

  .mediumTablet\:-right-8{
    right: -2rem;
  }

  .mediumTablet\:-right-9{
    right: -2.25rem;
  }

  .mediumTablet\:-right-10{
    right: -2.5rem;
  }

  .mediumTablet\:-right-11{
    right: -2.75rem;
  }

  .mediumTablet\:-right-12{
    right: -3rem;
  }

  .mediumTablet\:-right-14{
    right: -3.5rem;
  }

  .mediumTablet\:-right-16{
    right: -4rem;
  }

  .mediumTablet\:-right-20{
    right: -5rem;
  }

  .mediumTablet\:-right-24{
    right: -6rem;
  }

  .mediumTablet\:-right-28{
    right: -7rem;
  }

  .mediumTablet\:-right-32{
    right: -8rem;
  }

  .mediumTablet\:-right-36{
    right: -9rem;
  }

  .mediumTablet\:-right-40{
    right: -10rem;
  }

  .mediumTablet\:-right-44{
    right: -11rem;
  }

  .mediumTablet\:-right-48{
    right: -12rem;
  }

  .mediumTablet\:-right-52{
    right: -13rem;
  }

  .mediumTablet\:-right-56{
    right: -14rem;
  }

  .mediumTablet\:-right-60{
    right: -15rem;
  }

  .mediumTablet\:-right-64{
    right: -16rem;
  }

  .mediumTablet\:-right-72{
    right: -18rem;
  }

  .mediumTablet\:-right-80{
    right: -20rem;
  }

  .mediumTablet\:-right-96{
    right: -24rem;
  }

  .mediumTablet\:-right-px{
    right: -1px;
  }

  .mediumTablet\:-right-0\.5{
    right: -0.125rem;
  }

  .mediumTablet\:-right-1\.5{
    right: -0.375rem;
  }

  .mediumTablet\:-right-2\.5{
    right: -0.625rem;
  }

  .mediumTablet\:-right-3\.5{
    right: -0.875rem;
  }

  .mediumTablet\:right-1\/2{
    right: 50%;
  }

  .mediumTablet\:right-1\/3{
    right: 33.333333%;
  }

  .mediumTablet\:right-2\/3{
    right: 66.666667%;
  }

  .mediumTablet\:right-1\/4{
    right: 25%;
  }

  .mediumTablet\:right-2\/4{
    right: 50%;
  }

  .mediumTablet\:right-3\/4{
    right: 75%;
  }

  .mediumTablet\:right-full{
    right: 100%;
  }

  .mediumTablet\:-right-1\/2{
    right: -50%;
  }

  .mediumTablet\:-right-1\/3{
    right: -33.333333%;
  }

  .mediumTablet\:-right-2\/3{
    right: -66.666667%;
  }

  .mediumTablet\:-right-1\/4{
    right: -25%;
  }

  .mediumTablet\:-right-2\/4{
    right: -50%;
  }

  .mediumTablet\:-right-3\/4{
    right: -75%;
  }

  .mediumTablet\:-right-full{
    right: -100%;
  }

  .mediumTablet\:bottom-0{
    bottom: 0px;
  }

  .mediumTablet\:bottom-1{
    bottom: 0.25rem;
  }

  .mediumTablet\:bottom-2{
    bottom: 0.5rem;
  }

  .mediumTablet\:bottom-3{
    bottom: 0.75rem;
  }

  .mediumTablet\:bottom-4{
    bottom: 1rem;
  }

  .mediumTablet\:bottom-5{
    bottom: 1.25rem;
  }

  .mediumTablet\:bottom-6{
    bottom: 1.5rem;
  }

  .mediumTablet\:bottom-7{
    bottom: 1.75rem;
  }

  .mediumTablet\:bottom-8{
    bottom: 2rem;
  }

  .mediumTablet\:bottom-9{
    bottom: 2.25rem;
  }

  .mediumTablet\:bottom-10{
    bottom: 2.5rem;
  }

  .mediumTablet\:bottom-11{
    bottom: 2.75rem;
  }

  .mediumTablet\:bottom-12{
    bottom: 3rem;
  }

  .mediumTablet\:bottom-14{
    bottom: 3.5rem;
  }

  .mediumTablet\:bottom-16{
    bottom: 4rem;
  }

  .mediumTablet\:bottom-20{
    bottom: 5rem;
  }

  .mediumTablet\:bottom-24{
    bottom: 6rem;
  }

  .mediumTablet\:bottom-28{
    bottom: 7rem;
  }

  .mediumTablet\:bottom-32{
    bottom: 8rem;
  }

  .mediumTablet\:bottom-36{
    bottom: 9rem;
  }

  .mediumTablet\:bottom-40{
    bottom: 10rem;
  }

  .mediumTablet\:bottom-44{
    bottom: 11rem;
  }

  .mediumTablet\:bottom-48{
    bottom: 12rem;
  }

  .mediumTablet\:bottom-52{
    bottom: 13rem;
  }

  .mediumTablet\:bottom-56{
    bottom: 14rem;
  }

  .mediumTablet\:bottom-60{
    bottom: 15rem;
  }

  .mediumTablet\:bottom-64{
    bottom: 16rem;
  }

  .mediumTablet\:bottom-72{
    bottom: 18rem;
  }

  .mediumTablet\:bottom-80{
    bottom: 20rem;
  }

  .mediumTablet\:bottom-96{
    bottom: 24rem;
  }

  .mediumTablet\:bottom-auto{
    bottom: auto;
  }

  .mediumTablet\:bottom-px{
    bottom: 1px;
  }

  .mediumTablet\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .mediumTablet\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .mediumTablet\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .mediumTablet\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .mediumTablet\:-bottom-0{
    bottom: 0px;
  }

  .mediumTablet\:-bottom-1{
    bottom: -0.25rem;
  }

  .mediumTablet\:-bottom-2{
    bottom: -0.5rem;
  }

  .mediumTablet\:-bottom-3{
    bottom: -0.75rem;
  }

  .mediumTablet\:-bottom-4{
    bottom: -1rem;
  }

  .mediumTablet\:-bottom-5{
    bottom: -1.25rem;
  }

  .mediumTablet\:-bottom-6{
    bottom: -1.5rem;
  }

  .mediumTablet\:-bottom-7{
    bottom: -1.75rem;
  }

  .mediumTablet\:-bottom-8{
    bottom: -2rem;
  }

  .mediumTablet\:-bottom-9{
    bottom: -2.25rem;
  }

  .mediumTablet\:-bottom-10{
    bottom: -2.5rem;
  }

  .mediumTablet\:-bottom-11{
    bottom: -2.75rem;
  }

  .mediumTablet\:-bottom-12{
    bottom: -3rem;
  }

  .mediumTablet\:-bottom-14{
    bottom: -3.5rem;
  }

  .mediumTablet\:-bottom-16{
    bottom: -4rem;
  }

  .mediumTablet\:-bottom-20{
    bottom: -5rem;
  }

  .mediumTablet\:-bottom-24{
    bottom: -6rem;
  }

  .mediumTablet\:-bottom-28{
    bottom: -7rem;
  }

  .mediumTablet\:-bottom-32{
    bottom: -8rem;
  }

  .mediumTablet\:-bottom-36{
    bottom: -9rem;
  }

  .mediumTablet\:-bottom-40{
    bottom: -10rem;
  }

  .mediumTablet\:-bottom-44{
    bottom: -11rem;
  }

  .mediumTablet\:-bottom-48{
    bottom: -12rem;
  }

  .mediumTablet\:-bottom-52{
    bottom: -13rem;
  }

  .mediumTablet\:-bottom-56{
    bottom: -14rem;
  }

  .mediumTablet\:-bottom-60{
    bottom: -15rem;
  }

  .mediumTablet\:-bottom-64{
    bottom: -16rem;
  }

  .mediumTablet\:-bottom-72{
    bottom: -18rem;
  }

  .mediumTablet\:-bottom-80{
    bottom: -20rem;
  }

  .mediumTablet\:-bottom-96{
    bottom: -24rem;
  }

  .mediumTablet\:-bottom-px{
    bottom: -1px;
  }

  .mediumTablet\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .mediumTablet\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .mediumTablet\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .mediumTablet\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .mediumTablet\:bottom-1\/2{
    bottom: 50%;
  }

  .mediumTablet\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .mediumTablet\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .mediumTablet\:bottom-1\/4{
    bottom: 25%;
  }

  .mediumTablet\:bottom-2\/4{
    bottom: 50%;
  }

  .mediumTablet\:bottom-3\/4{
    bottom: 75%;
  }

  .mediumTablet\:bottom-full{
    bottom: 100%;
  }

  .mediumTablet\:-bottom-1\/2{
    bottom: -50%;
  }

  .mediumTablet\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .mediumTablet\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .mediumTablet\:-bottom-1\/4{
    bottom: -25%;
  }

  .mediumTablet\:-bottom-2\/4{
    bottom: -50%;
  }

  .mediumTablet\:-bottom-3\/4{
    bottom: -75%;
  }

  .mediumTablet\:-bottom-full{
    bottom: -100%;
  }

  .mediumTablet\:left-0{
    left: 0px;
  }

  .mediumTablet\:left-1{
    left: 0.25rem;
  }

  .mediumTablet\:left-2{
    left: 0.5rem;
  }

  .mediumTablet\:left-3{
    left: 0.75rem;
  }

  .mediumTablet\:left-4{
    left: 1rem;
  }

  .mediumTablet\:left-5{
    left: 1.25rem;
  }

  .mediumTablet\:left-6{
    left: 1.5rem;
  }

  .mediumTablet\:left-7{
    left: 1.75rem;
  }

  .mediumTablet\:left-8{
    left: 2rem;
  }

  .mediumTablet\:left-9{
    left: 2.25rem;
  }

  .mediumTablet\:left-10{
    left: 2.5rem;
  }

  .mediumTablet\:left-11{
    left: 2.75rem;
  }

  .mediumTablet\:left-12{
    left: 3rem;
  }

  .mediumTablet\:left-14{
    left: 3.5rem;
  }

  .mediumTablet\:left-16{
    left: 4rem;
  }

  .mediumTablet\:left-20{
    left: 5rem;
  }

  .mediumTablet\:left-24{
    left: 6rem;
  }

  .mediumTablet\:left-28{
    left: 7rem;
  }

  .mediumTablet\:left-32{
    left: 8rem;
  }

  .mediumTablet\:left-36{
    left: 9rem;
  }

  .mediumTablet\:left-40{
    left: 10rem;
  }

  .mediumTablet\:left-44{
    left: 11rem;
  }

  .mediumTablet\:left-48{
    left: 12rem;
  }

  .mediumTablet\:left-52{
    left: 13rem;
  }

  .mediumTablet\:left-56{
    left: 14rem;
  }

  .mediumTablet\:left-60{
    left: 15rem;
  }

  .mediumTablet\:left-64{
    left: 16rem;
  }

  .mediumTablet\:left-72{
    left: 18rem;
  }

  .mediumTablet\:left-80{
    left: 20rem;
  }

  .mediumTablet\:left-96{
    left: 24rem;
  }

  .mediumTablet\:left-auto{
    left: auto;
  }

  .mediumTablet\:left-px{
    left: 1px;
  }

  .mediumTablet\:left-0\.5{
    left: 0.125rem;
  }

  .mediumTablet\:left-1\.5{
    left: 0.375rem;
  }

  .mediumTablet\:left-2\.5{
    left: 0.625rem;
  }

  .mediumTablet\:left-3\.5{
    left: 0.875rem;
  }

  .mediumTablet\:-left-0{
    left: 0px;
  }

  .mediumTablet\:-left-1{
    left: -0.25rem;
  }

  .mediumTablet\:-left-2{
    left: -0.5rem;
  }

  .mediumTablet\:-left-3{
    left: -0.75rem;
  }

  .mediumTablet\:-left-4{
    left: -1rem;
  }

  .mediumTablet\:-left-5{
    left: -1.25rem;
  }

  .mediumTablet\:-left-6{
    left: -1.5rem;
  }

  .mediumTablet\:-left-7{
    left: -1.75rem;
  }

  .mediumTablet\:-left-8{
    left: -2rem;
  }

  .mediumTablet\:-left-9{
    left: -2.25rem;
  }

  .mediumTablet\:-left-10{
    left: -2.5rem;
  }

  .mediumTablet\:-left-11{
    left: -2.75rem;
  }

  .mediumTablet\:-left-12{
    left: -3rem;
  }

  .mediumTablet\:-left-14{
    left: -3.5rem;
  }

  .mediumTablet\:-left-16{
    left: -4rem;
  }

  .mediumTablet\:-left-20{
    left: -5rem;
  }

  .mediumTablet\:-left-24{
    left: -6rem;
  }

  .mediumTablet\:-left-28{
    left: -7rem;
  }

  .mediumTablet\:-left-32{
    left: -8rem;
  }

  .mediumTablet\:-left-36{
    left: -9rem;
  }

  .mediumTablet\:-left-40{
    left: -10rem;
  }

  .mediumTablet\:-left-44{
    left: -11rem;
  }

  .mediumTablet\:-left-48{
    left: -12rem;
  }

  .mediumTablet\:-left-52{
    left: -13rem;
  }

  .mediumTablet\:-left-56{
    left: -14rem;
  }

  .mediumTablet\:-left-60{
    left: -15rem;
  }

  .mediumTablet\:-left-64{
    left: -16rem;
  }

  .mediumTablet\:-left-72{
    left: -18rem;
  }

  .mediumTablet\:-left-80{
    left: -20rem;
  }

  .mediumTablet\:-left-96{
    left: -24rem;
  }

  .mediumTablet\:-left-px{
    left: -1px;
  }

  .mediumTablet\:-left-0\.5{
    left: -0.125rem;
  }

  .mediumTablet\:-left-1\.5{
    left: -0.375rem;
  }

  .mediumTablet\:-left-2\.5{
    left: -0.625rem;
  }

  .mediumTablet\:-left-3\.5{
    left: -0.875rem;
  }

  .mediumTablet\:left-1\/2{
    left: 50%;
  }

  .mediumTablet\:left-1\/3{
    left: 33.333333%;
  }

  .mediumTablet\:left-2\/3{
    left: 66.666667%;
  }

  .mediumTablet\:left-1\/4{
    left: 25%;
  }

  .mediumTablet\:left-2\/4{
    left: 50%;
  }

  .mediumTablet\:left-3\/4{
    left: 75%;
  }

  .mediumTablet\:left-full{
    left: 100%;
  }

  .mediumTablet\:-left-1\/2{
    left: -50%;
  }

  .mediumTablet\:-left-1\/3{
    left: -33.333333%;
  }

  .mediumTablet\:-left-2\/3{
    left: -66.666667%;
  }

  .mediumTablet\:-left-1\/4{
    left: -25%;
  }

  .mediumTablet\:-left-2\/4{
    left: -50%;
  }

  .mediumTablet\:-left-3\/4{
    left: -75%;
  }

  .mediumTablet\:-left-full{
    left: -100%;
  }

  .mediumTablet\:isolate{
    isolation: isolate;
  }

  .mediumTablet\:isolation-auto{
    isolation: auto;
  }

  .mediumTablet\:z-0{
    z-index: 0;
  }

  .mediumTablet\:z-10{
    z-index: 10;
  }

  .mediumTablet\:z-20{
    z-index: 20;
  }

  .mediumTablet\:z-30{
    z-index: 30;
  }

  .mediumTablet\:z-40{
    z-index: 40;
  }

  .mediumTablet\:z-50{
    z-index: 50;
  }

  .mediumTablet\:z-auto{
    z-index: auto;
  }

  .mediumTablet\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .mediumTablet\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .mediumTablet\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .mediumTablet\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .mediumTablet\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .mediumTablet\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .mediumTablet\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .mediumTablet\:focus\:z-0:focus{
    z-index: 0;
  }

  .mediumTablet\:focus\:z-10:focus{
    z-index: 10;
  }

  .mediumTablet\:focus\:z-20:focus{
    z-index: 20;
  }

  .mediumTablet\:focus\:z-30:focus{
    z-index: 30;
  }

  .mediumTablet\:focus\:z-40:focus{
    z-index: 40;
  }

  .mediumTablet\:focus\:z-50:focus{
    z-index: 50;
  }

  .mediumTablet\:focus\:z-auto:focus{
    z-index: auto;
  }

  .mediumTablet\:order-1{
    order: 1;
  }

  .mediumTablet\:order-2{
    order: 2;
  }

  .mediumTablet\:order-3{
    order: 3;
  }

  .mediumTablet\:order-4{
    order: 4;
  }

  .mediumTablet\:order-5{
    order: 5;
  }

  .mediumTablet\:order-6{
    order: 6;
  }

  .mediumTablet\:order-7{
    order: 7;
  }

  .mediumTablet\:order-8{
    order: 8;
  }

  .mediumTablet\:order-9{
    order: 9;
  }

  .mediumTablet\:order-10{
    order: 10;
  }

  .mediumTablet\:order-11{
    order: 11;
  }

  .mediumTablet\:order-12{
    order: 12;
  }

  .mediumTablet\:order-first{
    order: -9999;
  }

  .mediumTablet\:order-last{
    order: 9999;
  }

  .mediumTablet\:order-none{
    order: 0;
  }

  .mediumTablet\:col-auto{
    grid-column: auto;
  }

  .mediumTablet\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .mediumTablet\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .mediumTablet\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .mediumTablet\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .mediumTablet\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .mediumTablet\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .mediumTablet\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .mediumTablet\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .mediumTablet\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .mediumTablet\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .mediumTablet\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .mediumTablet\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .mediumTablet\:col-span-full{
    grid-column: 1 / -1;
  }

  .mediumTablet\:col-start-1{
    grid-column-start: 1;
  }

  .mediumTablet\:col-start-2{
    grid-column-start: 2;
  }

  .mediumTablet\:col-start-3{
    grid-column-start: 3;
  }

  .mediumTablet\:col-start-4{
    grid-column-start: 4;
  }

  .mediumTablet\:col-start-5{
    grid-column-start: 5;
  }

  .mediumTablet\:col-start-6{
    grid-column-start: 6;
  }

  .mediumTablet\:col-start-7{
    grid-column-start: 7;
  }

  .mediumTablet\:col-start-8{
    grid-column-start: 8;
  }

  .mediumTablet\:col-start-9{
    grid-column-start: 9;
  }

  .mediumTablet\:col-start-10{
    grid-column-start: 10;
  }

  .mediumTablet\:col-start-11{
    grid-column-start: 11;
  }

  .mediumTablet\:col-start-12{
    grid-column-start: 12;
  }

  .mediumTablet\:col-start-13{
    grid-column-start: 13;
  }

  .mediumTablet\:col-start-auto{
    grid-column-start: auto;
  }

  .mediumTablet\:col-end-1{
    grid-column-end: 1;
  }

  .mediumTablet\:col-end-2{
    grid-column-end: 2;
  }

  .mediumTablet\:col-end-3{
    grid-column-end: 3;
  }

  .mediumTablet\:col-end-4{
    grid-column-end: 4;
  }

  .mediumTablet\:col-end-5{
    grid-column-end: 5;
  }

  .mediumTablet\:col-end-6{
    grid-column-end: 6;
  }

  .mediumTablet\:col-end-7{
    grid-column-end: 7;
  }

  .mediumTablet\:col-end-8{
    grid-column-end: 8;
  }

  .mediumTablet\:col-end-9{
    grid-column-end: 9;
  }

  .mediumTablet\:col-end-10{
    grid-column-end: 10;
  }

  .mediumTablet\:col-end-11{
    grid-column-end: 11;
  }

  .mediumTablet\:col-end-12{
    grid-column-end: 12;
  }

  .mediumTablet\:col-end-13{
    grid-column-end: 13;
  }

  .mediumTablet\:col-end-auto{
    grid-column-end: auto;
  }

  .mediumTablet\:row-auto{
    grid-row: auto;
  }

  .mediumTablet\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .mediumTablet\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .mediumTablet\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .mediumTablet\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .mediumTablet\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .mediumTablet\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .mediumTablet\:row-span-full{
    grid-row: 1 / -1;
  }

  .mediumTablet\:row-start-1{
    grid-row-start: 1;
  }

  .mediumTablet\:row-start-2{
    grid-row-start: 2;
  }

  .mediumTablet\:row-start-3{
    grid-row-start: 3;
  }

  .mediumTablet\:row-start-4{
    grid-row-start: 4;
  }

  .mediumTablet\:row-start-5{
    grid-row-start: 5;
  }

  .mediumTablet\:row-start-6{
    grid-row-start: 6;
  }

  .mediumTablet\:row-start-7{
    grid-row-start: 7;
  }

  .mediumTablet\:row-start-auto{
    grid-row-start: auto;
  }

  .mediumTablet\:row-end-1{
    grid-row-end: 1;
  }

  .mediumTablet\:row-end-2{
    grid-row-end: 2;
  }

  .mediumTablet\:row-end-3{
    grid-row-end: 3;
  }

  .mediumTablet\:row-end-4{
    grid-row-end: 4;
  }

  .mediumTablet\:row-end-5{
    grid-row-end: 5;
  }

  .mediumTablet\:row-end-6{
    grid-row-end: 6;
  }

  .mediumTablet\:row-end-7{
    grid-row-end: 7;
  }

  .mediumTablet\:row-end-auto{
    grid-row-end: auto;
  }

  .mediumTablet\:float-right{
    float: right;
  }

  .mediumTablet\:float-left{
    float: left;
  }

  .mediumTablet\:float-none{
    float: none;
  }

  .mediumTablet\:clear-left{
    clear: left;
  }

  .mediumTablet\:clear-right{
    clear: right;
  }

  .mediumTablet\:clear-both{
    clear: both;
  }

  .mediumTablet\:clear-none{
    clear: none;
  }

  .mediumTablet\:m-0{
    margin: 0px;
  }

  .mediumTablet\:m-1{
    margin: 0.25rem;
  }

  .mediumTablet\:m-2{
    margin: 0.5rem;
  }

  .mediumTablet\:m-3{
    margin: 0.75rem;
  }

  .mediumTablet\:m-4{
    margin: 1rem;
  }

  .mediumTablet\:m-5{
    margin: 1.25rem;
  }

  .mediumTablet\:m-6{
    margin: 1.5rem;
  }

  .mediumTablet\:m-7{
    margin: 1.75rem;
  }

  .mediumTablet\:m-8{
    margin: 2rem;
  }

  .mediumTablet\:m-9{
    margin: 2.25rem;
  }

  .mediumTablet\:m-10{
    margin: 2.5rem;
  }

  .mediumTablet\:m-11{
    margin: 2.75rem;
  }

  .mediumTablet\:m-12{
    margin: 3rem;
  }

  .mediumTablet\:m-14{
    margin: 3.5rem;
  }

  .mediumTablet\:m-16{
    margin: 4rem;
  }

  .mediumTablet\:m-20{
    margin: 5rem;
  }

  .mediumTablet\:m-24{
    margin: 6rem;
  }

  .mediumTablet\:m-28{
    margin: 7rem;
  }

  .mediumTablet\:m-32{
    margin: 8rem;
  }

  .mediumTablet\:m-36{
    margin: 9rem;
  }

  .mediumTablet\:m-40{
    margin: 10rem;
  }

  .mediumTablet\:m-44{
    margin: 11rem;
  }

  .mediumTablet\:m-48{
    margin: 12rem;
  }

  .mediumTablet\:m-52{
    margin: 13rem;
  }

  .mediumTablet\:m-56{
    margin: 14rem;
  }

  .mediumTablet\:m-60{
    margin: 15rem;
  }

  .mediumTablet\:m-64{
    margin: 16rem;
  }

  .mediumTablet\:m-72{
    margin: 18rem;
  }

  .mediumTablet\:m-80{
    margin: 20rem;
  }

  .mediumTablet\:m-96{
    margin: 24rem;
  }

  .mediumTablet\:m-auto{
    margin: auto;
  }

  .mediumTablet\:m-px{
    margin: 1px;
  }

  .mediumTablet\:m-0\.5{
    margin: 0.125rem;
  }

  .mediumTablet\:m-1\.5{
    margin: 0.375rem;
  }

  .mediumTablet\:m-2\.5{
    margin: 0.625rem;
  }

  .mediumTablet\:m-3\.5{
    margin: 0.875rem;
  }

  .mediumTablet\:-m-0{
    margin: 0px;
  }

  .mediumTablet\:-m-1{
    margin: -0.25rem;
  }

  .mediumTablet\:-m-2{
    margin: -0.5rem;
  }

  .mediumTablet\:-m-3{
    margin: -0.75rem;
  }

  .mediumTablet\:-m-4{
    margin: -1rem;
  }

  .mediumTablet\:-m-5{
    margin: -1.25rem;
  }

  .mediumTablet\:-m-6{
    margin: -1.5rem;
  }

  .mediumTablet\:-m-7{
    margin: -1.75rem;
  }

  .mediumTablet\:-m-8{
    margin: -2rem;
  }

  .mediumTablet\:-m-9{
    margin: -2.25rem;
  }

  .mediumTablet\:-m-10{
    margin: -2.5rem;
  }

  .mediumTablet\:-m-11{
    margin: -2.75rem;
  }

  .mediumTablet\:-m-12{
    margin: -3rem;
  }

  .mediumTablet\:-m-14{
    margin: -3.5rem;
  }

  .mediumTablet\:-m-16{
    margin: -4rem;
  }

  .mediumTablet\:-m-20{
    margin: -5rem;
  }

  .mediumTablet\:-m-24{
    margin: -6rem;
  }

  .mediumTablet\:-m-28{
    margin: -7rem;
  }

  .mediumTablet\:-m-32{
    margin: -8rem;
  }

  .mediumTablet\:-m-36{
    margin: -9rem;
  }

  .mediumTablet\:-m-40{
    margin: -10rem;
  }

  .mediumTablet\:-m-44{
    margin: -11rem;
  }

  .mediumTablet\:-m-48{
    margin: -12rem;
  }

  .mediumTablet\:-m-52{
    margin: -13rem;
  }

  .mediumTablet\:-m-56{
    margin: -14rem;
  }

  .mediumTablet\:-m-60{
    margin: -15rem;
  }

  .mediumTablet\:-m-64{
    margin: -16rem;
  }

  .mediumTablet\:-m-72{
    margin: -18rem;
  }

  .mediumTablet\:-m-80{
    margin: -20rem;
  }

  .mediumTablet\:-m-96{
    margin: -24rem;
  }

  .mediumTablet\:-m-px{
    margin: -1px;
  }

  .mediumTablet\:-m-0\.5{
    margin: -0.125rem;
  }

  .mediumTablet\:-m-1\.5{
    margin: -0.375rem;
  }

  .mediumTablet\:-m-2\.5{
    margin: -0.625rem;
  }

  .mediumTablet\:-m-3\.5{
    margin: -0.875rem;
  }

  .mediumTablet\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .mediumTablet\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .mediumTablet\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .mediumTablet\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .mediumTablet\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mediumTablet\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .mediumTablet\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mediumTablet\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .mediumTablet\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mediumTablet\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .mediumTablet\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .mediumTablet\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .mediumTablet\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mediumTablet\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .mediumTablet\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .mediumTablet\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .mediumTablet\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .mediumTablet\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .mediumTablet\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .mediumTablet\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .mediumTablet\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .mediumTablet\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .mediumTablet\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .mediumTablet\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .mediumTablet\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .mediumTablet\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .mediumTablet\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .mediumTablet\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .mediumTablet\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .mediumTablet\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .mediumTablet\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .mediumTablet\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .mediumTablet\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .mediumTablet\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .mediumTablet\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .mediumTablet\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .mediumTablet\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .mediumTablet\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .mediumTablet\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .mediumTablet\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .mediumTablet\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .mediumTablet\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .mediumTablet\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .mediumTablet\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .mediumTablet\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .mediumTablet\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .mediumTablet\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .mediumTablet\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .mediumTablet\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .mediumTablet\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .mediumTablet\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .mediumTablet\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .mediumTablet\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .mediumTablet\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .mediumTablet\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .mediumTablet\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .mediumTablet\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .mediumTablet\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .mediumTablet\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .mediumTablet\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .mediumTablet\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .mediumTablet\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .mediumTablet\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .mediumTablet\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .mediumTablet\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .mediumTablet\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .mediumTablet\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .mediumTablet\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .mediumTablet\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .mediumTablet\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .mediumTablet\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .mediumTablet\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mediumTablet\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mediumTablet\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mediumTablet\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mediumTablet\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mediumTablet\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .mediumTablet\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mediumTablet\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .mediumTablet\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mediumTablet\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .mediumTablet\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .mediumTablet\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .mediumTablet\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mediumTablet\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .mediumTablet\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mediumTablet\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .mediumTablet\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mediumTablet\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .mediumTablet\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mediumTablet\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .mediumTablet\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .mediumTablet\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .mediumTablet\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .mediumTablet\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .mediumTablet\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .mediumTablet\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .mediumTablet\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mediumTablet\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .mediumTablet\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .mediumTablet\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .mediumTablet\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .mediumTablet\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .mediumTablet\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .mediumTablet\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .mediumTablet\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .mediumTablet\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .mediumTablet\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mediumTablet\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .mediumTablet\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .mediumTablet\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .mediumTablet\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .mediumTablet\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .mediumTablet\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .mediumTablet\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .mediumTablet\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .mediumTablet\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .mediumTablet\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .mediumTablet\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .mediumTablet\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .mediumTablet\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .mediumTablet\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .mediumTablet\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .mediumTablet\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .mediumTablet\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .mediumTablet\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .mediumTablet\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .mediumTablet\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .mediumTablet\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .mediumTablet\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .mediumTablet\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .mediumTablet\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .mediumTablet\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .mediumTablet\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .mediumTablet\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .mediumTablet\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .mediumTablet\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .mediumTablet\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .mediumTablet\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .mediumTablet\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .mediumTablet\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .mediumTablet\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .mediumTablet\:mt-0{
    margin-top: 0px;
  }

  .mediumTablet\:mt-1{
    margin-top: 0.25rem;
  }

  .mediumTablet\:mt-2{
    margin-top: 0.5rem;
  }

  .mediumTablet\:mt-3{
    margin-top: 0.75rem;
  }

  .mediumTablet\:mt-4{
    margin-top: 1rem;
  }

  .mediumTablet\:mt-5{
    margin-top: 1.25rem;
  }

  .mediumTablet\:mt-6{
    margin-top: 1.5rem;
  }

  .mediumTablet\:mt-7{
    margin-top: 1.75rem;
  }

  .mediumTablet\:mt-8{
    margin-top: 2rem;
  }

  .mediumTablet\:mt-9{
    margin-top: 2.25rem;
  }

  .mediumTablet\:mt-10{
    margin-top: 2.5rem;
  }

  .mediumTablet\:mt-11{
    margin-top: 2.75rem;
  }

  .mediumTablet\:mt-12{
    margin-top: 3rem;
  }

  .mediumTablet\:mt-14{
    margin-top: 3.5rem;
  }

  .mediumTablet\:mt-16{
    margin-top: 4rem;
  }

  .mediumTablet\:mt-20{
    margin-top: 5rem;
  }

  .mediumTablet\:mt-24{
    margin-top: 6rem;
  }

  .mediumTablet\:mt-28{
    margin-top: 7rem;
  }

  .mediumTablet\:mt-32{
    margin-top: 8rem;
  }

  .mediumTablet\:mt-36{
    margin-top: 9rem;
  }

  .mediumTablet\:mt-40{
    margin-top: 10rem;
  }

  .mediumTablet\:mt-44{
    margin-top: 11rem;
  }

  .mediumTablet\:mt-48{
    margin-top: 12rem;
  }

  .mediumTablet\:mt-52{
    margin-top: 13rem;
  }

  .mediumTablet\:mt-56{
    margin-top: 14rem;
  }

  .mediumTablet\:mt-60{
    margin-top: 15rem;
  }

  .mediumTablet\:mt-64{
    margin-top: 16rem;
  }

  .mediumTablet\:mt-72{
    margin-top: 18rem;
  }

  .mediumTablet\:mt-80{
    margin-top: 20rem;
  }

  .mediumTablet\:mt-96{
    margin-top: 24rem;
  }

  .mediumTablet\:mt-auto{
    margin-top: auto;
  }

  .mediumTablet\:mt-px{
    margin-top: 1px;
  }

  .mediumTablet\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .mediumTablet\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .mediumTablet\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .mediumTablet\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .mediumTablet\:-mt-0{
    margin-top: 0px;
  }

  .mediumTablet\:-mt-1{
    margin-top: -0.25rem;
  }

  .mediumTablet\:-mt-2{
    margin-top: -0.5rem;
  }

  .mediumTablet\:-mt-3{
    margin-top: -0.75rem;
  }

  .mediumTablet\:-mt-4{
    margin-top: -1rem;
  }

  .mediumTablet\:-mt-5{
    margin-top: -1.25rem;
  }

  .mediumTablet\:-mt-6{
    margin-top: -1.5rem;
  }

  .mediumTablet\:-mt-7{
    margin-top: -1.75rem;
  }

  .mediumTablet\:-mt-8{
    margin-top: -2rem;
  }

  .mediumTablet\:-mt-9{
    margin-top: -2.25rem;
  }

  .mediumTablet\:-mt-10{
    margin-top: -2.5rem;
  }

  .mediumTablet\:-mt-11{
    margin-top: -2.75rem;
  }

  .mediumTablet\:-mt-12{
    margin-top: -3rem;
  }

  .mediumTablet\:-mt-14{
    margin-top: -3.5rem;
  }

  .mediumTablet\:-mt-16{
    margin-top: -4rem;
  }

  .mediumTablet\:-mt-20{
    margin-top: -5rem;
  }

  .mediumTablet\:-mt-24{
    margin-top: -6rem;
  }

  .mediumTablet\:-mt-28{
    margin-top: -7rem;
  }

  .mediumTablet\:-mt-32{
    margin-top: -8rem;
  }

  .mediumTablet\:-mt-36{
    margin-top: -9rem;
  }

  .mediumTablet\:-mt-40{
    margin-top: -10rem;
  }

  .mediumTablet\:-mt-44{
    margin-top: -11rem;
  }

  .mediumTablet\:-mt-48{
    margin-top: -12rem;
  }

  .mediumTablet\:-mt-52{
    margin-top: -13rem;
  }

  .mediumTablet\:-mt-56{
    margin-top: -14rem;
  }

  .mediumTablet\:-mt-60{
    margin-top: -15rem;
  }

  .mediumTablet\:-mt-64{
    margin-top: -16rem;
  }

  .mediumTablet\:-mt-72{
    margin-top: -18rem;
  }

  .mediumTablet\:-mt-80{
    margin-top: -20rem;
  }

  .mediumTablet\:-mt-96{
    margin-top: -24rem;
  }

  .mediumTablet\:-mt-px{
    margin-top: -1px;
  }

  .mediumTablet\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .mediumTablet\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .mediumTablet\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .mediumTablet\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .mediumTablet\:mr-0{
    margin-right: 0px;
  }

  .mediumTablet\:mr-1{
    margin-right: 0.25rem;
  }

  .mediumTablet\:mr-2{
    margin-right: 0.5rem;
  }

  .mediumTablet\:mr-3{
    margin-right: 0.75rem;
  }

  .mediumTablet\:mr-4{
    margin-right: 1rem;
  }

  .mediumTablet\:mr-5{
    margin-right: 1.25rem;
  }

  .mediumTablet\:mr-6{
    margin-right: 1.5rem;
  }

  .mediumTablet\:mr-7{
    margin-right: 1.75rem;
  }

  .mediumTablet\:mr-8{
    margin-right: 2rem;
  }

  .mediumTablet\:mr-9{
    margin-right: 2.25rem;
  }

  .mediumTablet\:mr-10{
    margin-right: 2.5rem;
  }

  .mediumTablet\:mr-11{
    margin-right: 2.75rem;
  }

  .mediumTablet\:mr-12{
    margin-right: 3rem;
  }

  .mediumTablet\:mr-14{
    margin-right: 3.5rem;
  }

  .mediumTablet\:mr-16{
    margin-right: 4rem;
  }

  .mediumTablet\:mr-20{
    margin-right: 5rem;
  }

  .mediumTablet\:mr-24{
    margin-right: 6rem;
  }

  .mediumTablet\:mr-28{
    margin-right: 7rem;
  }

  .mediumTablet\:mr-32{
    margin-right: 8rem;
  }

  .mediumTablet\:mr-36{
    margin-right: 9rem;
  }

  .mediumTablet\:mr-40{
    margin-right: 10rem;
  }

  .mediumTablet\:mr-44{
    margin-right: 11rem;
  }

  .mediumTablet\:mr-48{
    margin-right: 12rem;
  }

  .mediumTablet\:mr-52{
    margin-right: 13rem;
  }

  .mediumTablet\:mr-56{
    margin-right: 14rem;
  }

  .mediumTablet\:mr-60{
    margin-right: 15rem;
  }

  .mediumTablet\:mr-64{
    margin-right: 16rem;
  }

  .mediumTablet\:mr-72{
    margin-right: 18rem;
  }

  .mediumTablet\:mr-80{
    margin-right: 20rem;
  }

  .mediumTablet\:mr-96{
    margin-right: 24rem;
  }

  .mediumTablet\:mr-auto{
    margin-right: auto;
  }

  .mediumTablet\:mr-px{
    margin-right: 1px;
  }

  .mediumTablet\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .mediumTablet\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .mediumTablet\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .mediumTablet\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .mediumTablet\:-mr-0{
    margin-right: 0px;
  }

  .mediumTablet\:-mr-1{
    margin-right: -0.25rem;
  }

  .mediumTablet\:-mr-2{
    margin-right: -0.5rem;
  }

  .mediumTablet\:-mr-3{
    margin-right: -0.75rem;
  }

  .mediumTablet\:-mr-4{
    margin-right: -1rem;
  }

  .mediumTablet\:-mr-5{
    margin-right: -1.25rem;
  }

  .mediumTablet\:-mr-6{
    margin-right: -1.5rem;
  }

  .mediumTablet\:-mr-7{
    margin-right: -1.75rem;
  }

  .mediumTablet\:-mr-8{
    margin-right: -2rem;
  }

  .mediumTablet\:-mr-9{
    margin-right: -2.25rem;
  }

  .mediumTablet\:-mr-10{
    margin-right: -2.5rem;
  }

  .mediumTablet\:-mr-11{
    margin-right: -2.75rem;
  }

  .mediumTablet\:-mr-12{
    margin-right: -3rem;
  }

  .mediumTablet\:-mr-14{
    margin-right: -3.5rem;
  }

  .mediumTablet\:-mr-16{
    margin-right: -4rem;
  }

  .mediumTablet\:-mr-20{
    margin-right: -5rem;
  }

  .mediumTablet\:-mr-24{
    margin-right: -6rem;
  }

  .mediumTablet\:-mr-28{
    margin-right: -7rem;
  }

  .mediumTablet\:-mr-32{
    margin-right: -8rem;
  }

  .mediumTablet\:-mr-36{
    margin-right: -9rem;
  }

  .mediumTablet\:-mr-40{
    margin-right: -10rem;
  }

  .mediumTablet\:-mr-44{
    margin-right: -11rem;
  }

  .mediumTablet\:-mr-48{
    margin-right: -12rem;
  }

  .mediumTablet\:-mr-52{
    margin-right: -13rem;
  }

  .mediumTablet\:-mr-56{
    margin-right: -14rem;
  }

  .mediumTablet\:-mr-60{
    margin-right: -15rem;
  }

  .mediumTablet\:-mr-64{
    margin-right: -16rem;
  }

  .mediumTablet\:-mr-72{
    margin-right: -18rem;
  }

  .mediumTablet\:-mr-80{
    margin-right: -20rem;
  }

  .mediumTablet\:-mr-96{
    margin-right: -24rem;
  }

  .mediumTablet\:-mr-px{
    margin-right: -1px;
  }

  .mediumTablet\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .mediumTablet\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .mediumTablet\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .mediumTablet\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .mediumTablet\:mb-0{
    margin-bottom: 0px;
  }

  .mediumTablet\:mb-1{
    margin-bottom: 0.25rem;
  }

  .mediumTablet\:mb-2{
    margin-bottom: 0.5rem;
  }

  .mediumTablet\:mb-3{
    margin-bottom: 0.75rem;
  }

  .mediumTablet\:mb-4{
    margin-bottom: 1rem;
  }

  .mediumTablet\:mb-5{
    margin-bottom: 1.25rem;
  }

  .mediumTablet\:mb-6{
    margin-bottom: 1.5rem;
  }

  .mediumTablet\:mb-7{
    margin-bottom: 1.75rem;
  }

  .mediumTablet\:mb-8{
    margin-bottom: 2rem;
  }

  .mediumTablet\:mb-9{
    margin-bottom: 2.25rem;
  }

  .mediumTablet\:mb-10{
    margin-bottom: 2.5rem;
  }

  .mediumTablet\:mb-11{
    margin-bottom: 2.75rem;
  }

  .mediumTablet\:mb-12{
    margin-bottom: 3rem;
  }

  .mediumTablet\:mb-14{
    margin-bottom: 3.5rem;
  }

  .mediumTablet\:mb-16{
    margin-bottom: 4rem;
  }

  .mediumTablet\:mb-20{
    margin-bottom: 5rem;
  }

  .mediumTablet\:mb-24{
    margin-bottom: 6rem;
  }

  .mediumTablet\:mb-28{
    margin-bottom: 7rem;
  }

  .mediumTablet\:mb-32{
    margin-bottom: 8rem;
  }

  .mediumTablet\:mb-36{
    margin-bottom: 9rem;
  }

  .mediumTablet\:mb-40{
    margin-bottom: 10rem;
  }

  .mediumTablet\:mb-44{
    margin-bottom: 11rem;
  }

  .mediumTablet\:mb-48{
    margin-bottom: 12rem;
  }

  .mediumTablet\:mb-52{
    margin-bottom: 13rem;
  }

  .mediumTablet\:mb-56{
    margin-bottom: 14rem;
  }

  .mediumTablet\:mb-60{
    margin-bottom: 15rem;
  }

  .mediumTablet\:mb-64{
    margin-bottom: 16rem;
  }

  .mediumTablet\:mb-72{
    margin-bottom: 18rem;
  }

  .mediumTablet\:mb-80{
    margin-bottom: 20rem;
  }

  .mediumTablet\:mb-96{
    margin-bottom: 24rem;
  }

  .mediumTablet\:mb-auto{
    margin-bottom: auto;
  }

  .mediumTablet\:mb-px{
    margin-bottom: 1px;
  }

  .mediumTablet\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .mediumTablet\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .mediumTablet\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .mediumTablet\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .mediumTablet\:-mb-0{
    margin-bottom: 0px;
  }

  .mediumTablet\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .mediumTablet\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .mediumTablet\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .mediumTablet\:-mb-4{
    margin-bottom: -1rem;
  }

  .mediumTablet\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .mediumTablet\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .mediumTablet\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .mediumTablet\:-mb-8{
    margin-bottom: -2rem;
  }

  .mediumTablet\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .mediumTablet\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .mediumTablet\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .mediumTablet\:-mb-12{
    margin-bottom: -3rem;
  }

  .mediumTablet\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .mediumTablet\:-mb-16{
    margin-bottom: -4rem;
  }

  .mediumTablet\:-mb-20{
    margin-bottom: -5rem;
  }

  .mediumTablet\:-mb-24{
    margin-bottom: -6rem;
  }

  .mediumTablet\:-mb-28{
    margin-bottom: -7rem;
  }

  .mediumTablet\:-mb-32{
    margin-bottom: -8rem;
  }

  .mediumTablet\:-mb-36{
    margin-bottom: -9rem;
  }

  .mediumTablet\:-mb-40{
    margin-bottom: -10rem;
  }

  .mediumTablet\:-mb-44{
    margin-bottom: -11rem;
  }

  .mediumTablet\:-mb-48{
    margin-bottom: -12rem;
  }

  .mediumTablet\:-mb-52{
    margin-bottom: -13rem;
  }

  .mediumTablet\:-mb-56{
    margin-bottom: -14rem;
  }

  .mediumTablet\:-mb-60{
    margin-bottom: -15rem;
  }

  .mediumTablet\:-mb-64{
    margin-bottom: -16rem;
  }

  .mediumTablet\:-mb-72{
    margin-bottom: -18rem;
  }

  .mediumTablet\:-mb-80{
    margin-bottom: -20rem;
  }

  .mediumTablet\:-mb-96{
    margin-bottom: -24rem;
  }

  .mediumTablet\:-mb-px{
    margin-bottom: -1px;
  }

  .mediumTablet\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .mediumTablet\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .mediumTablet\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .mediumTablet\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .mediumTablet\:ml-0{
    margin-left: 0px;
  }

  .mediumTablet\:ml-1{
    margin-left: 0.25rem;
  }

  .mediumTablet\:ml-2{
    margin-left: 0.5rem;
  }

  .mediumTablet\:ml-3{
    margin-left: 0.75rem;
  }

  .mediumTablet\:ml-4{
    margin-left: 1rem;
  }

  .mediumTablet\:ml-5{
    margin-left: 1.25rem;
  }

  .mediumTablet\:ml-6{
    margin-left: 1.5rem;
  }

  .mediumTablet\:ml-7{
    margin-left: 1.75rem;
  }

  .mediumTablet\:ml-8{
    margin-left: 2rem;
  }

  .mediumTablet\:ml-9{
    margin-left: 2.25rem;
  }

  .mediumTablet\:ml-10{
    margin-left: 2.5rem;
  }

  .mediumTablet\:ml-11{
    margin-left: 2.75rem;
  }

  .mediumTablet\:ml-12{
    margin-left: 3rem;
  }

  .mediumTablet\:ml-14{
    margin-left: 3.5rem;
  }

  .mediumTablet\:ml-16{
    margin-left: 4rem;
  }

  .mediumTablet\:ml-20{
    margin-left: 5rem;
  }

  .mediumTablet\:ml-24{
    margin-left: 6rem;
  }

  .mediumTablet\:ml-28{
    margin-left: 7rem;
  }

  .mediumTablet\:ml-32{
    margin-left: 8rem;
  }

  .mediumTablet\:ml-36{
    margin-left: 9rem;
  }

  .mediumTablet\:ml-40{
    margin-left: 10rem;
  }

  .mediumTablet\:ml-44{
    margin-left: 11rem;
  }

  .mediumTablet\:ml-48{
    margin-left: 12rem;
  }

  .mediumTablet\:ml-52{
    margin-left: 13rem;
  }

  .mediumTablet\:ml-56{
    margin-left: 14rem;
  }

  .mediumTablet\:ml-60{
    margin-left: 15rem;
  }

  .mediumTablet\:ml-64{
    margin-left: 16rem;
  }

  .mediumTablet\:ml-72{
    margin-left: 18rem;
  }

  .mediumTablet\:ml-80{
    margin-left: 20rem;
  }

  .mediumTablet\:ml-96{
    margin-left: 24rem;
  }

  .mediumTablet\:ml-auto{
    margin-left: auto;
  }

  .mediumTablet\:ml-px{
    margin-left: 1px;
  }

  .mediumTablet\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .mediumTablet\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .mediumTablet\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .mediumTablet\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .mediumTablet\:-ml-0{
    margin-left: 0px;
  }

  .mediumTablet\:-ml-1{
    margin-left: -0.25rem;
  }

  .mediumTablet\:-ml-2{
    margin-left: -0.5rem;
  }

  .mediumTablet\:-ml-3{
    margin-left: -0.75rem;
  }

  .mediumTablet\:-ml-4{
    margin-left: -1rem;
  }

  .mediumTablet\:-ml-5{
    margin-left: -1.25rem;
  }

  .mediumTablet\:-ml-6{
    margin-left: -1.5rem;
  }

  .mediumTablet\:-ml-7{
    margin-left: -1.75rem;
  }

  .mediumTablet\:-ml-8{
    margin-left: -2rem;
  }

  .mediumTablet\:-ml-9{
    margin-left: -2.25rem;
  }

  .mediumTablet\:-ml-10{
    margin-left: -2.5rem;
  }

  .mediumTablet\:-ml-11{
    margin-left: -2.75rem;
  }

  .mediumTablet\:-ml-12{
    margin-left: -3rem;
  }

  .mediumTablet\:-ml-14{
    margin-left: -3.5rem;
  }

  .mediumTablet\:-ml-16{
    margin-left: -4rem;
  }

  .mediumTablet\:-ml-20{
    margin-left: -5rem;
  }

  .mediumTablet\:-ml-24{
    margin-left: -6rem;
  }

  .mediumTablet\:-ml-28{
    margin-left: -7rem;
  }

  .mediumTablet\:-ml-32{
    margin-left: -8rem;
  }

  .mediumTablet\:-ml-36{
    margin-left: -9rem;
  }

  .mediumTablet\:-ml-40{
    margin-left: -10rem;
  }

  .mediumTablet\:-ml-44{
    margin-left: -11rem;
  }

  .mediumTablet\:-ml-48{
    margin-left: -12rem;
  }

  .mediumTablet\:-ml-52{
    margin-left: -13rem;
  }

  .mediumTablet\:-ml-56{
    margin-left: -14rem;
  }

  .mediumTablet\:-ml-60{
    margin-left: -15rem;
  }

  .mediumTablet\:-ml-64{
    margin-left: -16rem;
  }

  .mediumTablet\:-ml-72{
    margin-left: -18rem;
  }

  .mediumTablet\:-ml-80{
    margin-left: -20rem;
  }

  .mediumTablet\:-ml-96{
    margin-left: -24rem;
  }

  .mediumTablet\:-ml-px{
    margin-left: -1px;
  }

  .mediumTablet\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .mediumTablet\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .mediumTablet\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .mediumTablet\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .mediumTablet\:box-border{
    box-sizing: border-box;
  }

  .mediumTablet\:box-content{
    box-sizing: content-box;
  }

  .mediumTablet\:block{
    display: block;
  }

  .mediumTablet\:inline-block{
    display: inline-block;
  }

  .mediumTablet\:inline{
    display: inline;
  }

  .mediumTablet\:flex{
    display: flex;
  }

  .mediumTablet\:inline-flex{
    display: inline-flex;
  }

  .mediumTablet\:table{
    display: table;
  }

  .mediumTablet\:inline-table{
    display: inline-table;
  }

  .mediumTablet\:table-caption{
    display: table-caption;
  }

  .mediumTablet\:table-cell{
    display: table-cell;
  }

  .mediumTablet\:table-column{
    display: table-column;
  }

  .mediumTablet\:table-column-group{
    display: table-column-group;
  }

  .mediumTablet\:table-footer-group{
    display: table-footer-group;
  }

  .mediumTablet\:table-header-group{
    display: table-header-group;
  }

  .mediumTablet\:table-row-group{
    display: table-row-group;
  }

  .mediumTablet\:table-row{
    display: table-row;
  }

  .mediumTablet\:flow-root{
    display: flow-root;
  }

  .mediumTablet\:grid{
    display: grid;
  }

  .mediumTablet\:inline-grid{
    display: inline-grid;
  }

  .mediumTablet\:contents{
    display: contents;
  }

  .mediumTablet\:list-item{
    display: list-item;
  }

  .mediumTablet\:hidden{
    display: none;
  }

  .mediumTablet\:h-0{
    height: 0px;
  }

  .mediumTablet\:h-1{
    height: 0.25rem;
  }

  .mediumTablet\:h-2{
    height: 0.5rem;
  }

  .mediumTablet\:h-3{
    height: 0.75rem;
  }

  .mediumTablet\:h-4{
    height: 1rem;
  }

  .mediumTablet\:h-5{
    height: 1.25rem;
  }

  .mediumTablet\:h-6{
    height: 1.5rem;
  }

  .mediumTablet\:h-7{
    height: 1.75rem;
  }

  .mediumTablet\:h-8{
    height: 2rem;
  }

  .mediumTablet\:h-9{
    height: 2.25rem;
  }

  .mediumTablet\:h-10{
    height: 2.5rem;
  }

  .mediumTablet\:h-11{
    height: 2.75rem;
  }

  .mediumTablet\:h-12{
    height: 3rem;
  }

  .mediumTablet\:h-14{
    height: 3.5rem;
  }

  .mediumTablet\:h-16{
    height: 4rem;
  }

  .mediumTablet\:h-20{
    height: 5rem;
  }

  .mediumTablet\:h-24{
    height: 6rem;
  }

  .mediumTablet\:h-28{
    height: 7rem;
  }

  .mediumTablet\:h-32{
    height: 8rem;
  }

  .mediumTablet\:h-36{
    height: 9rem;
  }

  .mediumTablet\:h-40{
    height: 10rem;
  }

  .mediumTablet\:h-44{
    height: 11rem;
  }

  .mediumTablet\:h-48{
    height: 12rem;
  }

  .mediumTablet\:h-52{
    height: 13rem;
  }

  .mediumTablet\:h-56{
    height: 14rem;
  }

  .mediumTablet\:h-60{
    height: 15rem;
  }

  .mediumTablet\:h-64{
    height: 16rem;
  }

  .mediumTablet\:h-72{
    height: 18rem;
  }

  .mediumTablet\:h-80{
    height: 20rem;
  }

  .mediumTablet\:h-96{
    height: 24rem;
  }

  .mediumTablet\:h-auto{
    height: auto;
  }

  .mediumTablet\:h-px{
    height: 1px;
  }

  .mediumTablet\:h-0\.5{
    height: 0.125rem;
  }

  .mediumTablet\:h-1\.5{
    height: 0.375rem;
  }

  .mediumTablet\:h-2\.5{
    height: 0.625rem;
  }

  .mediumTablet\:h-3\.5{
    height: 0.875rem;
  }

  .mediumTablet\:h-1\/2{
    height: 50%;
  }

  .mediumTablet\:h-1\/3{
    height: 33.333333%;
  }

  .mediumTablet\:h-2\/3{
    height: 66.666667%;
  }

  .mediumTablet\:h-1\/4{
    height: 25%;
  }

  .mediumTablet\:h-2\/4{
    height: 50%;
  }

  .mediumTablet\:h-3\/4{
    height: 75%;
  }

  .mediumTablet\:h-1\/5{
    height: 20%;
  }

  .mediumTablet\:h-2\/5{
    height: 40%;
  }

  .mediumTablet\:h-3\/5{
    height: 60%;
  }

  .mediumTablet\:h-4\/5{
    height: 80%;
  }

  .mediumTablet\:h-1\/6{
    height: 16.666667%;
  }

  .mediumTablet\:h-2\/6{
    height: 33.333333%;
  }

  .mediumTablet\:h-3\/6{
    height: 50%;
  }

  .mediumTablet\:h-4\/6{
    height: 66.666667%;
  }

  .mediumTablet\:h-5\/6{
    height: 83.333333%;
  }

  .mediumTablet\:h-full{
    height: 100%;
  }

  .mediumTablet\:h-screen{
    height: 100vh;
  }

  .mediumTablet\:max-h-0{
    max-height: 0px;
  }

  .mediumTablet\:max-h-1{
    max-height: 0.25rem;
  }

  .mediumTablet\:max-h-2{
    max-height: 0.5rem;
  }

  .mediumTablet\:max-h-3{
    max-height: 0.75rem;
  }

  .mediumTablet\:max-h-4{
    max-height: 1rem;
  }

  .mediumTablet\:max-h-5{
    max-height: 1.25rem;
  }

  .mediumTablet\:max-h-6{
    max-height: 1.5rem;
  }

  .mediumTablet\:max-h-7{
    max-height: 1.75rem;
  }

  .mediumTablet\:max-h-8{
    max-height: 2rem;
  }

  .mediumTablet\:max-h-9{
    max-height: 2.25rem;
  }

  .mediumTablet\:max-h-10{
    max-height: 2.5rem;
  }

  .mediumTablet\:max-h-11{
    max-height: 2.75rem;
  }

  .mediumTablet\:max-h-12{
    max-height: 3rem;
  }

  .mediumTablet\:max-h-14{
    max-height: 3.5rem;
  }

  .mediumTablet\:max-h-16{
    max-height: 4rem;
  }

  .mediumTablet\:max-h-20{
    max-height: 5rem;
  }

  .mediumTablet\:max-h-24{
    max-height: 6rem;
  }

  .mediumTablet\:max-h-28{
    max-height: 7rem;
  }

  .mediumTablet\:max-h-32{
    max-height: 8rem;
  }

  .mediumTablet\:max-h-36{
    max-height: 9rem;
  }

  .mediumTablet\:max-h-40{
    max-height: 10rem;
  }

  .mediumTablet\:max-h-44{
    max-height: 11rem;
  }

  .mediumTablet\:max-h-48{
    max-height: 12rem;
  }

  .mediumTablet\:max-h-52{
    max-height: 13rem;
  }

  .mediumTablet\:max-h-56{
    max-height: 14rem;
  }

  .mediumTablet\:max-h-60{
    max-height: 15rem;
  }

  .mediumTablet\:max-h-64{
    max-height: 16rem;
  }

  .mediumTablet\:max-h-72{
    max-height: 18rem;
  }

  .mediumTablet\:max-h-80{
    max-height: 20rem;
  }

  .mediumTablet\:max-h-96{
    max-height: 24rem;
  }

  .mediumTablet\:max-h-px{
    max-height: 1px;
  }

  .mediumTablet\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .mediumTablet\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .mediumTablet\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .mediumTablet\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .mediumTablet\:max-h-full{
    max-height: 100%;
  }

  .mediumTablet\:max-h-screen{
    max-height: 100vh;
  }

  .mediumTablet\:min-h-0{
    min-height: 0px;
  }

  .mediumTablet\:min-h-full{
    min-height: 100%;
  }

  .mediumTablet\:min-h-screen{
    min-height: 100vh;
  }

  .mediumTablet\:w-0{
    width: 0px;
  }

  .mediumTablet\:w-1{
    width: 0.25rem;
  }

  .mediumTablet\:w-2{
    width: 0.5rem;
  }

  .mediumTablet\:w-3{
    width: 0.75rem;
  }

  .mediumTablet\:w-4{
    width: 1rem;
  }

  .mediumTablet\:w-5{
    width: 1.25rem;
  }

  .mediumTablet\:w-6{
    width: 1.5rem;
  }

  .mediumTablet\:w-7{
    width: 1.75rem;
  }

  .mediumTablet\:w-8{
    width: 2rem;
  }

  .mediumTablet\:w-9{
    width: 2.25rem;
  }

  .mediumTablet\:w-10{
    width: 2.5rem;
  }

  .mediumTablet\:w-11{
    width: 2.75rem;
  }

  .mediumTablet\:w-12{
    width: 3rem;
  }

  .mediumTablet\:w-14{
    width: 3.5rem;
  }

  .mediumTablet\:w-16{
    width: 4rem;
  }

  .mediumTablet\:w-20{
    width: 5rem;
  }

  .mediumTablet\:w-24{
    width: 6rem;
  }

  .mediumTablet\:w-28{
    width: 7rem;
  }

  .mediumTablet\:w-32{
    width: 8rem;
  }

  .mediumTablet\:w-36{
    width: 9rem;
  }

  .mediumTablet\:w-40{
    width: 10rem;
  }

  .mediumTablet\:w-44{
    width: 11rem;
  }

  .mediumTablet\:w-48{
    width: 12rem;
  }

  .mediumTablet\:w-52{
    width: 13rem;
  }

  .mediumTablet\:w-56{
    width: 14rem;
  }

  .mediumTablet\:w-60{
    width: 15rem;
  }

  .mediumTablet\:w-64{
    width: 16rem;
  }

  .mediumTablet\:w-72{
    width: 18rem;
  }

  .mediumTablet\:w-80{
    width: 20rem;
  }

  .mediumTablet\:w-96{
    width: 24rem;
  }

  .mediumTablet\:w-auto{
    width: auto;
  }

  .mediumTablet\:w-px{
    width: 1px;
  }

  .mediumTablet\:w-0\.5{
    width: 0.125rem;
  }

  .mediumTablet\:w-1\.5{
    width: 0.375rem;
  }

  .mediumTablet\:w-2\.5{
    width: 0.625rem;
  }

  .mediumTablet\:w-3\.5{
    width: 0.875rem;
  }

  .mediumTablet\:w-1\/2{
    width: 50%;
  }

  .mediumTablet\:w-1\/3{
    width: 33.333333%;
  }

  .mediumTablet\:w-2\/3{
    width: 66.666667%;
  }

  .mediumTablet\:w-1\/4{
    width: 25%;
  }

  .mediumTablet\:w-2\/4{
    width: 50%;
  }

  .mediumTablet\:w-3\/4{
    width: 75%;
  }

  .mediumTablet\:w-1\/5{
    width: 20%;
  }

  .mediumTablet\:w-2\/5{
    width: 40%;
  }

  .mediumTablet\:w-3\/5{
    width: 60%;
  }

  .mediumTablet\:w-4\/5{
    width: 80%;
  }

  .mediumTablet\:w-1\/6{
    width: 16.666667%;
  }

  .mediumTablet\:w-2\/6{
    width: 33.333333%;
  }

  .mediumTablet\:w-3\/6{
    width: 50%;
  }

  .mediumTablet\:w-4\/6{
    width: 66.666667%;
  }

  .mediumTablet\:w-5\/6{
    width: 83.333333%;
  }

  .mediumTablet\:w-1\/12{
    width: 8.333333%;
  }

  .mediumTablet\:w-2\/12{
    width: 16.666667%;
  }

  .mediumTablet\:w-3\/12{
    width: 25%;
  }

  .mediumTablet\:w-4\/12{
    width: 33.333333%;
  }

  .mediumTablet\:w-5\/12{
    width: 41.666667%;
  }

  .mediumTablet\:w-6\/12{
    width: 50%;
  }

  .mediumTablet\:w-7\/12{
    width: 58.333333%;
  }

  .mediumTablet\:w-8\/12{
    width: 66.666667%;
  }

  .mediumTablet\:w-9\/12{
    width: 75%;
  }

  .mediumTablet\:w-10\/12{
    width: 83.333333%;
  }

  .mediumTablet\:w-11\/12{
    width: 91.666667%;
  }

  .mediumTablet\:w-full{
    width: 100%;
  }

  .mediumTablet\:w-screen{
    width: 100vw;
  }

  .mediumTablet\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .mediumTablet\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .mediumTablet\:min-w-0{
    min-width: 0px;
  }

  .mediumTablet\:min-w-full{
    min-width: 100%;
  }

  .mediumTablet\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .mediumTablet\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .mediumTablet\:max-w-0{
    max-width: 0rem;
  }

  .mediumTablet\:max-w-none{
    max-width: none;
  }

  .mediumTablet\:max-w-xs{
    max-width: 20rem;
  }

  .mediumTablet\:max-w-sm{
    max-width: 24rem;
  }

  .mediumTablet\:max-w-md{
    max-width: 28rem;
  }

  .mediumTablet\:max-w-lg{
    max-width: 32rem;
  }

  .mediumTablet\:max-w-xl{
    max-width: 36rem;
  }

  .mediumTablet\:max-w-2xl{
    max-width: 42rem;
  }

  .mediumTablet\:max-w-3xl{
    max-width: 48rem;
  }

  .mediumTablet\:max-w-4xl{
    max-width: 56rem;
  }

  .mediumTablet\:max-w-5xl{
    max-width: 64rem;
  }

  .mediumTablet\:max-w-6xl{
    max-width: 72rem;
  }

  .mediumTablet\:max-w-7xl{
    max-width: 80rem;
  }

  .mediumTablet\:max-w-full{
    max-width: 100%;
  }

  .mediumTablet\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .mediumTablet\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .mediumTablet\:max-w-prose{
    max-width: 65ch;
  }

  .mediumTablet\:max-w-screen-sm{
    max-width: 640px;
  }

  .mediumTablet\:max-w-screen-md{
    max-width: 768px;
  }

  .mediumTablet\:max-w-screen-lg{
    max-width: 1024px;
  }

  .mediumTablet\:max-w-screen-xl{
    max-width: 1280px;
  }

  .mediumTablet\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .mediumTablet\:flex-1{
    flex: 1 1 0%;
  }

  .mediumTablet\:flex-auto{
    flex: 1 1 auto;
  }

  .mediumTablet\:flex-initial{
    flex: 0 1 auto;
  }

  .mediumTablet\:flex-none{
    flex: none;
  }

  .mediumTablet\:flex-shrink-0{
    flex-shrink: 0;
  }

  .mediumTablet\:flex-shrink{
    flex-shrink: 1;
  }

  .mediumTablet\:flex-grow-0{
    flex-grow: 0;
  }

  .mediumTablet\:flex-grow{
    flex-grow: 1;
  }

  .mediumTablet\:table-auto{
    table-layout: auto;
  }

  .mediumTablet\:table-fixed{
    table-layout: fixed;
  }

  .mediumTablet\:border-collapse{
    border-collapse: collapse;
  }

  .mediumTablet\:border-separate{
    border-collapse: separate;
  }

  .mediumTablet\:origin-center{
    transform-origin: center;
  }

  .mediumTablet\:origin-top{
    transform-origin: top;
  }

  .mediumTablet\:origin-top-right{
    transform-origin: top right;
  }

  .mediumTablet\:origin-right{
    transform-origin: right;
  }

  .mediumTablet\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .mediumTablet\:origin-bottom{
    transform-origin: bottom;
  }

  .mediumTablet\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .mediumTablet\:origin-left{
    transform-origin: left;
  }

  .mediumTablet\:origin-top-left{
    transform-origin: top left;
  }

  .mediumTablet\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mediumTablet\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mediumTablet\:transform-none{
    transform: none;
  }

  .mediumTablet\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .mediumTablet\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .mediumTablet\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .mediumTablet\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .mediumTablet\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .mediumTablet\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .mediumTablet\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .mediumTablet\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .mediumTablet\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .mediumTablet\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .mediumTablet\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .mediumTablet\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .mediumTablet\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .mediumTablet\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .mediumTablet\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .mediumTablet\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .mediumTablet\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .mediumTablet\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .mediumTablet\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .mediumTablet\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .mediumTablet\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .mediumTablet\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .mediumTablet\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .mediumTablet\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .mediumTablet\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .mediumTablet\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .mediumTablet\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .mediumTablet\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .mediumTablet\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .mediumTablet\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .mediumTablet\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .mediumTablet\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .mediumTablet\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .mediumTablet\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .mediumTablet\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .mediumTablet\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .mediumTablet\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .mediumTablet\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .mediumTablet\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .mediumTablet\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .mediumTablet\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .mediumTablet\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .mediumTablet\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .mediumTablet\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .mediumTablet\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .mediumTablet\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .mediumTablet\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .mediumTablet\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .mediumTablet\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .mediumTablet\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .mediumTablet\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .mediumTablet\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .mediumTablet\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .mediumTablet\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .mediumTablet\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .mediumTablet\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .mediumTablet\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .mediumTablet\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .mediumTablet\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .mediumTablet\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .mediumTablet\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .mediumTablet\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .mediumTablet\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .mediumTablet\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .mediumTablet\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .mediumTablet\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .mediumTablet\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .mediumTablet\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .mediumTablet\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .mediumTablet\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .mediumTablet\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .mediumTablet\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .mediumTablet\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .mediumTablet\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .mediumTablet\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .mediumTablet\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .mediumTablet\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .mediumTablet\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .mediumTablet\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .mediumTablet\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .mediumTablet\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .mediumTablet\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .mediumTablet\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .mediumTablet\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .mediumTablet\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .mediumTablet\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .mediumTablet\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .mediumTablet\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .mediumTablet\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .mediumTablet\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .mediumTablet\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .mediumTablet\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .mediumTablet\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .mediumTablet\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .mediumTablet\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .mediumTablet\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .mediumTablet\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .mediumTablet\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .mediumTablet\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .mediumTablet\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .mediumTablet\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .mediumTablet\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .mediumTablet\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .mediumTablet\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .mediumTablet\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .mediumTablet\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .mediumTablet\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .mediumTablet\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .mediumTablet\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .mediumTablet\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .mediumTablet\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .mediumTablet\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .mediumTablet\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .mediumTablet\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .mediumTablet\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .mediumTablet\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .mediumTablet\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .mediumTablet\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .mediumTablet\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .mediumTablet\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .mediumTablet\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .mediumTablet\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .mediumTablet\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .mediumTablet\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .mediumTablet\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .mediumTablet\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .mediumTablet\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .mediumTablet\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .mediumTablet\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .mediumTablet\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .mediumTablet\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .mediumTablet\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .mediumTablet\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .mediumTablet\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .mediumTablet\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .mediumTablet\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .mediumTablet\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .mediumTablet\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .mediumTablet\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .mediumTablet\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .mediumTablet\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .mediumTablet\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .mediumTablet\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .mediumTablet\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .mediumTablet\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .mediumTablet\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .mediumTablet\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .mediumTablet\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .mediumTablet\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .mediumTablet\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .mediumTablet\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .mediumTablet\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .mediumTablet\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .mediumTablet\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .mediumTablet\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .mediumTablet\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .mediumTablet\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .mediumTablet\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .mediumTablet\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .mediumTablet\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .mediumTablet\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .mediumTablet\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .mediumTablet\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .mediumTablet\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .mediumTablet\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .mediumTablet\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .mediumTablet\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .mediumTablet\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .mediumTablet\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .mediumTablet\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .mediumTablet\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .mediumTablet\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .mediumTablet\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .mediumTablet\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .mediumTablet\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .mediumTablet\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .mediumTablet\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .mediumTablet\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .mediumTablet\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .mediumTablet\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .mediumTablet\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .mediumTablet\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .mediumTablet\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .mediumTablet\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .mediumTablet\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .mediumTablet\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .mediumTablet\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .mediumTablet\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .mediumTablet\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .mediumTablet\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .mediumTablet\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .mediumTablet\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .mediumTablet\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .mediumTablet\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .mediumTablet\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .mediumTablet\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .mediumTablet\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .mediumTablet\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .mediumTablet\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .mediumTablet\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .mediumTablet\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .mediumTablet\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .mediumTablet\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .mediumTablet\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .mediumTablet\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .mediumTablet\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .mediumTablet\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .mediumTablet\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .mediumTablet\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .mediumTablet\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .mediumTablet\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .mediumTablet\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .mediumTablet\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .mediumTablet\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .mediumTablet\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .mediumTablet\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .mediumTablet\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .mediumTablet\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .mediumTablet\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .mediumTablet\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .mediumTablet\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .mediumTablet\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .mediumTablet\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .mediumTablet\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .mediumTablet\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .mediumTablet\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .mediumTablet\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .mediumTablet\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .mediumTablet\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .mediumTablet\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .mediumTablet\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .mediumTablet\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .mediumTablet\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .mediumTablet\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .mediumTablet\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .mediumTablet\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .mediumTablet\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .mediumTablet\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .mediumTablet\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .mediumTablet\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .mediumTablet\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .mediumTablet\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .mediumTablet\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .mediumTablet\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .mediumTablet\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .mediumTablet\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .mediumTablet\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .mediumTablet\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .mediumTablet\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .mediumTablet\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .mediumTablet\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .mediumTablet\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .mediumTablet\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .mediumTablet\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .mediumTablet\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .mediumTablet\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .mediumTablet\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .mediumTablet\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .mediumTablet\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .mediumTablet\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .mediumTablet\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .mediumTablet\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .mediumTablet\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .mediumTablet\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .mediumTablet\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .mediumTablet\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .mediumTablet\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .mediumTablet\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .mediumTablet\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .mediumTablet\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .mediumTablet\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .mediumTablet\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .mediumTablet\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .mediumTablet\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .mediumTablet\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .mediumTablet\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .mediumTablet\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .mediumTablet\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .mediumTablet\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .mediumTablet\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .mediumTablet\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .mediumTablet\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .mediumTablet\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .mediumTablet\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .mediumTablet\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .mediumTablet\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .mediumTablet\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .mediumTablet\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .mediumTablet\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .mediumTablet\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .mediumTablet\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .mediumTablet\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .mediumTablet\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .mediumTablet\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .mediumTablet\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .mediumTablet\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .mediumTablet\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .mediumTablet\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .mediumTablet\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .mediumTablet\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .mediumTablet\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .mediumTablet\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .mediumTablet\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .mediumTablet\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .mediumTablet\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .mediumTablet\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .mediumTablet\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .mediumTablet\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .mediumTablet\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .mediumTablet\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .mediumTablet\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .mediumTablet\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .mediumTablet\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .mediumTablet\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .mediumTablet\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .mediumTablet\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .mediumTablet\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .mediumTablet\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .mediumTablet\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .mediumTablet\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .mediumTablet\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .mediumTablet\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .mediumTablet\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .mediumTablet\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .mediumTablet\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .mediumTablet\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .mediumTablet\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .mediumTablet\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .mediumTablet\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .mediumTablet\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .mediumTablet\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .mediumTablet\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .mediumTablet\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .mediumTablet\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .mediumTablet\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .mediumTablet\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .mediumTablet\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .mediumTablet\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .mediumTablet\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .mediumTablet\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .mediumTablet\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .mediumTablet\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .mediumTablet\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .mediumTablet\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .mediumTablet\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .mediumTablet\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .mediumTablet\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .mediumTablet\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .mediumTablet\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .mediumTablet\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .mediumTablet\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .mediumTablet\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .mediumTablet\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .mediumTablet\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .mediumTablet\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .mediumTablet\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .mediumTablet\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .mediumTablet\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .mediumTablet\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .mediumTablet\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .mediumTablet\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .mediumTablet\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .mediumTablet\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .mediumTablet\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .mediumTablet\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .mediumTablet\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .mediumTablet\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .mediumTablet\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .mediumTablet\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .mediumTablet\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .mediumTablet\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .mediumTablet\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .mediumTablet\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .mediumTablet\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .mediumTablet\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .mediumTablet\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .mediumTablet\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .mediumTablet\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .mediumTablet\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .mediumTablet\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .mediumTablet\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .mediumTablet\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .mediumTablet\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .mediumTablet\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .mediumTablet\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .mediumTablet\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .mediumTablet\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .mediumTablet\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .mediumTablet\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .mediumTablet\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .mediumTablet\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .mediumTablet\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .mediumTablet\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .mediumTablet\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .mediumTablet\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .mediumTablet\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .mediumTablet\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .mediumTablet\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .mediumTablet\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .mediumTablet\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .mediumTablet\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .mediumTablet\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .mediumTablet\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .mediumTablet\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .mediumTablet\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .mediumTablet\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .mediumTablet\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .mediumTablet\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .mediumTablet\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .mediumTablet\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .mediumTablet\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .mediumTablet\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .mediumTablet\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .mediumTablet\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .mediumTablet\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .mediumTablet\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .mediumTablet\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .mediumTablet\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .mediumTablet\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .mediumTablet\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .mediumTablet\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .mediumTablet\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .mediumTablet\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .mediumTablet\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .mediumTablet\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .mediumTablet\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .mediumTablet\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .mediumTablet\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .mediumTablet\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .mediumTablet\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .mediumTablet\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .mediumTablet\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .mediumTablet\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .mediumTablet\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .mediumTablet\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .mediumTablet\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .mediumTablet\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .mediumTablet\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .mediumTablet\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .mediumTablet\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .mediumTablet\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .mediumTablet\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .mediumTablet\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .mediumTablet\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .mediumTablet\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .mediumTablet\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .mediumTablet\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .mediumTablet\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .mediumTablet\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .mediumTablet\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .mediumTablet\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .mediumTablet\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .mediumTablet\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .mediumTablet\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .mediumTablet\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .mediumTablet\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .mediumTablet\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .mediumTablet\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .mediumTablet\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .mediumTablet\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .mediumTablet\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .mediumTablet\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .mediumTablet\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .mediumTablet\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .mediumTablet\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .mediumTablet\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .mediumTablet\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .mediumTablet\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .mediumTablet\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .mediumTablet\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .mediumTablet\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .mediumTablet\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .mediumTablet\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .mediumTablet\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .mediumTablet\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .mediumTablet\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .mediumTablet\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .mediumTablet\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .mediumTablet\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .mediumTablet\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .mediumTablet\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .mediumTablet\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .mediumTablet\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .mediumTablet\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .mediumTablet\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .mediumTablet\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .mediumTablet\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .mediumTablet\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .mediumTablet\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .mediumTablet\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .mediumTablet\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .mediumTablet\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .mediumTablet\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .mediumTablet\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .mediumTablet\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .mediumTablet\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .mediumTablet\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .mediumTablet\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .mediumTablet\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .mediumTablet\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .mediumTablet\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .mediumTablet\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .mediumTablet\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .mediumTablet\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .mediumTablet\:rotate-0{
    --tw-rotate: 0deg;
  }

  .mediumTablet\:rotate-1{
    --tw-rotate: 1deg;
  }

  .mediumTablet\:rotate-2{
    --tw-rotate: 2deg;
  }

  .mediumTablet\:rotate-3{
    --tw-rotate: 3deg;
  }

  .mediumTablet\:rotate-6{
    --tw-rotate: 6deg;
  }

  .mediumTablet\:rotate-12{
    --tw-rotate: 12deg;
  }

  .mediumTablet\:rotate-45{
    --tw-rotate: 45deg;
  }

  .mediumTablet\:rotate-90{
    --tw-rotate: 90deg;
  }

  .mediumTablet\:rotate-180{
    --tw-rotate: 180deg;
  }

  .mediumTablet\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .mediumTablet\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .mediumTablet\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .mediumTablet\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .mediumTablet\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .mediumTablet\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .mediumTablet\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .mediumTablet\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .mediumTablet\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .mediumTablet\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .mediumTablet\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .mediumTablet\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .mediumTablet\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .mediumTablet\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .mediumTablet\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .mediumTablet\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .mediumTablet\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .mediumTablet\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .mediumTablet\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .mediumTablet\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .mediumTablet\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .mediumTablet\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .mediumTablet\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .mediumTablet\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .mediumTablet\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .mediumTablet\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .mediumTablet\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .mediumTablet\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .mediumTablet\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .mediumTablet\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .mediumTablet\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .mediumTablet\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .mediumTablet\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .mediumTablet\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .mediumTablet\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .mediumTablet\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .mediumTablet\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .mediumTablet\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .mediumTablet\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .mediumTablet\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .mediumTablet\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .mediumTablet\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .mediumTablet\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .mediumTablet\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .mediumTablet\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .mediumTablet\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .mediumTablet\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .mediumTablet\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .mediumTablet\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .mediumTablet\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .mediumTablet\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .mediumTablet\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .mediumTablet\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .mediumTablet\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .mediumTablet\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .mediumTablet\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .mediumTablet\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .mediumTablet\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .mediumTablet\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .mediumTablet\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .mediumTablet\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .mediumTablet\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .mediumTablet\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .mediumTablet\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .mediumTablet\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .mediumTablet\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .mediumTablet\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .mediumTablet\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .mediumTablet\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .mediumTablet\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .mediumTablet\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .mediumTablet\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .mediumTablet\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .mediumTablet\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .mediumTablet\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .mediumTablet\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .mediumTablet\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .mediumTablet\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .mediumTablet\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .mediumTablet\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .mediumTablet\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .mediumTablet\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .mediumTablet\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .mediumTablet\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .mediumTablet\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .mediumTablet\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .mediumTablet\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .mediumTablet\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .mediumTablet\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .mediumTablet\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .mediumTablet\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .mediumTablet\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .mediumTablet\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .mediumTablet\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .mediumTablet\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .mediumTablet\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .mediumTablet\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .mediumTablet\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .mediumTablet\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .mediumTablet\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .mediumTablet\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .mediumTablet\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .mediumTablet\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .mediumTablet\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .mediumTablet\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .mediumTablet\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .mediumTablet\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .mediumTablet\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .mediumTablet\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .mediumTablet\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .mediumTablet\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .mediumTablet\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .mediumTablet\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .mediumTablet\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .mediumTablet\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .mediumTablet\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .mediumTablet\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .mediumTablet\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .mediumTablet\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .mediumTablet\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .mediumTablet\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .mediumTablet\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .mediumTablet\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .mediumTablet\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .mediumTablet\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .mediumTablet\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .mediumTablet\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .mediumTablet\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .mediumTablet\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .mediumTablet\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .mediumTablet\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .mediumTablet\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .mediumTablet\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .mediumTablet\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .mediumTablet\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .mediumTablet\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .mediumTablet\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .mediumTablet\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .mediumTablet\:scale-x-0{
    --tw-scale-x: 0;
  }

  .mediumTablet\:scale-x-50{
    --tw-scale-x: .5;
  }

  .mediumTablet\:scale-x-75{
    --tw-scale-x: .75;
  }

  .mediumTablet\:scale-x-90{
    --tw-scale-x: .9;
  }

  .mediumTablet\:scale-x-95{
    --tw-scale-x: .95;
  }

  .mediumTablet\:scale-x-100{
    --tw-scale-x: 1;
  }

  .mediumTablet\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .mediumTablet\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .mediumTablet\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .mediumTablet\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .mediumTablet\:scale-y-0{
    --tw-scale-y: 0;
  }

  .mediumTablet\:scale-y-50{
    --tw-scale-y: .5;
  }

  .mediumTablet\:scale-y-75{
    --tw-scale-y: .75;
  }

  .mediumTablet\:scale-y-90{
    --tw-scale-y: .9;
  }

  .mediumTablet\:scale-y-95{
    --tw-scale-y: .95;
  }

  .mediumTablet\:scale-y-100{
    --tw-scale-y: 1;
  }

  .mediumTablet\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .mediumTablet\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .mediumTablet\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .mediumTablet\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .mediumTablet\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .mediumTablet\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .mediumTablet\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .mediumTablet\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .mediumTablet\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .mediumTablet\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .mediumTablet\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .mediumTablet\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .mediumTablet\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .mediumTablet\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .mediumTablet\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .mediumTablet\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .mediumTablet\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .mediumTablet\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .mediumTablet\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .mediumTablet\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .mediumTablet\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .mediumTablet\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .mediumTablet\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .mediumTablet\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .mediumTablet\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .mediumTablet\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .mediumTablet\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .mediumTablet\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .mediumTablet\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .mediumTablet\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .mediumTablet\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .mediumTablet\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .mediumTablet\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .mediumTablet\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .mediumTablet\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .mediumTablet\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .mediumTablet\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .mediumTablet\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .mediumTablet\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .mediumTablet\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .mediumTablet\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .mediumTablet\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .mediumTablet\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .mediumTablet\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .mediumTablet\:animate-none{
    animation: none;
  }

  .mediumTablet\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .mediumTablet\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .mediumTablet\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .mediumTablet\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .mediumTablet\:cursor-auto{
    cursor: auto;
  }

  .mediumTablet\:cursor-default{
    cursor: default;
  }

  .mediumTablet\:cursor-pointer{
    cursor: pointer;
  }

  .mediumTablet\:cursor-wait{
    cursor: wait;
  }

  .mediumTablet\:cursor-text{
    cursor: text;
  }

  .mediumTablet\:cursor-move{
    cursor: move;
  }

  .mediumTablet\:cursor-help{
    cursor: help;
  }

  .mediumTablet\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .mediumTablet\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .mediumTablet\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .mediumTablet\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .mediumTablet\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .mediumTablet\:resize-none{
    resize: none;
  }

  .mediumTablet\:resize-y{
    resize: vertical;
  }

  .mediumTablet\:resize-x{
    resize: horizontal;
  }

  .mediumTablet\:resize{
    resize: both;
  }

  .mediumTablet\:list-inside{
    list-style-position: inside;
  }

  .mediumTablet\:list-outside{
    list-style-position: outside;
  }

  .mediumTablet\:list-none{
    list-style-type: none;
  }

  .mediumTablet\:list-disc{
    list-style-type: disc;
  }

  .mediumTablet\:list-decimal{
    list-style-type: decimal;
  }

  .mediumTablet\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .mediumTablet\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .mediumTablet\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .mediumTablet\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .mediumTablet\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .mediumTablet\:grid-flow-row{
    grid-auto-flow: row;
  }

  .mediumTablet\:grid-flow-col{
    grid-auto-flow: column;
  }

  .mediumTablet\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .mediumTablet\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .mediumTablet\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .mediumTablet\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .mediumTablet\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .mediumTablet\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .mediumTablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .mediumTablet\:grid-cols-none{
    grid-template-columns: none;
  }

  .mediumTablet\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .mediumTablet\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .mediumTablet\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .mediumTablet\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .mediumTablet\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .mediumTablet\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .mediumTablet\:grid-rows-none{
    grid-template-rows: none;
  }

  .mediumTablet\:flex-row{
    flex-direction: row;
  }

  .mediumTablet\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .mediumTablet\:flex-col{
    flex-direction: column;
  }

  .mediumTablet\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .mediumTablet\:flex-wrap{
    flex-wrap: wrap;
  }

  .mediumTablet\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .mediumTablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .mediumTablet\:place-content-center{
    place-content: center;
  }

  .mediumTablet\:place-content-start{
    place-content: start;
  }

  .mediumTablet\:place-content-end{
    place-content: end;
  }

  .mediumTablet\:place-content-between{
    place-content: space-between;
  }

  .mediumTablet\:place-content-around{
    place-content: space-around;
  }

  .mediumTablet\:place-content-evenly{
    place-content: space-evenly;
  }

  .mediumTablet\:place-content-stretch{
    place-content: stretch;
  }

  .mediumTablet\:place-items-start{
    place-items: start;
  }

  .mediumTablet\:place-items-end{
    place-items: end;
  }

  .mediumTablet\:place-items-center{
    place-items: center;
  }

  .mediumTablet\:place-items-stretch{
    place-items: stretch;
  }

  .mediumTablet\:content-center{
    align-content: center;
  }

  .mediumTablet\:content-start{
    align-content: flex-start;
  }

  .mediumTablet\:content-end{
    align-content: flex-end;
  }

  .mediumTablet\:content-between{
    align-content: space-between;
  }

  .mediumTablet\:content-around{
    align-content: space-around;
  }

  .mediumTablet\:content-evenly{
    align-content: space-evenly;
  }

  .mediumTablet\:items-start{
    align-items: flex-start;
  }

  .mediumTablet\:items-end{
    align-items: flex-end;
  }

  .mediumTablet\:items-center{
    align-items: center;
  }

  .mediumTablet\:items-baseline{
    align-items: baseline;
  }

  .mediumTablet\:items-stretch{
    align-items: stretch;
  }

  .mediumTablet\:justify-start{
    justify-content: flex-start;
  }

  .mediumTablet\:justify-end{
    justify-content: flex-end;
  }

  .mediumTablet\:justify-center{
    justify-content: center;
  }

  .mediumTablet\:justify-between{
    justify-content: space-between;
  }

  .mediumTablet\:justify-around{
    justify-content: space-around;
  }

  .mediumTablet\:justify-evenly{
    justify-content: space-evenly;
  }

  .mediumTablet\:justify-items-start{
    justify-items: start;
  }

  .mediumTablet\:justify-items-end{
    justify-items: end;
  }

  .mediumTablet\:justify-items-center{
    justify-items: center;
  }

  .mediumTablet\:justify-items-stretch{
    justify-items: stretch;
  }

  .mediumTablet\:gap-0{
    gap: 0px;
  }

  .mediumTablet\:gap-1{
    gap: 0.25rem;
  }

  .mediumTablet\:gap-2{
    gap: 0.5rem;
  }

  .mediumTablet\:gap-3{
    gap: 0.75rem;
  }

  .mediumTablet\:gap-4{
    gap: 1rem;
  }

  .mediumTablet\:gap-5{
    gap: 1.25rem;
  }

  .mediumTablet\:gap-6{
    gap: 1.5rem;
  }

  .mediumTablet\:gap-7{
    gap: 1.75rem;
  }

  .mediumTablet\:gap-8{
    gap: 2rem;
  }

  .mediumTablet\:gap-9{
    gap: 2.25rem;
  }

  .mediumTablet\:gap-10{
    gap: 2.5rem;
  }

  .mediumTablet\:gap-11{
    gap: 2.75rem;
  }

  .mediumTablet\:gap-12{
    gap: 3rem;
  }

  .mediumTablet\:gap-14{
    gap: 3.5rem;
  }

  .mediumTablet\:gap-16{
    gap: 4rem;
  }

  .mediumTablet\:gap-20{
    gap: 5rem;
  }

  .mediumTablet\:gap-24{
    gap: 6rem;
  }

  .mediumTablet\:gap-28{
    gap: 7rem;
  }

  .mediumTablet\:gap-32{
    gap: 8rem;
  }

  .mediumTablet\:gap-36{
    gap: 9rem;
  }

  .mediumTablet\:gap-40{
    gap: 10rem;
  }

  .mediumTablet\:gap-44{
    gap: 11rem;
  }

  .mediumTablet\:gap-48{
    gap: 12rem;
  }

  .mediumTablet\:gap-52{
    gap: 13rem;
  }

  .mediumTablet\:gap-56{
    gap: 14rem;
  }

  .mediumTablet\:gap-60{
    gap: 15rem;
  }

  .mediumTablet\:gap-64{
    gap: 16rem;
  }

  .mediumTablet\:gap-72{
    gap: 18rem;
  }

  .mediumTablet\:gap-80{
    gap: 20rem;
  }

  .mediumTablet\:gap-96{
    gap: 24rem;
  }

  .mediumTablet\:gap-px{
    gap: 1px;
  }

  .mediumTablet\:gap-0\.5{
    gap: 0.125rem;
  }

  .mediumTablet\:gap-1\.5{
    gap: 0.375rem;
  }

  .mediumTablet\:gap-2\.5{
    gap: 0.625rem;
  }

  .mediumTablet\:gap-3\.5{
    gap: 0.875rem;
  }

  .mediumTablet\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .mediumTablet\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .mediumTablet\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .mediumTablet\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .mediumTablet\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .mediumTablet\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .mediumTablet\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .mediumTablet\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .mediumTablet\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .mediumTablet\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .mediumTablet\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .mediumTablet\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .mediumTablet\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .mediumTablet\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .mediumTablet\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .mediumTablet\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .mediumTablet\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .mediumTablet\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .mediumTablet\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .mediumTablet\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .mediumTablet\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .mediumTablet\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .mediumTablet\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .mediumTablet\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .mediumTablet\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .mediumTablet\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .mediumTablet\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .mediumTablet\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .mediumTablet\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .mediumTablet\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .mediumTablet\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .mediumTablet\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .mediumTablet\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .mediumTablet\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .mediumTablet\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .mediumTablet\:gap-y-0{
    row-gap: 0px;
  }

  .mediumTablet\:gap-y-1{
    row-gap: 0.25rem;
  }

  .mediumTablet\:gap-y-2{
    row-gap: 0.5rem;
  }

  .mediumTablet\:gap-y-3{
    row-gap: 0.75rem;
  }

  .mediumTablet\:gap-y-4{
    row-gap: 1rem;
  }

  .mediumTablet\:gap-y-5{
    row-gap: 1.25rem;
  }

  .mediumTablet\:gap-y-6{
    row-gap: 1.5rem;
  }

  .mediumTablet\:gap-y-7{
    row-gap: 1.75rem;
  }

  .mediumTablet\:gap-y-8{
    row-gap: 2rem;
  }

  .mediumTablet\:gap-y-9{
    row-gap: 2.25rem;
  }

  .mediumTablet\:gap-y-10{
    row-gap: 2.5rem;
  }

  .mediumTablet\:gap-y-11{
    row-gap: 2.75rem;
  }

  .mediumTablet\:gap-y-12{
    row-gap: 3rem;
  }

  .mediumTablet\:gap-y-14{
    row-gap: 3.5rem;
  }

  .mediumTablet\:gap-y-16{
    row-gap: 4rem;
  }

  .mediumTablet\:gap-y-20{
    row-gap: 5rem;
  }

  .mediumTablet\:gap-y-24{
    row-gap: 6rem;
  }

  .mediumTablet\:gap-y-28{
    row-gap: 7rem;
  }

  .mediumTablet\:gap-y-32{
    row-gap: 8rem;
  }

  .mediumTablet\:gap-y-36{
    row-gap: 9rem;
  }

  .mediumTablet\:gap-y-40{
    row-gap: 10rem;
  }

  .mediumTablet\:gap-y-44{
    row-gap: 11rem;
  }

  .mediumTablet\:gap-y-48{
    row-gap: 12rem;
  }

  .mediumTablet\:gap-y-52{
    row-gap: 13rem;
  }

  .mediumTablet\:gap-y-56{
    row-gap: 14rem;
  }

  .mediumTablet\:gap-y-60{
    row-gap: 15rem;
  }

  .mediumTablet\:gap-y-64{
    row-gap: 16rem;
  }

  .mediumTablet\:gap-y-72{
    row-gap: 18rem;
  }

  .mediumTablet\:gap-y-80{
    row-gap: 20rem;
  }

  .mediumTablet\:gap-y-96{
    row-gap: 24rem;
  }

  .mediumTablet\:gap-y-px{
    row-gap: 1px;
  }

  .mediumTablet\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .mediumTablet\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .mediumTablet\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .mediumTablet\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .mediumTablet\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .mediumTablet\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .mediumTablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .mediumTablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .mediumTablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .mediumTablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .mediumTablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .mediumTablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .mediumTablet\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .mediumTablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .mediumTablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .mediumTablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .mediumTablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .mediumTablet\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .mediumTablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .mediumTablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .mediumTablet\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .mediumTablet\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .mediumTablet\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .mediumTablet\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .mediumTablet\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .mediumTablet\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .mediumTablet\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .mediumTablet\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .mediumTablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .mediumTablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .mediumTablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .mediumTablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .mediumTablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .mediumTablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .mediumTablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .mediumTablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .mediumTablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .mediumTablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .mediumTablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .mediumTablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .mediumTablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .mediumTablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .mediumTablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .mediumTablet\:place-self-auto{
    place-self: auto;
  }

  .mediumTablet\:place-self-start{
    place-self: start;
  }

  .mediumTablet\:place-self-end{
    place-self: end;
  }

  .mediumTablet\:place-self-center{
    place-self: center;
  }

  .mediumTablet\:place-self-stretch{
    place-self: stretch;
  }

  .mediumTablet\:self-auto{
    align-self: auto;
  }

  .mediumTablet\:self-start{
    align-self: flex-start;
  }

  .mediumTablet\:self-end{
    align-self: flex-end;
  }

  .mediumTablet\:self-center{
    align-self: center;
  }

  .mediumTablet\:self-stretch{
    align-self: stretch;
  }

  .mediumTablet\:self-baseline{
    align-self: baseline;
  }

  .mediumTablet\:justify-self-auto{
    justify-self: auto;
  }

  .mediumTablet\:justify-self-start{
    justify-self: start;
  }

  .mediumTablet\:justify-self-end{
    justify-self: end;
  }

  .mediumTablet\:justify-self-center{
    justify-self: center;
  }

  .mediumTablet\:justify-self-stretch{
    justify-self: stretch;
  }

  .mediumTablet\:overflow-auto{
    overflow: auto;
  }

  .mediumTablet\:overflow-hidden{
    overflow: hidden;
  }

  .mediumTablet\:overflow-visible{
    overflow: visible;
  }

  .mediumTablet\:overflow-scroll{
    overflow: scroll;
  }

  .mediumTablet\:overflow-x-auto{
    overflow-x: auto;
  }

  .mediumTablet\:overflow-y-auto{
    overflow-y: auto;
  }

  .mediumTablet\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .mediumTablet\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .mediumTablet\:overflow-x-visible{
    overflow-x: visible;
  }

  .mediumTablet\:overflow-y-visible{
    overflow-y: visible;
  }

  .mediumTablet\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .mediumTablet\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .mediumTablet\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .mediumTablet\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .mediumTablet\:overscroll-none{
    overscroll-behavior: none;
  }

  .mediumTablet\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .mediumTablet\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .mediumTablet\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .mediumTablet\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .mediumTablet\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .mediumTablet\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .mediumTablet\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mediumTablet\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .mediumTablet\:overflow-clip{
    text-overflow: clip;
  }

  .mediumTablet\:whitespace-normal{
    white-space: normal;
  }

  .mediumTablet\:whitespace-nowrap{
    white-space: nowrap;
  }

  .mediumTablet\:whitespace-pre{
    white-space: pre;
  }

  .mediumTablet\:whitespace-pre-line{
    white-space: pre-line;
  }

  .mediumTablet\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .mediumTablet\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .mediumTablet\:break-words{
    overflow-wrap: break-word;
  }

  .mediumTablet\:break-all{
    word-break: break-all;
  }

  .mediumTablet\:rounded-none{
    border-radius: 0px;
  }

  .mediumTablet\:rounded-sm{
    border-radius: 0.125rem;
  }

  .mediumTablet\:rounded{
    border-radius: 0.25rem;
  }

  .mediumTablet\:rounded-md{
    border-radius: 0.375rem;
  }

  .mediumTablet\:rounded-lg{
    border-radius: 0.5rem;
  }

  .mediumTablet\:rounded-xl{
    border-radius: 0.75rem;
  }

  .mediumTablet\:rounded-2xl{
    border-radius: 1rem;
  }

  .mediumTablet\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .mediumTablet\:rounded-full{
    border-radius: 9999px;
  }

  .mediumTablet\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .mediumTablet\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .mediumTablet\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .mediumTablet\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .mediumTablet\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .mediumTablet\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .mediumTablet\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .mediumTablet\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .mediumTablet\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .mediumTablet\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .mediumTablet\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .mediumTablet\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .mediumTablet\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .mediumTablet\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .mediumTablet\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .mediumTablet\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .mediumTablet\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .mediumTablet\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .mediumTablet\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .mediumTablet\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .mediumTablet\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .mediumTablet\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .mediumTablet\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .mediumTablet\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .mediumTablet\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .mediumTablet\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .mediumTablet\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .mediumTablet\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .mediumTablet\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .mediumTablet\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .mediumTablet\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .mediumTablet\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .mediumTablet\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .mediumTablet\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .mediumTablet\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .mediumTablet\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .mediumTablet\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .mediumTablet\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .mediumTablet\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .mediumTablet\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .mediumTablet\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .mediumTablet\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .mediumTablet\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .mediumTablet\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .mediumTablet\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .mediumTablet\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .mediumTablet\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .mediumTablet\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .mediumTablet\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .mediumTablet\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .mediumTablet\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .mediumTablet\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .mediumTablet\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .mediumTablet\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .mediumTablet\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .mediumTablet\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .mediumTablet\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .mediumTablet\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .mediumTablet\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .mediumTablet\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .mediumTablet\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .mediumTablet\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .mediumTablet\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .mediumTablet\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .mediumTablet\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .mediumTablet\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .mediumTablet\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .mediumTablet\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .mediumTablet\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .mediumTablet\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .mediumTablet\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .mediumTablet\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .mediumTablet\:border-0{
    border-width: 0px;
  }

  .mediumTablet\:border-2{
    border-width: 2px;
  }

  .mediumTablet\:border-4{
    border-width: 4px;
  }

  .mediumTablet\:border-8{
    border-width: 8px;
  }

  .mediumTablet\:border{
    border-width: 1px;
  }

  .mediumTablet\:border-t-0{
    border-top-width: 0px;
  }

  .mediumTablet\:border-t-2{
    border-top-width: 2px;
  }

  .mediumTablet\:border-t-4{
    border-top-width: 4px;
  }

  .mediumTablet\:border-t-8{
    border-top-width: 8px;
  }

  .mediumTablet\:border-t{
    border-top-width: 1px;
  }

  .mediumTablet\:border-r-0{
    border-right-width: 0px;
  }

  .mediumTablet\:border-r-2{
    border-right-width: 2px;
  }

  .mediumTablet\:border-r-4{
    border-right-width: 4px;
  }

  .mediumTablet\:border-r-8{
    border-right-width: 8px;
  }

  .mediumTablet\:border-r{
    border-right-width: 1px;
  }

  .mediumTablet\:border-b-0{
    border-bottom-width: 0px;
  }

  .mediumTablet\:border-b-2{
    border-bottom-width: 2px;
  }

  .mediumTablet\:border-b-4{
    border-bottom-width: 4px;
  }

  .mediumTablet\:border-b-8{
    border-bottom-width: 8px;
  }

  .mediumTablet\:border-b{
    border-bottom-width: 1px;
  }

  .mediumTablet\:border-l-0{
    border-left-width: 0px;
  }

  .mediumTablet\:border-l-2{
    border-left-width: 2px;
  }

  .mediumTablet\:border-l-4{
    border-left-width: 4px;
  }

  .mediumTablet\:border-l-8{
    border-left-width: 8px;
  }

  .mediumTablet\:border-l{
    border-left-width: 1px;
  }

  .mediumTablet\:border-solid{
    border-style: solid;
  }

  .mediumTablet\:border-dashed{
    border-style: dashed;
  }

  .mediumTablet\:border-dotted{
    border-style: dotted;
  }

  .mediumTablet\:border-double{
    border-style: double;
  }

  .mediumTablet\:border-none{
    border-style: none;
  }

  .mediumTablet\:border-transparent{
    border-color: transparent;
  }

  .mediumTablet\:border-current{
    border-color: currentColor;
  }

  .mediumTablet\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .mediumTablet\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mediumTablet\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .mediumTablet\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .mediumTablet\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .mediumTablet\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .mediumTablet\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .mediumTablet\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .mediumTablet\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .mediumTablet\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .mediumTablet\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .mediumTablet\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .mediumTablet\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .mediumTablet\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .mediumTablet\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .mediumTablet\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .mediumTablet\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .mediumTablet\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .mediumTablet\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .mediumTablet\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .mediumTablet\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .mediumTablet\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .mediumTablet\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .mediumTablet\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .mediumTablet\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .mediumTablet\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .mediumTablet\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .mediumTablet\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .mediumTablet\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .mediumTablet\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .mediumTablet\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .mediumTablet\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .mediumTablet\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .mediumTablet\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .mediumTablet\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .mediumTablet\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .mediumTablet\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .mediumTablet\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .mediumTablet\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .mediumTablet\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .mediumTablet\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .mediumTablet\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .mediumTablet\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .mediumTablet\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .mediumTablet\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .mediumTablet\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .mediumTablet\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .mediumTablet\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .mediumTablet\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .mediumTablet\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .mediumTablet\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .mediumTablet\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .mediumTablet\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .mediumTablet\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .mediumTablet\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .mediumTablet\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .mediumTablet\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .mediumTablet\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .mediumTablet\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .mediumTablet\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .mediumTablet\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .mediumTablet\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .mediumTablet\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .mediumTablet\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .mediumTablet\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .mediumTablet\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .mediumTablet\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .mediumTablet\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .mediumTablet\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .mediumTablet\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .mediumTablet\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .mediumTablet\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .mediumTablet\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .mediumTablet\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .mediumTablet\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .mediumTablet\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .mediumTablet\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .mediumTablet\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .mediumTablet\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .mediumTablet\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .mediumTablet\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .mediumTablet\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .mediumTablet\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .mediumTablet\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .mediumTablet\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .mediumTablet\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .mediumTablet\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .mediumTablet\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .mediumTablet\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .mediumTablet\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .mediumTablet\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .mediumTablet\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .mediumTablet\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .mediumTablet\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .mediumTablet\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .mediumTablet\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .mediumTablet\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .mediumTablet\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .mediumTablet\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .mediumTablet\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .mediumTablet\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .mediumTablet\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .mediumTablet\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .mediumTablet\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .mediumTablet\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .mediumTablet\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .mediumTablet\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .mediumTablet\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .mediumTablet\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .mediumTablet\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .mediumTablet\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .mediumTablet\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .mediumTablet\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .mediumTablet\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .mediumTablet\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .mediumTablet\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .mediumTablet\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .mediumTablet\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .mediumTablet\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .mediumTablet\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .mediumTablet\:bg-transparent{
    background-color: transparent;
  }

  .mediumTablet\:bg-current{
    background-color: currentColor;
  }

  .mediumTablet\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .mediumTablet\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .mediumTablet\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .mediumTablet\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .mediumTablet\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .mediumTablet\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .mediumTablet\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .mediumTablet\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .mediumTablet\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .mediumTablet\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .mediumTablet\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .mediumTablet\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .mediumTablet\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .mediumTablet\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .mediumTablet\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .mediumTablet\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .mediumTablet\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .mediumTablet\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .mediumTablet\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .mediumTablet\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .mediumTablet\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .mediumTablet\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .mediumTablet\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .mediumTablet\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .mediumTablet\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .mediumTablet\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .mediumTablet\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .mediumTablet\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .mediumTablet\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .mediumTablet\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .mediumTablet\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .mediumTablet\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .mediumTablet\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .mediumTablet\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .mediumTablet\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .mediumTablet\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .mediumTablet\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .mediumTablet\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .mediumTablet\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .mediumTablet\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .mediumTablet\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .mediumTablet\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .mediumTablet\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .mediumTablet\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .mediumTablet\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .mediumTablet\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .mediumTablet\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .mediumTablet\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .mediumTablet\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .mediumTablet\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .mediumTablet\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .mediumTablet\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .mediumTablet\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .mediumTablet\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .mediumTablet\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .mediumTablet\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .mediumTablet\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .mediumTablet\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .mediumTablet\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .mediumTablet\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .mediumTablet\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .mediumTablet\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .mediumTablet\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .mediumTablet\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .mediumTablet\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .mediumTablet\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .mediumTablet\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .mediumTablet\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .mediumTablet\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .mediumTablet\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .mediumTablet\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .mediumTablet\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .mediumTablet\:bg-none{
    background-image: none;
  }

  .mediumTablet\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .mediumTablet\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .mediumTablet\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .mediumTablet\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .mediumTablet\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .mediumTablet\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .mediumTablet\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .mediumTablet\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .mediumTablet\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mediumTablet\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mediumTablet\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mediumTablet\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mediumTablet\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mediumTablet\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mediumTablet\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mediumTablet\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mediumTablet\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mediumTablet\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mediumTablet\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mediumTablet\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mediumTablet\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mediumTablet\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mediumTablet\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mediumTablet\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mediumTablet\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mediumTablet\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mediumTablet\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mediumTablet\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mediumTablet\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mediumTablet\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mediumTablet\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mediumTablet\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mediumTablet\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mediumTablet\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mediumTablet\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mediumTablet\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mediumTablet\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mediumTablet\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mediumTablet\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mediumTablet\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mediumTablet\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mediumTablet\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mediumTablet\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mediumTablet\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mediumTablet\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mediumTablet\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mediumTablet\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mediumTablet\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mediumTablet\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mediumTablet\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mediumTablet\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mediumTablet\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mediumTablet\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mediumTablet\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mediumTablet\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mediumTablet\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mediumTablet\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mediumTablet\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mediumTablet\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mediumTablet\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mediumTablet\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mediumTablet\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mediumTablet\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mediumTablet\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mediumTablet\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mediumTablet\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mediumTablet\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mediumTablet\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mediumTablet\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mediumTablet\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mediumTablet\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mediumTablet\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mediumTablet\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mediumTablet\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mediumTablet\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mediumTablet\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mediumTablet\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mediumTablet\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mediumTablet\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mediumTablet\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mediumTablet\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mediumTablet\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mediumTablet\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mediumTablet\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mediumTablet\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mediumTablet\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mediumTablet\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mediumTablet\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mediumTablet\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mediumTablet\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mediumTablet\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mediumTablet\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mediumTablet\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mediumTablet\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mediumTablet\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mediumTablet\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mediumTablet\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mediumTablet\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mediumTablet\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mediumTablet\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mediumTablet\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mediumTablet\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mediumTablet\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mediumTablet\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mediumTablet\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mediumTablet\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mediumTablet\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mediumTablet\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mediumTablet\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mediumTablet\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mediumTablet\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mediumTablet\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mediumTablet\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mediumTablet\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mediumTablet\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mediumTablet\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mediumTablet\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mediumTablet\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mediumTablet\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mediumTablet\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mediumTablet\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mediumTablet\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mediumTablet\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mediumTablet\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mediumTablet\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mediumTablet\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mediumTablet\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mediumTablet\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mediumTablet\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mediumTablet\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mediumTablet\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mediumTablet\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mediumTablet\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mediumTablet\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mediumTablet\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mediumTablet\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mediumTablet\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mediumTablet\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mediumTablet\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mediumTablet\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mediumTablet\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mediumTablet\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mediumTablet\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mediumTablet\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mediumTablet\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mediumTablet\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mediumTablet\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mediumTablet\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mediumTablet\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mediumTablet\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mediumTablet\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mediumTablet\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mediumTablet\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mediumTablet\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mediumTablet\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mediumTablet\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mediumTablet\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mediumTablet\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mediumTablet\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mediumTablet\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mediumTablet\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mediumTablet\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mediumTablet\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mediumTablet\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mediumTablet\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mediumTablet\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mediumTablet\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mediumTablet\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mediumTablet\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mediumTablet\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mediumTablet\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mediumTablet\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mediumTablet\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mediumTablet\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mediumTablet\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mediumTablet\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mediumTablet\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mediumTablet\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mediumTablet\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mediumTablet\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mediumTablet\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mediumTablet\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mediumTablet\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mediumTablet\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mediumTablet\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mediumTablet\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mediumTablet\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mediumTablet\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mediumTablet\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mediumTablet\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mediumTablet\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mediumTablet\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mediumTablet\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mediumTablet\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mediumTablet\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mediumTablet\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mediumTablet\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mediumTablet\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mediumTablet\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mediumTablet\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mediumTablet\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mediumTablet\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mediumTablet\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mediumTablet\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mediumTablet\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mediumTablet\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mediumTablet\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mediumTablet\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mediumTablet\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mediumTablet\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mediumTablet\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mediumTablet\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mediumTablet\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mediumTablet\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mediumTablet\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mediumTablet\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mediumTablet\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mediumTablet\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mediumTablet\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mediumTablet\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mediumTablet\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mediumTablet\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mediumTablet\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mediumTablet\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mediumTablet\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mediumTablet\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mediumTablet\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mediumTablet\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mediumTablet\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mediumTablet\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mediumTablet\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mediumTablet\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mediumTablet\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mediumTablet\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mediumTablet\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mediumTablet\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mediumTablet\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mediumTablet\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mediumTablet\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mediumTablet\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mediumTablet\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mediumTablet\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mediumTablet\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mediumTablet\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mediumTablet\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mediumTablet\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mediumTablet\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mediumTablet\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mediumTablet\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mediumTablet\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mediumTablet\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mediumTablet\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mediumTablet\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mediumTablet\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mediumTablet\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mediumTablet\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mediumTablet\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mediumTablet\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mediumTablet\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mediumTablet\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mediumTablet\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mediumTablet\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mediumTablet\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mediumTablet\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mediumTablet\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mediumTablet\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mediumTablet\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mediumTablet\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mediumTablet\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mediumTablet\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mediumTablet\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mediumTablet\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mediumTablet\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mediumTablet\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mediumTablet\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mediumTablet\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mediumTablet\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mediumTablet\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mediumTablet\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mediumTablet\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mediumTablet\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mediumTablet\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mediumTablet\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mediumTablet\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mediumTablet\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mediumTablet\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mediumTablet\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mediumTablet\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mediumTablet\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mediumTablet\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mediumTablet\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mediumTablet\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mediumTablet\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mediumTablet\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mediumTablet\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mediumTablet\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mediumTablet\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mediumTablet\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mediumTablet\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mediumTablet\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mediumTablet\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mediumTablet\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mediumTablet\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mediumTablet\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mediumTablet\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mediumTablet\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mediumTablet\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mediumTablet\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mediumTablet\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mediumTablet\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mediumTablet\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mediumTablet\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mediumTablet\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mediumTablet\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mediumTablet\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mediumTablet\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mediumTablet\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mediumTablet\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mediumTablet\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mediumTablet\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mediumTablet\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mediumTablet\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mediumTablet\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mediumTablet\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mediumTablet\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mediumTablet\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mediumTablet\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mediumTablet\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mediumTablet\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mediumTablet\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mediumTablet\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mediumTablet\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mediumTablet\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mediumTablet\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mediumTablet\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mediumTablet\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mediumTablet\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mediumTablet\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mediumTablet\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mediumTablet\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mediumTablet\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mediumTablet\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mediumTablet\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mediumTablet\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mediumTablet\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mediumTablet\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mediumTablet\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mediumTablet\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mediumTablet\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mediumTablet\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mediumTablet\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mediumTablet\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mediumTablet\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mediumTablet\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mediumTablet\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mediumTablet\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mediumTablet\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mediumTablet\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mediumTablet\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mediumTablet\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mediumTablet\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mediumTablet\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mediumTablet\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mediumTablet\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mediumTablet\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mediumTablet\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mediumTablet\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mediumTablet\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mediumTablet\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mediumTablet\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mediumTablet\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mediumTablet\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mediumTablet\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mediumTablet\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mediumTablet\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mediumTablet\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mediumTablet\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .mediumTablet\:to-current{
    --tw-gradient-to: currentColor;
  }

  .mediumTablet\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .mediumTablet\:to-black{
    --tw-gradient-to: #000;
  }

  .mediumTablet\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .mediumTablet\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .mediumTablet\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .mediumTablet\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .mediumTablet\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .mediumTablet\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .mediumTablet\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .mediumTablet\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .mediumTablet\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .mediumTablet\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .mediumTablet\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .mediumTablet\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .mediumTablet\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .mediumTablet\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .mediumTablet\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .mediumTablet\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .mediumTablet\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .mediumTablet\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .mediumTablet\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .mediumTablet\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .mediumTablet\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .mediumTablet\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .mediumTablet\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .mediumTablet\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .mediumTablet\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .mediumTablet\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .mediumTablet\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .mediumTablet\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .mediumTablet\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .mediumTablet\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .mediumTablet\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .mediumTablet\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .mediumTablet\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .mediumTablet\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .mediumTablet\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .mediumTablet\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .mediumTablet\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .mediumTablet\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .mediumTablet\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .mediumTablet\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .mediumTablet\:to-white{
    --tw-gradient-to: #fff;
  }

  .mediumTablet\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .mediumTablet\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .mediumTablet\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .mediumTablet\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .mediumTablet\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .mediumTablet\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .mediumTablet\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .mediumTablet\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .mediumTablet\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .mediumTablet\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .mediumTablet\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .mediumTablet\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .mediumTablet\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .mediumTablet\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .mediumTablet\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .mediumTablet\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .mediumTablet\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .mediumTablet\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .mediumTablet\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .mediumTablet\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .mediumTablet\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .mediumTablet\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .mediumTablet\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .mediumTablet\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .mediumTablet\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .mediumTablet\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .mediumTablet\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .mediumTablet\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .mediumTablet\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .mediumTablet\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .mediumTablet\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .mediumTablet\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .mediumTablet\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .mediumTablet\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .mediumTablet\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .mediumTablet\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .mediumTablet\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .mediumTablet\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .mediumTablet\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .mediumTablet\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .mediumTablet\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .mediumTablet\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .mediumTablet\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .mediumTablet\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .mediumTablet\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .mediumTablet\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .mediumTablet\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .mediumTablet\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .mediumTablet\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .mediumTablet\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .mediumTablet\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .mediumTablet\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .mediumTablet\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .mediumTablet\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .mediumTablet\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .mediumTablet\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .mediumTablet\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .mediumTablet\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .mediumTablet\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .mediumTablet\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .mediumTablet\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .mediumTablet\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .mediumTablet\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .mediumTablet\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .mediumTablet\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .mediumTablet\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .mediumTablet\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .mediumTablet\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .mediumTablet\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .mediumTablet\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .mediumTablet\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .mediumTablet\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .mediumTablet\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .mediumTablet\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .mediumTablet\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .mediumTablet\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .mediumTablet\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .mediumTablet\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .mediumTablet\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .mediumTablet\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .mediumTablet\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .mediumTablet\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .mediumTablet\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .mediumTablet\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .mediumTablet\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .mediumTablet\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .mediumTablet\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .mediumTablet\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .mediumTablet\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .mediumTablet\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .mediumTablet\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .mediumTablet\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .mediumTablet\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .mediumTablet\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .mediumTablet\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .mediumTablet\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .mediumTablet\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .mediumTablet\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .mediumTablet\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .mediumTablet\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .mediumTablet\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .mediumTablet\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .mediumTablet\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .mediumTablet\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .mediumTablet\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .mediumTablet\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .mediumTablet\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .mediumTablet\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .mediumTablet\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .mediumTablet\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .mediumTablet\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .mediumTablet\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .mediumTablet\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .mediumTablet\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .mediumTablet\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .mediumTablet\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .mediumTablet\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .mediumTablet\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .mediumTablet\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .mediumTablet\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .mediumTablet\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .mediumTablet\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .mediumTablet\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .mediumTablet\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .mediumTablet\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .mediumTablet\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .mediumTablet\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .mediumTablet\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .mediumTablet\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .mediumTablet\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .mediumTablet\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .mediumTablet\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .mediumTablet\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .mediumTablet\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .mediumTablet\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .mediumTablet\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .mediumTablet\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .mediumTablet\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .mediumTablet\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .mediumTablet\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .mediumTablet\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .mediumTablet\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .mediumTablet\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .mediumTablet\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .mediumTablet\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .mediumTablet\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .mediumTablet\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .mediumTablet\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .mediumTablet\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .mediumTablet\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .mediumTablet\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .mediumTablet\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .mediumTablet\:bg-auto{
    background-size: auto;
  }

  .mediumTablet\:bg-cover{
    background-size: cover;
  }

  .mediumTablet\:bg-contain{
    background-size: contain;
  }

  .mediumTablet\:bg-fixed{
    background-attachment: fixed;
  }

  .mediumTablet\:bg-local{
    background-attachment: local;
  }

  .mediumTablet\:bg-scroll{
    background-attachment: scroll;
  }

  .mediumTablet\:bg-clip-border{
    background-clip: border-box;
  }

  .mediumTablet\:bg-clip-padding{
    background-clip: padding-box;
  }

  .mediumTablet\:bg-clip-content{
    background-clip: content-box;
  }

  .mediumTablet\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .mediumTablet\:bg-bottom{
    background-position: bottom;
  }

  .mediumTablet\:bg-center{
    background-position: center;
  }

  .mediumTablet\:bg-left{
    background-position: left;
  }

  .mediumTablet\:bg-left-bottom{
    background-position: left bottom;
  }

  .mediumTablet\:bg-left-top{
    background-position: left top;
  }

  .mediumTablet\:bg-right{
    background-position: right;
  }

  .mediumTablet\:bg-right-bottom{
    background-position: right bottom;
  }

  .mediumTablet\:bg-right-top{
    background-position: right top;
  }

  .mediumTablet\:bg-top{
    background-position: top;
  }

  .mediumTablet\:bg-repeat{
    background-repeat: repeat;
  }

  .mediumTablet\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .mediumTablet\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .mediumTablet\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .mediumTablet\:bg-repeat-round{
    background-repeat: round;
  }

  .mediumTablet\:bg-repeat-space{
    background-repeat: space;
  }

  .mediumTablet\:bg-origin-border{
    background-origin: border-box;
  }

  .mediumTablet\:bg-origin-padding{
    background-origin: padding-box;
  }

  .mediumTablet\:bg-origin-content{
    background-origin: content-box;
  }

  .mediumTablet\:fill-current{
    fill: currentColor;
  }

  .mediumTablet\:stroke-current{
    stroke: currentColor;
  }

  .mediumTablet\:stroke-0{
    stroke-width: 0;
  }

  .mediumTablet\:stroke-1{
    stroke-width: 1;
  }

  .mediumTablet\:stroke-2{
    stroke-width: 2;
  }

  .mediumTablet\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .mediumTablet\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .mediumTablet\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .mediumTablet\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .mediumTablet\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .mediumTablet\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .mediumTablet\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .mediumTablet\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .mediumTablet\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .mediumTablet\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .mediumTablet\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .mediumTablet\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .mediumTablet\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .mediumTablet\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .mediumTablet\:p-0{
    padding: 0px;
  }

  .mediumTablet\:p-1{
    padding: 0.25rem;
  }

  .mediumTablet\:p-2{
    padding: 0.5rem;
  }

  .mediumTablet\:p-3{
    padding: 0.75rem;
  }

  .mediumTablet\:p-4{
    padding: 1rem;
  }

  .mediumTablet\:p-5{
    padding: 1.25rem;
  }

  .mediumTablet\:p-6{
    padding: 1.5rem;
  }

  .mediumTablet\:p-7{
    padding: 1.75rem;
  }

  .mediumTablet\:p-8{
    padding: 2rem;
  }

  .mediumTablet\:p-9{
    padding: 2.25rem;
  }

  .mediumTablet\:p-10{
    padding: 2.5rem;
  }

  .mediumTablet\:p-11{
    padding: 2.75rem;
  }

  .mediumTablet\:p-12{
    padding: 3rem;
  }

  .mediumTablet\:p-14{
    padding: 3.5rem;
  }

  .mediumTablet\:p-16{
    padding: 4rem;
  }

  .mediumTablet\:p-20{
    padding: 5rem;
  }

  .mediumTablet\:p-24{
    padding: 6rem;
  }

  .mediumTablet\:p-28{
    padding: 7rem;
  }

  .mediumTablet\:p-32{
    padding: 8rem;
  }

  .mediumTablet\:p-36{
    padding: 9rem;
  }

  .mediumTablet\:p-40{
    padding: 10rem;
  }

  .mediumTablet\:p-44{
    padding: 11rem;
  }

  .mediumTablet\:p-48{
    padding: 12rem;
  }

  .mediumTablet\:p-52{
    padding: 13rem;
  }

  .mediumTablet\:p-56{
    padding: 14rem;
  }

  .mediumTablet\:p-60{
    padding: 15rem;
  }

  .mediumTablet\:p-64{
    padding: 16rem;
  }

  .mediumTablet\:p-72{
    padding: 18rem;
  }

  .mediumTablet\:p-80{
    padding: 20rem;
  }

  .mediumTablet\:p-96{
    padding: 24rem;
  }

  .mediumTablet\:p-px{
    padding: 1px;
  }

  .mediumTablet\:p-0\.5{
    padding: 0.125rem;
  }

  .mediumTablet\:p-1\.5{
    padding: 0.375rem;
  }

  .mediumTablet\:p-2\.5{
    padding: 0.625rem;
  }

  .mediumTablet\:p-3\.5{
    padding: 0.875rem;
  }

  .mediumTablet\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .mediumTablet\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .mediumTablet\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .mediumTablet\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .mediumTablet\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mediumTablet\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mediumTablet\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mediumTablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .mediumTablet\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mediumTablet\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .mediumTablet\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mediumTablet\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .mediumTablet\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mediumTablet\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .mediumTablet\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .mediumTablet\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .mediumTablet\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .mediumTablet\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .mediumTablet\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .mediumTablet\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .mediumTablet\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .mediumTablet\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .mediumTablet\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .mediumTablet\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .mediumTablet\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .mediumTablet\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .mediumTablet\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .mediumTablet\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .mediumTablet\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .mediumTablet\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .mediumTablet\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .mediumTablet\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .mediumTablet\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .mediumTablet\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .mediumTablet\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .mediumTablet\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mediumTablet\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .mediumTablet\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .mediumTablet\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .mediumTablet\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mediumTablet\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .mediumTablet\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .mediumTablet\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .mediumTablet\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mediumTablet\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .mediumTablet\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mediumTablet\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .mediumTablet\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mediumTablet\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .mediumTablet\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mediumTablet\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .mediumTablet\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mediumTablet\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .mediumTablet\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .mediumTablet\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .mediumTablet\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .mediumTablet\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .mediumTablet\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .mediumTablet\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .mediumTablet\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .mediumTablet\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .mediumTablet\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .mediumTablet\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .mediumTablet\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .mediumTablet\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .mediumTablet\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .mediumTablet\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .mediumTablet\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .mediumTablet\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .mediumTablet\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .mediumTablet\:pt-0{
    padding-top: 0px;
  }

  .mediumTablet\:pt-1{
    padding-top: 0.25rem;
  }

  .mediumTablet\:pt-2{
    padding-top: 0.5rem;
  }

  .mediumTablet\:pt-3{
    padding-top: 0.75rem;
  }

  .mediumTablet\:pt-4{
    padding-top: 1rem;
  }

  .mediumTablet\:pt-5{
    padding-top: 1.25rem;
  }

  .mediumTablet\:pt-6{
    padding-top: 1.5rem;
  }

  .mediumTablet\:pt-7{
    padding-top: 1.75rem;
  }

  .mediumTablet\:pt-8{
    padding-top: 2rem;
  }

  .mediumTablet\:pt-9{
    padding-top: 2.25rem;
  }

  .mediumTablet\:pt-10{
    padding-top: 2.5rem;
  }

  .mediumTablet\:pt-11{
    padding-top: 2.75rem;
  }

  .mediumTablet\:pt-12{
    padding-top: 3rem;
  }

  .mediumTablet\:pt-14{
    padding-top: 3.5rem;
  }

  .mediumTablet\:pt-16{
    padding-top: 4rem;
  }

  .mediumTablet\:pt-20{
    padding-top: 5rem;
  }

  .mediumTablet\:pt-24{
    padding-top: 6rem;
  }

  .mediumTablet\:pt-28{
    padding-top: 7rem;
  }

  .mediumTablet\:pt-32{
    padding-top: 8rem;
  }

  .mediumTablet\:pt-36{
    padding-top: 9rem;
  }

  .mediumTablet\:pt-40{
    padding-top: 10rem;
  }

  .mediumTablet\:pt-44{
    padding-top: 11rem;
  }

  .mediumTablet\:pt-48{
    padding-top: 12rem;
  }

  .mediumTablet\:pt-52{
    padding-top: 13rem;
  }

  .mediumTablet\:pt-56{
    padding-top: 14rem;
  }

  .mediumTablet\:pt-60{
    padding-top: 15rem;
  }

  .mediumTablet\:pt-64{
    padding-top: 16rem;
  }

  .mediumTablet\:pt-72{
    padding-top: 18rem;
  }

  .mediumTablet\:pt-80{
    padding-top: 20rem;
  }

  .mediumTablet\:pt-96{
    padding-top: 24rem;
  }

  .mediumTablet\:pt-px{
    padding-top: 1px;
  }

  .mediumTablet\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .mediumTablet\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .mediumTablet\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .mediumTablet\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .mediumTablet\:pr-0{
    padding-right: 0px;
  }

  .mediumTablet\:pr-1{
    padding-right: 0.25rem;
  }

  .mediumTablet\:pr-2{
    padding-right: 0.5rem;
  }

  .mediumTablet\:pr-3{
    padding-right: 0.75rem;
  }

  .mediumTablet\:pr-4{
    padding-right: 1rem;
  }

  .mediumTablet\:pr-5{
    padding-right: 1.25rem;
  }

  .mediumTablet\:pr-6{
    padding-right: 1.5rem;
  }

  .mediumTablet\:pr-7{
    padding-right: 1.75rem;
  }

  .mediumTablet\:pr-8{
    padding-right: 2rem;
  }

  .mediumTablet\:pr-9{
    padding-right: 2.25rem;
  }

  .mediumTablet\:pr-10{
    padding-right: 2.5rem;
  }

  .mediumTablet\:pr-11{
    padding-right: 2.75rem;
  }

  .mediumTablet\:pr-12{
    padding-right: 3rem;
  }

  .mediumTablet\:pr-14{
    padding-right: 3.5rem;
  }

  .mediumTablet\:pr-16{
    padding-right: 4rem;
  }

  .mediumTablet\:pr-20{
    padding-right: 5rem;
  }

  .mediumTablet\:pr-24{
    padding-right: 6rem;
  }

  .mediumTablet\:pr-28{
    padding-right: 7rem;
  }

  .mediumTablet\:pr-32{
    padding-right: 8rem;
  }

  .mediumTablet\:pr-36{
    padding-right: 9rem;
  }

  .mediumTablet\:pr-40{
    padding-right: 10rem;
  }

  .mediumTablet\:pr-44{
    padding-right: 11rem;
  }

  .mediumTablet\:pr-48{
    padding-right: 12rem;
  }

  .mediumTablet\:pr-52{
    padding-right: 13rem;
  }

  .mediumTablet\:pr-56{
    padding-right: 14rem;
  }

  .mediumTablet\:pr-60{
    padding-right: 15rem;
  }

  .mediumTablet\:pr-64{
    padding-right: 16rem;
  }

  .mediumTablet\:pr-72{
    padding-right: 18rem;
  }

  .mediumTablet\:pr-80{
    padding-right: 20rem;
  }

  .mediumTablet\:pr-96{
    padding-right: 24rem;
  }

  .mediumTablet\:pr-px{
    padding-right: 1px;
  }

  .mediumTablet\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .mediumTablet\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .mediumTablet\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .mediumTablet\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .mediumTablet\:pb-0{
    padding-bottom: 0px;
  }

  .mediumTablet\:pb-1{
    padding-bottom: 0.25rem;
  }

  .mediumTablet\:pb-2{
    padding-bottom: 0.5rem;
  }

  .mediumTablet\:pb-3{
    padding-bottom: 0.75rem;
  }

  .mediumTablet\:pb-4{
    padding-bottom: 1rem;
  }

  .mediumTablet\:pb-5{
    padding-bottom: 1.25rem;
  }

  .mediumTablet\:pb-6{
    padding-bottom: 1.5rem;
  }

  .mediumTablet\:pb-7{
    padding-bottom: 1.75rem;
  }

  .mediumTablet\:pb-8{
    padding-bottom: 2rem;
  }

  .mediumTablet\:pb-9{
    padding-bottom: 2.25rem;
  }

  .mediumTablet\:pb-10{
    padding-bottom: 2.5rem;
  }

  .mediumTablet\:pb-11{
    padding-bottom: 2.75rem;
  }

  .mediumTablet\:pb-12{
    padding-bottom: 3rem;
  }

  .mediumTablet\:pb-14{
    padding-bottom: 3.5rem;
  }

  .mediumTablet\:pb-16{
    padding-bottom: 4rem;
  }

  .mediumTablet\:pb-20{
    padding-bottom: 5rem;
  }

  .mediumTablet\:pb-24{
    padding-bottom: 6rem;
  }

  .mediumTablet\:pb-28{
    padding-bottom: 7rem;
  }

  .mediumTablet\:pb-32{
    padding-bottom: 8rem;
  }

  .mediumTablet\:pb-36{
    padding-bottom: 9rem;
  }

  .mediumTablet\:pb-40{
    padding-bottom: 10rem;
  }

  .mediumTablet\:pb-44{
    padding-bottom: 11rem;
  }

  .mediumTablet\:pb-48{
    padding-bottom: 12rem;
  }

  .mediumTablet\:pb-52{
    padding-bottom: 13rem;
  }

  .mediumTablet\:pb-56{
    padding-bottom: 14rem;
  }

  .mediumTablet\:pb-60{
    padding-bottom: 15rem;
  }

  .mediumTablet\:pb-64{
    padding-bottom: 16rem;
  }

  .mediumTablet\:pb-72{
    padding-bottom: 18rem;
  }

  .mediumTablet\:pb-80{
    padding-bottom: 20rem;
  }

  .mediumTablet\:pb-96{
    padding-bottom: 24rem;
  }

  .mediumTablet\:pb-px{
    padding-bottom: 1px;
  }

  .mediumTablet\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .mediumTablet\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .mediumTablet\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .mediumTablet\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .mediumTablet\:pl-0{
    padding-left: 0px;
  }

  .mediumTablet\:pl-1{
    padding-left: 0.25rem;
  }

  .mediumTablet\:pl-2{
    padding-left: 0.5rem;
  }

  .mediumTablet\:pl-3{
    padding-left: 0.75rem;
  }

  .mediumTablet\:pl-4{
    padding-left: 1rem;
  }

  .mediumTablet\:pl-5{
    padding-left: 1.25rem;
  }

  .mediumTablet\:pl-6{
    padding-left: 1.5rem;
  }

  .mediumTablet\:pl-7{
    padding-left: 1.75rem;
  }

  .mediumTablet\:pl-8{
    padding-left: 2rem;
  }

  .mediumTablet\:pl-9{
    padding-left: 2.25rem;
  }

  .mediumTablet\:pl-10{
    padding-left: 2.5rem;
  }

  .mediumTablet\:pl-11{
    padding-left: 2.75rem;
  }

  .mediumTablet\:pl-12{
    padding-left: 3rem;
  }

  .mediumTablet\:pl-14{
    padding-left: 3.5rem;
  }

  .mediumTablet\:pl-16{
    padding-left: 4rem;
  }

  .mediumTablet\:pl-20{
    padding-left: 5rem;
  }

  .mediumTablet\:pl-24{
    padding-left: 6rem;
  }

  .mediumTablet\:pl-28{
    padding-left: 7rem;
  }

  .mediumTablet\:pl-32{
    padding-left: 8rem;
  }

  .mediumTablet\:pl-36{
    padding-left: 9rem;
  }

  .mediumTablet\:pl-40{
    padding-left: 10rem;
  }

  .mediumTablet\:pl-44{
    padding-left: 11rem;
  }

  .mediumTablet\:pl-48{
    padding-left: 12rem;
  }

  .mediumTablet\:pl-52{
    padding-left: 13rem;
  }

  .mediumTablet\:pl-56{
    padding-left: 14rem;
  }

  .mediumTablet\:pl-60{
    padding-left: 15rem;
  }

  .mediumTablet\:pl-64{
    padding-left: 16rem;
  }

  .mediumTablet\:pl-72{
    padding-left: 18rem;
  }

  .mediumTablet\:pl-80{
    padding-left: 20rem;
  }

  .mediumTablet\:pl-96{
    padding-left: 24rem;
  }

  .mediumTablet\:pl-px{
    padding-left: 1px;
  }

  .mediumTablet\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .mediumTablet\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .mediumTablet\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .mediumTablet\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .mediumTablet\:text-left{
    text-align: left;
  }

  .mediumTablet\:text-center{
    text-align: center;
  }

  .mediumTablet\:text-right{
    text-align: right;
  }

  .mediumTablet\:text-justify{
    text-align: justify;
  }

  .mediumTablet\:align-baseline{
    vertical-align: baseline;
  }

  .mediumTablet\:align-top{
    vertical-align: top;
  }

  .mediumTablet\:align-middle{
    vertical-align: middle;
  }

  .mediumTablet\:align-bottom{
    vertical-align: bottom;
  }

  .mediumTablet\:align-text-top{
    vertical-align: text-top;
  }

  .mediumTablet\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .mediumTablet\:font-sans{
    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";
  }

  .mediumTablet\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .mediumTablet\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .mediumTablet\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .mediumTablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .mediumTablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .mediumTablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .mediumTablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .mediumTablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .mediumTablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .mediumTablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .mediumTablet\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .mediumTablet\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .mediumTablet\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .mediumTablet\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .mediumTablet\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .mediumTablet\:font-thin{
    font-weight: 100;
  }

  .mediumTablet\:font-extralight{
    font-weight: 200;
  }

  .mediumTablet\:font-light{
    font-weight: 300;
  }

  .mediumTablet\:font-normal{
    font-weight: 400;
  }

  .mediumTablet\:font-medium{
    font-weight: 500;
  }

  .mediumTablet\:font-semibold{
    font-weight: 600;
  }

  .mediumTablet\:font-bold{
    font-weight: 700;
  }

  .mediumTablet\:font-extrabold{
    font-weight: 800;
  }

  .mediumTablet\:font-black{
    font-weight: 900;
  }

  .mediumTablet\:uppercase{
    text-transform: uppercase;
  }

  .mediumTablet\:lowercase{
    text-transform: lowercase;
  }

  .mediumTablet\:capitalize{
    text-transform: capitalize;
  }

  .mediumTablet\:normal-case{
    text-transform: none;
  }

  .mediumTablet\:italic{
    font-style: italic;
  }

  .mediumTablet\:not-italic{
    font-style: normal;
  }

  .mediumTablet\:ordinal, .mediumTablet\:slashed-zero, .mediumTablet\:lining-nums, .mediumTablet\:oldstyle-nums, .mediumTablet\:proportional-nums, .mediumTablet\:tabular-nums, .mediumTablet\:diagonal-fractions, .mediumTablet\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .mediumTablet\:normal-nums{
    font-variant-numeric: normal;
  }

  .mediumTablet\:ordinal{
    --tw-ordinal: ordinal;
  }

  .mediumTablet\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .mediumTablet\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .mediumTablet\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .mediumTablet\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .mediumTablet\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .mediumTablet\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .mediumTablet\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .mediumTablet\:leading-3{
    line-height: .75rem;
  }

  .mediumTablet\:leading-4{
    line-height: 1rem;
  }

  .mediumTablet\:leading-5{
    line-height: 1.25rem;
  }

  .mediumTablet\:leading-6{
    line-height: 1.5rem;
  }

  .mediumTablet\:leading-7{
    line-height: 1.75rem;
  }

  .mediumTablet\:leading-8{
    line-height: 2rem;
  }

  .mediumTablet\:leading-9{
    line-height: 2.25rem;
  }

  .mediumTablet\:leading-10{
    line-height: 2.5rem;
  }

  .mediumTablet\:leading-none{
    line-height: 1;
  }

  .mediumTablet\:leading-tight{
    line-height: 1.25;
  }

  .mediumTablet\:leading-snug{
    line-height: 1.375;
  }

  .mediumTablet\:leading-normal{
    line-height: 1.5;
  }

  .mediumTablet\:leading-relaxed{
    line-height: 1.625;
  }

  .mediumTablet\:leading-loose{
    line-height: 2;
  }

  .mediumTablet\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .mediumTablet\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .mediumTablet\:tracking-normal{
    letter-spacing: 0em;
  }

  .mediumTablet\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .mediumTablet\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .mediumTablet\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .mediumTablet\:text-transparent{
    color: transparent;
  }

  .mediumTablet\:text-current{
    color: currentColor;
  }

  .mediumTablet\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .mediumTablet\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mediumTablet\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .mediumTablet\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .mediumTablet\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .mediumTablet\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .mediumTablet\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .mediumTablet\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .mediumTablet\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .mediumTablet\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .mediumTablet\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .mediumTablet\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .mediumTablet\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .mediumTablet\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .mediumTablet\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .mediumTablet\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .mediumTablet\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .mediumTablet\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .mediumTablet\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .mediumTablet\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .mediumTablet\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .mediumTablet\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .mediumTablet\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .mediumTablet\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .mediumTablet\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .mediumTablet\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .mediumTablet\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .mediumTablet\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .mediumTablet\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .mediumTablet\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .mediumTablet\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .mediumTablet\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .mediumTablet\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .mediumTablet\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .mediumTablet\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .mediumTablet\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .mediumTablet\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .mediumTablet\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .mediumTablet\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .mediumTablet\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .mediumTablet\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .mediumTablet\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .mediumTablet\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .mediumTablet\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .mediumTablet\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .mediumTablet\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .mediumTablet\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .mediumTablet\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .mediumTablet\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .mediumTablet\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .mediumTablet\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .mediumTablet\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .mediumTablet\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .mediumTablet\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-transparent:hover{
    color: transparent;
  }

  .mediumTablet\:hover\:text-current:hover{
    color: currentColor;
  }

  .mediumTablet\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .mediumTablet\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-transparent:focus{
    color: transparent;
  }

  .mediumTablet\:focus\:text-current:focus{
    color: currentColor;
  }

  .mediumTablet\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .mediumTablet\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .mediumTablet\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .mediumTablet\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .mediumTablet\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .mediumTablet\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .mediumTablet\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .mediumTablet\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .mediumTablet\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .mediumTablet\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .mediumTablet\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .mediumTablet\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .mediumTablet\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .mediumTablet\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .mediumTablet\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .mediumTablet\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .mediumTablet\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .mediumTablet\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .mediumTablet\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .mediumTablet\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .mediumTablet\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .mediumTablet\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .mediumTablet\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .mediumTablet\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .mediumTablet\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .mediumTablet\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .mediumTablet\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .mediumTablet\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .mediumTablet\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .mediumTablet\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .mediumTablet\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .mediumTablet\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .mediumTablet\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .mediumTablet\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .mediumTablet\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .mediumTablet\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .mediumTablet\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .mediumTablet\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .mediumTablet\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .mediumTablet\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .mediumTablet\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .mediumTablet\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .mediumTablet\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .mediumTablet\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .mediumTablet\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .mediumTablet\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .mediumTablet\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .mediumTablet\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .mediumTablet\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .mediumTablet\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .mediumTablet\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .mediumTablet\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .mediumTablet\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .mediumTablet\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .mediumTablet\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .mediumTablet\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .mediumTablet\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .mediumTablet\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .mediumTablet\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .mediumTablet\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .mediumTablet\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .mediumTablet\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .mediumTablet\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .mediumTablet\:underline{
    text-decoration: underline;
  }

  .mediumTablet\:line-through{
    text-decoration: line-through;
  }

  .mediumTablet\:no-underline{
    text-decoration: none;
  }

  .group:hover .mediumTablet\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .mediumTablet\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .mediumTablet\:group-hover\:no-underline{
    text-decoration: none;
  }

  .mediumTablet\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .mediumTablet\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .mediumTablet\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .mediumTablet\:hover\:underline:hover{
    text-decoration: underline;
  }

  .mediumTablet\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .mediumTablet\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .mediumTablet\:focus\:underline:focus{
    text-decoration: underline;
  }

  .mediumTablet\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .mediumTablet\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .mediumTablet\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mediumTablet\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .mediumTablet\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .mediumTablet\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .mediumTablet\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .mediumTablet\:placeholder-current::placeholder{
    color: currentColor;
  }

  .mediumTablet\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .mediumTablet\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .mediumTablet\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .mediumTablet\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .mediumTablet\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .mediumTablet\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mediumTablet\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mediumTablet\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mediumTablet\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mediumTablet\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mediumTablet\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mediumTablet\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mediumTablet\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mediumTablet\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mediumTablet\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mediumTablet\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mediumTablet\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mediumTablet\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mediumTablet\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mediumTablet\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mediumTablet\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mediumTablet\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mediumTablet\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mediumTablet\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mediumTablet\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mediumTablet\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mediumTablet\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mediumTablet\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mediumTablet\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mediumTablet\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mediumTablet\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mediumTablet\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mediumTablet\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mediumTablet\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mediumTablet\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mediumTablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mediumTablet\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mediumTablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mediumTablet\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mediumTablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mediumTablet\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mediumTablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mediumTablet\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mediumTablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mediumTablet\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mediumTablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mediumTablet\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mediumTablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mediumTablet\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mediumTablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mediumTablet\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mediumTablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mediumTablet\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mediumTablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mediumTablet\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mediumTablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mediumTablet\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mediumTablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mediumTablet\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mediumTablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mediumTablet\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mediumTablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mediumTablet\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mediumTablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mediumTablet\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mediumTablet\:opacity-0{
    opacity: 0;
  }

  .mediumTablet\:opacity-5{
    opacity: 0.05;
  }

  .mediumTablet\:opacity-10{
    opacity: 0.1;
  }

  .mediumTablet\:opacity-20{
    opacity: 0.2;
  }

  .mediumTablet\:opacity-25{
    opacity: 0.25;
  }

  .mediumTablet\:opacity-30{
    opacity: 0.3;
  }

  .mediumTablet\:opacity-40{
    opacity: 0.4;
  }

  .mediumTablet\:opacity-50{
    opacity: 0.5;
  }

  .mediumTablet\:opacity-60{
    opacity: 0.6;
  }

  .mediumTablet\:opacity-70{
    opacity: 0.7;
  }

  .mediumTablet\:opacity-75{
    opacity: 0.75;
  }

  .mediumTablet\:opacity-80{
    opacity: 0.8;
  }

  .mediumTablet\:opacity-90{
    opacity: 0.9;
  }

  .mediumTablet\:opacity-95{
    opacity: 0.95;
  }

  .mediumTablet\:opacity-100{
    opacity: 1;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .mediumTablet\:group-hover\:opacity-100{
    opacity: 1;
  }

  .mediumTablet\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .mediumTablet\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .mediumTablet\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .mediumTablet\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .mediumTablet\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .mediumTablet\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .mediumTablet\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .mediumTablet\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .mediumTablet\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .mediumTablet\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .mediumTablet\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .mediumTablet\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .mediumTablet\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .mediumTablet\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .mediumTablet\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .mediumTablet\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .mediumTablet\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .mediumTablet\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .mediumTablet\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .mediumTablet\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .mediumTablet\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .mediumTablet\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .mediumTablet\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .mediumTablet\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .mediumTablet\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .mediumTablet\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .mediumTablet\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .mediumTablet\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .mediumTablet\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .mediumTablet\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .mediumTablet\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .mediumTablet\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .mediumTablet\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .mediumTablet\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .mediumTablet\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .mediumTablet\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .mediumTablet\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .mediumTablet\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .mediumTablet\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .mediumTablet\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .mediumTablet\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .mediumTablet\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .mediumTablet\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .mediumTablet\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .mediumTablet\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .mediumTablet\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .mediumTablet\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .mediumTablet\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .mediumTablet\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .mediumTablet\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .mediumTablet\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .mediumTablet\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .mediumTablet\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .mediumTablet\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .mediumTablet\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .mediumTablet\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .mediumTablet\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .mediumTablet\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .mediumTablet\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .mediumTablet\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .mediumTablet\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .mediumTablet\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .mediumTablet\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .mediumTablet\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .mediumTablet\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .mediumTablet\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .mediumTablet\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .mediumTablet\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .mediumTablet\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .mediumTablet\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .mediumTablet\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .mediumTablet\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .mediumTablet\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .mediumTablet\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .mediumTablet\:bg-blend-color{
    background-blend-mode: color;
  }

  .mediumTablet\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .mediumTablet\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .mediumTablet\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .mediumTablet\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .mediumTablet\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .mediumTablet\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .mediumTablet\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .mediumTablet\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .mediumTablet\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .mediumTablet\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .mediumTablet\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .mediumTablet\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .mediumTablet\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .mediumTablet\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .mediumTablet\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .mediumTablet\:mix-blend-color{
    mix-blend-mode: color;
  }

  .mediumTablet\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .mediumTablet\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mediumTablet\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mediumTablet\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mediumTablet\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mediumTablet\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mediumTablet\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mediumTablet\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mediumTablet\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mediumTablet\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mediumTablet\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .mediumTablet\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .mediumTablet\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .mediumTablet\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .mediumTablet\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .mediumTablet\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .mediumTablet\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .mediumTablet\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .mediumTablet\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .mediumTablet\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mediumTablet\:ring-inset{
    --tw-ring-inset: inset;
  }

  .mediumTablet\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .mediumTablet\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .mediumTablet\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .mediumTablet\:ring-current{
    --tw-ring-color: currentColor;
  }

  .mediumTablet\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .mediumTablet\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .mediumTablet\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .mediumTablet\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .mediumTablet\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .mediumTablet\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .mediumTablet\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .mediumTablet\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .mediumTablet\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .mediumTablet\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .mediumTablet\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .mediumTablet\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .mediumTablet\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .mediumTablet\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .mediumTablet\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .mediumTablet\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .mediumTablet\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .mediumTablet\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .mediumTablet\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .mediumTablet\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .mediumTablet\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .mediumTablet\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .mediumTablet\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .mediumTablet\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .mediumTablet\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .mediumTablet\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .mediumTablet\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .mediumTablet\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .mediumTablet\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .mediumTablet\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .mediumTablet\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .mediumTablet\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .mediumTablet\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .mediumTablet\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .mediumTablet\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .mediumTablet\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .mediumTablet\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .mediumTablet\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .mediumTablet\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .mediumTablet\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .mediumTablet\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .mediumTablet\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .mediumTablet\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .mediumTablet\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .mediumTablet\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .mediumTablet\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .mediumTablet\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .mediumTablet\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .mediumTablet\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .mediumTablet\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .mediumTablet\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .mediumTablet\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .mediumTablet\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .mediumTablet\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .mediumTablet\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .mediumTablet\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .mediumTablet\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .mediumTablet\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .mediumTablet\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .mediumTablet\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .mediumTablet\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .mediumTablet\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .mediumTablet\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .mediumTablet\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .mediumTablet\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .mediumTablet\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .mediumTablet\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .mediumTablet\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .mediumTablet\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .mediumTablet\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .mediumTablet\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .mediumTablet\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .mediumTablet\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .mediumTablet\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .mediumTablet\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .mediumTablet\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .mediumTablet\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .mediumTablet\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .mediumTablet\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .mediumTablet\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .mediumTablet\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .mediumTablet\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .mediumTablet\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .mediumTablet\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .mediumTablet\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .mediumTablet\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .mediumTablet\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .mediumTablet\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .mediumTablet\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .mediumTablet\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .mediumTablet\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .mediumTablet\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .mediumTablet\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .mediumTablet\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .mediumTablet\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .mediumTablet\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .mediumTablet\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .mediumTablet\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .mediumTablet\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .mediumTablet\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .mediumTablet\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .mediumTablet\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .mediumTablet\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .mediumTablet\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .mediumTablet\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .mediumTablet\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .mediumTablet\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .mediumTablet\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .mediumTablet\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .mediumTablet\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .mediumTablet\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .mediumTablet\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .mediumTablet\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .mediumTablet\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .mediumTablet\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .mediumTablet\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .mediumTablet\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .mediumTablet\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .mediumTablet\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .mediumTablet\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .mediumTablet\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .mediumTablet\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .mediumTablet\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .mediumTablet\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .mediumTablet\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .mediumTablet\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .mediumTablet\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .mediumTablet\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .mediumTablet\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .mediumTablet\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .mediumTablet\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .mediumTablet\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .mediumTablet\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .mediumTablet\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .mediumTablet\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .mediumTablet\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .mediumTablet\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .mediumTablet\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .mediumTablet\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .mediumTablet\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .mediumTablet\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .mediumTablet\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .mediumTablet\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .mediumTablet\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .mediumTablet\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .mediumTablet\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .mediumTablet\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .mediumTablet\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .mediumTablet\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .mediumTablet\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .mediumTablet\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .mediumTablet\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .mediumTablet\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .mediumTablet\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .mediumTablet\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .mediumTablet\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .mediumTablet\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .mediumTablet\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .mediumTablet\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .mediumTablet\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .mediumTablet\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .mediumTablet\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .mediumTablet\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .mediumTablet\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .mediumTablet\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .mediumTablet\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .mediumTablet\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .mediumTablet\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .mediumTablet\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .mediumTablet\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .mediumTablet\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .mediumTablet\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .mediumTablet\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .mediumTablet\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .mediumTablet\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .mediumTablet\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .mediumTablet\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .mediumTablet\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .mediumTablet\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .mediumTablet\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .mediumTablet\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .mediumTablet\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .mediumTablet\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .mediumTablet\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .mediumTablet\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .mediumTablet\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .mediumTablet\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .mediumTablet\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .mediumTablet\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .mediumTablet\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .mediumTablet\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .mediumTablet\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .mediumTablet\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .mediumTablet\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .mediumTablet\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .mediumTablet\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .mediumTablet\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .mediumTablet\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .mediumTablet\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .mediumTablet\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .mediumTablet\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .mediumTablet\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .mediumTablet\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .mediumTablet\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .mediumTablet\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .mediumTablet\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .mediumTablet\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .mediumTablet\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .mediumTablet\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .mediumTablet\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .mediumTablet\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .mediumTablet\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .mediumTablet\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .mediumTablet\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .mediumTablet\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .mediumTablet\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .mediumTablet\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .mediumTablet\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .mediumTablet\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .mediumTablet\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .mediumTablet\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .mediumTablet\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .mediumTablet\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .mediumTablet\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .mediumTablet\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .mediumTablet\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .mediumTablet\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .mediumTablet\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .mediumTablet\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .mediumTablet\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .mediumTablet\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .mediumTablet\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .mediumTablet\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .mediumTablet\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .mediumTablet\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .mediumTablet\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .mediumTablet\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .mediumTablet\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .mediumTablet\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .mediumTablet\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .mediumTablet\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .mediumTablet\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .mediumTablet\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .mediumTablet\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .mediumTablet\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .mediumTablet\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .mediumTablet\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .mediumTablet\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .mediumTablet\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .mediumTablet\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .mediumTablet\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .mediumTablet\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .mediumTablet\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .mediumTablet\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .mediumTablet\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .mediumTablet\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .mediumTablet\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .mediumTablet\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .mediumTablet\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .mediumTablet\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .mediumTablet\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .mediumTablet\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .mediumTablet\:filter-none{
    filter: none;
  }

  .mediumTablet\:blur-0{
    --tw-blur: blur(0);
  }

  .mediumTablet\:blur-none{
    --tw-blur: blur(0);
  }

  .mediumTablet\:blur-sm{
    --tw-blur: blur(4px);
  }

  .mediumTablet\:blur{
    --tw-blur: blur(8px);
  }

  .mediumTablet\:blur-md{
    --tw-blur: blur(12px);
  }

  .mediumTablet\:blur-lg{
    --tw-blur: blur(16px);
  }

  .mediumTablet\:blur-xl{
    --tw-blur: blur(24px);
  }

  .mediumTablet\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .mediumTablet\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .mediumTablet\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .mediumTablet\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .mediumTablet\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .mediumTablet\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .mediumTablet\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .mediumTablet\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .mediumTablet\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .mediumTablet\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .mediumTablet\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .mediumTablet\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .mediumTablet\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .mediumTablet\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .mediumTablet\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .mediumTablet\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .mediumTablet\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .mediumTablet\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .mediumTablet\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .mediumTablet\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .mediumTablet\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .mediumTablet\: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));
  }

  .mediumTablet\: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));
  }

  .mediumTablet\: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));
  }

  .mediumTablet\: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));
  }

  .mediumTablet\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .mediumTablet\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .mediumTablet\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .mediumTablet\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .mediumTablet\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .mediumTablet\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .mediumTablet\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .mediumTablet\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .mediumTablet\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .mediumTablet\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .mediumTablet\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .mediumTablet\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .mediumTablet\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .mediumTablet\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .mediumTablet\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .mediumTablet\:invert-0{
    --tw-invert: invert(0);
  }

  .mediumTablet\:invert{
    --tw-invert: invert(100%);
  }

  .mediumTablet\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .mediumTablet\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .mediumTablet\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .mediumTablet\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .mediumTablet\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .mediumTablet\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .mediumTablet\:sepia{
    --tw-sepia: sepia(100%);
  }

  .mediumTablet\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .mediumTablet\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .mediumTablet\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .mediumTablet\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .mediumTablet\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .mediumTablet\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .mediumTablet\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .mediumTablet\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .mediumTablet\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .mediumTablet\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .mediumTablet\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .mediumTablet\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .mediumTablet\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .mediumTablet\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .mediumTablet\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .mediumTablet\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .mediumTablet\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .mediumTablet\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .mediumTablet\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .mediumTablet\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .mediumTablet\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .mediumTablet\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .mediumTablet\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .mediumTablet\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .mediumTablet\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .mediumTablet\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .mediumTablet\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .mediumTablet\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .mediumTablet\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .mediumTablet\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .mediumTablet\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .mediumTablet\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .mediumTablet\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .mediumTablet\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .mediumTablet\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .mediumTablet\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .mediumTablet\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .mediumTablet\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .mediumTablet\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .mediumTablet\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .mediumTablet\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .mediumTablet\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .mediumTablet\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .mediumTablet\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .mediumTablet\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .mediumTablet\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .mediumTablet\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .mediumTablet\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .mediumTablet\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .mediumTablet\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .mediumTablet\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .mediumTablet\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .mediumTablet\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .mediumTablet\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .mediumTablet\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .mediumTablet\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .mediumTablet\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .mediumTablet\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .mediumTablet\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .mediumTablet\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .mediumTablet\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .mediumTablet\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .mediumTablet\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .mediumTablet\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .mediumTablet\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .mediumTablet\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .mediumTablet\:transition-none{
    transition-property: none;
  }

  .mediumTablet\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mediumTablet\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mediumTablet\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mediumTablet\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mediumTablet\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mediumTablet\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mediumTablet\:delay-75{
    transition-delay: 75ms;
  }

  .mediumTablet\:delay-100{
    transition-delay: 100ms;
  }

  .mediumTablet\:delay-150{
    transition-delay: 150ms;
  }

  .mediumTablet\:delay-200{
    transition-delay: 200ms;
  }

  .mediumTablet\:delay-300{
    transition-delay: 300ms;
  }

  .mediumTablet\:delay-500{
    transition-delay: 500ms;
  }

  .mediumTablet\:delay-700{
    transition-delay: 700ms;
  }

  .mediumTablet\:delay-1000{
    transition-delay: 1000ms;
  }

  .mediumTablet\:duration-75{
    transition-duration: 75ms;
  }

  .mediumTablet\:duration-100{
    transition-duration: 100ms;
  }

  .mediumTablet\:duration-150{
    transition-duration: 150ms;
  }

  .mediumTablet\:duration-200{
    transition-duration: 200ms;
  }

  .mediumTablet\:duration-300{
    transition-duration: 300ms;
  }

  .mediumTablet\:duration-500{
    transition-duration: 500ms;
  }

  .mediumTablet\:duration-700{
    transition-duration: 700ms;
  }

  .mediumTablet\:duration-1000{
    transition-duration: 1000ms;
  }

  .mediumTablet\:ease-linear{
    transition-timing-function: linear;
  }

  .mediumTablet\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .mediumTablet\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .mediumTablet\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 760px){
  .smallTablet\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .smallTablet\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .smallTablet\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .smallTablet\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .smallTablet\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .smallTablet\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .smallTablet\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .smallTablet\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .smallTablet\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .smallTablet\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .smallTablet\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .smallTablet\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .smallTablet\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .smallTablet\:container{
      max-width: 1701px;
    }
  }

  .smallTablet\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .smallTablet\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallTablet\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .smallTablet\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .smallTablet\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .smallTablet\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .smallTablet\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .smallTablet\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .smallTablet\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .smallTablet\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .smallTablet\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .smallTablet\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .smallTablet\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .smallTablet\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .smallTablet\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .smallTablet\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .smallTablet\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .smallTablet\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .smallTablet\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .smallTablet\:prose code::before{
    content: "`";
  }

  .smallTablet\:prose code::after{
    content: "`";
  }

  .smallTablet\:prose a code{
    color: #111827;
  }

  .smallTablet\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .smallTablet\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .smallTablet\:prose pre code::before{
    content: "";
  }

  .smallTablet\:prose pre code::after{
    content: "";
  }

  .smallTablet\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .smallTablet\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .smallTablet\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .smallTablet\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .smallTablet\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .smallTablet\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .smallTablet\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .smallTablet\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .smallTablet\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallTablet\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallTablet\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallTablet\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallTablet\:prose h2 code{
    font-size: 0.875em;
  }

  .smallTablet\:prose h3 code{
    font-size: 0.9em;
  }

  .smallTablet\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .smallTablet\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .smallTablet\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .smallTablet\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .smallTablet\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .smallTablet\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .smallTablet\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .smallTablet\:prose ul ul, .smallTablet\:prose ul ol, .smallTablet\:prose ol ul, .smallTablet\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .smallTablet\:prose hr + *{
    margin-top: 0;
  }

  .smallTablet\:prose h2 + *{
    margin-top: 0;
  }

  .smallTablet\:prose h3 + *{
    margin-top: 0;
  }

  .smallTablet\:prose h4 + *{
    margin-top: 0;
  }

  .smallTablet\:prose thead th:first-child{
    padding-left: 0;
  }

  .smallTablet\:prose thead th:last-child{
    padding-right: 0;
  }

  .smallTablet\:prose tbody td:first-child{
    padding-left: 0;
  }

  .smallTablet\:prose tbody td:last-child{
    padding-right: 0;
  }

  .smallTablet\:prose > :first-child{
    margin-top: 0;
  }

  .smallTablet\:prose > :last-child{
    margin-bottom: 0;
  }

  .smallTablet\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .smallTablet\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .smallTablet\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .smallTablet\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .smallTablet\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .smallTablet\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .smallTablet\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .smallTablet\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .smallTablet\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .smallTablet\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .smallTablet\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .smallTablet\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallTablet\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .smallTablet\:prose-sm code{
    font-size: 0.8571429em;
  }

  .smallTablet\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .smallTablet\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .smallTablet\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .smallTablet\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .smallTablet\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .smallTablet\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .smallTablet\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .smallTablet\:prose-sm ol > li::before{
    left: 0;
  }

  .smallTablet\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .smallTablet\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .smallTablet\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .smallTablet\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .smallTablet\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .smallTablet\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .smallTablet\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .smallTablet\:prose-sm ul ul, .smallTablet\:prose-sm ul ol, .smallTablet\:prose-sm ol ul, .smallTablet\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .smallTablet\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .smallTablet\:prose-sm hr + *{
    margin-top: 0;
  }

  .smallTablet\:prose-sm h2 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-sm h3 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-sm h4 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .smallTablet\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .smallTablet\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .smallTablet\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .smallTablet\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .smallTablet\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .smallTablet\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .smallTablet\:prose-sm > :first-child{
    margin-top: 0;
  }

  .smallTablet\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .smallTablet\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .smallTablet\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallTablet\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .smallTablet\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .smallTablet\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .smallTablet\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .smallTablet\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .smallTablet\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .smallTablet\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .smallTablet\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .smallTablet\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .smallTablet\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallTablet\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .smallTablet\:prose-lg code{
    font-size: 0.8888889em;
  }

  .smallTablet\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .smallTablet\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .smallTablet\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .smallTablet\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallTablet\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallTablet\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .smallTablet\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .smallTablet\:prose-lg ol > li::before{
    left: 0;
  }

  .smallTablet\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .smallTablet\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .smallTablet\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .smallTablet\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallTablet\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallTablet\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallTablet\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallTablet\:prose-lg ul ul, .smallTablet\:prose-lg ul ol, .smallTablet\:prose-lg ol ul, .smallTablet\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .smallTablet\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .smallTablet\:prose-lg hr + *{
    margin-top: 0;
  }

  .smallTablet\:prose-lg h2 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-lg h3 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-lg h4 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .smallTablet\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .smallTablet\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .smallTablet\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .smallTablet\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .smallTablet\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .smallTablet\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .smallTablet\:prose-lg > :first-child{
    margin-top: 0;
  }

  .smallTablet\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .smallTablet\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .smallTablet\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallTablet\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .smallTablet\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .smallTablet\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .smallTablet\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .smallTablet\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .smallTablet\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .smallTablet\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallTablet\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallTablet\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallTablet\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallTablet\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .smallTablet\:prose-xl code{
    font-size: 0.9em;
  }

  .smallTablet\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .smallTablet\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .smallTablet\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .smallTablet\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallTablet\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallTablet\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .smallTablet\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .smallTablet\:prose-xl ol > li::before{
    left: 0;
  }

  .smallTablet\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .smallTablet\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .smallTablet\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .smallTablet\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .smallTablet\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .smallTablet\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .smallTablet\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .smallTablet\:prose-xl ul ul, .smallTablet\:prose-xl ul ol, .smallTablet\:prose-xl ol ul, .smallTablet\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .smallTablet\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .smallTablet\:prose-xl hr + *{
    margin-top: 0;
  }

  .smallTablet\:prose-xl h2 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-xl h3 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-xl h4 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .smallTablet\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .smallTablet\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .smallTablet\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .smallTablet\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .smallTablet\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .smallTablet\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .smallTablet\:prose-xl > :first-child{
    margin-top: 0;
  }

  .smallTablet\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .smallTablet\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .smallTablet\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallTablet\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .smallTablet\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .smallTablet\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .smallTablet\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .smallTablet\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .smallTablet\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .smallTablet\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallTablet\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallTablet\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallTablet\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallTablet\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .smallTablet\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .smallTablet\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .smallTablet\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .smallTablet\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .smallTablet\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallTablet\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallTablet\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .smallTablet\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .smallTablet\:prose-2xl ol > li::before{
    left: 0;
  }

  .smallTablet\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .smallTablet\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .smallTablet\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .smallTablet\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallTablet\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallTablet\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallTablet\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallTablet\:prose-2xl ul ul, .smallTablet\:prose-2xl ul ol, .smallTablet\:prose-2xl ol ul, .smallTablet\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .smallTablet\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .smallTablet\:prose-2xl hr + *{
    margin-top: 0;
  }

  .smallTablet\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .smallTablet\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .smallTablet\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .smallTablet\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .smallTablet\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .smallTablet\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .smallTablet\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .smallTablet\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .smallTablet\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .smallTablet\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .smallTablet\:prose-blue{
  }

  .smallTablet\:prose-red{
  }

  .smallTablet\:prose-pink{
  }

  .smallTablet\:prose-indigo a{
    color: #4f46e5;
  }

  .smallTablet\:prose-indigo a code{
    color: #4f46e5;
  }

  .smallTablet\:prose-green a{
    color: #16a34a;
  }

  .smallTablet\:prose-green a code{
    color: #16a34a;
  }

  .smallTablet\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .smallTablet\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .smallTablet\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .smallTablet\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .smallTablet\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .smallTablet\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .smallTablet\:pointer-events-none{
    pointer-events: none;
  }

  .smallTablet\:pointer-events-auto{
    pointer-events: auto;
  }

  .smallTablet\:visible{
    visibility: visible;
  }

  .smallTablet\:invisible{
    visibility: hidden;
  }

  .smallTablet\:static{
    position: static;
  }

  .smallTablet\:fixed{
    position: fixed;
  }

  .smallTablet\:absolute{
    position: absolute;
  }

  .smallTablet\:relative{
    position: relative;
  }

  .smallTablet\:sticky{
    position: sticky;
  }

  .smallTablet\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .smallTablet\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .smallTablet\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .smallTablet\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .smallTablet\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .smallTablet\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .smallTablet\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .smallTablet\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .smallTablet\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .smallTablet\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .smallTablet\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .smallTablet\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .smallTablet\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .smallTablet\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .smallTablet\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .smallTablet\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .smallTablet\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .smallTablet\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .smallTablet\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .smallTablet\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .smallTablet\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .smallTablet\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .smallTablet\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .smallTablet\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .smallTablet\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .smallTablet\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .smallTablet\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .smallTablet\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .smallTablet\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .smallTablet\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .smallTablet\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .smallTablet\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .smallTablet\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .smallTablet\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .smallTablet\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .smallTablet\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .smallTablet\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .smallTablet\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .smallTablet\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .smallTablet\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .smallTablet\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .smallTablet\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .smallTablet\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .smallTablet\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .smallTablet\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .smallTablet\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .smallTablet\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .smallTablet\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .smallTablet\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .smallTablet\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .smallTablet\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .smallTablet\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .smallTablet\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .smallTablet\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .smallTablet\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .smallTablet\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .smallTablet\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .smallTablet\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .smallTablet\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .smallTablet\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .smallTablet\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .smallTablet\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .smallTablet\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .smallTablet\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .smallTablet\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .smallTablet\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .smallTablet\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .smallTablet\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .smallTablet\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .smallTablet\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .smallTablet\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .smallTablet\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .smallTablet\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .smallTablet\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .smallTablet\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .smallTablet\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .smallTablet\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .smallTablet\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .smallTablet\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .smallTablet\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .smallTablet\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .smallTablet\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .smallTablet\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .smallTablet\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .smallTablet\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .smallTablet\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .smallTablet\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .smallTablet\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .smallTablet\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .smallTablet\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .smallTablet\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .smallTablet\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .smallTablet\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .smallTablet\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .smallTablet\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .smallTablet\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .smallTablet\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .smallTablet\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .smallTablet\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .smallTablet\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .smallTablet\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .smallTablet\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .smallTablet\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .smallTablet\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .smallTablet\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .smallTablet\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .smallTablet\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .smallTablet\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .smallTablet\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .smallTablet\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .smallTablet\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .smallTablet\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .smallTablet\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .smallTablet\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .smallTablet\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .smallTablet\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .smallTablet\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .smallTablet\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .smallTablet\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .smallTablet\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .smallTablet\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .smallTablet\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .smallTablet\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .smallTablet\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .smallTablet\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .smallTablet\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .smallTablet\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .smallTablet\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .smallTablet\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .smallTablet\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .smallTablet\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .smallTablet\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .smallTablet\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .smallTablet\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .smallTablet\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .smallTablet\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .smallTablet\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .smallTablet\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .smallTablet\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .smallTablet\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .smallTablet\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .smallTablet\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .smallTablet\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .smallTablet\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .smallTablet\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .smallTablet\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .smallTablet\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .smallTablet\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .smallTablet\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .smallTablet\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .smallTablet\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .smallTablet\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .smallTablet\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .smallTablet\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .smallTablet\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .smallTablet\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .smallTablet\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .smallTablet\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .smallTablet\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .smallTablet\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .smallTablet\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .smallTablet\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .smallTablet\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .smallTablet\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .smallTablet\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .smallTablet\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .smallTablet\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .smallTablet\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .smallTablet\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .smallTablet\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .smallTablet\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .smallTablet\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .smallTablet\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .smallTablet\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .smallTablet\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .smallTablet\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .smallTablet\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .smallTablet\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .smallTablet\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .smallTablet\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .smallTablet\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .smallTablet\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .smallTablet\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .smallTablet\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .smallTablet\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .smallTablet\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .smallTablet\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .smallTablet\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .smallTablet\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .smallTablet\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .smallTablet\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .smallTablet\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .smallTablet\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .smallTablet\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .smallTablet\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .smallTablet\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .smallTablet\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .smallTablet\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .smallTablet\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .smallTablet\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .smallTablet\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .smallTablet\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .smallTablet\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .smallTablet\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .smallTablet\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .smallTablet\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .smallTablet\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .smallTablet\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .smallTablet\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .smallTablet\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .smallTablet\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .smallTablet\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .smallTablet\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .smallTablet\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .smallTablet\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .smallTablet\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .smallTablet\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .smallTablet\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .smallTablet\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .smallTablet\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .smallTablet\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .smallTablet\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .smallTablet\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .smallTablet\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .smallTablet\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .smallTablet\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .smallTablet\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .smallTablet\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .smallTablet\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .smallTablet\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .smallTablet\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .smallTablet\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .smallTablet\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .smallTablet\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .smallTablet\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .smallTablet\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .smallTablet\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .smallTablet\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .smallTablet\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .smallTablet\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .smallTablet\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .smallTablet\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .smallTablet\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .smallTablet\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .smallTablet\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .smallTablet\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .smallTablet\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .smallTablet\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .smallTablet\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .smallTablet\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .smallTablet\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .smallTablet\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .smallTablet\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .smallTablet\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .smallTablet\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .smallTablet\:top-0{
    top: 0px;
  }

  .smallTablet\:top-1{
    top: 0.25rem;
  }

  .smallTablet\:top-2{
    top: 0.5rem;
  }

  .smallTablet\:top-3{
    top: 0.75rem;
  }

  .smallTablet\:top-4{
    top: 1rem;
  }

  .smallTablet\:top-5{
    top: 1.25rem;
  }

  .smallTablet\:top-6{
    top: 1.5rem;
  }

  .smallTablet\:top-7{
    top: 1.75rem;
  }

  .smallTablet\:top-8{
    top: 2rem;
  }

  .smallTablet\:top-9{
    top: 2.25rem;
  }

  .smallTablet\:top-10{
    top: 2.5rem;
  }

  .smallTablet\:top-11{
    top: 2.75rem;
  }

  .smallTablet\:top-12{
    top: 3rem;
  }

  .smallTablet\:top-14{
    top: 3.5rem;
  }

  .smallTablet\:top-16{
    top: 4rem;
  }

  .smallTablet\:top-20{
    top: 5rem;
  }

  .smallTablet\:top-24{
    top: 6rem;
  }

  .smallTablet\:top-28{
    top: 7rem;
  }

  .smallTablet\:top-32{
    top: 8rem;
  }

  .smallTablet\:top-36{
    top: 9rem;
  }

  .smallTablet\:top-40{
    top: 10rem;
  }

  .smallTablet\:top-44{
    top: 11rem;
  }

  .smallTablet\:top-48{
    top: 12rem;
  }

  .smallTablet\:top-52{
    top: 13rem;
  }

  .smallTablet\:top-56{
    top: 14rem;
  }

  .smallTablet\:top-60{
    top: 15rem;
  }

  .smallTablet\:top-64{
    top: 16rem;
  }

  .smallTablet\:top-72{
    top: 18rem;
  }

  .smallTablet\:top-80{
    top: 20rem;
  }

  .smallTablet\:top-96{
    top: 24rem;
  }

  .smallTablet\:top-auto{
    top: auto;
  }

  .smallTablet\:top-px{
    top: 1px;
  }

  .smallTablet\:top-0\.5{
    top: 0.125rem;
  }

  .smallTablet\:top-1\.5{
    top: 0.375rem;
  }

  .smallTablet\:top-2\.5{
    top: 0.625rem;
  }

  .smallTablet\:top-3\.5{
    top: 0.875rem;
  }

  .smallTablet\:-top-0{
    top: 0px;
  }

  .smallTablet\:-top-1{
    top: -0.25rem;
  }

  .smallTablet\:-top-2{
    top: -0.5rem;
  }

  .smallTablet\:-top-3{
    top: -0.75rem;
  }

  .smallTablet\:-top-4{
    top: -1rem;
  }

  .smallTablet\:-top-5{
    top: -1.25rem;
  }

  .smallTablet\:-top-6{
    top: -1.5rem;
  }

  .smallTablet\:-top-7{
    top: -1.75rem;
  }

  .smallTablet\:-top-8{
    top: -2rem;
  }

  .smallTablet\:-top-9{
    top: -2.25rem;
  }

  .smallTablet\:-top-10{
    top: -2.5rem;
  }

  .smallTablet\:-top-11{
    top: -2.75rem;
  }

  .smallTablet\:-top-12{
    top: -3rem;
  }

  .smallTablet\:-top-14{
    top: -3.5rem;
  }

  .smallTablet\:-top-16{
    top: -4rem;
  }

  .smallTablet\:-top-20{
    top: -5rem;
  }

  .smallTablet\:-top-24{
    top: -6rem;
  }

  .smallTablet\:-top-28{
    top: -7rem;
  }

  .smallTablet\:-top-32{
    top: -8rem;
  }

  .smallTablet\:-top-36{
    top: -9rem;
  }

  .smallTablet\:-top-40{
    top: -10rem;
  }

  .smallTablet\:-top-44{
    top: -11rem;
  }

  .smallTablet\:-top-48{
    top: -12rem;
  }

  .smallTablet\:-top-52{
    top: -13rem;
  }

  .smallTablet\:-top-56{
    top: -14rem;
  }

  .smallTablet\:-top-60{
    top: -15rem;
  }

  .smallTablet\:-top-64{
    top: -16rem;
  }

  .smallTablet\:-top-72{
    top: -18rem;
  }

  .smallTablet\:-top-80{
    top: -20rem;
  }

  .smallTablet\:-top-96{
    top: -24rem;
  }

  .smallTablet\:-top-px{
    top: -1px;
  }

  .smallTablet\:-top-0\.5{
    top: -0.125rem;
  }

  .smallTablet\:-top-1\.5{
    top: -0.375rem;
  }

  .smallTablet\:-top-2\.5{
    top: -0.625rem;
  }

  .smallTablet\:-top-3\.5{
    top: -0.875rem;
  }

  .smallTablet\:top-1\/2{
    top: 50%;
  }

  .smallTablet\:top-1\/3{
    top: 33.333333%;
  }

  .smallTablet\:top-2\/3{
    top: 66.666667%;
  }

  .smallTablet\:top-1\/4{
    top: 25%;
  }

  .smallTablet\:top-2\/4{
    top: 50%;
  }

  .smallTablet\:top-3\/4{
    top: 75%;
  }

  .smallTablet\:top-full{
    top: 100%;
  }

  .smallTablet\:-top-1\/2{
    top: -50%;
  }

  .smallTablet\:-top-1\/3{
    top: -33.333333%;
  }

  .smallTablet\:-top-2\/3{
    top: -66.666667%;
  }

  .smallTablet\:-top-1\/4{
    top: -25%;
  }

  .smallTablet\:-top-2\/4{
    top: -50%;
  }

  .smallTablet\:-top-3\/4{
    top: -75%;
  }

  .smallTablet\:-top-full{
    top: -100%;
  }

  .smallTablet\:right-0{
    right: 0px;
  }

  .smallTablet\:right-1{
    right: 0.25rem;
  }

  .smallTablet\:right-2{
    right: 0.5rem;
  }

  .smallTablet\:right-3{
    right: 0.75rem;
  }

  .smallTablet\:right-4{
    right: 1rem;
  }

  .smallTablet\:right-5{
    right: 1.25rem;
  }

  .smallTablet\:right-6{
    right: 1.5rem;
  }

  .smallTablet\:right-7{
    right: 1.75rem;
  }

  .smallTablet\:right-8{
    right: 2rem;
  }

  .smallTablet\:right-9{
    right: 2.25rem;
  }

  .smallTablet\:right-10{
    right: 2.5rem;
  }

  .smallTablet\:right-11{
    right: 2.75rem;
  }

  .smallTablet\:right-12{
    right: 3rem;
  }

  .smallTablet\:right-14{
    right: 3.5rem;
  }

  .smallTablet\:right-16{
    right: 4rem;
  }

  .smallTablet\:right-20{
    right: 5rem;
  }

  .smallTablet\:right-24{
    right: 6rem;
  }

  .smallTablet\:right-28{
    right: 7rem;
  }

  .smallTablet\:right-32{
    right: 8rem;
  }

  .smallTablet\:right-36{
    right: 9rem;
  }

  .smallTablet\:right-40{
    right: 10rem;
  }

  .smallTablet\:right-44{
    right: 11rem;
  }

  .smallTablet\:right-48{
    right: 12rem;
  }

  .smallTablet\:right-52{
    right: 13rem;
  }

  .smallTablet\:right-56{
    right: 14rem;
  }

  .smallTablet\:right-60{
    right: 15rem;
  }

  .smallTablet\:right-64{
    right: 16rem;
  }

  .smallTablet\:right-72{
    right: 18rem;
  }

  .smallTablet\:right-80{
    right: 20rem;
  }

  .smallTablet\:right-96{
    right: 24rem;
  }

  .smallTablet\:right-auto{
    right: auto;
  }

  .smallTablet\:right-px{
    right: 1px;
  }

  .smallTablet\:right-0\.5{
    right: 0.125rem;
  }

  .smallTablet\:right-1\.5{
    right: 0.375rem;
  }

  .smallTablet\:right-2\.5{
    right: 0.625rem;
  }

  .smallTablet\:right-3\.5{
    right: 0.875rem;
  }

  .smallTablet\:-right-0{
    right: 0px;
  }

  .smallTablet\:-right-1{
    right: -0.25rem;
  }

  .smallTablet\:-right-2{
    right: -0.5rem;
  }

  .smallTablet\:-right-3{
    right: -0.75rem;
  }

  .smallTablet\:-right-4{
    right: -1rem;
  }

  .smallTablet\:-right-5{
    right: -1.25rem;
  }

  .smallTablet\:-right-6{
    right: -1.5rem;
  }

  .smallTablet\:-right-7{
    right: -1.75rem;
  }

  .smallTablet\:-right-8{
    right: -2rem;
  }

  .smallTablet\:-right-9{
    right: -2.25rem;
  }

  .smallTablet\:-right-10{
    right: -2.5rem;
  }

  .smallTablet\:-right-11{
    right: -2.75rem;
  }

  .smallTablet\:-right-12{
    right: -3rem;
  }

  .smallTablet\:-right-14{
    right: -3.5rem;
  }

  .smallTablet\:-right-16{
    right: -4rem;
  }

  .smallTablet\:-right-20{
    right: -5rem;
  }

  .smallTablet\:-right-24{
    right: -6rem;
  }

  .smallTablet\:-right-28{
    right: -7rem;
  }

  .smallTablet\:-right-32{
    right: -8rem;
  }

  .smallTablet\:-right-36{
    right: -9rem;
  }

  .smallTablet\:-right-40{
    right: -10rem;
  }

  .smallTablet\:-right-44{
    right: -11rem;
  }

  .smallTablet\:-right-48{
    right: -12rem;
  }

  .smallTablet\:-right-52{
    right: -13rem;
  }

  .smallTablet\:-right-56{
    right: -14rem;
  }

  .smallTablet\:-right-60{
    right: -15rem;
  }

  .smallTablet\:-right-64{
    right: -16rem;
  }

  .smallTablet\:-right-72{
    right: -18rem;
  }

  .smallTablet\:-right-80{
    right: -20rem;
  }

  .smallTablet\:-right-96{
    right: -24rem;
  }

  .smallTablet\:-right-px{
    right: -1px;
  }

  .smallTablet\:-right-0\.5{
    right: -0.125rem;
  }

  .smallTablet\:-right-1\.5{
    right: -0.375rem;
  }

  .smallTablet\:-right-2\.5{
    right: -0.625rem;
  }

  .smallTablet\:-right-3\.5{
    right: -0.875rem;
  }

  .smallTablet\:right-1\/2{
    right: 50%;
  }

  .smallTablet\:right-1\/3{
    right: 33.333333%;
  }

  .smallTablet\:right-2\/3{
    right: 66.666667%;
  }

  .smallTablet\:right-1\/4{
    right: 25%;
  }

  .smallTablet\:right-2\/4{
    right: 50%;
  }

  .smallTablet\:right-3\/4{
    right: 75%;
  }

  .smallTablet\:right-full{
    right: 100%;
  }

  .smallTablet\:-right-1\/2{
    right: -50%;
  }

  .smallTablet\:-right-1\/3{
    right: -33.333333%;
  }

  .smallTablet\:-right-2\/3{
    right: -66.666667%;
  }

  .smallTablet\:-right-1\/4{
    right: -25%;
  }

  .smallTablet\:-right-2\/4{
    right: -50%;
  }

  .smallTablet\:-right-3\/4{
    right: -75%;
  }

  .smallTablet\:-right-full{
    right: -100%;
  }

  .smallTablet\:bottom-0{
    bottom: 0px;
  }

  .smallTablet\:bottom-1{
    bottom: 0.25rem;
  }

  .smallTablet\:bottom-2{
    bottom: 0.5rem;
  }

  .smallTablet\:bottom-3{
    bottom: 0.75rem;
  }

  .smallTablet\:bottom-4{
    bottom: 1rem;
  }

  .smallTablet\:bottom-5{
    bottom: 1.25rem;
  }

  .smallTablet\:bottom-6{
    bottom: 1.5rem;
  }

  .smallTablet\:bottom-7{
    bottom: 1.75rem;
  }

  .smallTablet\:bottom-8{
    bottom: 2rem;
  }

  .smallTablet\:bottom-9{
    bottom: 2.25rem;
  }

  .smallTablet\:bottom-10{
    bottom: 2.5rem;
  }

  .smallTablet\:bottom-11{
    bottom: 2.75rem;
  }

  .smallTablet\:bottom-12{
    bottom: 3rem;
  }

  .smallTablet\:bottom-14{
    bottom: 3.5rem;
  }

  .smallTablet\:bottom-16{
    bottom: 4rem;
  }

  .smallTablet\:bottom-20{
    bottom: 5rem;
  }

  .smallTablet\:bottom-24{
    bottom: 6rem;
  }

  .smallTablet\:bottom-28{
    bottom: 7rem;
  }

  .smallTablet\:bottom-32{
    bottom: 8rem;
  }

  .smallTablet\:bottom-36{
    bottom: 9rem;
  }

  .smallTablet\:bottom-40{
    bottom: 10rem;
  }

  .smallTablet\:bottom-44{
    bottom: 11rem;
  }

  .smallTablet\:bottom-48{
    bottom: 12rem;
  }

  .smallTablet\:bottom-52{
    bottom: 13rem;
  }

  .smallTablet\:bottom-56{
    bottom: 14rem;
  }

  .smallTablet\:bottom-60{
    bottom: 15rem;
  }

  .smallTablet\:bottom-64{
    bottom: 16rem;
  }

  .smallTablet\:bottom-72{
    bottom: 18rem;
  }

  .smallTablet\:bottom-80{
    bottom: 20rem;
  }

  .smallTablet\:bottom-96{
    bottom: 24rem;
  }

  .smallTablet\:bottom-auto{
    bottom: auto;
  }

  .smallTablet\:bottom-px{
    bottom: 1px;
  }

  .smallTablet\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .smallTablet\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .smallTablet\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .smallTablet\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .smallTablet\:-bottom-0{
    bottom: 0px;
  }

  .smallTablet\:-bottom-1{
    bottom: -0.25rem;
  }

  .smallTablet\:-bottom-2{
    bottom: -0.5rem;
  }

  .smallTablet\:-bottom-3{
    bottom: -0.75rem;
  }

  .smallTablet\:-bottom-4{
    bottom: -1rem;
  }

  .smallTablet\:-bottom-5{
    bottom: -1.25rem;
  }

  .smallTablet\:-bottom-6{
    bottom: -1.5rem;
  }

  .smallTablet\:-bottom-7{
    bottom: -1.75rem;
  }

  .smallTablet\:-bottom-8{
    bottom: -2rem;
  }

  .smallTablet\:-bottom-9{
    bottom: -2.25rem;
  }

  .smallTablet\:-bottom-10{
    bottom: -2.5rem;
  }

  .smallTablet\:-bottom-11{
    bottom: -2.75rem;
  }

  .smallTablet\:-bottom-12{
    bottom: -3rem;
  }

  .smallTablet\:-bottom-14{
    bottom: -3.5rem;
  }

  .smallTablet\:-bottom-16{
    bottom: -4rem;
  }

  .smallTablet\:-bottom-20{
    bottom: -5rem;
  }

  .smallTablet\:-bottom-24{
    bottom: -6rem;
  }

  .smallTablet\:-bottom-28{
    bottom: -7rem;
  }

  .smallTablet\:-bottom-32{
    bottom: -8rem;
  }

  .smallTablet\:-bottom-36{
    bottom: -9rem;
  }

  .smallTablet\:-bottom-40{
    bottom: -10rem;
  }

  .smallTablet\:-bottom-44{
    bottom: -11rem;
  }

  .smallTablet\:-bottom-48{
    bottom: -12rem;
  }

  .smallTablet\:-bottom-52{
    bottom: -13rem;
  }

  .smallTablet\:-bottom-56{
    bottom: -14rem;
  }

  .smallTablet\:-bottom-60{
    bottom: -15rem;
  }

  .smallTablet\:-bottom-64{
    bottom: -16rem;
  }

  .smallTablet\:-bottom-72{
    bottom: -18rem;
  }

  .smallTablet\:-bottom-80{
    bottom: -20rem;
  }

  .smallTablet\:-bottom-96{
    bottom: -24rem;
  }

  .smallTablet\:-bottom-px{
    bottom: -1px;
  }

  .smallTablet\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .smallTablet\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .smallTablet\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .smallTablet\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .smallTablet\:bottom-1\/2{
    bottom: 50%;
  }

  .smallTablet\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .smallTablet\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .smallTablet\:bottom-1\/4{
    bottom: 25%;
  }

  .smallTablet\:bottom-2\/4{
    bottom: 50%;
  }

  .smallTablet\:bottom-3\/4{
    bottom: 75%;
  }

  .smallTablet\:bottom-full{
    bottom: 100%;
  }

  .smallTablet\:-bottom-1\/2{
    bottom: -50%;
  }

  .smallTablet\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .smallTablet\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .smallTablet\:-bottom-1\/4{
    bottom: -25%;
  }

  .smallTablet\:-bottom-2\/4{
    bottom: -50%;
  }

  .smallTablet\:-bottom-3\/4{
    bottom: -75%;
  }

  .smallTablet\:-bottom-full{
    bottom: -100%;
  }

  .smallTablet\:left-0{
    left: 0px;
  }

  .smallTablet\:left-1{
    left: 0.25rem;
  }

  .smallTablet\:left-2{
    left: 0.5rem;
  }

  .smallTablet\:left-3{
    left: 0.75rem;
  }

  .smallTablet\:left-4{
    left: 1rem;
  }

  .smallTablet\:left-5{
    left: 1.25rem;
  }

  .smallTablet\:left-6{
    left: 1.5rem;
  }

  .smallTablet\:left-7{
    left: 1.75rem;
  }

  .smallTablet\:left-8{
    left: 2rem;
  }

  .smallTablet\:left-9{
    left: 2.25rem;
  }

  .smallTablet\:left-10{
    left: 2.5rem;
  }

  .smallTablet\:left-11{
    left: 2.75rem;
  }

  .smallTablet\:left-12{
    left: 3rem;
  }

  .smallTablet\:left-14{
    left: 3.5rem;
  }

  .smallTablet\:left-16{
    left: 4rem;
  }

  .smallTablet\:left-20{
    left: 5rem;
  }

  .smallTablet\:left-24{
    left: 6rem;
  }

  .smallTablet\:left-28{
    left: 7rem;
  }

  .smallTablet\:left-32{
    left: 8rem;
  }

  .smallTablet\:left-36{
    left: 9rem;
  }

  .smallTablet\:left-40{
    left: 10rem;
  }

  .smallTablet\:left-44{
    left: 11rem;
  }

  .smallTablet\:left-48{
    left: 12rem;
  }

  .smallTablet\:left-52{
    left: 13rem;
  }

  .smallTablet\:left-56{
    left: 14rem;
  }

  .smallTablet\:left-60{
    left: 15rem;
  }

  .smallTablet\:left-64{
    left: 16rem;
  }

  .smallTablet\:left-72{
    left: 18rem;
  }

  .smallTablet\:left-80{
    left: 20rem;
  }

  .smallTablet\:left-96{
    left: 24rem;
  }

  .smallTablet\:left-auto{
    left: auto;
  }

  .smallTablet\:left-px{
    left: 1px;
  }

  .smallTablet\:left-0\.5{
    left: 0.125rem;
  }

  .smallTablet\:left-1\.5{
    left: 0.375rem;
  }

  .smallTablet\:left-2\.5{
    left: 0.625rem;
  }

  .smallTablet\:left-3\.5{
    left: 0.875rem;
  }

  .smallTablet\:-left-0{
    left: 0px;
  }

  .smallTablet\:-left-1{
    left: -0.25rem;
  }

  .smallTablet\:-left-2{
    left: -0.5rem;
  }

  .smallTablet\:-left-3{
    left: -0.75rem;
  }

  .smallTablet\:-left-4{
    left: -1rem;
  }

  .smallTablet\:-left-5{
    left: -1.25rem;
  }

  .smallTablet\:-left-6{
    left: -1.5rem;
  }

  .smallTablet\:-left-7{
    left: -1.75rem;
  }

  .smallTablet\:-left-8{
    left: -2rem;
  }

  .smallTablet\:-left-9{
    left: -2.25rem;
  }

  .smallTablet\:-left-10{
    left: -2.5rem;
  }

  .smallTablet\:-left-11{
    left: -2.75rem;
  }

  .smallTablet\:-left-12{
    left: -3rem;
  }

  .smallTablet\:-left-14{
    left: -3.5rem;
  }

  .smallTablet\:-left-16{
    left: -4rem;
  }

  .smallTablet\:-left-20{
    left: -5rem;
  }

  .smallTablet\:-left-24{
    left: -6rem;
  }

  .smallTablet\:-left-28{
    left: -7rem;
  }

  .smallTablet\:-left-32{
    left: -8rem;
  }

  .smallTablet\:-left-36{
    left: -9rem;
  }

  .smallTablet\:-left-40{
    left: -10rem;
  }

  .smallTablet\:-left-44{
    left: -11rem;
  }

  .smallTablet\:-left-48{
    left: -12rem;
  }

  .smallTablet\:-left-52{
    left: -13rem;
  }

  .smallTablet\:-left-56{
    left: -14rem;
  }

  .smallTablet\:-left-60{
    left: -15rem;
  }

  .smallTablet\:-left-64{
    left: -16rem;
  }

  .smallTablet\:-left-72{
    left: -18rem;
  }

  .smallTablet\:-left-80{
    left: -20rem;
  }

  .smallTablet\:-left-96{
    left: -24rem;
  }

  .smallTablet\:-left-px{
    left: -1px;
  }

  .smallTablet\:-left-0\.5{
    left: -0.125rem;
  }

  .smallTablet\:-left-1\.5{
    left: -0.375rem;
  }

  .smallTablet\:-left-2\.5{
    left: -0.625rem;
  }

  .smallTablet\:-left-3\.5{
    left: -0.875rem;
  }

  .smallTablet\:left-1\/2{
    left: 50%;
  }

  .smallTablet\:left-1\/3{
    left: 33.333333%;
  }

  .smallTablet\:left-2\/3{
    left: 66.666667%;
  }

  .smallTablet\:left-1\/4{
    left: 25%;
  }

  .smallTablet\:left-2\/4{
    left: 50%;
  }

  .smallTablet\:left-3\/4{
    left: 75%;
  }

  .smallTablet\:left-full{
    left: 100%;
  }

  .smallTablet\:-left-1\/2{
    left: -50%;
  }

  .smallTablet\:-left-1\/3{
    left: -33.333333%;
  }

  .smallTablet\:-left-2\/3{
    left: -66.666667%;
  }

  .smallTablet\:-left-1\/4{
    left: -25%;
  }

  .smallTablet\:-left-2\/4{
    left: -50%;
  }

  .smallTablet\:-left-3\/4{
    left: -75%;
  }

  .smallTablet\:-left-full{
    left: -100%;
  }

  .smallTablet\:isolate{
    isolation: isolate;
  }

  .smallTablet\:isolation-auto{
    isolation: auto;
  }

  .smallTablet\:z-0{
    z-index: 0;
  }

  .smallTablet\:z-10{
    z-index: 10;
  }

  .smallTablet\:z-20{
    z-index: 20;
  }

  .smallTablet\:z-30{
    z-index: 30;
  }

  .smallTablet\:z-40{
    z-index: 40;
  }

  .smallTablet\:z-50{
    z-index: 50;
  }

  .smallTablet\:z-auto{
    z-index: auto;
  }

  .smallTablet\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .smallTablet\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .smallTablet\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .smallTablet\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .smallTablet\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .smallTablet\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .smallTablet\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .smallTablet\:focus\:z-0:focus{
    z-index: 0;
  }

  .smallTablet\:focus\:z-10:focus{
    z-index: 10;
  }

  .smallTablet\:focus\:z-20:focus{
    z-index: 20;
  }

  .smallTablet\:focus\:z-30:focus{
    z-index: 30;
  }

  .smallTablet\:focus\:z-40:focus{
    z-index: 40;
  }

  .smallTablet\:focus\:z-50:focus{
    z-index: 50;
  }

  .smallTablet\:focus\:z-auto:focus{
    z-index: auto;
  }

  .smallTablet\:order-1{
    order: 1;
  }

  .smallTablet\:order-2{
    order: 2;
  }

  .smallTablet\:order-3{
    order: 3;
  }

  .smallTablet\:order-4{
    order: 4;
  }

  .smallTablet\:order-5{
    order: 5;
  }

  .smallTablet\:order-6{
    order: 6;
  }

  .smallTablet\:order-7{
    order: 7;
  }

  .smallTablet\:order-8{
    order: 8;
  }

  .smallTablet\:order-9{
    order: 9;
  }

  .smallTablet\:order-10{
    order: 10;
  }

  .smallTablet\:order-11{
    order: 11;
  }

  .smallTablet\:order-12{
    order: 12;
  }

  .smallTablet\:order-first{
    order: -9999;
  }

  .smallTablet\:order-last{
    order: 9999;
  }

  .smallTablet\:order-none{
    order: 0;
  }

  .smallTablet\:col-auto{
    grid-column: auto;
  }

  .smallTablet\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .smallTablet\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .smallTablet\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .smallTablet\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .smallTablet\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .smallTablet\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .smallTablet\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .smallTablet\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .smallTablet\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .smallTablet\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .smallTablet\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .smallTablet\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .smallTablet\:col-span-full{
    grid-column: 1 / -1;
  }

  .smallTablet\:col-start-1{
    grid-column-start: 1;
  }

  .smallTablet\:col-start-2{
    grid-column-start: 2;
  }

  .smallTablet\:col-start-3{
    grid-column-start: 3;
  }

  .smallTablet\:col-start-4{
    grid-column-start: 4;
  }

  .smallTablet\:col-start-5{
    grid-column-start: 5;
  }

  .smallTablet\:col-start-6{
    grid-column-start: 6;
  }

  .smallTablet\:col-start-7{
    grid-column-start: 7;
  }

  .smallTablet\:col-start-8{
    grid-column-start: 8;
  }

  .smallTablet\:col-start-9{
    grid-column-start: 9;
  }

  .smallTablet\:col-start-10{
    grid-column-start: 10;
  }

  .smallTablet\:col-start-11{
    grid-column-start: 11;
  }

  .smallTablet\:col-start-12{
    grid-column-start: 12;
  }

  .smallTablet\:col-start-13{
    grid-column-start: 13;
  }

  .smallTablet\:col-start-auto{
    grid-column-start: auto;
  }

  .smallTablet\:col-end-1{
    grid-column-end: 1;
  }

  .smallTablet\:col-end-2{
    grid-column-end: 2;
  }

  .smallTablet\:col-end-3{
    grid-column-end: 3;
  }

  .smallTablet\:col-end-4{
    grid-column-end: 4;
  }

  .smallTablet\:col-end-5{
    grid-column-end: 5;
  }

  .smallTablet\:col-end-6{
    grid-column-end: 6;
  }

  .smallTablet\:col-end-7{
    grid-column-end: 7;
  }

  .smallTablet\:col-end-8{
    grid-column-end: 8;
  }

  .smallTablet\:col-end-9{
    grid-column-end: 9;
  }

  .smallTablet\:col-end-10{
    grid-column-end: 10;
  }

  .smallTablet\:col-end-11{
    grid-column-end: 11;
  }

  .smallTablet\:col-end-12{
    grid-column-end: 12;
  }

  .smallTablet\:col-end-13{
    grid-column-end: 13;
  }

  .smallTablet\:col-end-auto{
    grid-column-end: auto;
  }

  .smallTablet\:row-auto{
    grid-row: auto;
  }

  .smallTablet\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .smallTablet\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .smallTablet\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .smallTablet\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .smallTablet\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .smallTablet\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .smallTablet\:row-span-full{
    grid-row: 1 / -1;
  }

  .smallTablet\:row-start-1{
    grid-row-start: 1;
  }

  .smallTablet\:row-start-2{
    grid-row-start: 2;
  }

  .smallTablet\:row-start-3{
    grid-row-start: 3;
  }

  .smallTablet\:row-start-4{
    grid-row-start: 4;
  }

  .smallTablet\:row-start-5{
    grid-row-start: 5;
  }

  .smallTablet\:row-start-6{
    grid-row-start: 6;
  }

  .smallTablet\:row-start-7{
    grid-row-start: 7;
  }

  .smallTablet\:row-start-auto{
    grid-row-start: auto;
  }

  .smallTablet\:row-end-1{
    grid-row-end: 1;
  }

  .smallTablet\:row-end-2{
    grid-row-end: 2;
  }

  .smallTablet\:row-end-3{
    grid-row-end: 3;
  }

  .smallTablet\:row-end-4{
    grid-row-end: 4;
  }

  .smallTablet\:row-end-5{
    grid-row-end: 5;
  }

  .smallTablet\:row-end-6{
    grid-row-end: 6;
  }

  .smallTablet\:row-end-7{
    grid-row-end: 7;
  }

  .smallTablet\:row-end-auto{
    grid-row-end: auto;
  }

  .smallTablet\:float-right{
    float: right;
  }

  .smallTablet\:float-left{
    float: left;
  }

  .smallTablet\:float-none{
    float: none;
  }

  .smallTablet\:clear-left{
    clear: left;
  }

  .smallTablet\:clear-right{
    clear: right;
  }

  .smallTablet\:clear-both{
    clear: both;
  }

  .smallTablet\:clear-none{
    clear: none;
  }

  .smallTablet\:m-0{
    margin: 0px;
  }

  .smallTablet\:m-1{
    margin: 0.25rem;
  }

  .smallTablet\:m-2{
    margin: 0.5rem;
  }

  .smallTablet\:m-3{
    margin: 0.75rem;
  }

  .smallTablet\:m-4{
    margin: 1rem;
  }

  .smallTablet\:m-5{
    margin: 1.25rem;
  }

  .smallTablet\:m-6{
    margin: 1.5rem;
  }

  .smallTablet\:m-7{
    margin: 1.75rem;
  }

  .smallTablet\:m-8{
    margin: 2rem;
  }

  .smallTablet\:m-9{
    margin: 2.25rem;
  }

  .smallTablet\:m-10{
    margin: 2.5rem;
  }

  .smallTablet\:m-11{
    margin: 2.75rem;
  }

  .smallTablet\:m-12{
    margin: 3rem;
  }

  .smallTablet\:m-14{
    margin: 3.5rem;
  }

  .smallTablet\:m-16{
    margin: 4rem;
  }

  .smallTablet\:m-20{
    margin: 5rem;
  }

  .smallTablet\:m-24{
    margin: 6rem;
  }

  .smallTablet\:m-28{
    margin: 7rem;
  }

  .smallTablet\:m-32{
    margin: 8rem;
  }

  .smallTablet\:m-36{
    margin: 9rem;
  }

  .smallTablet\:m-40{
    margin: 10rem;
  }

  .smallTablet\:m-44{
    margin: 11rem;
  }

  .smallTablet\:m-48{
    margin: 12rem;
  }

  .smallTablet\:m-52{
    margin: 13rem;
  }

  .smallTablet\:m-56{
    margin: 14rem;
  }

  .smallTablet\:m-60{
    margin: 15rem;
  }

  .smallTablet\:m-64{
    margin: 16rem;
  }

  .smallTablet\:m-72{
    margin: 18rem;
  }

  .smallTablet\:m-80{
    margin: 20rem;
  }

  .smallTablet\:m-96{
    margin: 24rem;
  }

  .smallTablet\:m-auto{
    margin: auto;
  }

  .smallTablet\:m-px{
    margin: 1px;
  }

  .smallTablet\:m-0\.5{
    margin: 0.125rem;
  }

  .smallTablet\:m-1\.5{
    margin: 0.375rem;
  }

  .smallTablet\:m-2\.5{
    margin: 0.625rem;
  }

  .smallTablet\:m-3\.5{
    margin: 0.875rem;
  }

  .smallTablet\:-m-0{
    margin: 0px;
  }

  .smallTablet\:-m-1{
    margin: -0.25rem;
  }

  .smallTablet\:-m-2{
    margin: -0.5rem;
  }

  .smallTablet\:-m-3{
    margin: -0.75rem;
  }

  .smallTablet\:-m-4{
    margin: -1rem;
  }

  .smallTablet\:-m-5{
    margin: -1.25rem;
  }

  .smallTablet\:-m-6{
    margin: -1.5rem;
  }

  .smallTablet\:-m-7{
    margin: -1.75rem;
  }

  .smallTablet\:-m-8{
    margin: -2rem;
  }

  .smallTablet\:-m-9{
    margin: -2.25rem;
  }

  .smallTablet\:-m-10{
    margin: -2.5rem;
  }

  .smallTablet\:-m-11{
    margin: -2.75rem;
  }

  .smallTablet\:-m-12{
    margin: -3rem;
  }

  .smallTablet\:-m-14{
    margin: -3.5rem;
  }

  .smallTablet\:-m-16{
    margin: -4rem;
  }

  .smallTablet\:-m-20{
    margin: -5rem;
  }

  .smallTablet\:-m-24{
    margin: -6rem;
  }

  .smallTablet\:-m-28{
    margin: -7rem;
  }

  .smallTablet\:-m-32{
    margin: -8rem;
  }

  .smallTablet\:-m-36{
    margin: -9rem;
  }

  .smallTablet\:-m-40{
    margin: -10rem;
  }

  .smallTablet\:-m-44{
    margin: -11rem;
  }

  .smallTablet\:-m-48{
    margin: -12rem;
  }

  .smallTablet\:-m-52{
    margin: -13rem;
  }

  .smallTablet\:-m-56{
    margin: -14rem;
  }

  .smallTablet\:-m-60{
    margin: -15rem;
  }

  .smallTablet\:-m-64{
    margin: -16rem;
  }

  .smallTablet\:-m-72{
    margin: -18rem;
  }

  .smallTablet\:-m-80{
    margin: -20rem;
  }

  .smallTablet\:-m-96{
    margin: -24rem;
  }

  .smallTablet\:-m-px{
    margin: -1px;
  }

  .smallTablet\:-m-0\.5{
    margin: -0.125rem;
  }

  .smallTablet\:-m-1\.5{
    margin: -0.375rem;
  }

  .smallTablet\:-m-2\.5{
    margin: -0.625rem;
  }

  .smallTablet\:-m-3\.5{
    margin: -0.875rem;
  }

  .smallTablet\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .smallTablet\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .smallTablet\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .smallTablet\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .smallTablet\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .smallTablet\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .smallTablet\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .smallTablet\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .smallTablet\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .smallTablet\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .smallTablet\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .smallTablet\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .smallTablet\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .smallTablet\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .smallTablet\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .smallTablet\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .smallTablet\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .smallTablet\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .smallTablet\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .smallTablet\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .smallTablet\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .smallTablet\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .smallTablet\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .smallTablet\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .smallTablet\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .smallTablet\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .smallTablet\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .smallTablet\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .smallTablet\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .smallTablet\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .smallTablet\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .smallTablet\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .smallTablet\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .smallTablet\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .smallTablet\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .smallTablet\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .smallTablet\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .smallTablet\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .smallTablet\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .smallTablet\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .smallTablet\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .smallTablet\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .smallTablet\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .smallTablet\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .smallTablet\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .smallTablet\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .smallTablet\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .smallTablet\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .smallTablet\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .smallTablet\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .smallTablet\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .smallTablet\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .smallTablet\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .smallTablet\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .smallTablet\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .smallTablet\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .smallTablet\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .smallTablet\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .smallTablet\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .smallTablet\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .smallTablet\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .smallTablet\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .smallTablet\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .smallTablet\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .smallTablet\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .smallTablet\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .smallTablet\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .smallTablet\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .smallTablet\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .smallTablet\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .smallTablet\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .smallTablet\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .smallTablet\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .smallTablet\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .smallTablet\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .smallTablet\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .smallTablet\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .smallTablet\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .smallTablet\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .smallTablet\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .smallTablet\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .smallTablet\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .smallTablet\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .smallTablet\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .smallTablet\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .smallTablet\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .smallTablet\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .smallTablet\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .smallTablet\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .smallTablet\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .smallTablet\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .smallTablet\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .smallTablet\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .smallTablet\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .smallTablet\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .smallTablet\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .smallTablet\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .smallTablet\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .smallTablet\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .smallTablet\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .smallTablet\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .smallTablet\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .smallTablet\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .smallTablet\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .smallTablet\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .smallTablet\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .smallTablet\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .smallTablet\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .smallTablet\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .smallTablet\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .smallTablet\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .smallTablet\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .smallTablet\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .smallTablet\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .smallTablet\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .smallTablet\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .smallTablet\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .smallTablet\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .smallTablet\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .smallTablet\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .smallTablet\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .smallTablet\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .smallTablet\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .smallTablet\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .smallTablet\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .smallTablet\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .smallTablet\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .smallTablet\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .smallTablet\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .smallTablet\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .smallTablet\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .smallTablet\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .smallTablet\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .smallTablet\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .smallTablet\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .smallTablet\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .smallTablet\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .smallTablet\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .smallTablet\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .smallTablet\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .smallTablet\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .smallTablet\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .smallTablet\:mt-0{
    margin-top: 0px;
  }

  .smallTablet\:mt-1{
    margin-top: 0.25rem;
  }

  .smallTablet\:mt-2{
    margin-top: 0.5rem;
  }

  .smallTablet\:mt-3{
    margin-top: 0.75rem;
  }

  .smallTablet\:mt-4{
    margin-top: 1rem;
  }

  .smallTablet\:mt-5{
    margin-top: 1.25rem;
  }

  .smallTablet\:mt-6{
    margin-top: 1.5rem;
  }

  .smallTablet\:mt-7{
    margin-top: 1.75rem;
  }

  .smallTablet\:mt-8{
    margin-top: 2rem;
  }

  .smallTablet\:mt-9{
    margin-top: 2.25rem;
  }

  .smallTablet\:mt-10{
    margin-top: 2.5rem;
  }

  .smallTablet\:mt-11{
    margin-top: 2.75rem;
  }

  .smallTablet\:mt-12{
    margin-top: 3rem;
  }

  .smallTablet\:mt-14{
    margin-top: 3.5rem;
  }

  .smallTablet\:mt-16{
    margin-top: 4rem;
  }

  .smallTablet\:mt-20{
    margin-top: 5rem;
  }

  .smallTablet\:mt-24{
    margin-top: 6rem;
  }

  .smallTablet\:mt-28{
    margin-top: 7rem;
  }

  .smallTablet\:mt-32{
    margin-top: 8rem;
  }

  .smallTablet\:mt-36{
    margin-top: 9rem;
  }

  .smallTablet\:mt-40{
    margin-top: 10rem;
  }

  .smallTablet\:mt-44{
    margin-top: 11rem;
  }

  .smallTablet\:mt-48{
    margin-top: 12rem;
  }

  .smallTablet\:mt-52{
    margin-top: 13rem;
  }

  .smallTablet\:mt-56{
    margin-top: 14rem;
  }

  .smallTablet\:mt-60{
    margin-top: 15rem;
  }

  .smallTablet\:mt-64{
    margin-top: 16rem;
  }

  .smallTablet\:mt-72{
    margin-top: 18rem;
  }

  .smallTablet\:mt-80{
    margin-top: 20rem;
  }

  .smallTablet\:mt-96{
    margin-top: 24rem;
  }

  .smallTablet\:mt-auto{
    margin-top: auto;
  }

  .smallTablet\:mt-px{
    margin-top: 1px;
  }

  .smallTablet\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .smallTablet\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .smallTablet\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .smallTablet\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .smallTablet\:-mt-0{
    margin-top: 0px;
  }

  .smallTablet\:-mt-1{
    margin-top: -0.25rem;
  }

  .smallTablet\:-mt-2{
    margin-top: -0.5rem;
  }

  .smallTablet\:-mt-3{
    margin-top: -0.75rem;
  }

  .smallTablet\:-mt-4{
    margin-top: -1rem;
  }

  .smallTablet\:-mt-5{
    margin-top: -1.25rem;
  }

  .smallTablet\:-mt-6{
    margin-top: -1.5rem;
  }

  .smallTablet\:-mt-7{
    margin-top: -1.75rem;
  }

  .smallTablet\:-mt-8{
    margin-top: -2rem;
  }

  .smallTablet\:-mt-9{
    margin-top: -2.25rem;
  }

  .smallTablet\:-mt-10{
    margin-top: -2.5rem;
  }

  .smallTablet\:-mt-11{
    margin-top: -2.75rem;
  }

  .smallTablet\:-mt-12{
    margin-top: -3rem;
  }

  .smallTablet\:-mt-14{
    margin-top: -3.5rem;
  }

  .smallTablet\:-mt-16{
    margin-top: -4rem;
  }

  .smallTablet\:-mt-20{
    margin-top: -5rem;
  }

  .smallTablet\:-mt-24{
    margin-top: -6rem;
  }

  .smallTablet\:-mt-28{
    margin-top: -7rem;
  }

  .smallTablet\:-mt-32{
    margin-top: -8rem;
  }

  .smallTablet\:-mt-36{
    margin-top: -9rem;
  }

  .smallTablet\:-mt-40{
    margin-top: -10rem;
  }

  .smallTablet\:-mt-44{
    margin-top: -11rem;
  }

  .smallTablet\:-mt-48{
    margin-top: -12rem;
  }

  .smallTablet\:-mt-52{
    margin-top: -13rem;
  }

  .smallTablet\:-mt-56{
    margin-top: -14rem;
  }

  .smallTablet\:-mt-60{
    margin-top: -15rem;
  }

  .smallTablet\:-mt-64{
    margin-top: -16rem;
  }

  .smallTablet\:-mt-72{
    margin-top: -18rem;
  }

  .smallTablet\:-mt-80{
    margin-top: -20rem;
  }

  .smallTablet\:-mt-96{
    margin-top: -24rem;
  }

  .smallTablet\:-mt-px{
    margin-top: -1px;
  }

  .smallTablet\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .smallTablet\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .smallTablet\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .smallTablet\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .smallTablet\:mr-0{
    margin-right: 0px;
  }

  .smallTablet\:mr-1{
    margin-right: 0.25rem;
  }

  .smallTablet\:mr-2{
    margin-right: 0.5rem;
  }

  .smallTablet\:mr-3{
    margin-right: 0.75rem;
  }

  .smallTablet\:mr-4{
    margin-right: 1rem;
  }

  .smallTablet\:mr-5{
    margin-right: 1.25rem;
  }

  .smallTablet\:mr-6{
    margin-right: 1.5rem;
  }

  .smallTablet\:mr-7{
    margin-right: 1.75rem;
  }

  .smallTablet\:mr-8{
    margin-right: 2rem;
  }

  .smallTablet\:mr-9{
    margin-right: 2.25rem;
  }

  .smallTablet\:mr-10{
    margin-right: 2.5rem;
  }

  .smallTablet\:mr-11{
    margin-right: 2.75rem;
  }

  .smallTablet\:mr-12{
    margin-right: 3rem;
  }

  .smallTablet\:mr-14{
    margin-right: 3.5rem;
  }

  .smallTablet\:mr-16{
    margin-right: 4rem;
  }

  .smallTablet\:mr-20{
    margin-right: 5rem;
  }

  .smallTablet\:mr-24{
    margin-right: 6rem;
  }

  .smallTablet\:mr-28{
    margin-right: 7rem;
  }

  .smallTablet\:mr-32{
    margin-right: 8rem;
  }

  .smallTablet\:mr-36{
    margin-right: 9rem;
  }

  .smallTablet\:mr-40{
    margin-right: 10rem;
  }

  .smallTablet\:mr-44{
    margin-right: 11rem;
  }

  .smallTablet\:mr-48{
    margin-right: 12rem;
  }

  .smallTablet\:mr-52{
    margin-right: 13rem;
  }

  .smallTablet\:mr-56{
    margin-right: 14rem;
  }

  .smallTablet\:mr-60{
    margin-right: 15rem;
  }

  .smallTablet\:mr-64{
    margin-right: 16rem;
  }

  .smallTablet\:mr-72{
    margin-right: 18rem;
  }

  .smallTablet\:mr-80{
    margin-right: 20rem;
  }

  .smallTablet\:mr-96{
    margin-right: 24rem;
  }

  .smallTablet\:mr-auto{
    margin-right: auto;
  }

  .smallTablet\:mr-px{
    margin-right: 1px;
  }

  .smallTablet\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .smallTablet\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .smallTablet\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .smallTablet\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .smallTablet\:-mr-0{
    margin-right: 0px;
  }

  .smallTablet\:-mr-1{
    margin-right: -0.25rem;
  }

  .smallTablet\:-mr-2{
    margin-right: -0.5rem;
  }

  .smallTablet\:-mr-3{
    margin-right: -0.75rem;
  }

  .smallTablet\:-mr-4{
    margin-right: -1rem;
  }

  .smallTablet\:-mr-5{
    margin-right: -1.25rem;
  }

  .smallTablet\:-mr-6{
    margin-right: -1.5rem;
  }

  .smallTablet\:-mr-7{
    margin-right: -1.75rem;
  }

  .smallTablet\:-mr-8{
    margin-right: -2rem;
  }

  .smallTablet\:-mr-9{
    margin-right: -2.25rem;
  }

  .smallTablet\:-mr-10{
    margin-right: -2.5rem;
  }

  .smallTablet\:-mr-11{
    margin-right: -2.75rem;
  }

  .smallTablet\:-mr-12{
    margin-right: -3rem;
  }

  .smallTablet\:-mr-14{
    margin-right: -3.5rem;
  }

  .smallTablet\:-mr-16{
    margin-right: -4rem;
  }

  .smallTablet\:-mr-20{
    margin-right: -5rem;
  }

  .smallTablet\:-mr-24{
    margin-right: -6rem;
  }

  .smallTablet\:-mr-28{
    margin-right: -7rem;
  }

  .smallTablet\:-mr-32{
    margin-right: -8rem;
  }

  .smallTablet\:-mr-36{
    margin-right: -9rem;
  }

  .smallTablet\:-mr-40{
    margin-right: -10rem;
  }

  .smallTablet\:-mr-44{
    margin-right: -11rem;
  }

  .smallTablet\:-mr-48{
    margin-right: -12rem;
  }

  .smallTablet\:-mr-52{
    margin-right: -13rem;
  }

  .smallTablet\:-mr-56{
    margin-right: -14rem;
  }

  .smallTablet\:-mr-60{
    margin-right: -15rem;
  }

  .smallTablet\:-mr-64{
    margin-right: -16rem;
  }

  .smallTablet\:-mr-72{
    margin-right: -18rem;
  }

  .smallTablet\:-mr-80{
    margin-right: -20rem;
  }

  .smallTablet\:-mr-96{
    margin-right: -24rem;
  }

  .smallTablet\:-mr-px{
    margin-right: -1px;
  }

  .smallTablet\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .smallTablet\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .smallTablet\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .smallTablet\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .smallTablet\:mb-0{
    margin-bottom: 0px;
  }

  .smallTablet\:mb-1{
    margin-bottom: 0.25rem;
  }

  .smallTablet\:mb-2{
    margin-bottom: 0.5rem;
  }

  .smallTablet\:mb-3{
    margin-bottom: 0.75rem;
  }

  .smallTablet\:mb-4{
    margin-bottom: 1rem;
  }

  .smallTablet\:mb-5{
    margin-bottom: 1.25rem;
  }

  .smallTablet\:mb-6{
    margin-bottom: 1.5rem;
  }

  .smallTablet\:mb-7{
    margin-bottom: 1.75rem;
  }

  .smallTablet\:mb-8{
    margin-bottom: 2rem;
  }

  .smallTablet\:mb-9{
    margin-bottom: 2.25rem;
  }

  .smallTablet\:mb-10{
    margin-bottom: 2.5rem;
  }

  .smallTablet\:mb-11{
    margin-bottom: 2.75rem;
  }

  .smallTablet\:mb-12{
    margin-bottom: 3rem;
  }

  .smallTablet\:mb-14{
    margin-bottom: 3.5rem;
  }

  .smallTablet\:mb-16{
    margin-bottom: 4rem;
  }

  .smallTablet\:mb-20{
    margin-bottom: 5rem;
  }

  .smallTablet\:mb-24{
    margin-bottom: 6rem;
  }

  .smallTablet\:mb-28{
    margin-bottom: 7rem;
  }

  .smallTablet\:mb-32{
    margin-bottom: 8rem;
  }

  .smallTablet\:mb-36{
    margin-bottom: 9rem;
  }

  .smallTablet\:mb-40{
    margin-bottom: 10rem;
  }

  .smallTablet\:mb-44{
    margin-bottom: 11rem;
  }

  .smallTablet\:mb-48{
    margin-bottom: 12rem;
  }

  .smallTablet\:mb-52{
    margin-bottom: 13rem;
  }

  .smallTablet\:mb-56{
    margin-bottom: 14rem;
  }

  .smallTablet\:mb-60{
    margin-bottom: 15rem;
  }

  .smallTablet\:mb-64{
    margin-bottom: 16rem;
  }

  .smallTablet\:mb-72{
    margin-bottom: 18rem;
  }

  .smallTablet\:mb-80{
    margin-bottom: 20rem;
  }

  .smallTablet\:mb-96{
    margin-bottom: 24rem;
  }

  .smallTablet\:mb-auto{
    margin-bottom: auto;
  }

  .smallTablet\:mb-px{
    margin-bottom: 1px;
  }

  .smallTablet\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .smallTablet\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .smallTablet\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .smallTablet\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .smallTablet\:-mb-0{
    margin-bottom: 0px;
  }

  .smallTablet\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .smallTablet\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .smallTablet\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .smallTablet\:-mb-4{
    margin-bottom: -1rem;
  }

  .smallTablet\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .smallTablet\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .smallTablet\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .smallTablet\:-mb-8{
    margin-bottom: -2rem;
  }

  .smallTablet\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .smallTablet\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .smallTablet\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .smallTablet\:-mb-12{
    margin-bottom: -3rem;
  }

  .smallTablet\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .smallTablet\:-mb-16{
    margin-bottom: -4rem;
  }

  .smallTablet\:-mb-20{
    margin-bottom: -5rem;
  }

  .smallTablet\:-mb-24{
    margin-bottom: -6rem;
  }

  .smallTablet\:-mb-28{
    margin-bottom: -7rem;
  }

  .smallTablet\:-mb-32{
    margin-bottom: -8rem;
  }

  .smallTablet\:-mb-36{
    margin-bottom: -9rem;
  }

  .smallTablet\:-mb-40{
    margin-bottom: -10rem;
  }

  .smallTablet\:-mb-44{
    margin-bottom: -11rem;
  }

  .smallTablet\:-mb-48{
    margin-bottom: -12rem;
  }

  .smallTablet\:-mb-52{
    margin-bottom: -13rem;
  }

  .smallTablet\:-mb-56{
    margin-bottom: -14rem;
  }

  .smallTablet\:-mb-60{
    margin-bottom: -15rem;
  }

  .smallTablet\:-mb-64{
    margin-bottom: -16rem;
  }

  .smallTablet\:-mb-72{
    margin-bottom: -18rem;
  }

  .smallTablet\:-mb-80{
    margin-bottom: -20rem;
  }

  .smallTablet\:-mb-96{
    margin-bottom: -24rem;
  }

  .smallTablet\:-mb-px{
    margin-bottom: -1px;
  }

  .smallTablet\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .smallTablet\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .smallTablet\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .smallTablet\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .smallTablet\:ml-0{
    margin-left: 0px;
  }

  .smallTablet\:ml-1{
    margin-left: 0.25rem;
  }

  .smallTablet\:ml-2{
    margin-left: 0.5rem;
  }

  .smallTablet\:ml-3{
    margin-left: 0.75rem;
  }

  .smallTablet\:ml-4{
    margin-left: 1rem;
  }

  .smallTablet\:ml-5{
    margin-left: 1.25rem;
  }

  .smallTablet\:ml-6{
    margin-left: 1.5rem;
  }

  .smallTablet\:ml-7{
    margin-left: 1.75rem;
  }

  .smallTablet\:ml-8{
    margin-left: 2rem;
  }

  .smallTablet\:ml-9{
    margin-left: 2.25rem;
  }

  .smallTablet\:ml-10{
    margin-left: 2.5rem;
  }

  .smallTablet\:ml-11{
    margin-left: 2.75rem;
  }

  .smallTablet\:ml-12{
    margin-left: 3rem;
  }

  .smallTablet\:ml-14{
    margin-left: 3.5rem;
  }

  .smallTablet\:ml-16{
    margin-left: 4rem;
  }

  .smallTablet\:ml-20{
    margin-left: 5rem;
  }

  .smallTablet\:ml-24{
    margin-left: 6rem;
  }

  .smallTablet\:ml-28{
    margin-left: 7rem;
  }

  .smallTablet\:ml-32{
    margin-left: 8rem;
  }

  .smallTablet\:ml-36{
    margin-left: 9rem;
  }

  .smallTablet\:ml-40{
    margin-left: 10rem;
  }

  .smallTablet\:ml-44{
    margin-left: 11rem;
  }

  .smallTablet\:ml-48{
    margin-left: 12rem;
  }

  .smallTablet\:ml-52{
    margin-left: 13rem;
  }

  .smallTablet\:ml-56{
    margin-left: 14rem;
  }

  .smallTablet\:ml-60{
    margin-left: 15rem;
  }

  .smallTablet\:ml-64{
    margin-left: 16rem;
  }

  .smallTablet\:ml-72{
    margin-left: 18rem;
  }

  .smallTablet\:ml-80{
    margin-left: 20rem;
  }

  .smallTablet\:ml-96{
    margin-left: 24rem;
  }

  .smallTablet\:ml-auto{
    margin-left: auto;
  }

  .smallTablet\:ml-px{
    margin-left: 1px;
  }

  .smallTablet\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .smallTablet\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .smallTablet\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .smallTablet\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .smallTablet\:-ml-0{
    margin-left: 0px;
  }

  .smallTablet\:-ml-1{
    margin-left: -0.25rem;
  }

  .smallTablet\:-ml-2{
    margin-left: -0.5rem;
  }

  .smallTablet\:-ml-3{
    margin-left: -0.75rem;
  }

  .smallTablet\:-ml-4{
    margin-left: -1rem;
  }

  .smallTablet\:-ml-5{
    margin-left: -1.25rem;
  }

  .smallTablet\:-ml-6{
    margin-left: -1.5rem;
  }

  .smallTablet\:-ml-7{
    margin-left: -1.75rem;
  }

  .smallTablet\:-ml-8{
    margin-left: -2rem;
  }

  .smallTablet\:-ml-9{
    margin-left: -2.25rem;
  }

  .smallTablet\:-ml-10{
    margin-left: -2.5rem;
  }

  .smallTablet\:-ml-11{
    margin-left: -2.75rem;
  }

  .smallTablet\:-ml-12{
    margin-left: -3rem;
  }

  .smallTablet\:-ml-14{
    margin-left: -3.5rem;
  }

  .smallTablet\:-ml-16{
    margin-left: -4rem;
  }

  .smallTablet\:-ml-20{
    margin-left: -5rem;
  }

  .smallTablet\:-ml-24{
    margin-left: -6rem;
  }

  .smallTablet\:-ml-28{
    margin-left: -7rem;
  }

  .smallTablet\:-ml-32{
    margin-left: -8rem;
  }

  .smallTablet\:-ml-36{
    margin-left: -9rem;
  }

  .smallTablet\:-ml-40{
    margin-left: -10rem;
  }

  .smallTablet\:-ml-44{
    margin-left: -11rem;
  }

  .smallTablet\:-ml-48{
    margin-left: -12rem;
  }

  .smallTablet\:-ml-52{
    margin-left: -13rem;
  }

  .smallTablet\:-ml-56{
    margin-left: -14rem;
  }

  .smallTablet\:-ml-60{
    margin-left: -15rem;
  }

  .smallTablet\:-ml-64{
    margin-left: -16rem;
  }

  .smallTablet\:-ml-72{
    margin-left: -18rem;
  }

  .smallTablet\:-ml-80{
    margin-left: -20rem;
  }

  .smallTablet\:-ml-96{
    margin-left: -24rem;
  }

  .smallTablet\:-ml-px{
    margin-left: -1px;
  }

  .smallTablet\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .smallTablet\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .smallTablet\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .smallTablet\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .smallTablet\:box-border{
    box-sizing: border-box;
  }

  .smallTablet\:box-content{
    box-sizing: content-box;
  }

  .smallTablet\:block{
    display: block;
  }

  .smallTablet\:inline-block{
    display: inline-block;
  }

  .smallTablet\:inline{
    display: inline;
  }

  .smallTablet\:flex{
    display: flex;
  }

  .smallTablet\:inline-flex{
    display: inline-flex;
  }

  .smallTablet\:table{
    display: table;
  }

  .smallTablet\:inline-table{
    display: inline-table;
  }

  .smallTablet\:table-caption{
    display: table-caption;
  }

  .smallTablet\:table-cell{
    display: table-cell;
  }

  .smallTablet\:table-column{
    display: table-column;
  }

  .smallTablet\:table-column-group{
    display: table-column-group;
  }

  .smallTablet\:table-footer-group{
    display: table-footer-group;
  }

  .smallTablet\:table-header-group{
    display: table-header-group;
  }

  .smallTablet\:table-row-group{
    display: table-row-group;
  }

  .smallTablet\:table-row{
    display: table-row;
  }

  .smallTablet\:flow-root{
    display: flow-root;
  }

  .smallTablet\:grid{
    display: grid;
  }

  .smallTablet\:inline-grid{
    display: inline-grid;
  }

  .smallTablet\:contents{
    display: contents;
  }

  .smallTablet\:list-item{
    display: list-item;
  }

  .smallTablet\:hidden{
    display: none;
  }

  .smallTablet\:h-0{
    height: 0px;
  }

  .smallTablet\:h-1{
    height: 0.25rem;
  }

  .smallTablet\:h-2{
    height: 0.5rem;
  }

  .smallTablet\:h-3{
    height: 0.75rem;
  }

  .smallTablet\:h-4{
    height: 1rem;
  }

  .smallTablet\:h-5{
    height: 1.25rem;
  }

  .smallTablet\:h-6{
    height: 1.5rem;
  }

  .smallTablet\:h-7{
    height: 1.75rem;
  }

  .smallTablet\:h-8{
    height: 2rem;
  }

  .smallTablet\:h-9{
    height: 2.25rem;
  }

  .smallTablet\:h-10{
    height: 2.5rem;
  }

  .smallTablet\:h-11{
    height: 2.75rem;
  }

  .smallTablet\:h-12{
    height: 3rem;
  }

  .smallTablet\:h-14{
    height: 3.5rem;
  }

  .smallTablet\:h-16{
    height: 4rem;
  }

  .smallTablet\:h-20{
    height: 5rem;
  }

  .smallTablet\:h-24{
    height: 6rem;
  }

  .smallTablet\:h-28{
    height: 7rem;
  }

  .smallTablet\:h-32{
    height: 8rem;
  }

  .smallTablet\:h-36{
    height: 9rem;
  }

  .smallTablet\:h-40{
    height: 10rem;
  }

  .smallTablet\:h-44{
    height: 11rem;
  }

  .smallTablet\:h-48{
    height: 12rem;
  }

  .smallTablet\:h-52{
    height: 13rem;
  }

  .smallTablet\:h-56{
    height: 14rem;
  }

  .smallTablet\:h-60{
    height: 15rem;
  }

  .smallTablet\:h-64{
    height: 16rem;
  }

  .smallTablet\:h-72{
    height: 18rem;
  }

  .smallTablet\:h-80{
    height: 20rem;
  }

  .smallTablet\:h-96{
    height: 24rem;
  }

  .smallTablet\:h-auto{
    height: auto;
  }

  .smallTablet\:h-px{
    height: 1px;
  }

  .smallTablet\:h-0\.5{
    height: 0.125rem;
  }

  .smallTablet\:h-1\.5{
    height: 0.375rem;
  }

  .smallTablet\:h-2\.5{
    height: 0.625rem;
  }

  .smallTablet\:h-3\.5{
    height: 0.875rem;
  }

  .smallTablet\:h-1\/2{
    height: 50%;
  }

  .smallTablet\:h-1\/3{
    height: 33.333333%;
  }

  .smallTablet\:h-2\/3{
    height: 66.666667%;
  }

  .smallTablet\:h-1\/4{
    height: 25%;
  }

  .smallTablet\:h-2\/4{
    height: 50%;
  }

  .smallTablet\:h-3\/4{
    height: 75%;
  }

  .smallTablet\:h-1\/5{
    height: 20%;
  }

  .smallTablet\:h-2\/5{
    height: 40%;
  }

  .smallTablet\:h-3\/5{
    height: 60%;
  }

  .smallTablet\:h-4\/5{
    height: 80%;
  }

  .smallTablet\:h-1\/6{
    height: 16.666667%;
  }

  .smallTablet\:h-2\/6{
    height: 33.333333%;
  }

  .smallTablet\:h-3\/6{
    height: 50%;
  }

  .smallTablet\:h-4\/6{
    height: 66.666667%;
  }

  .smallTablet\:h-5\/6{
    height: 83.333333%;
  }

  .smallTablet\:h-full{
    height: 100%;
  }

  .smallTablet\:h-screen{
    height: 100vh;
  }

  .smallTablet\:max-h-0{
    max-height: 0px;
  }

  .smallTablet\:max-h-1{
    max-height: 0.25rem;
  }

  .smallTablet\:max-h-2{
    max-height: 0.5rem;
  }

  .smallTablet\:max-h-3{
    max-height: 0.75rem;
  }

  .smallTablet\:max-h-4{
    max-height: 1rem;
  }

  .smallTablet\:max-h-5{
    max-height: 1.25rem;
  }

  .smallTablet\:max-h-6{
    max-height: 1.5rem;
  }

  .smallTablet\:max-h-7{
    max-height: 1.75rem;
  }

  .smallTablet\:max-h-8{
    max-height: 2rem;
  }

  .smallTablet\:max-h-9{
    max-height: 2.25rem;
  }

  .smallTablet\:max-h-10{
    max-height: 2.5rem;
  }

  .smallTablet\:max-h-11{
    max-height: 2.75rem;
  }

  .smallTablet\:max-h-12{
    max-height: 3rem;
  }

  .smallTablet\:max-h-14{
    max-height: 3.5rem;
  }

  .smallTablet\:max-h-16{
    max-height: 4rem;
  }

  .smallTablet\:max-h-20{
    max-height: 5rem;
  }

  .smallTablet\:max-h-24{
    max-height: 6rem;
  }

  .smallTablet\:max-h-28{
    max-height: 7rem;
  }

  .smallTablet\:max-h-32{
    max-height: 8rem;
  }

  .smallTablet\:max-h-36{
    max-height: 9rem;
  }

  .smallTablet\:max-h-40{
    max-height: 10rem;
  }

  .smallTablet\:max-h-44{
    max-height: 11rem;
  }

  .smallTablet\:max-h-48{
    max-height: 12rem;
  }

  .smallTablet\:max-h-52{
    max-height: 13rem;
  }

  .smallTablet\:max-h-56{
    max-height: 14rem;
  }

  .smallTablet\:max-h-60{
    max-height: 15rem;
  }

  .smallTablet\:max-h-64{
    max-height: 16rem;
  }

  .smallTablet\:max-h-72{
    max-height: 18rem;
  }

  .smallTablet\:max-h-80{
    max-height: 20rem;
  }

  .smallTablet\:max-h-96{
    max-height: 24rem;
  }

  .smallTablet\:max-h-px{
    max-height: 1px;
  }

  .smallTablet\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .smallTablet\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .smallTablet\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .smallTablet\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .smallTablet\:max-h-full{
    max-height: 100%;
  }

  .smallTablet\:max-h-screen{
    max-height: 100vh;
  }

  .smallTablet\:min-h-0{
    min-height: 0px;
  }

  .smallTablet\:min-h-full{
    min-height: 100%;
  }

  .smallTablet\:min-h-screen{
    min-height: 100vh;
  }

  .smallTablet\:w-0{
    width: 0px;
  }

  .smallTablet\:w-1{
    width: 0.25rem;
  }

  .smallTablet\:w-2{
    width: 0.5rem;
  }

  .smallTablet\:w-3{
    width: 0.75rem;
  }

  .smallTablet\:w-4{
    width: 1rem;
  }

  .smallTablet\:w-5{
    width: 1.25rem;
  }

  .smallTablet\:w-6{
    width: 1.5rem;
  }

  .smallTablet\:w-7{
    width: 1.75rem;
  }

  .smallTablet\:w-8{
    width: 2rem;
  }

  .smallTablet\:w-9{
    width: 2.25rem;
  }

  .smallTablet\:w-10{
    width: 2.5rem;
  }

  .smallTablet\:w-11{
    width: 2.75rem;
  }

  .smallTablet\:w-12{
    width: 3rem;
  }

  .smallTablet\:w-14{
    width: 3.5rem;
  }

  .smallTablet\:w-16{
    width: 4rem;
  }

  .smallTablet\:w-20{
    width: 5rem;
  }

  .smallTablet\:w-24{
    width: 6rem;
  }

  .smallTablet\:w-28{
    width: 7rem;
  }

  .smallTablet\:w-32{
    width: 8rem;
  }

  .smallTablet\:w-36{
    width: 9rem;
  }

  .smallTablet\:w-40{
    width: 10rem;
  }

  .smallTablet\:w-44{
    width: 11rem;
  }

  .smallTablet\:w-48{
    width: 12rem;
  }

  .smallTablet\:w-52{
    width: 13rem;
  }

  .smallTablet\:w-56{
    width: 14rem;
  }

  .smallTablet\:w-60{
    width: 15rem;
  }

  .smallTablet\:w-64{
    width: 16rem;
  }

  .smallTablet\:w-72{
    width: 18rem;
  }

  .smallTablet\:w-80{
    width: 20rem;
  }

  .smallTablet\:w-96{
    width: 24rem;
  }

  .smallTablet\:w-auto{
    width: auto;
  }

  .smallTablet\:w-px{
    width: 1px;
  }

  .smallTablet\:w-0\.5{
    width: 0.125rem;
  }

  .smallTablet\:w-1\.5{
    width: 0.375rem;
  }

  .smallTablet\:w-2\.5{
    width: 0.625rem;
  }

  .smallTablet\:w-3\.5{
    width: 0.875rem;
  }

  .smallTablet\:w-1\/2{
    width: 50%;
  }

  .smallTablet\:w-1\/3{
    width: 33.333333%;
  }

  .smallTablet\:w-2\/3{
    width: 66.666667%;
  }

  .smallTablet\:w-1\/4{
    width: 25%;
  }

  .smallTablet\:w-2\/4{
    width: 50%;
  }

  .smallTablet\:w-3\/4{
    width: 75%;
  }

  .smallTablet\:w-1\/5{
    width: 20%;
  }

  .smallTablet\:w-2\/5{
    width: 40%;
  }

  .smallTablet\:w-3\/5{
    width: 60%;
  }

  .smallTablet\:w-4\/5{
    width: 80%;
  }

  .smallTablet\:w-1\/6{
    width: 16.666667%;
  }

  .smallTablet\:w-2\/6{
    width: 33.333333%;
  }

  .smallTablet\:w-3\/6{
    width: 50%;
  }

  .smallTablet\:w-4\/6{
    width: 66.666667%;
  }

  .smallTablet\:w-5\/6{
    width: 83.333333%;
  }

  .smallTablet\:w-1\/12{
    width: 8.333333%;
  }

  .smallTablet\:w-2\/12{
    width: 16.666667%;
  }

  .smallTablet\:w-3\/12{
    width: 25%;
  }

  .smallTablet\:w-4\/12{
    width: 33.333333%;
  }

  .smallTablet\:w-5\/12{
    width: 41.666667%;
  }

  .smallTablet\:w-6\/12{
    width: 50%;
  }

  .smallTablet\:w-7\/12{
    width: 58.333333%;
  }

  .smallTablet\:w-8\/12{
    width: 66.666667%;
  }

  .smallTablet\:w-9\/12{
    width: 75%;
  }

  .smallTablet\:w-10\/12{
    width: 83.333333%;
  }

  .smallTablet\:w-11\/12{
    width: 91.666667%;
  }

  .smallTablet\:w-full{
    width: 100%;
  }

  .smallTablet\:w-screen{
    width: 100vw;
  }

  .smallTablet\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .smallTablet\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .smallTablet\:min-w-0{
    min-width: 0px;
  }

  .smallTablet\:min-w-full{
    min-width: 100%;
  }

  .smallTablet\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .smallTablet\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .smallTablet\:max-w-0{
    max-width: 0rem;
  }

  .smallTablet\:max-w-none{
    max-width: none;
  }

  .smallTablet\:max-w-xs{
    max-width: 20rem;
  }

  .smallTablet\:max-w-sm{
    max-width: 24rem;
  }

  .smallTablet\:max-w-md{
    max-width: 28rem;
  }

  .smallTablet\:max-w-lg{
    max-width: 32rem;
  }

  .smallTablet\:max-w-xl{
    max-width: 36rem;
  }

  .smallTablet\:max-w-2xl{
    max-width: 42rem;
  }

  .smallTablet\:max-w-3xl{
    max-width: 48rem;
  }

  .smallTablet\:max-w-4xl{
    max-width: 56rem;
  }

  .smallTablet\:max-w-5xl{
    max-width: 64rem;
  }

  .smallTablet\:max-w-6xl{
    max-width: 72rem;
  }

  .smallTablet\:max-w-7xl{
    max-width: 80rem;
  }

  .smallTablet\:max-w-full{
    max-width: 100%;
  }

  .smallTablet\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .smallTablet\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .smallTablet\:max-w-prose{
    max-width: 65ch;
  }

  .smallTablet\:max-w-screen-sm{
    max-width: 640px;
  }

  .smallTablet\:max-w-screen-md{
    max-width: 768px;
  }

  .smallTablet\:max-w-screen-lg{
    max-width: 1024px;
  }

  .smallTablet\:max-w-screen-xl{
    max-width: 1280px;
  }

  .smallTablet\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .smallTablet\:flex-1{
    flex: 1 1 0%;
  }

  .smallTablet\:flex-auto{
    flex: 1 1 auto;
  }

  .smallTablet\:flex-initial{
    flex: 0 1 auto;
  }

  .smallTablet\:flex-none{
    flex: none;
  }

  .smallTablet\:flex-shrink-0{
    flex-shrink: 0;
  }

  .smallTablet\:flex-shrink{
    flex-shrink: 1;
  }

  .smallTablet\:flex-grow-0{
    flex-grow: 0;
  }

  .smallTablet\:flex-grow{
    flex-grow: 1;
  }

  .smallTablet\:table-auto{
    table-layout: auto;
  }

  .smallTablet\:table-fixed{
    table-layout: fixed;
  }

  .smallTablet\:border-collapse{
    border-collapse: collapse;
  }

  .smallTablet\:border-separate{
    border-collapse: separate;
  }

  .smallTablet\:origin-center{
    transform-origin: center;
  }

  .smallTablet\:origin-top{
    transform-origin: top;
  }

  .smallTablet\:origin-top-right{
    transform-origin: top right;
  }

  .smallTablet\:origin-right{
    transform-origin: right;
  }

  .smallTablet\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .smallTablet\:origin-bottom{
    transform-origin: bottom;
  }

  .smallTablet\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .smallTablet\:origin-left{
    transform-origin: left;
  }

  .smallTablet\:origin-top-left{
    transform-origin: top left;
  }

  .smallTablet\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .smallTablet\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .smallTablet\:transform-none{
    transform: none;
  }

  .smallTablet\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .smallTablet\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .smallTablet\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .smallTablet\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .smallTablet\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .smallTablet\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .smallTablet\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .smallTablet\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .smallTablet\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .smallTablet\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .smallTablet\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .smallTablet\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .smallTablet\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .smallTablet\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .smallTablet\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .smallTablet\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .smallTablet\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .smallTablet\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .smallTablet\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .smallTablet\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .smallTablet\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .smallTablet\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .smallTablet\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .smallTablet\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .smallTablet\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .smallTablet\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .smallTablet\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .smallTablet\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .smallTablet\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .smallTablet\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .smallTablet\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .smallTablet\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .smallTablet\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .smallTablet\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .smallTablet\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .smallTablet\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .smallTablet\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .smallTablet\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .smallTablet\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .smallTablet\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .smallTablet\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .smallTablet\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .smallTablet\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .smallTablet\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .smallTablet\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .smallTablet\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .smallTablet\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .smallTablet\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .smallTablet\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .smallTablet\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .smallTablet\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .smallTablet\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .smallTablet\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .smallTablet\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .smallTablet\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .smallTablet\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .smallTablet\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .smallTablet\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .smallTablet\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .smallTablet\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .smallTablet\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .smallTablet\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .smallTablet\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .smallTablet\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .smallTablet\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .smallTablet\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .smallTablet\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .smallTablet\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .smallTablet\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .smallTablet\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .smallTablet\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .smallTablet\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .smallTablet\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .smallTablet\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .smallTablet\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .smallTablet\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .smallTablet\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .smallTablet\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .smallTablet\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .smallTablet\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .smallTablet\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .smallTablet\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .smallTablet\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .smallTablet\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .smallTablet\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .smallTablet\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .smallTablet\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .smallTablet\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .smallTablet\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .smallTablet\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .smallTablet\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .smallTablet\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .smallTablet\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .smallTablet\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .smallTablet\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .smallTablet\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .smallTablet\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .smallTablet\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .smallTablet\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .smallTablet\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .smallTablet\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .smallTablet\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .smallTablet\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .smallTablet\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .smallTablet\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .smallTablet\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .smallTablet\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .smallTablet\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .smallTablet\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .smallTablet\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .smallTablet\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .smallTablet\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .smallTablet\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .smallTablet\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .smallTablet\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .smallTablet\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .smallTablet\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .smallTablet\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .smallTablet\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .smallTablet\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .smallTablet\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .smallTablet\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .smallTablet\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .smallTablet\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .smallTablet\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .smallTablet\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .smallTablet\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .smallTablet\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .smallTablet\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .smallTablet\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .smallTablet\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .smallTablet\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .smallTablet\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .smallTablet\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .smallTablet\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .smallTablet\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .smallTablet\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .smallTablet\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .smallTablet\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .smallTablet\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .smallTablet\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .smallTablet\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .smallTablet\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .smallTablet\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .smallTablet\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .smallTablet\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .smallTablet\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .smallTablet\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .smallTablet\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .smallTablet\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .smallTablet\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .smallTablet\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .smallTablet\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .smallTablet\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .smallTablet\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .smallTablet\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .smallTablet\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .smallTablet\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .smallTablet\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .smallTablet\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .smallTablet\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .smallTablet\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .smallTablet\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .smallTablet\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .smallTablet\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .smallTablet\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .smallTablet\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .smallTablet\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .smallTablet\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .smallTablet\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .smallTablet\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .smallTablet\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .smallTablet\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .smallTablet\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .smallTablet\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .smallTablet\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .smallTablet\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .smallTablet\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .smallTablet\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .smallTablet\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .smallTablet\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .smallTablet\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .smallTablet\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .smallTablet\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .smallTablet\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .smallTablet\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .smallTablet\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .smallTablet\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .smallTablet\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .smallTablet\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .smallTablet\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .smallTablet\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .smallTablet\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .smallTablet\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .smallTablet\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .smallTablet\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .smallTablet\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .smallTablet\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .smallTablet\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .smallTablet\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .smallTablet\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .smallTablet\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .smallTablet\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .smallTablet\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .smallTablet\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .smallTablet\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .smallTablet\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .smallTablet\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .smallTablet\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .smallTablet\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .smallTablet\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .smallTablet\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .smallTablet\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .smallTablet\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .smallTablet\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .smallTablet\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .smallTablet\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .smallTablet\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .smallTablet\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .smallTablet\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .smallTablet\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .smallTablet\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .smallTablet\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .smallTablet\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .smallTablet\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .smallTablet\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .smallTablet\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .smallTablet\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .smallTablet\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .smallTablet\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .smallTablet\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .smallTablet\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .smallTablet\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .smallTablet\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .smallTablet\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .smallTablet\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .smallTablet\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .smallTablet\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .smallTablet\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .smallTablet\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .smallTablet\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .smallTablet\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .smallTablet\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .smallTablet\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .smallTablet\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .smallTablet\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .smallTablet\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .smallTablet\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .smallTablet\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .smallTablet\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .smallTablet\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .smallTablet\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .smallTablet\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .smallTablet\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .smallTablet\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .smallTablet\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .smallTablet\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .smallTablet\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .smallTablet\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .smallTablet\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .smallTablet\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .smallTablet\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .smallTablet\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .smallTablet\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .smallTablet\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .smallTablet\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .smallTablet\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .smallTablet\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .smallTablet\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .smallTablet\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .smallTablet\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .smallTablet\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .smallTablet\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .smallTablet\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .smallTablet\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .smallTablet\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .smallTablet\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .smallTablet\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .smallTablet\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .smallTablet\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .smallTablet\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .smallTablet\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .smallTablet\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .smallTablet\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .smallTablet\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .smallTablet\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .smallTablet\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .smallTablet\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .smallTablet\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .smallTablet\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .smallTablet\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .smallTablet\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .smallTablet\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .smallTablet\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .smallTablet\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .smallTablet\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .smallTablet\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .smallTablet\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .smallTablet\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .smallTablet\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .smallTablet\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .smallTablet\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .smallTablet\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .smallTablet\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .smallTablet\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .smallTablet\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .smallTablet\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .smallTablet\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .smallTablet\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .smallTablet\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .smallTablet\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .smallTablet\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .smallTablet\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .smallTablet\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .smallTablet\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .smallTablet\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .smallTablet\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .smallTablet\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .smallTablet\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .smallTablet\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .smallTablet\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .smallTablet\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .smallTablet\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .smallTablet\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .smallTablet\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .smallTablet\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .smallTablet\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .smallTablet\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .smallTablet\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .smallTablet\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .smallTablet\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .smallTablet\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .smallTablet\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .smallTablet\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .smallTablet\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .smallTablet\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .smallTablet\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .smallTablet\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .smallTablet\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .smallTablet\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .smallTablet\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .smallTablet\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .smallTablet\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .smallTablet\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .smallTablet\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .smallTablet\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .smallTablet\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .smallTablet\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .smallTablet\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .smallTablet\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .smallTablet\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .smallTablet\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .smallTablet\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .smallTablet\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .smallTablet\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .smallTablet\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .smallTablet\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .smallTablet\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .smallTablet\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .smallTablet\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .smallTablet\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .smallTablet\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .smallTablet\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .smallTablet\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .smallTablet\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .smallTablet\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .smallTablet\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .smallTablet\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .smallTablet\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .smallTablet\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .smallTablet\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .smallTablet\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .smallTablet\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .smallTablet\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .smallTablet\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .smallTablet\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .smallTablet\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .smallTablet\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .smallTablet\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .smallTablet\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .smallTablet\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .smallTablet\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .smallTablet\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .smallTablet\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .smallTablet\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .smallTablet\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .smallTablet\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .smallTablet\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .smallTablet\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .smallTablet\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .smallTablet\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .smallTablet\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .smallTablet\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .smallTablet\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .smallTablet\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .smallTablet\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .smallTablet\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .smallTablet\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .smallTablet\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .smallTablet\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .smallTablet\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .smallTablet\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .smallTablet\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .smallTablet\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .smallTablet\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .smallTablet\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .smallTablet\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .smallTablet\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .smallTablet\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .smallTablet\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .smallTablet\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .smallTablet\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .smallTablet\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .smallTablet\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .smallTablet\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .smallTablet\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .smallTablet\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .smallTablet\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .smallTablet\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .smallTablet\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .smallTablet\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .smallTablet\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .smallTablet\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .smallTablet\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .smallTablet\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .smallTablet\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .smallTablet\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .smallTablet\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .smallTablet\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .smallTablet\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .smallTablet\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .smallTablet\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .smallTablet\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .smallTablet\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .smallTablet\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .smallTablet\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .smallTablet\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .smallTablet\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .smallTablet\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .smallTablet\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .smallTablet\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .smallTablet\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .smallTablet\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .smallTablet\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .smallTablet\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .smallTablet\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .smallTablet\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .smallTablet\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .smallTablet\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .smallTablet\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .smallTablet\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .smallTablet\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .smallTablet\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .smallTablet\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .smallTablet\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .smallTablet\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .smallTablet\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .smallTablet\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .smallTablet\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .smallTablet\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .smallTablet\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .smallTablet\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .smallTablet\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .smallTablet\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .smallTablet\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .smallTablet\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .smallTablet\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .smallTablet\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .smallTablet\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .smallTablet\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .smallTablet\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .smallTablet\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .smallTablet\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .smallTablet\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .smallTablet\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .smallTablet\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .smallTablet\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .smallTablet\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .smallTablet\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .smallTablet\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .smallTablet\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .smallTablet\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .smallTablet\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .smallTablet\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .smallTablet\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .smallTablet\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .smallTablet\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .smallTablet\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .smallTablet\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .smallTablet\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .smallTablet\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .smallTablet\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .smallTablet\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .smallTablet\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .smallTablet\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .smallTablet\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .smallTablet\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .smallTablet\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .smallTablet\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .smallTablet\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .smallTablet\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .smallTablet\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .smallTablet\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .smallTablet\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .smallTablet\:rotate-0{
    --tw-rotate: 0deg;
  }

  .smallTablet\:rotate-1{
    --tw-rotate: 1deg;
  }

  .smallTablet\:rotate-2{
    --tw-rotate: 2deg;
  }

  .smallTablet\:rotate-3{
    --tw-rotate: 3deg;
  }

  .smallTablet\:rotate-6{
    --tw-rotate: 6deg;
  }

  .smallTablet\:rotate-12{
    --tw-rotate: 12deg;
  }

  .smallTablet\:rotate-45{
    --tw-rotate: 45deg;
  }

  .smallTablet\:rotate-90{
    --tw-rotate: 90deg;
  }

  .smallTablet\:rotate-180{
    --tw-rotate: 180deg;
  }

  .smallTablet\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .smallTablet\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .smallTablet\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .smallTablet\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .smallTablet\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .smallTablet\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .smallTablet\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .smallTablet\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .smallTablet\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .smallTablet\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .smallTablet\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .smallTablet\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .smallTablet\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .smallTablet\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .smallTablet\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .smallTablet\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .smallTablet\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .smallTablet\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .smallTablet\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .smallTablet\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .smallTablet\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .smallTablet\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .smallTablet\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .smallTablet\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .smallTablet\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .smallTablet\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .smallTablet\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .smallTablet\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .smallTablet\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .smallTablet\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .smallTablet\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .smallTablet\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .smallTablet\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .smallTablet\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .smallTablet\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .smallTablet\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .smallTablet\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .smallTablet\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .smallTablet\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .smallTablet\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .smallTablet\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .smallTablet\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .smallTablet\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .smallTablet\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .smallTablet\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .smallTablet\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .smallTablet\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .smallTablet\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .smallTablet\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .smallTablet\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .smallTablet\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .smallTablet\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .smallTablet\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .smallTablet\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .smallTablet\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .smallTablet\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .smallTablet\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .smallTablet\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .smallTablet\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .smallTablet\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .smallTablet\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .smallTablet\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .smallTablet\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .smallTablet\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .smallTablet\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .smallTablet\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .smallTablet\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .smallTablet\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .smallTablet\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .smallTablet\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .smallTablet\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .smallTablet\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .smallTablet\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .smallTablet\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .smallTablet\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .smallTablet\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .smallTablet\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .smallTablet\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .smallTablet\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .smallTablet\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .smallTablet\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .smallTablet\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .smallTablet\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .smallTablet\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .smallTablet\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .smallTablet\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .smallTablet\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .smallTablet\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .smallTablet\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .smallTablet\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .smallTablet\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .smallTablet\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .smallTablet\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .smallTablet\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .smallTablet\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .smallTablet\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .smallTablet\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .smallTablet\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .smallTablet\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .smallTablet\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .smallTablet\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .smallTablet\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .smallTablet\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .smallTablet\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .smallTablet\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .smallTablet\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .smallTablet\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .smallTablet\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .smallTablet\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .smallTablet\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .smallTablet\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .smallTablet\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .smallTablet\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .smallTablet\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .smallTablet\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .smallTablet\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .smallTablet\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .smallTablet\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .smallTablet\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .smallTablet\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .smallTablet\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .smallTablet\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .smallTablet\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .smallTablet\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .smallTablet\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .smallTablet\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .smallTablet\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .smallTablet\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .smallTablet\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .smallTablet\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .smallTablet\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .smallTablet\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .smallTablet\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .smallTablet\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .smallTablet\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .smallTablet\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .smallTablet\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .smallTablet\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .smallTablet\:scale-x-0{
    --tw-scale-x: 0;
  }

  .smallTablet\:scale-x-50{
    --tw-scale-x: .5;
  }

  .smallTablet\:scale-x-75{
    --tw-scale-x: .75;
  }

  .smallTablet\:scale-x-90{
    --tw-scale-x: .9;
  }

  .smallTablet\:scale-x-95{
    --tw-scale-x: .95;
  }

  .smallTablet\:scale-x-100{
    --tw-scale-x: 1;
  }

  .smallTablet\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .smallTablet\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .smallTablet\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .smallTablet\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .smallTablet\:scale-y-0{
    --tw-scale-y: 0;
  }

  .smallTablet\:scale-y-50{
    --tw-scale-y: .5;
  }

  .smallTablet\:scale-y-75{
    --tw-scale-y: .75;
  }

  .smallTablet\:scale-y-90{
    --tw-scale-y: .9;
  }

  .smallTablet\:scale-y-95{
    --tw-scale-y: .95;
  }

  .smallTablet\:scale-y-100{
    --tw-scale-y: 1;
  }

  .smallTablet\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .smallTablet\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .smallTablet\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .smallTablet\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .smallTablet\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .smallTablet\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .smallTablet\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .smallTablet\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .smallTablet\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .smallTablet\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .smallTablet\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .smallTablet\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .smallTablet\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .smallTablet\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .smallTablet\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .smallTablet\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .smallTablet\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .smallTablet\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .smallTablet\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .smallTablet\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .smallTablet\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .smallTablet\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .smallTablet\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .smallTablet\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .smallTablet\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .smallTablet\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .smallTablet\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .smallTablet\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .smallTablet\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .smallTablet\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .smallTablet\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .smallTablet\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .smallTablet\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .smallTablet\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .smallTablet\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .smallTablet\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .smallTablet\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .smallTablet\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .smallTablet\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .smallTablet\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .smallTablet\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .smallTablet\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .smallTablet\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .smallTablet\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .smallTablet\:animate-none{
    animation: none;
  }

  .smallTablet\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .smallTablet\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .smallTablet\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .smallTablet\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .smallTablet\:cursor-auto{
    cursor: auto;
  }

  .smallTablet\:cursor-default{
    cursor: default;
  }

  .smallTablet\:cursor-pointer{
    cursor: pointer;
  }

  .smallTablet\:cursor-wait{
    cursor: wait;
  }

  .smallTablet\:cursor-text{
    cursor: text;
  }

  .smallTablet\:cursor-move{
    cursor: move;
  }

  .smallTablet\:cursor-help{
    cursor: help;
  }

  .smallTablet\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .smallTablet\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .smallTablet\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .smallTablet\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .smallTablet\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .smallTablet\:resize-none{
    resize: none;
  }

  .smallTablet\:resize-y{
    resize: vertical;
  }

  .smallTablet\:resize-x{
    resize: horizontal;
  }

  .smallTablet\:resize{
    resize: both;
  }

  .smallTablet\:list-inside{
    list-style-position: inside;
  }

  .smallTablet\:list-outside{
    list-style-position: outside;
  }

  .smallTablet\:list-none{
    list-style-type: none;
  }

  .smallTablet\:list-disc{
    list-style-type: disc;
  }

  .smallTablet\:list-decimal{
    list-style-type: decimal;
  }

  .smallTablet\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .smallTablet\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .smallTablet\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .smallTablet\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .smallTablet\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .smallTablet\:grid-flow-row{
    grid-auto-flow: row;
  }

  .smallTablet\:grid-flow-col{
    grid-auto-flow: column;
  }

  .smallTablet\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .smallTablet\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .smallTablet\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .smallTablet\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .smallTablet\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .smallTablet\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .smallTablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .smallTablet\:grid-cols-none{
    grid-template-columns: none;
  }

  .smallTablet\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .smallTablet\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .smallTablet\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .smallTablet\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .smallTablet\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .smallTablet\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .smallTablet\:grid-rows-none{
    grid-template-rows: none;
  }

  .smallTablet\:flex-row{
    flex-direction: row;
  }

  .smallTablet\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .smallTablet\:flex-col{
    flex-direction: column;
  }

  .smallTablet\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .smallTablet\:flex-wrap{
    flex-wrap: wrap;
  }

  .smallTablet\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .smallTablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .smallTablet\:place-content-center{
    place-content: center;
  }

  .smallTablet\:place-content-start{
    place-content: start;
  }

  .smallTablet\:place-content-end{
    place-content: end;
  }

  .smallTablet\:place-content-between{
    place-content: space-between;
  }

  .smallTablet\:place-content-around{
    place-content: space-around;
  }

  .smallTablet\:place-content-evenly{
    place-content: space-evenly;
  }

  .smallTablet\:place-content-stretch{
    place-content: stretch;
  }

  .smallTablet\:place-items-start{
    place-items: start;
  }

  .smallTablet\:place-items-end{
    place-items: end;
  }

  .smallTablet\:place-items-center{
    place-items: center;
  }

  .smallTablet\:place-items-stretch{
    place-items: stretch;
  }

  .smallTablet\:content-center{
    align-content: center;
  }

  .smallTablet\:content-start{
    align-content: flex-start;
  }

  .smallTablet\:content-end{
    align-content: flex-end;
  }

  .smallTablet\:content-between{
    align-content: space-between;
  }

  .smallTablet\:content-around{
    align-content: space-around;
  }

  .smallTablet\:content-evenly{
    align-content: space-evenly;
  }

  .smallTablet\:items-start{
    align-items: flex-start;
  }

  .smallTablet\:items-end{
    align-items: flex-end;
  }

  .smallTablet\:items-center{
    align-items: center;
  }

  .smallTablet\:items-baseline{
    align-items: baseline;
  }

  .smallTablet\:items-stretch{
    align-items: stretch;
  }

  .smallTablet\:justify-start{
    justify-content: flex-start;
  }

  .smallTablet\:justify-end{
    justify-content: flex-end;
  }

  .smallTablet\:justify-center{
    justify-content: center;
  }

  .smallTablet\:justify-between{
    justify-content: space-between;
  }

  .smallTablet\:justify-around{
    justify-content: space-around;
  }

  .smallTablet\:justify-evenly{
    justify-content: space-evenly;
  }

  .smallTablet\:justify-items-start{
    justify-items: start;
  }

  .smallTablet\:justify-items-end{
    justify-items: end;
  }

  .smallTablet\:justify-items-center{
    justify-items: center;
  }

  .smallTablet\:justify-items-stretch{
    justify-items: stretch;
  }

  .smallTablet\:gap-0{
    gap: 0px;
  }

  .smallTablet\:gap-1{
    gap: 0.25rem;
  }

  .smallTablet\:gap-2{
    gap: 0.5rem;
  }

  .smallTablet\:gap-3{
    gap: 0.75rem;
  }

  .smallTablet\:gap-4{
    gap: 1rem;
  }

  .smallTablet\:gap-5{
    gap: 1.25rem;
  }

  .smallTablet\:gap-6{
    gap: 1.5rem;
  }

  .smallTablet\:gap-7{
    gap: 1.75rem;
  }

  .smallTablet\:gap-8{
    gap: 2rem;
  }

  .smallTablet\:gap-9{
    gap: 2.25rem;
  }

  .smallTablet\:gap-10{
    gap: 2.5rem;
  }

  .smallTablet\:gap-11{
    gap: 2.75rem;
  }

  .smallTablet\:gap-12{
    gap: 3rem;
  }

  .smallTablet\:gap-14{
    gap: 3.5rem;
  }

  .smallTablet\:gap-16{
    gap: 4rem;
  }

  .smallTablet\:gap-20{
    gap: 5rem;
  }

  .smallTablet\:gap-24{
    gap: 6rem;
  }

  .smallTablet\:gap-28{
    gap: 7rem;
  }

  .smallTablet\:gap-32{
    gap: 8rem;
  }

  .smallTablet\:gap-36{
    gap: 9rem;
  }

  .smallTablet\:gap-40{
    gap: 10rem;
  }

  .smallTablet\:gap-44{
    gap: 11rem;
  }

  .smallTablet\:gap-48{
    gap: 12rem;
  }

  .smallTablet\:gap-52{
    gap: 13rem;
  }

  .smallTablet\:gap-56{
    gap: 14rem;
  }

  .smallTablet\:gap-60{
    gap: 15rem;
  }

  .smallTablet\:gap-64{
    gap: 16rem;
  }

  .smallTablet\:gap-72{
    gap: 18rem;
  }

  .smallTablet\:gap-80{
    gap: 20rem;
  }

  .smallTablet\:gap-96{
    gap: 24rem;
  }

  .smallTablet\:gap-px{
    gap: 1px;
  }

  .smallTablet\:gap-0\.5{
    gap: 0.125rem;
  }

  .smallTablet\:gap-1\.5{
    gap: 0.375rem;
  }

  .smallTablet\:gap-2\.5{
    gap: 0.625rem;
  }

  .smallTablet\:gap-3\.5{
    gap: 0.875rem;
  }

  .smallTablet\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .smallTablet\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .smallTablet\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .smallTablet\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .smallTablet\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .smallTablet\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .smallTablet\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .smallTablet\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .smallTablet\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .smallTablet\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .smallTablet\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .smallTablet\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .smallTablet\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .smallTablet\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .smallTablet\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .smallTablet\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .smallTablet\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .smallTablet\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .smallTablet\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .smallTablet\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .smallTablet\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .smallTablet\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .smallTablet\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .smallTablet\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .smallTablet\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .smallTablet\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .smallTablet\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .smallTablet\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .smallTablet\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .smallTablet\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .smallTablet\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .smallTablet\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .smallTablet\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .smallTablet\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .smallTablet\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .smallTablet\:gap-y-0{
    row-gap: 0px;
  }

  .smallTablet\:gap-y-1{
    row-gap: 0.25rem;
  }

  .smallTablet\:gap-y-2{
    row-gap: 0.5rem;
  }

  .smallTablet\:gap-y-3{
    row-gap: 0.75rem;
  }

  .smallTablet\:gap-y-4{
    row-gap: 1rem;
  }

  .smallTablet\:gap-y-5{
    row-gap: 1.25rem;
  }

  .smallTablet\:gap-y-6{
    row-gap: 1.5rem;
  }

  .smallTablet\:gap-y-7{
    row-gap: 1.75rem;
  }

  .smallTablet\:gap-y-8{
    row-gap: 2rem;
  }

  .smallTablet\:gap-y-9{
    row-gap: 2.25rem;
  }

  .smallTablet\:gap-y-10{
    row-gap: 2.5rem;
  }

  .smallTablet\:gap-y-11{
    row-gap: 2.75rem;
  }

  .smallTablet\:gap-y-12{
    row-gap: 3rem;
  }

  .smallTablet\:gap-y-14{
    row-gap: 3.5rem;
  }

  .smallTablet\:gap-y-16{
    row-gap: 4rem;
  }

  .smallTablet\:gap-y-20{
    row-gap: 5rem;
  }

  .smallTablet\:gap-y-24{
    row-gap: 6rem;
  }

  .smallTablet\:gap-y-28{
    row-gap: 7rem;
  }

  .smallTablet\:gap-y-32{
    row-gap: 8rem;
  }

  .smallTablet\:gap-y-36{
    row-gap: 9rem;
  }

  .smallTablet\:gap-y-40{
    row-gap: 10rem;
  }

  .smallTablet\:gap-y-44{
    row-gap: 11rem;
  }

  .smallTablet\:gap-y-48{
    row-gap: 12rem;
  }

  .smallTablet\:gap-y-52{
    row-gap: 13rem;
  }

  .smallTablet\:gap-y-56{
    row-gap: 14rem;
  }

  .smallTablet\:gap-y-60{
    row-gap: 15rem;
  }

  .smallTablet\:gap-y-64{
    row-gap: 16rem;
  }

  .smallTablet\:gap-y-72{
    row-gap: 18rem;
  }

  .smallTablet\:gap-y-80{
    row-gap: 20rem;
  }

  .smallTablet\:gap-y-96{
    row-gap: 24rem;
  }

  .smallTablet\:gap-y-px{
    row-gap: 1px;
  }

  .smallTablet\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .smallTablet\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .smallTablet\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .smallTablet\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .smallTablet\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallTablet\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .smallTablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .smallTablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .smallTablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallTablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallTablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallTablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallTablet\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallTablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .smallTablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .smallTablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .smallTablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .smallTablet\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .smallTablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .smallTablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .smallTablet\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .smallTablet\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .smallTablet\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .smallTablet\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .smallTablet\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .smallTablet\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .smallTablet\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .smallTablet\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .smallTablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .smallTablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .smallTablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .smallTablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .smallTablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .smallTablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .smallTablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .smallTablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .smallTablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .smallTablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .smallTablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .smallTablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .smallTablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .smallTablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .smallTablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .smallTablet\:place-self-auto{
    place-self: auto;
  }

  .smallTablet\:place-self-start{
    place-self: start;
  }

  .smallTablet\:place-self-end{
    place-self: end;
  }

  .smallTablet\:place-self-center{
    place-self: center;
  }

  .smallTablet\:place-self-stretch{
    place-self: stretch;
  }

  .smallTablet\:self-auto{
    align-self: auto;
  }

  .smallTablet\:self-start{
    align-self: flex-start;
  }

  .smallTablet\:self-end{
    align-self: flex-end;
  }

  .smallTablet\:self-center{
    align-self: center;
  }

  .smallTablet\:self-stretch{
    align-self: stretch;
  }

  .smallTablet\:self-baseline{
    align-self: baseline;
  }

  .smallTablet\:justify-self-auto{
    justify-self: auto;
  }

  .smallTablet\:justify-self-start{
    justify-self: start;
  }

  .smallTablet\:justify-self-end{
    justify-self: end;
  }

  .smallTablet\:justify-self-center{
    justify-self: center;
  }

  .smallTablet\:justify-self-stretch{
    justify-self: stretch;
  }

  .smallTablet\:overflow-auto{
    overflow: auto;
  }

  .smallTablet\:overflow-hidden{
    overflow: hidden;
  }

  .smallTablet\:overflow-visible{
    overflow: visible;
  }

  .smallTablet\:overflow-scroll{
    overflow: scroll;
  }

  .smallTablet\:overflow-x-auto{
    overflow-x: auto;
  }

  .smallTablet\:overflow-y-auto{
    overflow-y: auto;
  }

  .smallTablet\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .smallTablet\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .smallTablet\:overflow-x-visible{
    overflow-x: visible;
  }

  .smallTablet\:overflow-y-visible{
    overflow-y: visible;
  }

  .smallTablet\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .smallTablet\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .smallTablet\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .smallTablet\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .smallTablet\:overscroll-none{
    overscroll-behavior: none;
  }

  .smallTablet\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .smallTablet\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .smallTablet\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .smallTablet\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .smallTablet\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .smallTablet\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .smallTablet\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .smallTablet\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .smallTablet\:overflow-clip{
    text-overflow: clip;
  }

  .smallTablet\:whitespace-normal{
    white-space: normal;
  }

  .smallTablet\:whitespace-nowrap{
    white-space: nowrap;
  }

  .smallTablet\:whitespace-pre{
    white-space: pre;
  }

  .smallTablet\:whitespace-pre-line{
    white-space: pre-line;
  }

  .smallTablet\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .smallTablet\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .smallTablet\:break-words{
    overflow-wrap: break-word;
  }

  .smallTablet\:break-all{
    word-break: break-all;
  }

  .smallTablet\:rounded-none{
    border-radius: 0px;
  }

  .smallTablet\:rounded-sm{
    border-radius: 0.125rem;
  }

  .smallTablet\:rounded{
    border-radius: 0.25rem;
  }

  .smallTablet\:rounded-md{
    border-radius: 0.375rem;
  }

  .smallTablet\:rounded-lg{
    border-radius: 0.5rem;
  }

  .smallTablet\:rounded-xl{
    border-radius: 0.75rem;
  }

  .smallTablet\:rounded-2xl{
    border-radius: 1rem;
  }

  .smallTablet\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .smallTablet\:rounded-full{
    border-radius: 9999px;
  }

  .smallTablet\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .smallTablet\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .smallTablet\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .smallTablet\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .smallTablet\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .smallTablet\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .smallTablet\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .smallTablet\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .smallTablet\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .smallTablet\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .smallTablet\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .smallTablet\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .smallTablet\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .smallTablet\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .smallTablet\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .smallTablet\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .smallTablet\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .smallTablet\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .smallTablet\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .smallTablet\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .smallTablet\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .smallTablet\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .smallTablet\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .smallTablet\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .smallTablet\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .smallTablet\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .smallTablet\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .smallTablet\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .smallTablet\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .smallTablet\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .smallTablet\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .smallTablet\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .smallTablet\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .smallTablet\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .smallTablet\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .smallTablet\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .smallTablet\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .smallTablet\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .smallTablet\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .smallTablet\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .smallTablet\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .smallTablet\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .smallTablet\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .smallTablet\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .smallTablet\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .smallTablet\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .smallTablet\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .smallTablet\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .smallTablet\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .smallTablet\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .smallTablet\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .smallTablet\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .smallTablet\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .smallTablet\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .smallTablet\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .smallTablet\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .smallTablet\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .smallTablet\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .smallTablet\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .smallTablet\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .smallTablet\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .smallTablet\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .smallTablet\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .smallTablet\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .smallTablet\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .smallTablet\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .smallTablet\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .smallTablet\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .smallTablet\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .smallTablet\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .smallTablet\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .smallTablet\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .smallTablet\:border-0{
    border-width: 0px;
  }

  .smallTablet\:border-2{
    border-width: 2px;
  }

  .smallTablet\:border-4{
    border-width: 4px;
  }

  .smallTablet\:border-8{
    border-width: 8px;
  }

  .smallTablet\:border{
    border-width: 1px;
  }

  .smallTablet\:border-t-0{
    border-top-width: 0px;
  }

  .smallTablet\:border-t-2{
    border-top-width: 2px;
  }

  .smallTablet\:border-t-4{
    border-top-width: 4px;
  }

  .smallTablet\:border-t-8{
    border-top-width: 8px;
  }

  .smallTablet\:border-t{
    border-top-width: 1px;
  }

  .smallTablet\:border-r-0{
    border-right-width: 0px;
  }

  .smallTablet\:border-r-2{
    border-right-width: 2px;
  }

  .smallTablet\:border-r-4{
    border-right-width: 4px;
  }

  .smallTablet\:border-r-8{
    border-right-width: 8px;
  }

  .smallTablet\:border-r{
    border-right-width: 1px;
  }

  .smallTablet\:border-b-0{
    border-bottom-width: 0px;
  }

  .smallTablet\:border-b-2{
    border-bottom-width: 2px;
  }

  .smallTablet\:border-b-4{
    border-bottom-width: 4px;
  }

  .smallTablet\:border-b-8{
    border-bottom-width: 8px;
  }

  .smallTablet\:border-b{
    border-bottom-width: 1px;
  }

  .smallTablet\:border-l-0{
    border-left-width: 0px;
  }

  .smallTablet\:border-l-2{
    border-left-width: 2px;
  }

  .smallTablet\:border-l-4{
    border-left-width: 4px;
  }

  .smallTablet\:border-l-8{
    border-left-width: 8px;
  }

  .smallTablet\:border-l{
    border-left-width: 1px;
  }

  .smallTablet\:border-solid{
    border-style: solid;
  }

  .smallTablet\:border-dashed{
    border-style: dashed;
  }

  .smallTablet\:border-dotted{
    border-style: dotted;
  }

  .smallTablet\:border-double{
    border-style: double;
  }

  .smallTablet\:border-none{
    border-style: none;
  }

  .smallTablet\:border-transparent{
    border-color: transparent;
  }

  .smallTablet\:border-current{
    border-color: currentColor;
  }

  .smallTablet\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallTablet\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallTablet\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallTablet\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallTablet\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallTablet\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallTablet\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallTablet\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallTablet\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallTablet\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallTablet\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallTablet\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallTablet\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallTablet\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallTablet\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallTablet\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallTablet\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallTablet\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallTablet\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallTablet\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallTablet\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallTablet\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallTablet\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallTablet\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallTablet\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallTablet\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallTablet\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallTablet\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallTablet\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallTablet\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallTablet\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallTablet\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallTablet\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallTablet\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallTablet\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallTablet\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallTablet\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallTablet\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallTablet\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallTablet\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallTablet\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallTablet\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallTablet\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallTablet\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallTablet\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallTablet\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallTablet\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallTablet\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallTablet\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallTablet\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallTablet\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallTablet\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallTablet\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallTablet\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallTablet\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallTablet\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallTablet\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallTablet\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallTablet\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallTablet\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallTablet\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallTablet\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallTablet\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .smallTablet\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .smallTablet\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .smallTablet\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .smallTablet\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .smallTablet\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallTablet\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .smallTablet\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .smallTablet\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallTablet\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .smallTablet\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .smallTablet\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallTablet\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallTablet\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .smallTablet\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .smallTablet\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .smallTablet\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .smallTablet\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .smallTablet\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .smallTablet\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .smallTablet\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .smallTablet\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .smallTablet\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .smallTablet\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .smallTablet\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .smallTablet\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .smallTablet\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .smallTablet\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .smallTablet\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .smallTablet\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .smallTablet\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .smallTablet\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .smallTablet\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .smallTablet\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .smallTablet\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .smallTablet\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .smallTablet\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .smallTablet\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .smallTablet\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .smallTablet\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .smallTablet\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .smallTablet\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .smallTablet\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .smallTablet\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .smallTablet\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .smallTablet\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .smallTablet\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .smallTablet\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .smallTablet\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .smallTablet\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .smallTablet\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .smallTablet\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .smallTablet\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .smallTablet\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .smallTablet\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .smallTablet\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .smallTablet\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .smallTablet\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .smallTablet\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .smallTablet\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .smallTablet\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .smallTablet\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .smallTablet\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .smallTablet\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .smallTablet\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .smallTablet\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .smallTablet\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .smallTablet\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .smallTablet\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .smallTablet\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .smallTablet\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .smallTablet\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .smallTablet\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .smallTablet\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .smallTablet\:bg-transparent{
    background-color: transparent;
  }

  .smallTablet\:bg-current{
    background-color: currentColor;
  }

  .smallTablet\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .smallTablet\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .smallTablet\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .smallTablet\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .smallTablet\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .smallTablet\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallTablet\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .smallTablet\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .smallTablet\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallTablet\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .smallTablet\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .smallTablet\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallTablet\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallTablet\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .smallTablet\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .smallTablet\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .smallTablet\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .smallTablet\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .smallTablet\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .smallTablet\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .smallTablet\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .smallTablet\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .smallTablet\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .smallTablet\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .smallTablet\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .smallTablet\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .smallTablet\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .smallTablet\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .smallTablet\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .smallTablet\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .smallTablet\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .smallTablet\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .smallTablet\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .smallTablet\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .smallTablet\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .smallTablet\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .smallTablet\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .smallTablet\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .smallTablet\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .smallTablet\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .smallTablet\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .smallTablet\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .smallTablet\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .smallTablet\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .smallTablet\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .smallTablet\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .smallTablet\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .smallTablet\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .smallTablet\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .smallTablet\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .smallTablet\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .smallTablet\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .smallTablet\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .smallTablet\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .smallTablet\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .smallTablet\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .smallTablet\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .smallTablet\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .smallTablet\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .smallTablet\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .smallTablet\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .smallTablet\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .smallTablet\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .smallTablet\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .smallTablet\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .smallTablet\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .smallTablet\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .smallTablet\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .smallTablet\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .smallTablet\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .smallTablet\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .smallTablet\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .smallTablet\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .smallTablet\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .smallTablet\:bg-none{
    background-image: none;
  }

  .smallTablet\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .smallTablet\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .smallTablet\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .smallTablet\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .smallTablet\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .smallTablet\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .smallTablet\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .smallTablet\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .smallTablet\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallTablet\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallTablet\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallTablet\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallTablet\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallTablet\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallTablet\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallTablet\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallTablet\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallTablet\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallTablet\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallTablet\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallTablet\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallTablet\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallTablet\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallTablet\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallTablet\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallTablet\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallTablet\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallTablet\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallTablet\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallTablet\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallTablet\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallTablet\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallTablet\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallTablet\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallTablet\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallTablet\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallTablet\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallTablet\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallTablet\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallTablet\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallTablet\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallTablet\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallTablet\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallTablet\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallTablet\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallTablet\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallTablet\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallTablet\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallTablet\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallTablet\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallTablet\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallTablet\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallTablet\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallTablet\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallTablet\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallTablet\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallTablet\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallTablet\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallTablet\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallTablet\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallTablet\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallTablet\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallTablet\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallTablet\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallTablet\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallTablet\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallTablet\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallTablet\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallTablet\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallTablet\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallTablet\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallTablet\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallTablet\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallTablet\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallTablet\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallTablet\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallTablet\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallTablet\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallTablet\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallTablet\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallTablet\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallTablet\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallTablet\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallTablet\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallTablet\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallTablet\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallTablet\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallTablet\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallTablet\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallTablet\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallTablet\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallTablet\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallTablet\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallTablet\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallTablet\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallTablet\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallTablet\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallTablet\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallTablet\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallTablet\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallTablet\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallTablet\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallTablet\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallTablet\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallTablet\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallTablet\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallTablet\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallTablet\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallTablet\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallTablet\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallTablet\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallTablet\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallTablet\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallTablet\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallTablet\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallTablet\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallTablet\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallTablet\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallTablet\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallTablet\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallTablet\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallTablet\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallTablet\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallTablet\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallTablet\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallTablet\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallTablet\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallTablet\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallTablet\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallTablet\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallTablet\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallTablet\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallTablet\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallTablet\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallTablet\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallTablet\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallTablet\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallTablet\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallTablet\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallTablet\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallTablet\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallTablet\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallTablet\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallTablet\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallTablet\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallTablet\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallTablet\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallTablet\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallTablet\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallTablet\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallTablet\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallTablet\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallTablet\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallTablet\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallTablet\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallTablet\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallTablet\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallTablet\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallTablet\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallTablet\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallTablet\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallTablet\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallTablet\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallTablet\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallTablet\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallTablet\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallTablet\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallTablet\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallTablet\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallTablet\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallTablet\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallTablet\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallTablet\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallTablet\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallTablet\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallTablet\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallTablet\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallTablet\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallTablet\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallTablet\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallTablet\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallTablet\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallTablet\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallTablet\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallTablet\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallTablet\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallTablet\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallTablet\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallTablet\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallTablet\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallTablet\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallTablet\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallTablet\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallTablet\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallTablet\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallTablet\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallTablet\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallTablet\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallTablet\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallTablet\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallTablet\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallTablet\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallTablet\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallTablet\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallTablet\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallTablet\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallTablet\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallTablet\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallTablet\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallTablet\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallTablet\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallTablet\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallTablet\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallTablet\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallTablet\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallTablet\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallTablet\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallTablet\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallTablet\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallTablet\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallTablet\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallTablet\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallTablet\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallTablet\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallTablet\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallTablet\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallTablet\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallTablet\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallTablet\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallTablet\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallTablet\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallTablet\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallTablet\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallTablet\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallTablet\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallTablet\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallTablet\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallTablet\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallTablet\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallTablet\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallTablet\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallTablet\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallTablet\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallTablet\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallTablet\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallTablet\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallTablet\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallTablet\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallTablet\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallTablet\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallTablet\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallTablet\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallTablet\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallTablet\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallTablet\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallTablet\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallTablet\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallTablet\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallTablet\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallTablet\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallTablet\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallTablet\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallTablet\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallTablet\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallTablet\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallTablet\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallTablet\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallTablet\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallTablet\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallTablet\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallTablet\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallTablet\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallTablet\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallTablet\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallTablet\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallTablet\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallTablet\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallTablet\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallTablet\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallTablet\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallTablet\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallTablet\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallTablet\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallTablet\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallTablet\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallTablet\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallTablet\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallTablet\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallTablet\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallTablet\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallTablet\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallTablet\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallTablet\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallTablet\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallTablet\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallTablet\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallTablet\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallTablet\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallTablet\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallTablet\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallTablet\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallTablet\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallTablet\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallTablet\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallTablet\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallTablet\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallTablet\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallTablet\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallTablet\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallTablet\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallTablet\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallTablet\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallTablet\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallTablet\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallTablet\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallTablet\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallTablet\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallTablet\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallTablet\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallTablet\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallTablet\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallTablet\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallTablet\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallTablet\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallTablet\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallTablet\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallTablet\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallTablet\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallTablet\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallTablet\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallTablet\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallTablet\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallTablet\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallTablet\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallTablet\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallTablet\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallTablet\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallTablet\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallTablet\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallTablet\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallTablet\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallTablet\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallTablet\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallTablet\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallTablet\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallTablet\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallTablet\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallTablet\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallTablet\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallTablet\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallTablet\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallTablet\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallTablet\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallTablet\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallTablet\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallTablet\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallTablet\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallTablet\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallTablet\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallTablet\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallTablet\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallTablet\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallTablet\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallTablet\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallTablet\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallTablet\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallTablet\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallTablet\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallTablet\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallTablet\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallTablet\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallTablet\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallTablet\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallTablet\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallTablet\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallTablet\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallTablet\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .smallTablet\:to-current{
    --tw-gradient-to: currentColor;
  }

  .smallTablet\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .smallTablet\:to-black{
    --tw-gradient-to: #000;
  }

  .smallTablet\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .smallTablet\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .smallTablet\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .smallTablet\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .smallTablet\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .smallTablet\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .smallTablet\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .smallTablet\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .smallTablet\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .smallTablet\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .smallTablet\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .smallTablet\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .smallTablet\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .smallTablet\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .smallTablet\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .smallTablet\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .smallTablet\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .smallTablet\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .smallTablet\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .smallTablet\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .smallTablet\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .smallTablet\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .smallTablet\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .smallTablet\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .smallTablet\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .smallTablet\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .smallTablet\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .smallTablet\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .smallTablet\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .smallTablet\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .smallTablet\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .smallTablet\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .smallTablet\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .smallTablet\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .smallTablet\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .smallTablet\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .smallTablet\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .smallTablet\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .smallTablet\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .smallTablet\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .smallTablet\:to-white{
    --tw-gradient-to: #fff;
  }

  .smallTablet\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .smallTablet\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .smallTablet\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .smallTablet\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .smallTablet\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .smallTablet\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .smallTablet\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .smallTablet\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .smallTablet\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .smallTablet\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .smallTablet\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .smallTablet\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .smallTablet\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .smallTablet\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .smallTablet\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .smallTablet\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .smallTablet\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .smallTablet\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .smallTablet\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .smallTablet\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .smallTablet\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .smallTablet\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .smallTablet\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .smallTablet\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .smallTablet\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .smallTablet\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .smallTablet\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .smallTablet\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .smallTablet\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .smallTablet\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .smallTablet\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .smallTablet\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .smallTablet\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .smallTablet\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .smallTablet\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .smallTablet\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .smallTablet\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .smallTablet\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .smallTablet\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .smallTablet\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .smallTablet\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .smallTablet\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .smallTablet\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .smallTablet\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .smallTablet\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .smallTablet\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .smallTablet\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .smallTablet\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .smallTablet\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .smallTablet\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .smallTablet\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .smallTablet\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .smallTablet\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .smallTablet\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .smallTablet\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .smallTablet\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .smallTablet\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .smallTablet\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .smallTablet\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .smallTablet\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .smallTablet\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .smallTablet\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .smallTablet\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .smallTablet\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .smallTablet\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .smallTablet\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .smallTablet\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .smallTablet\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .smallTablet\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .smallTablet\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .smallTablet\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .smallTablet\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .smallTablet\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .smallTablet\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .smallTablet\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .smallTablet\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .smallTablet\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .smallTablet\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .smallTablet\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .smallTablet\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .smallTablet\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .smallTablet\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .smallTablet\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .smallTablet\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .smallTablet\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .smallTablet\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .smallTablet\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .smallTablet\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .smallTablet\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .smallTablet\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .smallTablet\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .smallTablet\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .smallTablet\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .smallTablet\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .smallTablet\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .smallTablet\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .smallTablet\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .smallTablet\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .smallTablet\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .smallTablet\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .smallTablet\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .smallTablet\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .smallTablet\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .smallTablet\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .smallTablet\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .smallTablet\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .smallTablet\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .smallTablet\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .smallTablet\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .smallTablet\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .smallTablet\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .smallTablet\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .smallTablet\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .smallTablet\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .smallTablet\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .smallTablet\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .smallTablet\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .smallTablet\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .smallTablet\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .smallTablet\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .smallTablet\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .smallTablet\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .smallTablet\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .smallTablet\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .smallTablet\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .smallTablet\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .smallTablet\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .smallTablet\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .smallTablet\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .smallTablet\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .smallTablet\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .smallTablet\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .smallTablet\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .smallTablet\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .smallTablet\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .smallTablet\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .smallTablet\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .smallTablet\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .smallTablet\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .smallTablet\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .smallTablet\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .smallTablet\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .smallTablet\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .smallTablet\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .smallTablet\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .smallTablet\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .smallTablet\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .smallTablet\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .smallTablet\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .smallTablet\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .smallTablet\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .smallTablet\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .smallTablet\:bg-auto{
    background-size: auto;
  }

  .smallTablet\:bg-cover{
    background-size: cover;
  }

  .smallTablet\:bg-contain{
    background-size: contain;
  }

  .smallTablet\:bg-fixed{
    background-attachment: fixed;
  }

  .smallTablet\:bg-local{
    background-attachment: local;
  }

  .smallTablet\:bg-scroll{
    background-attachment: scroll;
  }

  .smallTablet\:bg-clip-border{
    background-clip: border-box;
  }

  .smallTablet\:bg-clip-padding{
    background-clip: padding-box;
  }

  .smallTablet\:bg-clip-content{
    background-clip: content-box;
  }

  .smallTablet\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .smallTablet\:bg-bottom{
    background-position: bottom;
  }

  .smallTablet\:bg-center{
    background-position: center;
  }

  .smallTablet\:bg-left{
    background-position: left;
  }

  .smallTablet\:bg-left-bottom{
    background-position: left bottom;
  }

  .smallTablet\:bg-left-top{
    background-position: left top;
  }

  .smallTablet\:bg-right{
    background-position: right;
  }

  .smallTablet\:bg-right-bottom{
    background-position: right bottom;
  }

  .smallTablet\:bg-right-top{
    background-position: right top;
  }

  .smallTablet\:bg-top{
    background-position: top;
  }

  .smallTablet\:bg-repeat{
    background-repeat: repeat;
  }

  .smallTablet\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .smallTablet\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .smallTablet\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .smallTablet\:bg-repeat-round{
    background-repeat: round;
  }

  .smallTablet\:bg-repeat-space{
    background-repeat: space;
  }

  .smallTablet\:bg-origin-border{
    background-origin: border-box;
  }

  .smallTablet\:bg-origin-padding{
    background-origin: padding-box;
  }

  .smallTablet\:bg-origin-content{
    background-origin: content-box;
  }

  .smallTablet\:fill-current{
    fill: currentColor;
  }

  .smallTablet\:stroke-current{
    stroke: currentColor;
  }

  .smallTablet\:stroke-0{
    stroke-width: 0;
  }

  .smallTablet\:stroke-1{
    stroke-width: 1;
  }

  .smallTablet\:stroke-2{
    stroke-width: 2;
  }

  .smallTablet\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .smallTablet\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .smallTablet\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .smallTablet\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .smallTablet\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .smallTablet\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .smallTablet\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .smallTablet\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .smallTablet\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .smallTablet\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .smallTablet\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .smallTablet\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .smallTablet\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .smallTablet\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .smallTablet\:p-0{
    padding: 0px;
  }

  .smallTablet\:p-1{
    padding: 0.25rem;
  }

  .smallTablet\:p-2{
    padding: 0.5rem;
  }

  .smallTablet\:p-3{
    padding: 0.75rem;
  }

  .smallTablet\:p-4{
    padding: 1rem;
  }

  .smallTablet\:p-5{
    padding: 1.25rem;
  }

  .smallTablet\:p-6{
    padding: 1.5rem;
  }

  .smallTablet\:p-7{
    padding: 1.75rem;
  }

  .smallTablet\:p-8{
    padding: 2rem;
  }

  .smallTablet\:p-9{
    padding: 2.25rem;
  }

  .smallTablet\:p-10{
    padding: 2.5rem;
  }

  .smallTablet\:p-11{
    padding: 2.75rem;
  }

  .smallTablet\:p-12{
    padding: 3rem;
  }

  .smallTablet\:p-14{
    padding: 3.5rem;
  }

  .smallTablet\:p-16{
    padding: 4rem;
  }

  .smallTablet\:p-20{
    padding: 5rem;
  }

  .smallTablet\:p-24{
    padding: 6rem;
  }

  .smallTablet\:p-28{
    padding: 7rem;
  }

  .smallTablet\:p-32{
    padding: 8rem;
  }

  .smallTablet\:p-36{
    padding: 9rem;
  }

  .smallTablet\:p-40{
    padding: 10rem;
  }

  .smallTablet\:p-44{
    padding: 11rem;
  }

  .smallTablet\:p-48{
    padding: 12rem;
  }

  .smallTablet\:p-52{
    padding: 13rem;
  }

  .smallTablet\:p-56{
    padding: 14rem;
  }

  .smallTablet\:p-60{
    padding: 15rem;
  }

  .smallTablet\:p-64{
    padding: 16rem;
  }

  .smallTablet\:p-72{
    padding: 18rem;
  }

  .smallTablet\:p-80{
    padding: 20rem;
  }

  .smallTablet\:p-96{
    padding: 24rem;
  }

  .smallTablet\:p-px{
    padding: 1px;
  }

  .smallTablet\:p-0\.5{
    padding: 0.125rem;
  }

  .smallTablet\:p-1\.5{
    padding: 0.375rem;
  }

  .smallTablet\:p-2\.5{
    padding: 0.625rem;
  }

  .smallTablet\:p-3\.5{
    padding: 0.875rem;
  }

  .smallTablet\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .smallTablet\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .smallTablet\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .smallTablet\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .smallTablet\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .smallTablet\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .smallTablet\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .smallTablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .smallTablet\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .smallTablet\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .smallTablet\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .smallTablet\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .smallTablet\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .smallTablet\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .smallTablet\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .smallTablet\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .smallTablet\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .smallTablet\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .smallTablet\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .smallTablet\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .smallTablet\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .smallTablet\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .smallTablet\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .smallTablet\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .smallTablet\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .smallTablet\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .smallTablet\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .smallTablet\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .smallTablet\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .smallTablet\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .smallTablet\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .smallTablet\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .smallTablet\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .smallTablet\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .smallTablet\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .smallTablet\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .smallTablet\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .smallTablet\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .smallTablet\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .smallTablet\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .smallTablet\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .smallTablet\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .smallTablet\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .smallTablet\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .smallTablet\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .smallTablet\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .smallTablet\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .smallTablet\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .smallTablet\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .smallTablet\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .smallTablet\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .smallTablet\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .smallTablet\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .smallTablet\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .smallTablet\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .smallTablet\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .smallTablet\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .smallTablet\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .smallTablet\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .smallTablet\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .smallTablet\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .smallTablet\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .smallTablet\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .smallTablet\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .smallTablet\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .smallTablet\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .smallTablet\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .smallTablet\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .smallTablet\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .smallTablet\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .smallTablet\:pt-0{
    padding-top: 0px;
  }

  .smallTablet\:pt-1{
    padding-top: 0.25rem;
  }

  .smallTablet\:pt-2{
    padding-top: 0.5rem;
  }

  .smallTablet\:pt-3{
    padding-top: 0.75rem;
  }

  .smallTablet\:pt-4{
    padding-top: 1rem;
  }

  .smallTablet\:pt-5{
    padding-top: 1.25rem;
  }

  .smallTablet\:pt-6{
    padding-top: 1.5rem;
  }

  .smallTablet\:pt-7{
    padding-top: 1.75rem;
  }

  .smallTablet\:pt-8{
    padding-top: 2rem;
  }

  .smallTablet\:pt-9{
    padding-top: 2.25rem;
  }

  .smallTablet\:pt-10{
    padding-top: 2.5rem;
  }

  .smallTablet\:pt-11{
    padding-top: 2.75rem;
  }

  .smallTablet\:pt-12{
    padding-top: 3rem;
  }

  .smallTablet\:pt-14{
    padding-top: 3.5rem;
  }

  .smallTablet\:pt-16{
    padding-top: 4rem;
  }

  .smallTablet\:pt-20{
    padding-top: 5rem;
  }

  .smallTablet\:pt-24{
    padding-top: 6rem;
  }

  .smallTablet\:pt-28{
    padding-top: 7rem;
  }

  .smallTablet\:pt-32{
    padding-top: 8rem;
  }

  .smallTablet\:pt-36{
    padding-top: 9rem;
  }

  .smallTablet\:pt-40{
    padding-top: 10rem;
  }

  .smallTablet\:pt-44{
    padding-top: 11rem;
  }

  .smallTablet\:pt-48{
    padding-top: 12rem;
  }

  .smallTablet\:pt-52{
    padding-top: 13rem;
  }

  .smallTablet\:pt-56{
    padding-top: 14rem;
  }

  .smallTablet\:pt-60{
    padding-top: 15rem;
  }

  .smallTablet\:pt-64{
    padding-top: 16rem;
  }

  .smallTablet\:pt-72{
    padding-top: 18rem;
  }

  .smallTablet\:pt-80{
    padding-top: 20rem;
  }

  .smallTablet\:pt-96{
    padding-top: 24rem;
  }

  .smallTablet\:pt-px{
    padding-top: 1px;
  }

  .smallTablet\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .smallTablet\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .smallTablet\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .smallTablet\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .smallTablet\:pr-0{
    padding-right: 0px;
  }

  .smallTablet\:pr-1{
    padding-right: 0.25rem;
  }

  .smallTablet\:pr-2{
    padding-right: 0.5rem;
  }

  .smallTablet\:pr-3{
    padding-right: 0.75rem;
  }

  .smallTablet\:pr-4{
    padding-right: 1rem;
  }

  .smallTablet\:pr-5{
    padding-right: 1.25rem;
  }

  .smallTablet\:pr-6{
    padding-right: 1.5rem;
  }

  .smallTablet\:pr-7{
    padding-right: 1.75rem;
  }

  .smallTablet\:pr-8{
    padding-right: 2rem;
  }

  .smallTablet\:pr-9{
    padding-right: 2.25rem;
  }

  .smallTablet\:pr-10{
    padding-right: 2.5rem;
  }

  .smallTablet\:pr-11{
    padding-right: 2.75rem;
  }

  .smallTablet\:pr-12{
    padding-right: 3rem;
  }

  .smallTablet\:pr-14{
    padding-right: 3.5rem;
  }

  .smallTablet\:pr-16{
    padding-right: 4rem;
  }

  .smallTablet\:pr-20{
    padding-right: 5rem;
  }

  .smallTablet\:pr-24{
    padding-right: 6rem;
  }

  .smallTablet\:pr-28{
    padding-right: 7rem;
  }

  .smallTablet\:pr-32{
    padding-right: 8rem;
  }

  .smallTablet\:pr-36{
    padding-right: 9rem;
  }

  .smallTablet\:pr-40{
    padding-right: 10rem;
  }

  .smallTablet\:pr-44{
    padding-right: 11rem;
  }

  .smallTablet\:pr-48{
    padding-right: 12rem;
  }

  .smallTablet\:pr-52{
    padding-right: 13rem;
  }

  .smallTablet\:pr-56{
    padding-right: 14rem;
  }

  .smallTablet\:pr-60{
    padding-right: 15rem;
  }

  .smallTablet\:pr-64{
    padding-right: 16rem;
  }

  .smallTablet\:pr-72{
    padding-right: 18rem;
  }

  .smallTablet\:pr-80{
    padding-right: 20rem;
  }

  .smallTablet\:pr-96{
    padding-right: 24rem;
  }

  .smallTablet\:pr-px{
    padding-right: 1px;
  }

  .smallTablet\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .smallTablet\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .smallTablet\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .smallTablet\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .smallTablet\:pb-0{
    padding-bottom: 0px;
  }

  .smallTablet\:pb-1{
    padding-bottom: 0.25rem;
  }

  .smallTablet\:pb-2{
    padding-bottom: 0.5rem;
  }

  .smallTablet\:pb-3{
    padding-bottom: 0.75rem;
  }

  .smallTablet\:pb-4{
    padding-bottom: 1rem;
  }

  .smallTablet\:pb-5{
    padding-bottom: 1.25rem;
  }

  .smallTablet\:pb-6{
    padding-bottom: 1.5rem;
  }

  .smallTablet\:pb-7{
    padding-bottom: 1.75rem;
  }

  .smallTablet\:pb-8{
    padding-bottom: 2rem;
  }

  .smallTablet\:pb-9{
    padding-bottom: 2.25rem;
  }

  .smallTablet\:pb-10{
    padding-bottom: 2.5rem;
  }

  .smallTablet\:pb-11{
    padding-bottom: 2.75rem;
  }

  .smallTablet\:pb-12{
    padding-bottom: 3rem;
  }

  .smallTablet\:pb-14{
    padding-bottom: 3.5rem;
  }

  .smallTablet\:pb-16{
    padding-bottom: 4rem;
  }

  .smallTablet\:pb-20{
    padding-bottom: 5rem;
  }

  .smallTablet\:pb-24{
    padding-bottom: 6rem;
  }

  .smallTablet\:pb-28{
    padding-bottom: 7rem;
  }

  .smallTablet\:pb-32{
    padding-bottom: 8rem;
  }

  .smallTablet\:pb-36{
    padding-bottom: 9rem;
  }

  .smallTablet\:pb-40{
    padding-bottom: 10rem;
  }

  .smallTablet\:pb-44{
    padding-bottom: 11rem;
  }

  .smallTablet\:pb-48{
    padding-bottom: 12rem;
  }

  .smallTablet\:pb-52{
    padding-bottom: 13rem;
  }

  .smallTablet\:pb-56{
    padding-bottom: 14rem;
  }

  .smallTablet\:pb-60{
    padding-bottom: 15rem;
  }

  .smallTablet\:pb-64{
    padding-bottom: 16rem;
  }

  .smallTablet\:pb-72{
    padding-bottom: 18rem;
  }

  .smallTablet\:pb-80{
    padding-bottom: 20rem;
  }

  .smallTablet\:pb-96{
    padding-bottom: 24rem;
  }

  .smallTablet\:pb-px{
    padding-bottom: 1px;
  }

  .smallTablet\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .smallTablet\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .smallTablet\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .smallTablet\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .smallTablet\:pl-0{
    padding-left: 0px;
  }

  .smallTablet\:pl-1{
    padding-left: 0.25rem;
  }

  .smallTablet\:pl-2{
    padding-left: 0.5rem;
  }

  .smallTablet\:pl-3{
    padding-left: 0.75rem;
  }

  .smallTablet\:pl-4{
    padding-left: 1rem;
  }

  .smallTablet\:pl-5{
    padding-left: 1.25rem;
  }

  .smallTablet\:pl-6{
    padding-left: 1.5rem;
  }

  .smallTablet\:pl-7{
    padding-left: 1.75rem;
  }

  .smallTablet\:pl-8{
    padding-left: 2rem;
  }

  .smallTablet\:pl-9{
    padding-left: 2.25rem;
  }

  .smallTablet\:pl-10{
    padding-left: 2.5rem;
  }

  .smallTablet\:pl-11{
    padding-left: 2.75rem;
  }

  .smallTablet\:pl-12{
    padding-left: 3rem;
  }

  .smallTablet\:pl-14{
    padding-left: 3.5rem;
  }

  .smallTablet\:pl-16{
    padding-left: 4rem;
  }

  .smallTablet\:pl-20{
    padding-left: 5rem;
  }

  .smallTablet\:pl-24{
    padding-left: 6rem;
  }

  .smallTablet\:pl-28{
    padding-left: 7rem;
  }

  .smallTablet\:pl-32{
    padding-left: 8rem;
  }

  .smallTablet\:pl-36{
    padding-left: 9rem;
  }

  .smallTablet\:pl-40{
    padding-left: 10rem;
  }

  .smallTablet\:pl-44{
    padding-left: 11rem;
  }

  .smallTablet\:pl-48{
    padding-left: 12rem;
  }

  .smallTablet\:pl-52{
    padding-left: 13rem;
  }

  .smallTablet\:pl-56{
    padding-left: 14rem;
  }

  .smallTablet\:pl-60{
    padding-left: 15rem;
  }

  .smallTablet\:pl-64{
    padding-left: 16rem;
  }

  .smallTablet\:pl-72{
    padding-left: 18rem;
  }

  .smallTablet\:pl-80{
    padding-left: 20rem;
  }

  .smallTablet\:pl-96{
    padding-left: 24rem;
  }

  .smallTablet\:pl-px{
    padding-left: 1px;
  }

  .smallTablet\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .smallTablet\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .smallTablet\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .smallTablet\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .smallTablet\:text-left{
    text-align: left;
  }

  .smallTablet\:text-center{
    text-align: center;
  }

  .smallTablet\:text-right{
    text-align: right;
  }

  .smallTablet\:text-justify{
    text-align: justify;
  }

  .smallTablet\:align-baseline{
    vertical-align: baseline;
  }

  .smallTablet\:align-top{
    vertical-align: top;
  }

  .smallTablet\:align-middle{
    vertical-align: middle;
  }

  .smallTablet\:align-bottom{
    vertical-align: bottom;
  }

  .smallTablet\:align-text-top{
    vertical-align: text-top;
  }

  .smallTablet\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .smallTablet\:font-sans{
    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";
  }

  .smallTablet\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .smallTablet\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .smallTablet\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .smallTablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .smallTablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .smallTablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .smallTablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .smallTablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .smallTablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .smallTablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .smallTablet\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .smallTablet\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .smallTablet\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .smallTablet\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .smallTablet\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .smallTablet\:font-thin{
    font-weight: 100;
  }

  .smallTablet\:font-extralight{
    font-weight: 200;
  }

  .smallTablet\:font-light{
    font-weight: 300;
  }

  .smallTablet\:font-normal{
    font-weight: 400;
  }

  .smallTablet\:font-medium{
    font-weight: 500;
  }

  .smallTablet\:font-semibold{
    font-weight: 600;
  }

  .smallTablet\:font-bold{
    font-weight: 700;
  }

  .smallTablet\:font-extrabold{
    font-weight: 800;
  }

  .smallTablet\:font-black{
    font-weight: 900;
  }

  .smallTablet\:uppercase{
    text-transform: uppercase;
  }

  .smallTablet\:lowercase{
    text-transform: lowercase;
  }

  .smallTablet\:capitalize{
    text-transform: capitalize;
  }

  .smallTablet\:normal-case{
    text-transform: none;
  }

  .smallTablet\:italic{
    font-style: italic;
  }

  .smallTablet\:not-italic{
    font-style: normal;
  }

  .smallTablet\:ordinal, .smallTablet\:slashed-zero, .smallTablet\:lining-nums, .smallTablet\:oldstyle-nums, .smallTablet\:proportional-nums, .smallTablet\:tabular-nums, .smallTablet\:diagonal-fractions, .smallTablet\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .smallTablet\:normal-nums{
    font-variant-numeric: normal;
  }

  .smallTablet\:ordinal{
    --tw-ordinal: ordinal;
  }

  .smallTablet\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .smallTablet\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .smallTablet\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .smallTablet\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .smallTablet\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .smallTablet\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .smallTablet\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .smallTablet\:leading-3{
    line-height: .75rem;
  }

  .smallTablet\:leading-4{
    line-height: 1rem;
  }

  .smallTablet\:leading-5{
    line-height: 1.25rem;
  }

  .smallTablet\:leading-6{
    line-height: 1.5rem;
  }

  .smallTablet\:leading-7{
    line-height: 1.75rem;
  }

  .smallTablet\:leading-8{
    line-height: 2rem;
  }

  .smallTablet\:leading-9{
    line-height: 2.25rem;
  }

  .smallTablet\:leading-10{
    line-height: 2.5rem;
  }

  .smallTablet\:leading-none{
    line-height: 1;
  }

  .smallTablet\:leading-tight{
    line-height: 1.25;
  }

  .smallTablet\:leading-snug{
    line-height: 1.375;
  }

  .smallTablet\:leading-normal{
    line-height: 1.5;
  }

  .smallTablet\:leading-relaxed{
    line-height: 1.625;
  }

  .smallTablet\:leading-loose{
    line-height: 2;
  }

  .smallTablet\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .smallTablet\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .smallTablet\:tracking-normal{
    letter-spacing: 0em;
  }

  .smallTablet\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .smallTablet\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .smallTablet\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .smallTablet\:text-transparent{
    color: transparent;
  }

  .smallTablet\:text-current{
    color: currentColor;
  }

  .smallTablet\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallTablet\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallTablet\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallTablet\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallTablet\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallTablet\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallTablet\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallTablet\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallTablet\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallTablet\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallTablet\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallTablet\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallTablet\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallTablet\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallTablet\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallTablet\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallTablet\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallTablet\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallTablet\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallTablet\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallTablet\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallTablet\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallTablet\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallTablet\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallTablet\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallTablet\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallTablet\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallTablet\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallTablet\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallTablet\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallTablet\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallTablet\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallTablet\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallTablet\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallTablet\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallTablet\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallTablet\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallTablet\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallTablet\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallTablet\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallTablet\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallTablet\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallTablet\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallTablet\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallTablet\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallTablet\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallTablet\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallTablet\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallTablet\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallTablet\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallTablet\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallTablet\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallTablet\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallTablet\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallTablet\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallTablet\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallTablet\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallTablet\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallTablet\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallTablet\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallTablet\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallTablet\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallTablet\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .smallTablet\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .smallTablet\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .smallTablet\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .smallTablet\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .smallTablet\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallTablet\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-transparent:hover{
    color: transparent;
  }

  .smallTablet\:hover\:text-current:hover{
    color: currentColor;
  }

  .smallTablet\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallTablet\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-transparent:focus{
    color: transparent;
  }

  .smallTablet\:focus\:text-current:focus{
    color: currentColor;
  }

  .smallTablet\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallTablet\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallTablet\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .smallTablet\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .smallTablet\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .smallTablet\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .smallTablet\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .smallTablet\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .smallTablet\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .smallTablet\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .smallTablet\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .smallTablet\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .smallTablet\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .smallTablet\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .smallTablet\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .smallTablet\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .smallTablet\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .smallTablet\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .smallTablet\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .smallTablet\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .smallTablet\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .smallTablet\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .smallTablet\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .smallTablet\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .smallTablet\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .smallTablet\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .smallTablet\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .smallTablet\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .smallTablet\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .smallTablet\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .smallTablet\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .smallTablet\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .smallTablet\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .smallTablet\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .smallTablet\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .smallTablet\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .smallTablet\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .smallTablet\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .smallTablet\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .smallTablet\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .smallTablet\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .smallTablet\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .smallTablet\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .smallTablet\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .smallTablet\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .smallTablet\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .smallTablet\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .smallTablet\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .smallTablet\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .smallTablet\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .smallTablet\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .smallTablet\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .smallTablet\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .smallTablet\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .smallTablet\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .smallTablet\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .smallTablet\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .smallTablet\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .smallTablet\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .smallTablet\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .smallTablet\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .smallTablet\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .smallTablet\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .smallTablet\:underline{
    text-decoration: underline;
  }

  .smallTablet\:line-through{
    text-decoration: line-through;
  }

  .smallTablet\:no-underline{
    text-decoration: none;
  }

  .group:hover .smallTablet\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .smallTablet\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .smallTablet\:group-hover\:no-underline{
    text-decoration: none;
  }

  .smallTablet\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .smallTablet\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .smallTablet\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .smallTablet\:hover\:underline:hover{
    text-decoration: underline;
  }

  .smallTablet\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .smallTablet\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .smallTablet\:focus\:underline:focus{
    text-decoration: underline;
  }

  .smallTablet\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .smallTablet\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .smallTablet\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .smallTablet\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .smallTablet\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .smallTablet\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .smallTablet\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .smallTablet\:placeholder-current::placeholder{
    color: currentColor;
  }

  .smallTablet\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .smallTablet\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .smallTablet\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .smallTablet\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .smallTablet\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallTablet\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallTablet\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallTablet\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallTablet\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallTablet\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallTablet\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallTablet\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallTablet\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallTablet\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallTablet\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallTablet\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallTablet\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallTablet\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallTablet\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallTablet\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallTablet\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallTablet\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallTablet\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallTablet\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallTablet\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallTablet\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallTablet\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallTablet\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallTablet\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallTablet\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallTablet\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallTablet\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallTablet\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallTablet\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallTablet\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallTablet\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallTablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallTablet\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallTablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallTablet\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallTablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallTablet\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallTablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallTablet\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallTablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallTablet\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallTablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallTablet\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallTablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallTablet\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallTablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallTablet\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallTablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallTablet\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallTablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallTablet\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallTablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallTablet\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallTablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallTablet\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallTablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallTablet\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallTablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallTablet\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallTablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallTablet\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallTablet\:opacity-0{
    opacity: 0;
  }

  .smallTablet\:opacity-5{
    opacity: 0.05;
  }

  .smallTablet\:opacity-10{
    opacity: 0.1;
  }

  .smallTablet\:opacity-20{
    opacity: 0.2;
  }

  .smallTablet\:opacity-25{
    opacity: 0.25;
  }

  .smallTablet\:opacity-30{
    opacity: 0.3;
  }

  .smallTablet\:opacity-40{
    opacity: 0.4;
  }

  .smallTablet\:opacity-50{
    opacity: 0.5;
  }

  .smallTablet\:opacity-60{
    opacity: 0.6;
  }

  .smallTablet\:opacity-70{
    opacity: 0.7;
  }

  .smallTablet\:opacity-75{
    opacity: 0.75;
  }

  .smallTablet\:opacity-80{
    opacity: 0.8;
  }

  .smallTablet\:opacity-90{
    opacity: 0.9;
  }

  .smallTablet\:opacity-95{
    opacity: 0.95;
  }

  .smallTablet\:opacity-100{
    opacity: 1;
  }

  .group:hover .smallTablet\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .smallTablet\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .smallTablet\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .smallTablet\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .smallTablet\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .smallTablet\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .smallTablet\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .smallTablet\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .smallTablet\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .smallTablet\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .smallTablet\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .smallTablet\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .smallTablet\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .smallTablet\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .smallTablet\:group-hover\:opacity-100{
    opacity: 1;
  }

  .smallTablet\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .smallTablet\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .smallTablet\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .smallTablet\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .smallTablet\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .smallTablet\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .smallTablet\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .smallTablet\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .smallTablet\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .smallTablet\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .smallTablet\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .smallTablet\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .smallTablet\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .smallTablet\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .smallTablet\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .smallTablet\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .smallTablet\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .smallTablet\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .smallTablet\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .smallTablet\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .smallTablet\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .smallTablet\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .smallTablet\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .smallTablet\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .smallTablet\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .smallTablet\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .smallTablet\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .smallTablet\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .smallTablet\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .smallTablet\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .smallTablet\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .smallTablet\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .smallTablet\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .smallTablet\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .smallTablet\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .smallTablet\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .smallTablet\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .smallTablet\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .smallTablet\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .smallTablet\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .smallTablet\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .smallTablet\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .smallTablet\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .smallTablet\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .smallTablet\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .smallTablet\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .smallTablet\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .smallTablet\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .smallTablet\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .smallTablet\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .smallTablet\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .smallTablet\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .smallTablet\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .smallTablet\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .smallTablet\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .smallTablet\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .smallTablet\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .smallTablet\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .smallTablet\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .smallTablet\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .smallTablet\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .smallTablet\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .smallTablet\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .smallTablet\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .smallTablet\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .smallTablet\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .smallTablet\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .smallTablet\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .smallTablet\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .smallTablet\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .smallTablet\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .smallTablet\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .smallTablet\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .smallTablet\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .smallTablet\:bg-blend-color{
    background-blend-mode: color;
  }

  .smallTablet\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .smallTablet\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .smallTablet\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .smallTablet\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .smallTablet\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .smallTablet\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .smallTablet\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .smallTablet\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .smallTablet\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .smallTablet\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .smallTablet\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .smallTablet\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .smallTablet\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .smallTablet\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .smallTablet\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .smallTablet\:mix-blend-color{
    mix-blend-mode: color;
  }

  .smallTablet\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .smallTablet\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallTablet\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallTablet\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallTablet\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallTablet\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallTablet\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallTablet\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallTablet\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallTablet\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallTablet\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .smallTablet\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .smallTablet\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .smallTablet\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .smallTablet\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .smallTablet\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .smallTablet\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .smallTablet\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .smallTablet\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .smallTablet\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallTablet\:ring-inset{
    --tw-ring-inset: inset;
  }

  .smallTablet\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .smallTablet\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .smallTablet\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .smallTablet\:ring-current{
    --tw-ring-color: currentColor;
  }

  .smallTablet\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .smallTablet\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .smallTablet\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .smallTablet\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .smallTablet\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .smallTablet\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .smallTablet\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .smallTablet\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .smallTablet\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .smallTablet\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .smallTablet\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .smallTablet\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .smallTablet\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .smallTablet\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .smallTablet\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .smallTablet\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .smallTablet\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .smallTablet\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .smallTablet\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .smallTablet\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .smallTablet\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .smallTablet\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .smallTablet\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .smallTablet\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .smallTablet\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .smallTablet\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .smallTablet\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .smallTablet\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .smallTablet\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .smallTablet\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .smallTablet\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .smallTablet\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .smallTablet\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .smallTablet\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .smallTablet\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .smallTablet\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .smallTablet\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .smallTablet\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .smallTablet\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .smallTablet\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .smallTablet\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .smallTablet\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .smallTablet\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .smallTablet\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .smallTablet\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .smallTablet\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .smallTablet\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .smallTablet\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .smallTablet\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .smallTablet\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .smallTablet\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .smallTablet\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .smallTablet\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .smallTablet\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .smallTablet\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .smallTablet\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .smallTablet\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .smallTablet\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .smallTablet\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .smallTablet\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .smallTablet\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .smallTablet\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .smallTablet\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .smallTablet\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .smallTablet\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .smallTablet\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .smallTablet\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .smallTablet\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .smallTablet\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .smallTablet\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .smallTablet\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .smallTablet\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .smallTablet\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .smallTablet\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .smallTablet\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .smallTablet\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .smallTablet\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .smallTablet\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .smallTablet\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .smallTablet\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .smallTablet\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .smallTablet\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .smallTablet\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .smallTablet\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .smallTablet\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .smallTablet\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .smallTablet\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .smallTablet\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .smallTablet\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .smallTablet\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .smallTablet\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .smallTablet\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .smallTablet\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .smallTablet\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .smallTablet\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .smallTablet\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .smallTablet\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .smallTablet\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .smallTablet\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .smallTablet\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .smallTablet\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .smallTablet\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .smallTablet\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .smallTablet\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .smallTablet\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .smallTablet\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .smallTablet\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .smallTablet\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .smallTablet\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .smallTablet\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .smallTablet\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .smallTablet\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .smallTablet\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .smallTablet\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .smallTablet\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .smallTablet\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .smallTablet\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .smallTablet\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .smallTablet\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .smallTablet\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .smallTablet\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .smallTablet\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .smallTablet\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .smallTablet\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .smallTablet\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .smallTablet\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .smallTablet\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .smallTablet\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .smallTablet\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .smallTablet\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .smallTablet\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .smallTablet\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .smallTablet\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .smallTablet\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .smallTablet\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .smallTablet\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .smallTablet\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .smallTablet\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .smallTablet\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .smallTablet\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .smallTablet\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .smallTablet\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .smallTablet\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .smallTablet\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .smallTablet\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .smallTablet\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .smallTablet\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .smallTablet\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .smallTablet\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .smallTablet\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .smallTablet\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .smallTablet\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .smallTablet\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .smallTablet\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .smallTablet\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .smallTablet\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .smallTablet\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .smallTablet\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .smallTablet\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .smallTablet\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .smallTablet\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .smallTablet\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .smallTablet\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .smallTablet\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .smallTablet\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .smallTablet\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .smallTablet\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .smallTablet\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .smallTablet\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .smallTablet\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .smallTablet\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .smallTablet\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .smallTablet\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .smallTablet\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .smallTablet\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .smallTablet\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .smallTablet\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .smallTablet\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .smallTablet\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .smallTablet\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .smallTablet\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .smallTablet\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .smallTablet\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .smallTablet\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .smallTablet\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .smallTablet\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .smallTablet\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .smallTablet\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .smallTablet\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .smallTablet\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .smallTablet\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .smallTablet\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .smallTablet\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .smallTablet\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .smallTablet\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .smallTablet\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .smallTablet\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .smallTablet\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .smallTablet\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .smallTablet\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .smallTablet\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .smallTablet\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .smallTablet\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .smallTablet\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .smallTablet\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .smallTablet\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .smallTablet\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .smallTablet\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .smallTablet\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .smallTablet\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .smallTablet\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .smallTablet\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .smallTablet\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .smallTablet\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .smallTablet\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .smallTablet\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .smallTablet\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .smallTablet\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .smallTablet\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .smallTablet\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .smallTablet\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .smallTablet\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .smallTablet\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .smallTablet\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .smallTablet\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .smallTablet\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .smallTablet\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .smallTablet\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .smallTablet\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .smallTablet\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .smallTablet\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .smallTablet\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .smallTablet\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .smallTablet\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .smallTablet\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .smallTablet\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .smallTablet\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .smallTablet\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .smallTablet\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .smallTablet\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .smallTablet\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .smallTablet\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .smallTablet\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .smallTablet\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .smallTablet\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .smallTablet\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .smallTablet\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .smallTablet\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .smallTablet\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .smallTablet\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .smallTablet\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .smallTablet\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .smallTablet\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .smallTablet\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .smallTablet\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .smallTablet\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .smallTablet\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .smallTablet\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .smallTablet\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .smallTablet\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .smallTablet\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .smallTablet\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .smallTablet\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .smallTablet\:filter-none{
    filter: none;
  }

  .smallTablet\:blur-0{
    --tw-blur: blur(0);
  }

  .smallTablet\:blur-none{
    --tw-blur: blur(0);
  }

  .smallTablet\:blur-sm{
    --tw-blur: blur(4px);
  }

  .smallTablet\:blur{
    --tw-blur: blur(8px);
  }

  .smallTablet\:blur-md{
    --tw-blur: blur(12px);
  }

  .smallTablet\:blur-lg{
    --tw-blur: blur(16px);
  }

  .smallTablet\:blur-xl{
    --tw-blur: blur(24px);
  }

  .smallTablet\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .smallTablet\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .smallTablet\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .smallTablet\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .smallTablet\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .smallTablet\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .smallTablet\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .smallTablet\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .smallTablet\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .smallTablet\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .smallTablet\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .smallTablet\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .smallTablet\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .smallTablet\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .smallTablet\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .smallTablet\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .smallTablet\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .smallTablet\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .smallTablet\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .smallTablet\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .smallTablet\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .smallTablet\: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));
  }

  .smallTablet\: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));
  }

  .smallTablet\: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));
  }

  .smallTablet\: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));
  }

  .smallTablet\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .smallTablet\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .smallTablet\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .smallTablet\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .smallTablet\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .smallTablet\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .smallTablet\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .smallTablet\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .smallTablet\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .smallTablet\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .smallTablet\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .smallTablet\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .smallTablet\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .smallTablet\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .smallTablet\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .smallTablet\:invert-0{
    --tw-invert: invert(0);
  }

  .smallTablet\:invert{
    --tw-invert: invert(100%);
  }

  .smallTablet\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .smallTablet\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .smallTablet\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .smallTablet\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .smallTablet\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .smallTablet\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .smallTablet\:sepia{
    --tw-sepia: sepia(100%);
  }

  .smallTablet\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .smallTablet\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .smallTablet\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .smallTablet\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .smallTablet\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .smallTablet\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .smallTablet\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .smallTablet\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .smallTablet\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .smallTablet\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .smallTablet\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .smallTablet\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .smallTablet\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .smallTablet\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .smallTablet\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .smallTablet\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .smallTablet\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .smallTablet\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .smallTablet\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .smallTablet\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .smallTablet\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .smallTablet\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .smallTablet\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .smallTablet\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .smallTablet\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .smallTablet\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .smallTablet\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .smallTablet\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .smallTablet\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .smallTablet\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .smallTablet\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .smallTablet\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .smallTablet\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .smallTablet\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .smallTablet\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .smallTablet\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .smallTablet\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .smallTablet\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .smallTablet\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .smallTablet\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .smallTablet\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .smallTablet\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .smallTablet\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .smallTablet\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .smallTablet\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .smallTablet\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .smallTablet\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .smallTablet\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .smallTablet\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .smallTablet\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .smallTablet\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .smallTablet\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .smallTablet\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .smallTablet\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .smallTablet\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .smallTablet\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .smallTablet\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .smallTablet\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .smallTablet\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .smallTablet\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .smallTablet\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .smallTablet\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .smallTablet\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .smallTablet\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .smallTablet\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .smallTablet\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .smallTablet\:transition-none{
    transition-property: none;
  }

  .smallTablet\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallTablet\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallTablet\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallTablet\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallTablet\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallTablet\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallTablet\:delay-75{
    transition-delay: 75ms;
  }

  .smallTablet\:delay-100{
    transition-delay: 100ms;
  }

  .smallTablet\:delay-150{
    transition-delay: 150ms;
  }

  .smallTablet\:delay-200{
    transition-delay: 200ms;
  }

  .smallTablet\:delay-300{
    transition-delay: 300ms;
  }

  .smallTablet\:delay-500{
    transition-delay: 500ms;
  }

  .smallTablet\:delay-700{
    transition-delay: 700ms;
  }

  .smallTablet\:delay-1000{
    transition-delay: 1000ms;
  }

  .smallTablet\:duration-75{
    transition-duration: 75ms;
  }

  .smallTablet\:duration-100{
    transition-duration: 100ms;
  }

  .smallTablet\:duration-150{
    transition-duration: 150ms;
  }

  .smallTablet\:duration-200{
    transition-duration: 200ms;
  }

  .smallTablet\:duration-300{
    transition-duration: 300ms;
  }

  .smallTablet\:duration-500{
    transition-duration: 500ms;
  }

  .smallTablet\:duration-700{
    transition-duration: 700ms;
  }

  .smallTablet\:duration-1000{
    transition-duration: 1000ms;
  }

  .smallTablet\:ease-linear{
    transition-timing-function: linear;
  }

  .smallTablet\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .smallTablet\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .smallTablet\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 600px){
  .mobile\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .mobile\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .mobile\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .mobile\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .mobile\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .mobile\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .mobile\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .mobile\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .mobile\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .mobile\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .mobile\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .mobile\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .mobile\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .mobile\:container{
      max-width: 1701px;
    }
  }

  .mobile\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .mobile\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .mobile\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .mobile\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .mobile\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .mobile\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .mobile\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .mobile\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .mobile\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .mobile\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .mobile\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .mobile\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .mobile\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .mobile\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .mobile\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .mobile\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .mobile\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .mobile\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .mobile\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .mobile\:prose code::before{
    content: "`";
  }

  .mobile\:prose code::after{
    content: "`";
  }

  .mobile\:prose a code{
    color: #111827;
  }

  .mobile\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .mobile\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .mobile\:prose pre code::before{
    content: "";
  }

  .mobile\:prose pre code::after{
    content: "";
  }

  .mobile\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .mobile\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .mobile\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .mobile\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .mobile\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .mobile\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .mobile\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .mobile\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .mobile\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mobile\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mobile\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mobile\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile\:prose h2 code{
    font-size: 0.875em;
  }

  .mobile\:prose h3 code{
    font-size: 0.9em;
  }

  .mobile\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .mobile\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .mobile\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .mobile\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .mobile\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .mobile\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .mobile\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .mobile\:prose ul ul, .mobile\:prose ul ol, .mobile\:prose ol ul, .mobile\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .mobile\:prose hr + *{
    margin-top: 0;
  }

  .mobile\:prose h2 + *{
    margin-top: 0;
  }

  .mobile\:prose h3 + *{
    margin-top: 0;
  }

  .mobile\:prose h4 + *{
    margin-top: 0;
  }

  .mobile\:prose thead th:first-child{
    padding-left: 0;
  }

  .mobile\:prose thead th:last-child{
    padding-right: 0;
  }

  .mobile\:prose tbody td:first-child{
    padding-left: 0;
  }

  .mobile\:prose tbody td:last-child{
    padding-right: 0;
  }

  .mobile\:prose > :first-child{
    margin-top: 0;
  }

  .mobile\:prose > :last-child{
    margin-bottom: 0;
  }

  .mobile\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .mobile\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .mobile\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .mobile\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .mobile\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .mobile\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .mobile\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .mobile\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .mobile\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .mobile\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .mobile\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .mobile\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .mobile\:prose-sm code{
    font-size: 0.8571429em;
  }

  .mobile\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .mobile\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .mobile\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .mobile\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .mobile\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .mobile\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .mobile\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .mobile\:prose-sm ol > li::before{
    left: 0;
  }

  .mobile\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .mobile\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .mobile\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .mobile\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .mobile\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .mobile\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .mobile\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .mobile\:prose-sm ul ul, .mobile\:prose-sm ul ol, .mobile\:prose-sm ol ul, .mobile\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .mobile\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .mobile\:prose-sm hr + *{
    margin-top: 0;
  }

  .mobile\:prose-sm h2 + *{
    margin-top: 0;
  }

  .mobile\:prose-sm h3 + *{
    margin-top: 0;
  }

  .mobile\:prose-sm h4 + *{
    margin-top: 0;
  }

  .mobile\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .mobile\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .mobile\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .mobile\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .mobile\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .mobile\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .mobile\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .mobile\:prose-sm > :first-child{
    margin-top: 0;
  }

  .mobile\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .mobile\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .mobile\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mobile\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .mobile\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .mobile\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .mobile\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .mobile\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .mobile\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .mobile\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .mobile\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .mobile\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .mobile\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .mobile\:prose-lg code{
    font-size: 0.8888889em;
  }

  .mobile\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .mobile\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .mobile\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .mobile\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mobile\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mobile\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .mobile\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .mobile\:prose-lg ol > li::before{
    left: 0;
  }

  .mobile\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .mobile\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .mobile\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .mobile\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .mobile\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .mobile\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .mobile\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .mobile\:prose-lg ul ul, .mobile\:prose-lg ul ol, .mobile\:prose-lg ol ul, .mobile\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .mobile\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .mobile\:prose-lg hr + *{
    margin-top: 0;
  }

  .mobile\:prose-lg h2 + *{
    margin-top: 0;
  }

  .mobile\:prose-lg h3 + *{
    margin-top: 0;
  }

  .mobile\:prose-lg h4 + *{
    margin-top: 0;
  }

  .mobile\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .mobile\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .mobile\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .mobile\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .mobile\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .mobile\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .mobile\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .mobile\:prose-lg > :first-child{
    margin-top: 0;
  }

  .mobile\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .mobile\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .mobile\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .mobile\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .mobile\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .mobile\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .mobile\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .mobile\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .mobile\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .mobile\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mobile\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mobile\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mobile\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .mobile\:prose-xl code{
    font-size: 0.9em;
  }

  .mobile\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .mobile\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .mobile\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .mobile\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .mobile\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .mobile\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .mobile\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .mobile\:prose-xl ol > li::before{
    left: 0;
  }

  .mobile\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .mobile\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .mobile\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .mobile\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .mobile\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .mobile\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .mobile\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .mobile\:prose-xl ul ul, .mobile\:prose-xl ul ol, .mobile\:prose-xl ol ul, .mobile\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .mobile\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .mobile\:prose-xl hr + *{
    margin-top: 0;
  }

  .mobile\:prose-xl h2 + *{
    margin-top: 0;
  }

  .mobile\:prose-xl h3 + *{
    margin-top: 0;
  }

  .mobile\:prose-xl h4 + *{
    margin-top: 0;
  }

  .mobile\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .mobile\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .mobile\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .mobile\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .mobile\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .mobile\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .mobile\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .mobile\:prose-xl > :first-child{
    margin-top: 0;
  }

  .mobile\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .mobile\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .mobile\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mobile\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .mobile\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .mobile\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .mobile\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .mobile\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .mobile\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .mobile\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mobile\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mobile\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .mobile\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .mobile\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .mobile\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .mobile\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .mobile\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .mobile\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mobile\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .mobile\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .mobile\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .mobile\:prose-2xl ol > li::before{
    left: 0;
  }

  .mobile\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .mobile\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .mobile\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .mobile\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .mobile\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .mobile\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .mobile\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .mobile\:prose-2xl ul ul, .mobile\:prose-2xl ul ol, .mobile\:prose-2xl ol ul, .mobile\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .mobile\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .mobile\:prose-2xl hr + *{
    margin-top: 0;
  }

  .mobile\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .mobile\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .mobile\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .mobile\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .mobile\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .mobile\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .mobile\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .mobile\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .mobile\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .mobile\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .mobile\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .mobile\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .mobile\:prose-blue{
  }

  .mobile\:prose-red{
  }

  .mobile\:prose-pink{
  }

  .mobile\:prose-indigo a{
    color: #4f46e5;
  }

  .mobile\:prose-indigo a code{
    color: #4f46e5;
  }

  .mobile\:prose-green a{
    color: #16a34a;
  }

  .mobile\:prose-green a code{
    color: #16a34a;
  }

  .mobile\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .mobile\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mobile\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .mobile\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mobile\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .mobile\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mobile\:pointer-events-none{
    pointer-events: none;
  }

  .mobile\:pointer-events-auto{
    pointer-events: auto;
  }

  .mobile\:visible{
    visibility: visible;
  }

  .mobile\:invisible{
    visibility: hidden;
  }

  .mobile\:static{
    position: static;
  }

  .mobile\:fixed{
    position: fixed;
  }

  .mobile\:absolute{
    position: absolute;
  }

  .mobile\:relative{
    position: relative;
  }

  .mobile\:sticky{
    position: sticky;
  }

  .mobile\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .mobile\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .mobile\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .mobile\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .mobile\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .mobile\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .mobile\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .mobile\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .mobile\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .mobile\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .mobile\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .mobile\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .mobile\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .mobile\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .mobile\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .mobile\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .mobile\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .mobile\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .mobile\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .mobile\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .mobile\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .mobile\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .mobile\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .mobile\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .mobile\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .mobile\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .mobile\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .mobile\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .mobile\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .mobile\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .mobile\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .mobile\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .mobile\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .mobile\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .mobile\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .mobile\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .mobile\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .mobile\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .mobile\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .mobile\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .mobile\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .mobile\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .mobile\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .mobile\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .mobile\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .mobile\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .mobile\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .mobile\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .mobile\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .mobile\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .mobile\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .mobile\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .mobile\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .mobile\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .mobile\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .mobile\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .mobile\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .mobile\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .mobile\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .mobile\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .mobile\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .mobile\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .mobile\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .mobile\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .mobile\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .mobile\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .mobile\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .mobile\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .mobile\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .mobile\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .mobile\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .mobile\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .mobile\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .mobile\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .mobile\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .mobile\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .mobile\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .mobile\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .mobile\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .mobile\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .mobile\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .mobile\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .mobile\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .mobile\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .mobile\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .mobile\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .mobile\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .mobile\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .mobile\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .mobile\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .mobile\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .mobile\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .mobile\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .mobile\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .mobile\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .mobile\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .mobile\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .mobile\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .mobile\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .mobile\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .mobile\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .mobile\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .mobile\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .mobile\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .mobile\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .mobile\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .mobile\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .mobile\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .mobile\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .mobile\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .mobile\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .mobile\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .mobile\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .mobile\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .mobile\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .mobile\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .mobile\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .mobile\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .mobile\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .mobile\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .mobile\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .mobile\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .mobile\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .mobile\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .mobile\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .mobile\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .mobile\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .mobile\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .mobile\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .mobile\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .mobile\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .mobile\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .mobile\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .mobile\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .mobile\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .mobile\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .mobile\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .mobile\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .mobile\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .mobile\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .mobile\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .mobile\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .mobile\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .mobile\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .mobile\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .mobile\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .mobile\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .mobile\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .mobile\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .mobile\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .mobile\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .mobile\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .mobile\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .mobile\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .mobile\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .mobile\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .mobile\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .mobile\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .mobile\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .mobile\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .mobile\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .mobile\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .mobile\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .mobile\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .mobile\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .mobile\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .mobile\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .mobile\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .mobile\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .mobile\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .mobile\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .mobile\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .mobile\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .mobile\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .mobile\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .mobile\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .mobile\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .mobile\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .mobile\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .mobile\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .mobile\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .mobile\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .mobile\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .mobile\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .mobile\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .mobile\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .mobile\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .mobile\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .mobile\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .mobile\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .mobile\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .mobile\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .mobile\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .mobile\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .mobile\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .mobile\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .mobile\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .mobile\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .mobile\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .mobile\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .mobile\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .mobile\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .mobile\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .mobile\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .mobile\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .mobile\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .mobile\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .mobile\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .mobile\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .mobile\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .mobile\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .mobile\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .mobile\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .mobile\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .mobile\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .mobile\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .mobile\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .mobile\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .mobile\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .mobile\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .mobile\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .mobile\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .mobile\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .mobile\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .mobile\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .mobile\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .mobile\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .mobile\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .mobile\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .mobile\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .mobile\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .mobile\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .mobile\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .mobile\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .mobile\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .mobile\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .mobile\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .mobile\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .mobile\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .mobile\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .mobile\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .mobile\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .mobile\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .mobile\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .mobile\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .mobile\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .mobile\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .mobile\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .mobile\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .mobile\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .mobile\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .mobile\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .mobile\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .mobile\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .mobile\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .mobile\:top-0{
    top: 0px;
  }

  .mobile\:top-1{
    top: 0.25rem;
  }

  .mobile\:top-2{
    top: 0.5rem;
  }

  .mobile\:top-3{
    top: 0.75rem;
  }

  .mobile\:top-4{
    top: 1rem;
  }

  .mobile\:top-5{
    top: 1.25rem;
  }

  .mobile\:top-6{
    top: 1.5rem;
  }

  .mobile\:top-7{
    top: 1.75rem;
  }

  .mobile\:top-8{
    top: 2rem;
  }

  .mobile\:top-9{
    top: 2.25rem;
  }

  .mobile\:top-10{
    top: 2.5rem;
  }

  .mobile\:top-11{
    top: 2.75rem;
  }

  .mobile\:top-12{
    top: 3rem;
  }

  .mobile\:top-14{
    top: 3.5rem;
  }

  .mobile\:top-16{
    top: 4rem;
  }

  .mobile\:top-20{
    top: 5rem;
  }

  .mobile\:top-24{
    top: 6rem;
  }

  .mobile\:top-28{
    top: 7rem;
  }

  .mobile\:top-32{
    top: 8rem;
  }

  .mobile\:top-36{
    top: 9rem;
  }

  .mobile\:top-40{
    top: 10rem;
  }

  .mobile\:top-44{
    top: 11rem;
  }

  .mobile\:top-48{
    top: 12rem;
  }

  .mobile\:top-52{
    top: 13rem;
  }

  .mobile\:top-56{
    top: 14rem;
  }

  .mobile\:top-60{
    top: 15rem;
  }

  .mobile\:top-64{
    top: 16rem;
  }

  .mobile\:top-72{
    top: 18rem;
  }

  .mobile\:top-80{
    top: 20rem;
  }

  .mobile\:top-96{
    top: 24rem;
  }

  .mobile\:top-auto{
    top: auto;
  }

  .mobile\:top-px{
    top: 1px;
  }

  .mobile\:top-0\.5{
    top: 0.125rem;
  }

  .mobile\:top-1\.5{
    top: 0.375rem;
  }

  .mobile\:top-2\.5{
    top: 0.625rem;
  }

  .mobile\:top-3\.5{
    top: 0.875rem;
  }

  .mobile\:-top-0{
    top: 0px;
  }

  .mobile\:-top-1{
    top: -0.25rem;
  }

  .mobile\:-top-2{
    top: -0.5rem;
  }

  .mobile\:-top-3{
    top: -0.75rem;
  }

  .mobile\:-top-4{
    top: -1rem;
  }

  .mobile\:-top-5{
    top: -1.25rem;
  }

  .mobile\:-top-6{
    top: -1.5rem;
  }

  .mobile\:-top-7{
    top: -1.75rem;
  }

  .mobile\:-top-8{
    top: -2rem;
  }

  .mobile\:-top-9{
    top: -2.25rem;
  }

  .mobile\:-top-10{
    top: -2.5rem;
  }

  .mobile\:-top-11{
    top: -2.75rem;
  }

  .mobile\:-top-12{
    top: -3rem;
  }

  .mobile\:-top-14{
    top: -3.5rem;
  }

  .mobile\:-top-16{
    top: -4rem;
  }

  .mobile\:-top-20{
    top: -5rem;
  }

  .mobile\:-top-24{
    top: -6rem;
  }

  .mobile\:-top-28{
    top: -7rem;
  }

  .mobile\:-top-32{
    top: -8rem;
  }

  .mobile\:-top-36{
    top: -9rem;
  }

  .mobile\:-top-40{
    top: -10rem;
  }

  .mobile\:-top-44{
    top: -11rem;
  }

  .mobile\:-top-48{
    top: -12rem;
  }

  .mobile\:-top-52{
    top: -13rem;
  }

  .mobile\:-top-56{
    top: -14rem;
  }

  .mobile\:-top-60{
    top: -15rem;
  }

  .mobile\:-top-64{
    top: -16rem;
  }

  .mobile\:-top-72{
    top: -18rem;
  }

  .mobile\:-top-80{
    top: -20rem;
  }

  .mobile\:-top-96{
    top: -24rem;
  }

  .mobile\:-top-px{
    top: -1px;
  }

  .mobile\:-top-0\.5{
    top: -0.125rem;
  }

  .mobile\:-top-1\.5{
    top: -0.375rem;
  }

  .mobile\:-top-2\.5{
    top: -0.625rem;
  }

  .mobile\:-top-3\.5{
    top: -0.875rem;
  }

  .mobile\:top-1\/2{
    top: 50%;
  }

  .mobile\:top-1\/3{
    top: 33.333333%;
  }

  .mobile\:top-2\/3{
    top: 66.666667%;
  }

  .mobile\:top-1\/4{
    top: 25%;
  }

  .mobile\:top-2\/4{
    top: 50%;
  }

  .mobile\:top-3\/4{
    top: 75%;
  }

  .mobile\:top-full{
    top: 100%;
  }

  .mobile\:-top-1\/2{
    top: -50%;
  }

  .mobile\:-top-1\/3{
    top: -33.333333%;
  }

  .mobile\:-top-2\/3{
    top: -66.666667%;
  }

  .mobile\:-top-1\/4{
    top: -25%;
  }

  .mobile\:-top-2\/4{
    top: -50%;
  }

  .mobile\:-top-3\/4{
    top: -75%;
  }

  .mobile\:-top-full{
    top: -100%;
  }

  .mobile\:right-0{
    right: 0px;
  }

  .mobile\:right-1{
    right: 0.25rem;
  }

  .mobile\:right-2{
    right: 0.5rem;
  }

  .mobile\:right-3{
    right: 0.75rem;
  }

  .mobile\:right-4{
    right: 1rem;
  }

  .mobile\:right-5{
    right: 1.25rem;
  }

  .mobile\:right-6{
    right: 1.5rem;
  }

  .mobile\:right-7{
    right: 1.75rem;
  }

  .mobile\:right-8{
    right: 2rem;
  }

  .mobile\:right-9{
    right: 2.25rem;
  }

  .mobile\:right-10{
    right: 2.5rem;
  }

  .mobile\:right-11{
    right: 2.75rem;
  }

  .mobile\:right-12{
    right: 3rem;
  }

  .mobile\:right-14{
    right: 3.5rem;
  }

  .mobile\:right-16{
    right: 4rem;
  }

  .mobile\:right-20{
    right: 5rem;
  }

  .mobile\:right-24{
    right: 6rem;
  }

  .mobile\:right-28{
    right: 7rem;
  }

  .mobile\:right-32{
    right: 8rem;
  }

  .mobile\:right-36{
    right: 9rem;
  }

  .mobile\:right-40{
    right: 10rem;
  }

  .mobile\:right-44{
    right: 11rem;
  }

  .mobile\:right-48{
    right: 12rem;
  }

  .mobile\:right-52{
    right: 13rem;
  }

  .mobile\:right-56{
    right: 14rem;
  }

  .mobile\:right-60{
    right: 15rem;
  }

  .mobile\:right-64{
    right: 16rem;
  }

  .mobile\:right-72{
    right: 18rem;
  }

  .mobile\:right-80{
    right: 20rem;
  }

  .mobile\:right-96{
    right: 24rem;
  }

  .mobile\:right-auto{
    right: auto;
  }

  .mobile\:right-px{
    right: 1px;
  }

  .mobile\:right-0\.5{
    right: 0.125rem;
  }

  .mobile\:right-1\.5{
    right: 0.375rem;
  }

  .mobile\:right-2\.5{
    right: 0.625rem;
  }

  .mobile\:right-3\.5{
    right: 0.875rem;
  }

  .mobile\:-right-0{
    right: 0px;
  }

  .mobile\:-right-1{
    right: -0.25rem;
  }

  .mobile\:-right-2{
    right: -0.5rem;
  }

  .mobile\:-right-3{
    right: -0.75rem;
  }

  .mobile\:-right-4{
    right: -1rem;
  }

  .mobile\:-right-5{
    right: -1.25rem;
  }

  .mobile\:-right-6{
    right: -1.5rem;
  }

  .mobile\:-right-7{
    right: -1.75rem;
  }

  .mobile\:-right-8{
    right: -2rem;
  }

  .mobile\:-right-9{
    right: -2.25rem;
  }

  .mobile\:-right-10{
    right: -2.5rem;
  }

  .mobile\:-right-11{
    right: -2.75rem;
  }

  .mobile\:-right-12{
    right: -3rem;
  }

  .mobile\:-right-14{
    right: -3.5rem;
  }

  .mobile\:-right-16{
    right: -4rem;
  }

  .mobile\:-right-20{
    right: -5rem;
  }

  .mobile\:-right-24{
    right: -6rem;
  }

  .mobile\:-right-28{
    right: -7rem;
  }

  .mobile\:-right-32{
    right: -8rem;
  }

  .mobile\:-right-36{
    right: -9rem;
  }

  .mobile\:-right-40{
    right: -10rem;
  }

  .mobile\:-right-44{
    right: -11rem;
  }

  .mobile\:-right-48{
    right: -12rem;
  }

  .mobile\:-right-52{
    right: -13rem;
  }

  .mobile\:-right-56{
    right: -14rem;
  }

  .mobile\:-right-60{
    right: -15rem;
  }

  .mobile\:-right-64{
    right: -16rem;
  }

  .mobile\:-right-72{
    right: -18rem;
  }

  .mobile\:-right-80{
    right: -20rem;
  }

  .mobile\:-right-96{
    right: -24rem;
  }

  .mobile\:-right-px{
    right: -1px;
  }

  .mobile\:-right-0\.5{
    right: -0.125rem;
  }

  .mobile\:-right-1\.5{
    right: -0.375rem;
  }

  .mobile\:-right-2\.5{
    right: -0.625rem;
  }

  .mobile\:-right-3\.5{
    right: -0.875rem;
  }

  .mobile\:right-1\/2{
    right: 50%;
  }

  .mobile\:right-1\/3{
    right: 33.333333%;
  }

  .mobile\:right-2\/3{
    right: 66.666667%;
  }

  .mobile\:right-1\/4{
    right: 25%;
  }

  .mobile\:right-2\/4{
    right: 50%;
  }

  .mobile\:right-3\/4{
    right: 75%;
  }

  .mobile\:right-full{
    right: 100%;
  }

  .mobile\:-right-1\/2{
    right: -50%;
  }

  .mobile\:-right-1\/3{
    right: -33.333333%;
  }

  .mobile\:-right-2\/3{
    right: -66.666667%;
  }

  .mobile\:-right-1\/4{
    right: -25%;
  }

  .mobile\:-right-2\/4{
    right: -50%;
  }

  .mobile\:-right-3\/4{
    right: -75%;
  }

  .mobile\:-right-full{
    right: -100%;
  }

  .mobile\:bottom-0{
    bottom: 0px;
  }

  .mobile\:bottom-1{
    bottom: 0.25rem;
  }

  .mobile\:bottom-2{
    bottom: 0.5rem;
  }

  .mobile\:bottom-3{
    bottom: 0.75rem;
  }

  .mobile\:bottom-4{
    bottom: 1rem;
  }

  .mobile\:bottom-5{
    bottom: 1.25rem;
  }

  .mobile\:bottom-6{
    bottom: 1.5rem;
  }

  .mobile\:bottom-7{
    bottom: 1.75rem;
  }

  .mobile\:bottom-8{
    bottom: 2rem;
  }

  .mobile\:bottom-9{
    bottom: 2.25rem;
  }

  .mobile\:bottom-10{
    bottom: 2.5rem;
  }

  .mobile\:bottom-11{
    bottom: 2.75rem;
  }

  .mobile\:bottom-12{
    bottom: 3rem;
  }

  .mobile\:bottom-14{
    bottom: 3.5rem;
  }

  .mobile\:bottom-16{
    bottom: 4rem;
  }

  .mobile\:bottom-20{
    bottom: 5rem;
  }

  .mobile\:bottom-24{
    bottom: 6rem;
  }

  .mobile\:bottom-28{
    bottom: 7rem;
  }

  .mobile\:bottom-32{
    bottom: 8rem;
  }

  .mobile\:bottom-36{
    bottom: 9rem;
  }

  .mobile\:bottom-40{
    bottom: 10rem;
  }

  .mobile\:bottom-44{
    bottom: 11rem;
  }

  .mobile\:bottom-48{
    bottom: 12rem;
  }

  .mobile\:bottom-52{
    bottom: 13rem;
  }

  .mobile\:bottom-56{
    bottom: 14rem;
  }

  .mobile\:bottom-60{
    bottom: 15rem;
  }

  .mobile\:bottom-64{
    bottom: 16rem;
  }

  .mobile\:bottom-72{
    bottom: 18rem;
  }

  .mobile\:bottom-80{
    bottom: 20rem;
  }

  .mobile\:bottom-96{
    bottom: 24rem;
  }

  .mobile\:bottom-auto{
    bottom: auto;
  }

  .mobile\:bottom-px{
    bottom: 1px;
  }

  .mobile\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .mobile\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .mobile\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .mobile\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .mobile\:-bottom-0{
    bottom: 0px;
  }

  .mobile\:-bottom-1{
    bottom: -0.25rem;
  }

  .mobile\:-bottom-2{
    bottom: -0.5rem;
  }

  .mobile\:-bottom-3{
    bottom: -0.75rem;
  }

  .mobile\:-bottom-4{
    bottom: -1rem;
  }

  .mobile\:-bottom-5{
    bottom: -1.25rem;
  }

  .mobile\:-bottom-6{
    bottom: -1.5rem;
  }

  .mobile\:-bottom-7{
    bottom: -1.75rem;
  }

  .mobile\:-bottom-8{
    bottom: -2rem;
  }

  .mobile\:-bottom-9{
    bottom: -2.25rem;
  }

  .mobile\:-bottom-10{
    bottom: -2.5rem;
  }

  .mobile\:-bottom-11{
    bottom: -2.75rem;
  }

  .mobile\:-bottom-12{
    bottom: -3rem;
  }

  .mobile\:-bottom-14{
    bottom: -3.5rem;
  }

  .mobile\:-bottom-16{
    bottom: -4rem;
  }

  .mobile\:-bottom-20{
    bottom: -5rem;
  }

  .mobile\:-bottom-24{
    bottom: -6rem;
  }

  .mobile\:-bottom-28{
    bottom: -7rem;
  }

  .mobile\:-bottom-32{
    bottom: -8rem;
  }

  .mobile\:-bottom-36{
    bottom: -9rem;
  }

  .mobile\:-bottom-40{
    bottom: -10rem;
  }

  .mobile\:-bottom-44{
    bottom: -11rem;
  }

  .mobile\:-bottom-48{
    bottom: -12rem;
  }

  .mobile\:-bottom-52{
    bottom: -13rem;
  }

  .mobile\:-bottom-56{
    bottom: -14rem;
  }

  .mobile\:-bottom-60{
    bottom: -15rem;
  }

  .mobile\:-bottom-64{
    bottom: -16rem;
  }

  .mobile\:-bottom-72{
    bottom: -18rem;
  }

  .mobile\:-bottom-80{
    bottom: -20rem;
  }

  .mobile\:-bottom-96{
    bottom: -24rem;
  }

  .mobile\:-bottom-px{
    bottom: -1px;
  }

  .mobile\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .mobile\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .mobile\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .mobile\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .mobile\:bottom-1\/2{
    bottom: 50%;
  }

  .mobile\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .mobile\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .mobile\:bottom-1\/4{
    bottom: 25%;
  }

  .mobile\:bottom-2\/4{
    bottom: 50%;
  }

  .mobile\:bottom-3\/4{
    bottom: 75%;
  }

  .mobile\:bottom-full{
    bottom: 100%;
  }

  .mobile\:-bottom-1\/2{
    bottom: -50%;
  }

  .mobile\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .mobile\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .mobile\:-bottom-1\/4{
    bottom: -25%;
  }

  .mobile\:-bottom-2\/4{
    bottom: -50%;
  }

  .mobile\:-bottom-3\/4{
    bottom: -75%;
  }

  .mobile\:-bottom-full{
    bottom: -100%;
  }

  .mobile\:left-0{
    left: 0px;
  }

  .mobile\:left-1{
    left: 0.25rem;
  }

  .mobile\:left-2{
    left: 0.5rem;
  }

  .mobile\:left-3{
    left: 0.75rem;
  }

  .mobile\:left-4{
    left: 1rem;
  }

  .mobile\:left-5{
    left: 1.25rem;
  }

  .mobile\:left-6{
    left: 1.5rem;
  }

  .mobile\:left-7{
    left: 1.75rem;
  }

  .mobile\:left-8{
    left: 2rem;
  }

  .mobile\:left-9{
    left: 2.25rem;
  }

  .mobile\:left-10{
    left: 2.5rem;
  }

  .mobile\:left-11{
    left: 2.75rem;
  }

  .mobile\:left-12{
    left: 3rem;
  }

  .mobile\:left-14{
    left: 3.5rem;
  }

  .mobile\:left-16{
    left: 4rem;
  }

  .mobile\:left-20{
    left: 5rem;
  }

  .mobile\:left-24{
    left: 6rem;
  }

  .mobile\:left-28{
    left: 7rem;
  }

  .mobile\:left-32{
    left: 8rem;
  }

  .mobile\:left-36{
    left: 9rem;
  }

  .mobile\:left-40{
    left: 10rem;
  }

  .mobile\:left-44{
    left: 11rem;
  }

  .mobile\:left-48{
    left: 12rem;
  }

  .mobile\:left-52{
    left: 13rem;
  }

  .mobile\:left-56{
    left: 14rem;
  }

  .mobile\:left-60{
    left: 15rem;
  }

  .mobile\:left-64{
    left: 16rem;
  }

  .mobile\:left-72{
    left: 18rem;
  }

  .mobile\:left-80{
    left: 20rem;
  }

  .mobile\:left-96{
    left: 24rem;
  }

  .mobile\:left-auto{
    left: auto;
  }

  .mobile\:left-px{
    left: 1px;
  }

  .mobile\:left-0\.5{
    left: 0.125rem;
  }

  .mobile\:left-1\.5{
    left: 0.375rem;
  }

  .mobile\:left-2\.5{
    left: 0.625rem;
  }

  .mobile\:left-3\.5{
    left: 0.875rem;
  }

  .mobile\:-left-0{
    left: 0px;
  }

  .mobile\:-left-1{
    left: -0.25rem;
  }

  .mobile\:-left-2{
    left: -0.5rem;
  }

  .mobile\:-left-3{
    left: -0.75rem;
  }

  .mobile\:-left-4{
    left: -1rem;
  }

  .mobile\:-left-5{
    left: -1.25rem;
  }

  .mobile\:-left-6{
    left: -1.5rem;
  }

  .mobile\:-left-7{
    left: -1.75rem;
  }

  .mobile\:-left-8{
    left: -2rem;
  }

  .mobile\:-left-9{
    left: -2.25rem;
  }

  .mobile\:-left-10{
    left: -2.5rem;
  }

  .mobile\:-left-11{
    left: -2.75rem;
  }

  .mobile\:-left-12{
    left: -3rem;
  }

  .mobile\:-left-14{
    left: -3.5rem;
  }

  .mobile\:-left-16{
    left: -4rem;
  }

  .mobile\:-left-20{
    left: -5rem;
  }

  .mobile\:-left-24{
    left: -6rem;
  }

  .mobile\:-left-28{
    left: -7rem;
  }

  .mobile\:-left-32{
    left: -8rem;
  }

  .mobile\:-left-36{
    left: -9rem;
  }

  .mobile\:-left-40{
    left: -10rem;
  }

  .mobile\:-left-44{
    left: -11rem;
  }

  .mobile\:-left-48{
    left: -12rem;
  }

  .mobile\:-left-52{
    left: -13rem;
  }

  .mobile\:-left-56{
    left: -14rem;
  }

  .mobile\:-left-60{
    left: -15rem;
  }

  .mobile\:-left-64{
    left: -16rem;
  }

  .mobile\:-left-72{
    left: -18rem;
  }

  .mobile\:-left-80{
    left: -20rem;
  }

  .mobile\:-left-96{
    left: -24rem;
  }

  .mobile\:-left-px{
    left: -1px;
  }

  .mobile\:-left-0\.5{
    left: -0.125rem;
  }

  .mobile\:-left-1\.5{
    left: -0.375rem;
  }

  .mobile\:-left-2\.5{
    left: -0.625rem;
  }

  .mobile\:-left-3\.5{
    left: -0.875rem;
  }

  .mobile\:left-1\/2{
    left: 50%;
  }

  .mobile\:left-1\/3{
    left: 33.333333%;
  }

  .mobile\:left-2\/3{
    left: 66.666667%;
  }

  .mobile\:left-1\/4{
    left: 25%;
  }

  .mobile\:left-2\/4{
    left: 50%;
  }

  .mobile\:left-3\/4{
    left: 75%;
  }

  .mobile\:left-full{
    left: 100%;
  }

  .mobile\:-left-1\/2{
    left: -50%;
  }

  .mobile\:-left-1\/3{
    left: -33.333333%;
  }

  .mobile\:-left-2\/3{
    left: -66.666667%;
  }

  .mobile\:-left-1\/4{
    left: -25%;
  }

  .mobile\:-left-2\/4{
    left: -50%;
  }

  .mobile\:-left-3\/4{
    left: -75%;
  }

  .mobile\:-left-full{
    left: -100%;
  }

  .mobile\:isolate{
    isolation: isolate;
  }

  .mobile\:isolation-auto{
    isolation: auto;
  }

  .mobile\:z-0{
    z-index: 0;
  }

  .mobile\:z-10{
    z-index: 10;
  }

  .mobile\:z-20{
    z-index: 20;
  }

  .mobile\:z-30{
    z-index: 30;
  }

  .mobile\:z-40{
    z-index: 40;
  }

  .mobile\:z-50{
    z-index: 50;
  }

  .mobile\:z-auto{
    z-index: auto;
  }

  .mobile\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .mobile\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .mobile\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .mobile\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .mobile\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .mobile\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .mobile\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .mobile\:focus\:z-0:focus{
    z-index: 0;
  }

  .mobile\:focus\:z-10:focus{
    z-index: 10;
  }

  .mobile\:focus\:z-20:focus{
    z-index: 20;
  }

  .mobile\:focus\:z-30:focus{
    z-index: 30;
  }

  .mobile\:focus\:z-40:focus{
    z-index: 40;
  }

  .mobile\:focus\:z-50:focus{
    z-index: 50;
  }

  .mobile\:focus\:z-auto:focus{
    z-index: auto;
  }

  .mobile\:order-1{
    order: 1;
  }

  .mobile\:order-2{
    order: 2;
  }

  .mobile\:order-3{
    order: 3;
  }

  .mobile\:order-4{
    order: 4;
  }

  .mobile\:order-5{
    order: 5;
  }

  .mobile\:order-6{
    order: 6;
  }

  .mobile\:order-7{
    order: 7;
  }

  .mobile\:order-8{
    order: 8;
  }

  .mobile\:order-9{
    order: 9;
  }

  .mobile\:order-10{
    order: 10;
  }

  .mobile\:order-11{
    order: 11;
  }

  .mobile\:order-12{
    order: 12;
  }

  .mobile\:order-first{
    order: -9999;
  }

  .mobile\:order-last{
    order: 9999;
  }

  .mobile\:order-none{
    order: 0;
  }

  .mobile\:col-auto{
    grid-column: auto;
  }

  .mobile\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .mobile\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .mobile\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .mobile\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .mobile\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .mobile\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .mobile\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .mobile\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .mobile\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .mobile\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .mobile\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .mobile\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .mobile\:col-span-full{
    grid-column: 1 / -1;
  }

  .mobile\:col-start-1{
    grid-column-start: 1;
  }

  .mobile\:col-start-2{
    grid-column-start: 2;
  }

  .mobile\:col-start-3{
    grid-column-start: 3;
  }

  .mobile\:col-start-4{
    grid-column-start: 4;
  }

  .mobile\:col-start-5{
    grid-column-start: 5;
  }

  .mobile\:col-start-6{
    grid-column-start: 6;
  }

  .mobile\:col-start-7{
    grid-column-start: 7;
  }

  .mobile\:col-start-8{
    grid-column-start: 8;
  }

  .mobile\:col-start-9{
    grid-column-start: 9;
  }

  .mobile\:col-start-10{
    grid-column-start: 10;
  }

  .mobile\:col-start-11{
    grid-column-start: 11;
  }

  .mobile\:col-start-12{
    grid-column-start: 12;
  }

  .mobile\:col-start-13{
    grid-column-start: 13;
  }

  .mobile\:col-start-auto{
    grid-column-start: auto;
  }

  .mobile\:col-end-1{
    grid-column-end: 1;
  }

  .mobile\:col-end-2{
    grid-column-end: 2;
  }

  .mobile\:col-end-3{
    grid-column-end: 3;
  }

  .mobile\:col-end-4{
    grid-column-end: 4;
  }

  .mobile\:col-end-5{
    grid-column-end: 5;
  }

  .mobile\:col-end-6{
    grid-column-end: 6;
  }

  .mobile\:col-end-7{
    grid-column-end: 7;
  }

  .mobile\:col-end-8{
    grid-column-end: 8;
  }

  .mobile\:col-end-9{
    grid-column-end: 9;
  }

  .mobile\:col-end-10{
    grid-column-end: 10;
  }

  .mobile\:col-end-11{
    grid-column-end: 11;
  }

  .mobile\:col-end-12{
    grid-column-end: 12;
  }

  .mobile\:col-end-13{
    grid-column-end: 13;
  }

  .mobile\:col-end-auto{
    grid-column-end: auto;
  }

  .mobile\:row-auto{
    grid-row: auto;
  }

  .mobile\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .mobile\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .mobile\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .mobile\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .mobile\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .mobile\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .mobile\:row-span-full{
    grid-row: 1 / -1;
  }

  .mobile\:row-start-1{
    grid-row-start: 1;
  }

  .mobile\:row-start-2{
    grid-row-start: 2;
  }

  .mobile\:row-start-3{
    grid-row-start: 3;
  }

  .mobile\:row-start-4{
    grid-row-start: 4;
  }

  .mobile\:row-start-5{
    grid-row-start: 5;
  }

  .mobile\:row-start-6{
    grid-row-start: 6;
  }

  .mobile\:row-start-7{
    grid-row-start: 7;
  }

  .mobile\:row-start-auto{
    grid-row-start: auto;
  }

  .mobile\:row-end-1{
    grid-row-end: 1;
  }

  .mobile\:row-end-2{
    grid-row-end: 2;
  }

  .mobile\:row-end-3{
    grid-row-end: 3;
  }

  .mobile\:row-end-4{
    grid-row-end: 4;
  }

  .mobile\:row-end-5{
    grid-row-end: 5;
  }

  .mobile\:row-end-6{
    grid-row-end: 6;
  }

  .mobile\:row-end-7{
    grid-row-end: 7;
  }

  .mobile\:row-end-auto{
    grid-row-end: auto;
  }

  .mobile\:float-right{
    float: right;
  }

  .mobile\:float-left{
    float: left;
  }

  .mobile\:float-none{
    float: none;
  }

  .mobile\:clear-left{
    clear: left;
  }

  .mobile\:clear-right{
    clear: right;
  }

  .mobile\:clear-both{
    clear: both;
  }

  .mobile\:clear-none{
    clear: none;
  }

  .mobile\:m-0{
    margin: 0px;
  }

  .mobile\:m-1{
    margin: 0.25rem;
  }

  .mobile\:m-2{
    margin: 0.5rem;
  }

  .mobile\:m-3{
    margin: 0.75rem;
  }

  .mobile\:m-4{
    margin: 1rem;
  }

  .mobile\:m-5{
    margin: 1.25rem;
  }

  .mobile\:m-6{
    margin: 1.5rem;
  }

  .mobile\:m-7{
    margin: 1.75rem;
  }

  .mobile\:m-8{
    margin: 2rem;
  }

  .mobile\:m-9{
    margin: 2.25rem;
  }

  .mobile\:m-10{
    margin: 2.5rem;
  }

  .mobile\:m-11{
    margin: 2.75rem;
  }

  .mobile\:m-12{
    margin: 3rem;
  }

  .mobile\:m-14{
    margin: 3.5rem;
  }

  .mobile\:m-16{
    margin: 4rem;
  }

  .mobile\:m-20{
    margin: 5rem;
  }

  .mobile\:m-24{
    margin: 6rem;
  }

  .mobile\:m-28{
    margin: 7rem;
  }

  .mobile\:m-32{
    margin: 8rem;
  }

  .mobile\:m-36{
    margin: 9rem;
  }

  .mobile\:m-40{
    margin: 10rem;
  }

  .mobile\:m-44{
    margin: 11rem;
  }

  .mobile\:m-48{
    margin: 12rem;
  }

  .mobile\:m-52{
    margin: 13rem;
  }

  .mobile\:m-56{
    margin: 14rem;
  }

  .mobile\:m-60{
    margin: 15rem;
  }

  .mobile\:m-64{
    margin: 16rem;
  }

  .mobile\:m-72{
    margin: 18rem;
  }

  .mobile\:m-80{
    margin: 20rem;
  }

  .mobile\:m-96{
    margin: 24rem;
  }

  .mobile\:m-auto{
    margin: auto;
  }

  .mobile\:m-px{
    margin: 1px;
  }

  .mobile\:m-0\.5{
    margin: 0.125rem;
  }

  .mobile\:m-1\.5{
    margin: 0.375rem;
  }

  .mobile\:m-2\.5{
    margin: 0.625rem;
  }

  .mobile\:m-3\.5{
    margin: 0.875rem;
  }

  .mobile\:-m-0{
    margin: 0px;
  }

  .mobile\:-m-1{
    margin: -0.25rem;
  }

  .mobile\:-m-2{
    margin: -0.5rem;
  }

  .mobile\:-m-3{
    margin: -0.75rem;
  }

  .mobile\:-m-4{
    margin: -1rem;
  }

  .mobile\:-m-5{
    margin: -1.25rem;
  }

  .mobile\:-m-6{
    margin: -1.5rem;
  }

  .mobile\:-m-7{
    margin: -1.75rem;
  }

  .mobile\:-m-8{
    margin: -2rem;
  }

  .mobile\:-m-9{
    margin: -2.25rem;
  }

  .mobile\:-m-10{
    margin: -2.5rem;
  }

  .mobile\:-m-11{
    margin: -2.75rem;
  }

  .mobile\:-m-12{
    margin: -3rem;
  }

  .mobile\:-m-14{
    margin: -3.5rem;
  }

  .mobile\:-m-16{
    margin: -4rem;
  }

  .mobile\:-m-20{
    margin: -5rem;
  }

  .mobile\:-m-24{
    margin: -6rem;
  }

  .mobile\:-m-28{
    margin: -7rem;
  }

  .mobile\:-m-32{
    margin: -8rem;
  }

  .mobile\:-m-36{
    margin: -9rem;
  }

  .mobile\:-m-40{
    margin: -10rem;
  }

  .mobile\:-m-44{
    margin: -11rem;
  }

  .mobile\:-m-48{
    margin: -12rem;
  }

  .mobile\:-m-52{
    margin: -13rem;
  }

  .mobile\:-m-56{
    margin: -14rem;
  }

  .mobile\:-m-60{
    margin: -15rem;
  }

  .mobile\:-m-64{
    margin: -16rem;
  }

  .mobile\:-m-72{
    margin: -18rem;
  }

  .mobile\:-m-80{
    margin: -20rem;
  }

  .mobile\:-m-96{
    margin: -24rem;
  }

  .mobile\:-m-px{
    margin: -1px;
  }

  .mobile\:-m-0\.5{
    margin: -0.125rem;
  }

  .mobile\:-m-1\.5{
    margin: -0.375rem;
  }

  .mobile\:-m-2\.5{
    margin: -0.625rem;
  }

  .mobile\:-m-3\.5{
    margin: -0.875rem;
  }

  .mobile\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .mobile\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .mobile\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .mobile\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .mobile\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mobile\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .mobile\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mobile\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .mobile\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mobile\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .mobile\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .mobile\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .mobile\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mobile\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .mobile\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .mobile\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .mobile\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .mobile\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .mobile\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .mobile\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .mobile\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .mobile\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .mobile\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .mobile\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .mobile\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .mobile\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .mobile\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .mobile\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .mobile\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .mobile\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .mobile\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .mobile\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .mobile\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .mobile\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .mobile\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .mobile\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .mobile\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .mobile\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .mobile\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .mobile\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .mobile\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .mobile\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .mobile\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .mobile\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .mobile\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .mobile\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .mobile\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .mobile\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .mobile\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .mobile\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .mobile\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .mobile\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .mobile\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .mobile\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .mobile\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .mobile\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .mobile\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .mobile\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .mobile\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .mobile\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .mobile\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .mobile\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .mobile\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .mobile\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .mobile\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .mobile\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .mobile\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .mobile\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .mobile\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .mobile\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .mobile\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .mobile\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mobile\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mobile\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mobile\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mobile\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mobile\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .mobile\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mobile\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .mobile\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mobile\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .mobile\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .mobile\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .mobile\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mobile\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .mobile\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mobile\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .mobile\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mobile\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .mobile\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mobile\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .mobile\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .mobile\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .mobile\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .mobile\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .mobile\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .mobile\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .mobile\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mobile\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .mobile\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .mobile\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .mobile\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .mobile\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .mobile\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .mobile\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .mobile\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .mobile\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .mobile\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mobile\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .mobile\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .mobile\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .mobile\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .mobile\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .mobile\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .mobile\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .mobile\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .mobile\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .mobile\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .mobile\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .mobile\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .mobile\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .mobile\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .mobile\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .mobile\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .mobile\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .mobile\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .mobile\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .mobile\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .mobile\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .mobile\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .mobile\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .mobile\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .mobile\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .mobile\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .mobile\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .mobile\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .mobile\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .mobile\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .mobile\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .mobile\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .mobile\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .mobile\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .mobile\:mt-0{
    margin-top: 0px;
  }

  .mobile\:mt-1{
    margin-top: 0.25rem;
  }

  .mobile\:mt-2{
    margin-top: 0.5rem;
  }

  .mobile\:mt-3{
    margin-top: 0.75rem;
  }

  .mobile\:mt-4{
    margin-top: 1rem;
  }

  .mobile\:mt-5{
    margin-top: 1.25rem;
  }

  .mobile\:mt-6{
    margin-top: 1.5rem;
  }

  .mobile\:mt-7{
    margin-top: 1.75rem;
  }

  .mobile\:mt-8{
    margin-top: 2rem;
  }

  .mobile\:mt-9{
    margin-top: 2.25rem;
  }

  .mobile\:mt-10{
    margin-top: 2.5rem;
  }

  .mobile\:mt-11{
    margin-top: 2.75rem;
  }

  .mobile\:mt-12{
    margin-top: 3rem;
  }

  .mobile\:mt-14{
    margin-top: 3.5rem;
  }

  .mobile\:mt-16{
    margin-top: 4rem;
  }

  .mobile\:mt-20{
    margin-top: 5rem;
  }

  .mobile\:mt-24{
    margin-top: 6rem;
  }

  .mobile\:mt-28{
    margin-top: 7rem;
  }

  .mobile\:mt-32{
    margin-top: 8rem;
  }

  .mobile\:mt-36{
    margin-top: 9rem;
  }

  .mobile\:mt-40{
    margin-top: 10rem;
  }

  .mobile\:mt-44{
    margin-top: 11rem;
  }

  .mobile\:mt-48{
    margin-top: 12rem;
  }

  .mobile\:mt-52{
    margin-top: 13rem;
  }

  .mobile\:mt-56{
    margin-top: 14rem;
  }

  .mobile\:mt-60{
    margin-top: 15rem;
  }

  .mobile\:mt-64{
    margin-top: 16rem;
  }

  .mobile\:mt-72{
    margin-top: 18rem;
  }

  .mobile\:mt-80{
    margin-top: 20rem;
  }

  .mobile\:mt-96{
    margin-top: 24rem;
  }

  .mobile\:mt-auto{
    margin-top: auto;
  }

  .mobile\:mt-px{
    margin-top: 1px;
  }

  .mobile\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .mobile\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .mobile\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .mobile\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .mobile\:-mt-0{
    margin-top: 0px;
  }

  .mobile\:-mt-1{
    margin-top: -0.25rem;
  }

  .mobile\:-mt-2{
    margin-top: -0.5rem;
  }

  .mobile\:-mt-3{
    margin-top: -0.75rem;
  }

  .mobile\:-mt-4{
    margin-top: -1rem;
  }

  .mobile\:-mt-5{
    margin-top: -1.25rem;
  }

  .mobile\:-mt-6{
    margin-top: -1.5rem;
  }

  .mobile\:-mt-7{
    margin-top: -1.75rem;
  }

  .mobile\:-mt-8{
    margin-top: -2rem;
  }

  .mobile\:-mt-9{
    margin-top: -2.25rem;
  }

  .mobile\:-mt-10{
    margin-top: -2.5rem;
  }

  .mobile\:-mt-11{
    margin-top: -2.75rem;
  }

  .mobile\:-mt-12{
    margin-top: -3rem;
  }

  .mobile\:-mt-14{
    margin-top: -3.5rem;
  }

  .mobile\:-mt-16{
    margin-top: -4rem;
  }

  .mobile\:-mt-20{
    margin-top: -5rem;
  }

  .mobile\:-mt-24{
    margin-top: -6rem;
  }

  .mobile\:-mt-28{
    margin-top: -7rem;
  }

  .mobile\:-mt-32{
    margin-top: -8rem;
  }

  .mobile\:-mt-36{
    margin-top: -9rem;
  }

  .mobile\:-mt-40{
    margin-top: -10rem;
  }

  .mobile\:-mt-44{
    margin-top: -11rem;
  }

  .mobile\:-mt-48{
    margin-top: -12rem;
  }

  .mobile\:-mt-52{
    margin-top: -13rem;
  }

  .mobile\:-mt-56{
    margin-top: -14rem;
  }

  .mobile\:-mt-60{
    margin-top: -15rem;
  }

  .mobile\:-mt-64{
    margin-top: -16rem;
  }

  .mobile\:-mt-72{
    margin-top: -18rem;
  }

  .mobile\:-mt-80{
    margin-top: -20rem;
  }

  .mobile\:-mt-96{
    margin-top: -24rem;
  }

  .mobile\:-mt-px{
    margin-top: -1px;
  }

  .mobile\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .mobile\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .mobile\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .mobile\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .mobile\:mr-0{
    margin-right: 0px;
  }

  .mobile\:mr-1{
    margin-right: 0.25rem;
  }

  .mobile\:mr-2{
    margin-right: 0.5rem;
  }

  .mobile\:mr-3{
    margin-right: 0.75rem;
  }

  .mobile\:mr-4{
    margin-right: 1rem;
  }

  .mobile\:mr-5{
    margin-right: 1.25rem;
  }

  .mobile\:mr-6{
    margin-right: 1.5rem;
  }

  .mobile\:mr-7{
    margin-right: 1.75rem;
  }

  .mobile\:mr-8{
    margin-right: 2rem;
  }

  .mobile\:mr-9{
    margin-right: 2.25rem;
  }

  .mobile\:mr-10{
    margin-right: 2.5rem;
  }

  .mobile\:mr-11{
    margin-right: 2.75rem;
  }

  .mobile\:mr-12{
    margin-right: 3rem;
  }

  .mobile\:mr-14{
    margin-right: 3.5rem;
  }

  .mobile\:mr-16{
    margin-right: 4rem;
  }

  .mobile\:mr-20{
    margin-right: 5rem;
  }

  .mobile\:mr-24{
    margin-right: 6rem;
  }

  .mobile\:mr-28{
    margin-right: 7rem;
  }

  .mobile\:mr-32{
    margin-right: 8rem;
  }

  .mobile\:mr-36{
    margin-right: 9rem;
  }

  .mobile\:mr-40{
    margin-right: 10rem;
  }

  .mobile\:mr-44{
    margin-right: 11rem;
  }

  .mobile\:mr-48{
    margin-right: 12rem;
  }

  .mobile\:mr-52{
    margin-right: 13rem;
  }

  .mobile\:mr-56{
    margin-right: 14rem;
  }

  .mobile\:mr-60{
    margin-right: 15rem;
  }

  .mobile\:mr-64{
    margin-right: 16rem;
  }

  .mobile\:mr-72{
    margin-right: 18rem;
  }

  .mobile\:mr-80{
    margin-right: 20rem;
  }

  .mobile\:mr-96{
    margin-right: 24rem;
  }

  .mobile\:mr-auto{
    margin-right: auto;
  }

  .mobile\:mr-px{
    margin-right: 1px;
  }

  .mobile\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .mobile\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .mobile\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .mobile\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .mobile\:-mr-0{
    margin-right: 0px;
  }

  .mobile\:-mr-1{
    margin-right: -0.25rem;
  }

  .mobile\:-mr-2{
    margin-right: -0.5rem;
  }

  .mobile\:-mr-3{
    margin-right: -0.75rem;
  }

  .mobile\:-mr-4{
    margin-right: -1rem;
  }

  .mobile\:-mr-5{
    margin-right: -1.25rem;
  }

  .mobile\:-mr-6{
    margin-right: -1.5rem;
  }

  .mobile\:-mr-7{
    margin-right: -1.75rem;
  }

  .mobile\:-mr-8{
    margin-right: -2rem;
  }

  .mobile\:-mr-9{
    margin-right: -2.25rem;
  }

  .mobile\:-mr-10{
    margin-right: -2.5rem;
  }

  .mobile\:-mr-11{
    margin-right: -2.75rem;
  }

  .mobile\:-mr-12{
    margin-right: -3rem;
  }

  .mobile\:-mr-14{
    margin-right: -3.5rem;
  }

  .mobile\:-mr-16{
    margin-right: -4rem;
  }

  .mobile\:-mr-20{
    margin-right: -5rem;
  }

  .mobile\:-mr-24{
    margin-right: -6rem;
  }

  .mobile\:-mr-28{
    margin-right: -7rem;
  }

  .mobile\:-mr-32{
    margin-right: -8rem;
  }

  .mobile\:-mr-36{
    margin-right: -9rem;
  }

  .mobile\:-mr-40{
    margin-right: -10rem;
  }

  .mobile\:-mr-44{
    margin-right: -11rem;
  }

  .mobile\:-mr-48{
    margin-right: -12rem;
  }

  .mobile\:-mr-52{
    margin-right: -13rem;
  }

  .mobile\:-mr-56{
    margin-right: -14rem;
  }

  .mobile\:-mr-60{
    margin-right: -15rem;
  }

  .mobile\:-mr-64{
    margin-right: -16rem;
  }

  .mobile\:-mr-72{
    margin-right: -18rem;
  }

  .mobile\:-mr-80{
    margin-right: -20rem;
  }

  .mobile\:-mr-96{
    margin-right: -24rem;
  }

  .mobile\:-mr-px{
    margin-right: -1px;
  }

  .mobile\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .mobile\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .mobile\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .mobile\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .mobile\:mb-0{
    margin-bottom: 0px;
  }

  .mobile\:mb-1{
    margin-bottom: 0.25rem;
  }

  .mobile\:mb-2{
    margin-bottom: 0.5rem;
  }

  .mobile\:mb-3{
    margin-bottom: 0.75rem;
  }

  .mobile\:mb-4{
    margin-bottom: 1rem;
  }

  .mobile\:mb-5{
    margin-bottom: 1.25rem;
  }

  .mobile\:mb-6{
    margin-bottom: 1.5rem;
  }

  .mobile\:mb-7{
    margin-bottom: 1.75rem;
  }

  .mobile\:mb-8{
    margin-bottom: 2rem;
  }

  .mobile\:mb-9{
    margin-bottom: 2.25rem;
  }

  .mobile\:mb-10{
    margin-bottom: 2.5rem;
  }

  .mobile\:mb-11{
    margin-bottom: 2.75rem;
  }

  .mobile\:mb-12{
    margin-bottom: 3rem;
  }

  .mobile\:mb-14{
    margin-bottom: 3.5rem;
  }

  .mobile\:mb-16{
    margin-bottom: 4rem;
  }

  .mobile\:mb-20{
    margin-bottom: 5rem;
  }

  .mobile\:mb-24{
    margin-bottom: 6rem;
  }

  .mobile\:mb-28{
    margin-bottom: 7rem;
  }

  .mobile\:mb-32{
    margin-bottom: 8rem;
  }

  .mobile\:mb-36{
    margin-bottom: 9rem;
  }

  .mobile\:mb-40{
    margin-bottom: 10rem;
  }

  .mobile\:mb-44{
    margin-bottom: 11rem;
  }

  .mobile\:mb-48{
    margin-bottom: 12rem;
  }

  .mobile\:mb-52{
    margin-bottom: 13rem;
  }

  .mobile\:mb-56{
    margin-bottom: 14rem;
  }

  .mobile\:mb-60{
    margin-bottom: 15rem;
  }

  .mobile\:mb-64{
    margin-bottom: 16rem;
  }

  .mobile\:mb-72{
    margin-bottom: 18rem;
  }

  .mobile\:mb-80{
    margin-bottom: 20rem;
  }

  .mobile\:mb-96{
    margin-bottom: 24rem;
  }

  .mobile\:mb-auto{
    margin-bottom: auto;
  }

  .mobile\:mb-px{
    margin-bottom: 1px;
  }

  .mobile\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .mobile\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .mobile\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .mobile\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .mobile\:-mb-0{
    margin-bottom: 0px;
  }

  .mobile\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .mobile\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .mobile\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .mobile\:-mb-4{
    margin-bottom: -1rem;
  }

  .mobile\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .mobile\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .mobile\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .mobile\:-mb-8{
    margin-bottom: -2rem;
  }

  .mobile\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .mobile\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .mobile\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .mobile\:-mb-12{
    margin-bottom: -3rem;
  }

  .mobile\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .mobile\:-mb-16{
    margin-bottom: -4rem;
  }

  .mobile\:-mb-20{
    margin-bottom: -5rem;
  }

  .mobile\:-mb-24{
    margin-bottom: -6rem;
  }

  .mobile\:-mb-28{
    margin-bottom: -7rem;
  }

  .mobile\:-mb-32{
    margin-bottom: -8rem;
  }

  .mobile\:-mb-36{
    margin-bottom: -9rem;
  }

  .mobile\:-mb-40{
    margin-bottom: -10rem;
  }

  .mobile\:-mb-44{
    margin-bottom: -11rem;
  }

  .mobile\:-mb-48{
    margin-bottom: -12rem;
  }

  .mobile\:-mb-52{
    margin-bottom: -13rem;
  }

  .mobile\:-mb-56{
    margin-bottom: -14rem;
  }

  .mobile\:-mb-60{
    margin-bottom: -15rem;
  }

  .mobile\:-mb-64{
    margin-bottom: -16rem;
  }

  .mobile\:-mb-72{
    margin-bottom: -18rem;
  }

  .mobile\:-mb-80{
    margin-bottom: -20rem;
  }

  .mobile\:-mb-96{
    margin-bottom: -24rem;
  }

  .mobile\:-mb-px{
    margin-bottom: -1px;
  }

  .mobile\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .mobile\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .mobile\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .mobile\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .mobile\:ml-0{
    margin-left: 0px;
  }

  .mobile\:ml-1{
    margin-left: 0.25rem;
  }

  .mobile\:ml-2{
    margin-left: 0.5rem;
  }

  .mobile\:ml-3{
    margin-left: 0.75rem;
  }

  .mobile\:ml-4{
    margin-left: 1rem;
  }

  .mobile\:ml-5{
    margin-left: 1.25rem;
  }

  .mobile\:ml-6{
    margin-left: 1.5rem;
  }

  .mobile\:ml-7{
    margin-left: 1.75rem;
  }

  .mobile\:ml-8{
    margin-left: 2rem;
  }

  .mobile\:ml-9{
    margin-left: 2.25rem;
  }

  .mobile\:ml-10{
    margin-left: 2.5rem;
  }

  .mobile\:ml-11{
    margin-left: 2.75rem;
  }

  .mobile\:ml-12{
    margin-left: 3rem;
  }

  .mobile\:ml-14{
    margin-left: 3.5rem;
  }

  .mobile\:ml-16{
    margin-left: 4rem;
  }

  .mobile\:ml-20{
    margin-left: 5rem;
  }

  .mobile\:ml-24{
    margin-left: 6rem;
  }

  .mobile\:ml-28{
    margin-left: 7rem;
  }

  .mobile\:ml-32{
    margin-left: 8rem;
  }

  .mobile\:ml-36{
    margin-left: 9rem;
  }

  .mobile\:ml-40{
    margin-left: 10rem;
  }

  .mobile\:ml-44{
    margin-left: 11rem;
  }

  .mobile\:ml-48{
    margin-left: 12rem;
  }

  .mobile\:ml-52{
    margin-left: 13rem;
  }

  .mobile\:ml-56{
    margin-left: 14rem;
  }

  .mobile\:ml-60{
    margin-left: 15rem;
  }

  .mobile\:ml-64{
    margin-left: 16rem;
  }

  .mobile\:ml-72{
    margin-left: 18rem;
  }

  .mobile\:ml-80{
    margin-left: 20rem;
  }

  .mobile\:ml-96{
    margin-left: 24rem;
  }

  .mobile\:ml-auto{
    margin-left: auto;
  }

  .mobile\:ml-px{
    margin-left: 1px;
  }

  .mobile\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .mobile\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .mobile\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .mobile\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .mobile\:-ml-0{
    margin-left: 0px;
  }

  .mobile\:-ml-1{
    margin-left: -0.25rem;
  }

  .mobile\:-ml-2{
    margin-left: -0.5rem;
  }

  .mobile\:-ml-3{
    margin-left: -0.75rem;
  }

  .mobile\:-ml-4{
    margin-left: -1rem;
  }

  .mobile\:-ml-5{
    margin-left: -1.25rem;
  }

  .mobile\:-ml-6{
    margin-left: -1.5rem;
  }

  .mobile\:-ml-7{
    margin-left: -1.75rem;
  }

  .mobile\:-ml-8{
    margin-left: -2rem;
  }

  .mobile\:-ml-9{
    margin-left: -2.25rem;
  }

  .mobile\:-ml-10{
    margin-left: -2.5rem;
  }

  .mobile\:-ml-11{
    margin-left: -2.75rem;
  }

  .mobile\:-ml-12{
    margin-left: -3rem;
  }

  .mobile\:-ml-14{
    margin-left: -3.5rem;
  }

  .mobile\:-ml-16{
    margin-left: -4rem;
  }

  .mobile\:-ml-20{
    margin-left: -5rem;
  }

  .mobile\:-ml-24{
    margin-left: -6rem;
  }

  .mobile\:-ml-28{
    margin-left: -7rem;
  }

  .mobile\:-ml-32{
    margin-left: -8rem;
  }

  .mobile\:-ml-36{
    margin-left: -9rem;
  }

  .mobile\:-ml-40{
    margin-left: -10rem;
  }

  .mobile\:-ml-44{
    margin-left: -11rem;
  }

  .mobile\:-ml-48{
    margin-left: -12rem;
  }

  .mobile\:-ml-52{
    margin-left: -13rem;
  }

  .mobile\:-ml-56{
    margin-left: -14rem;
  }

  .mobile\:-ml-60{
    margin-left: -15rem;
  }

  .mobile\:-ml-64{
    margin-left: -16rem;
  }

  .mobile\:-ml-72{
    margin-left: -18rem;
  }

  .mobile\:-ml-80{
    margin-left: -20rem;
  }

  .mobile\:-ml-96{
    margin-left: -24rem;
  }

  .mobile\:-ml-px{
    margin-left: -1px;
  }

  .mobile\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .mobile\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .mobile\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .mobile\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .mobile\:box-border{
    box-sizing: border-box;
  }

  .mobile\:box-content{
    box-sizing: content-box;
  }

  .mobile\:block{
    display: block;
  }

  .mobile\:inline-block{
    display: inline-block;
  }

  .mobile\:inline{
    display: inline;
  }

  .mobile\:flex{
    display: flex;
  }

  .mobile\:inline-flex{
    display: inline-flex;
  }

  .mobile\:table{
    display: table;
  }

  .mobile\:inline-table{
    display: inline-table;
  }

  .mobile\:table-caption{
    display: table-caption;
  }

  .mobile\:table-cell{
    display: table-cell;
  }

  .mobile\:table-column{
    display: table-column;
  }

  .mobile\:table-column-group{
    display: table-column-group;
  }

  .mobile\:table-footer-group{
    display: table-footer-group;
  }

  .mobile\:table-header-group{
    display: table-header-group;
  }

  .mobile\:table-row-group{
    display: table-row-group;
  }

  .mobile\:table-row{
    display: table-row;
  }

  .mobile\:flow-root{
    display: flow-root;
  }

  .mobile\:grid{
    display: grid;
  }

  .mobile\:inline-grid{
    display: inline-grid;
  }

  .mobile\:contents{
    display: contents;
  }

  .mobile\:list-item{
    display: list-item;
  }

  .mobile\:hidden{
    display: none;
  }

  .mobile\:h-0{
    height: 0px;
  }

  .mobile\:h-1{
    height: 0.25rem;
  }

  .mobile\:h-2{
    height: 0.5rem;
  }

  .mobile\:h-3{
    height: 0.75rem;
  }

  .mobile\:h-4{
    height: 1rem;
  }

  .mobile\:h-5{
    height: 1.25rem;
  }

  .mobile\:h-6{
    height: 1.5rem;
  }

  .mobile\:h-7{
    height: 1.75rem;
  }

  .mobile\:h-8{
    height: 2rem;
  }

  .mobile\:h-9{
    height: 2.25rem;
  }

  .mobile\:h-10{
    height: 2.5rem;
  }

  .mobile\:h-11{
    height: 2.75rem;
  }

  .mobile\:h-12{
    height: 3rem;
  }

  .mobile\:h-14{
    height: 3.5rem;
  }

  .mobile\:h-16{
    height: 4rem;
  }

  .mobile\:h-20{
    height: 5rem;
  }

  .mobile\:h-24{
    height: 6rem;
  }

  .mobile\:h-28{
    height: 7rem;
  }

  .mobile\:h-32{
    height: 8rem;
  }

  .mobile\:h-36{
    height: 9rem;
  }

  .mobile\:h-40{
    height: 10rem;
  }

  .mobile\:h-44{
    height: 11rem;
  }

  .mobile\:h-48{
    height: 12rem;
  }

  .mobile\:h-52{
    height: 13rem;
  }

  .mobile\:h-56{
    height: 14rem;
  }

  .mobile\:h-60{
    height: 15rem;
  }

  .mobile\:h-64{
    height: 16rem;
  }

  .mobile\:h-72{
    height: 18rem;
  }

  .mobile\:h-80{
    height: 20rem;
  }

  .mobile\:h-96{
    height: 24rem;
  }

  .mobile\:h-auto{
    height: auto;
  }

  .mobile\:h-px{
    height: 1px;
  }

  .mobile\:h-0\.5{
    height: 0.125rem;
  }

  .mobile\:h-1\.5{
    height: 0.375rem;
  }

  .mobile\:h-2\.5{
    height: 0.625rem;
  }

  .mobile\:h-3\.5{
    height: 0.875rem;
  }

  .mobile\:h-1\/2{
    height: 50%;
  }

  .mobile\:h-1\/3{
    height: 33.333333%;
  }

  .mobile\:h-2\/3{
    height: 66.666667%;
  }

  .mobile\:h-1\/4{
    height: 25%;
  }

  .mobile\:h-2\/4{
    height: 50%;
  }

  .mobile\:h-3\/4{
    height: 75%;
  }

  .mobile\:h-1\/5{
    height: 20%;
  }

  .mobile\:h-2\/5{
    height: 40%;
  }

  .mobile\:h-3\/5{
    height: 60%;
  }

  .mobile\:h-4\/5{
    height: 80%;
  }

  .mobile\:h-1\/6{
    height: 16.666667%;
  }

  .mobile\:h-2\/6{
    height: 33.333333%;
  }

  .mobile\:h-3\/6{
    height: 50%;
  }

  .mobile\:h-4\/6{
    height: 66.666667%;
  }

  .mobile\:h-5\/6{
    height: 83.333333%;
  }

  .mobile\:h-full{
    height: 100%;
  }

  .mobile\:h-screen{
    height: 100vh;
  }

  .mobile\:max-h-0{
    max-height: 0px;
  }

  .mobile\:max-h-1{
    max-height: 0.25rem;
  }

  .mobile\:max-h-2{
    max-height: 0.5rem;
  }

  .mobile\:max-h-3{
    max-height: 0.75rem;
  }

  .mobile\:max-h-4{
    max-height: 1rem;
  }

  .mobile\:max-h-5{
    max-height: 1.25rem;
  }

  .mobile\:max-h-6{
    max-height: 1.5rem;
  }

  .mobile\:max-h-7{
    max-height: 1.75rem;
  }

  .mobile\:max-h-8{
    max-height: 2rem;
  }

  .mobile\:max-h-9{
    max-height: 2.25rem;
  }

  .mobile\:max-h-10{
    max-height: 2.5rem;
  }

  .mobile\:max-h-11{
    max-height: 2.75rem;
  }

  .mobile\:max-h-12{
    max-height: 3rem;
  }

  .mobile\:max-h-14{
    max-height: 3.5rem;
  }

  .mobile\:max-h-16{
    max-height: 4rem;
  }

  .mobile\:max-h-20{
    max-height: 5rem;
  }

  .mobile\:max-h-24{
    max-height: 6rem;
  }

  .mobile\:max-h-28{
    max-height: 7rem;
  }

  .mobile\:max-h-32{
    max-height: 8rem;
  }

  .mobile\:max-h-36{
    max-height: 9rem;
  }

  .mobile\:max-h-40{
    max-height: 10rem;
  }

  .mobile\:max-h-44{
    max-height: 11rem;
  }

  .mobile\:max-h-48{
    max-height: 12rem;
  }

  .mobile\:max-h-52{
    max-height: 13rem;
  }

  .mobile\:max-h-56{
    max-height: 14rem;
  }

  .mobile\:max-h-60{
    max-height: 15rem;
  }

  .mobile\:max-h-64{
    max-height: 16rem;
  }

  .mobile\:max-h-72{
    max-height: 18rem;
  }

  .mobile\:max-h-80{
    max-height: 20rem;
  }

  .mobile\:max-h-96{
    max-height: 24rem;
  }

  .mobile\:max-h-px{
    max-height: 1px;
  }

  .mobile\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .mobile\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .mobile\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .mobile\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .mobile\:max-h-full{
    max-height: 100%;
  }

  .mobile\:max-h-screen{
    max-height: 100vh;
  }

  .mobile\:min-h-0{
    min-height: 0px;
  }

  .mobile\:min-h-full{
    min-height: 100%;
  }

  .mobile\:min-h-screen{
    min-height: 100vh;
  }

  .mobile\:w-0{
    width: 0px;
  }

  .mobile\:w-1{
    width: 0.25rem;
  }

  .mobile\:w-2{
    width: 0.5rem;
  }

  .mobile\:w-3{
    width: 0.75rem;
  }

  .mobile\:w-4{
    width: 1rem;
  }

  .mobile\:w-5{
    width: 1.25rem;
  }

  .mobile\:w-6{
    width: 1.5rem;
  }

  .mobile\:w-7{
    width: 1.75rem;
  }

  .mobile\:w-8{
    width: 2rem;
  }

  .mobile\:w-9{
    width: 2.25rem;
  }

  .mobile\:w-10{
    width: 2.5rem;
  }

  .mobile\:w-11{
    width: 2.75rem;
  }

  .mobile\:w-12{
    width: 3rem;
  }

  .mobile\:w-14{
    width: 3.5rem;
  }

  .mobile\:w-16{
    width: 4rem;
  }

  .mobile\:w-20{
    width: 5rem;
  }

  .mobile\:w-24{
    width: 6rem;
  }

  .mobile\:w-28{
    width: 7rem;
  }

  .mobile\:w-32{
    width: 8rem;
  }

  .mobile\:w-36{
    width: 9rem;
  }

  .mobile\:w-40{
    width: 10rem;
  }

  .mobile\:w-44{
    width: 11rem;
  }

  .mobile\:w-48{
    width: 12rem;
  }

  .mobile\:w-52{
    width: 13rem;
  }

  .mobile\:w-56{
    width: 14rem;
  }

  .mobile\:w-60{
    width: 15rem;
  }

  .mobile\:w-64{
    width: 16rem;
  }

  .mobile\:w-72{
    width: 18rem;
  }

  .mobile\:w-80{
    width: 20rem;
  }

  .mobile\:w-96{
    width: 24rem;
  }

  .mobile\:w-auto{
    width: auto;
  }

  .mobile\:w-px{
    width: 1px;
  }

  .mobile\:w-0\.5{
    width: 0.125rem;
  }

  .mobile\:w-1\.5{
    width: 0.375rem;
  }

  .mobile\:w-2\.5{
    width: 0.625rem;
  }

  .mobile\:w-3\.5{
    width: 0.875rem;
  }

  .mobile\:w-1\/2{
    width: 50%;
  }

  .mobile\:w-1\/3{
    width: 33.333333%;
  }

  .mobile\:w-2\/3{
    width: 66.666667%;
  }

  .mobile\:w-1\/4{
    width: 25%;
  }

  .mobile\:w-2\/4{
    width: 50%;
  }

  .mobile\:w-3\/4{
    width: 75%;
  }

  .mobile\:w-1\/5{
    width: 20%;
  }

  .mobile\:w-2\/5{
    width: 40%;
  }

  .mobile\:w-3\/5{
    width: 60%;
  }

  .mobile\:w-4\/5{
    width: 80%;
  }

  .mobile\:w-1\/6{
    width: 16.666667%;
  }

  .mobile\:w-2\/6{
    width: 33.333333%;
  }

  .mobile\:w-3\/6{
    width: 50%;
  }

  .mobile\:w-4\/6{
    width: 66.666667%;
  }

  .mobile\:w-5\/6{
    width: 83.333333%;
  }

  .mobile\:w-1\/12{
    width: 8.333333%;
  }

  .mobile\:w-2\/12{
    width: 16.666667%;
  }

  .mobile\:w-3\/12{
    width: 25%;
  }

  .mobile\:w-4\/12{
    width: 33.333333%;
  }

  .mobile\:w-5\/12{
    width: 41.666667%;
  }

  .mobile\:w-6\/12{
    width: 50%;
  }

  .mobile\:w-7\/12{
    width: 58.333333%;
  }

  .mobile\:w-8\/12{
    width: 66.666667%;
  }

  .mobile\:w-9\/12{
    width: 75%;
  }

  .mobile\:w-10\/12{
    width: 83.333333%;
  }

  .mobile\:w-11\/12{
    width: 91.666667%;
  }

  .mobile\:w-full{
    width: 100%;
  }

  .mobile\:w-screen{
    width: 100vw;
  }

  .mobile\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .mobile\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .mobile\:min-w-0{
    min-width: 0px;
  }

  .mobile\:min-w-full{
    min-width: 100%;
  }

  .mobile\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .mobile\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .mobile\:max-w-0{
    max-width: 0rem;
  }

  .mobile\:max-w-none{
    max-width: none;
  }

  .mobile\:max-w-xs{
    max-width: 20rem;
  }

  .mobile\:max-w-sm{
    max-width: 24rem;
  }

  .mobile\:max-w-md{
    max-width: 28rem;
  }

  .mobile\:max-w-lg{
    max-width: 32rem;
  }

  .mobile\:max-w-xl{
    max-width: 36rem;
  }

  .mobile\:max-w-2xl{
    max-width: 42rem;
  }

  .mobile\:max-w-3xl{
    max-width: 48rem;
  }

  .mobile\:max-w-4xl{
    max-width: 56rem;
  }

  .mobile\:max-w-5xl{
    max-width: 64rem;
  }

  .mobile\:max-w-6xl{
    max-width: 72rem;
  }

  .mobile\:max-w-7xl{
    max-width: 80rem;
  }

  .mobile\:max-w-full{
    max-width: 100%;
  }

  .mobile\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .mobile\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .mobile\:max-w-prose{
    max-width: 65ch;
  }

  .mobile\:max-w-screen-sm{
    max-width: 640px;
  }

  .mobile\:max-w-screen-md{
    max-width: 768px;
  }

  .mobile\:max-w-screen-lg{
    max-width: 1024px;
  }

  .mobile\:max-w-screen-xl{
    max-width: 1280px;
  }

  .mobile\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .mobile\:flex-1{
    flex: 1 1 0%;
  }

  .mobile\:flex-auto{
    flex: 1 1 auto;
  }

  .mobile\:flex-initial{
    flex: 0 1 auto;
  }

  .mobile\:flex-none{
    flex: none;
  }

  .mobile\:flex-shrink-0{
    flex-shrink: 0;
  }

  .mobile\:flex-shrink{
    flex-shrink: 1;
  }

  .mobile\:flex-grow-0{
    flex-grow: 0;
  }

  .mobile\:flex-grow{
    flex-grow: 1;
  }

  .mobile\:table-auto{
    table-layout: auto;
  }

  .mobile\:table-fixed{
    table-layout: fixed;
  }

  .mobile\:border-collapse{
    border-collapse: collapse;
  }

  .mobile\:border-separate{
    border-collapse: separate;
  }

  .mobile\:origin-center{
    transform-origin: center;
  }

  .mobile\:origin-top{
    transform-origin: top;
  }

  .mobile\:origin-top-right{
    transform-origin: top right;
  }

  .mobile\:origin-right{
    transform-origin: right;
  }

  .mobile\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .mobile\:origin-bottom{
    transform-origin: bottom;
  }

  .mobile\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .mobile\:origin-left{
    transform-origin: left;
  }

  .mobile\:origin-top-left{
    transform-origin: top left;
  }

  .mobile\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mobile\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mobile\:transform-none{
    transform: none;
  }

  .mobile\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .mobile\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .mobile\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .mobile\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .mobile\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .mobile\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .mobile\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .mobile\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .mobile\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .mobile\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .mobile\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .mobile\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .mobile\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .mobile\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .mobile\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .mobile\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .mobile\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .mobile\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .mobile\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .mobile\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .mobile\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .mobile\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .mobile\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .mobile\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .mobile\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .mobile\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .mobile\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .mobile\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .mobile\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .mobile\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .mobile\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .mobile\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .mobile\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .mobile\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .mobile\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .mobile\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .mobile\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .mobile\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .mobile\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .mobile\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .mobile\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .mobile\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .mobile\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .mobile\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .mobile\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .mobile\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .mobile\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .mobile\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .mobile\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .mobile\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .mobile\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .mobile\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .mobile\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .mobile\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .mobile\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .mobile\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .mobile\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .mobile\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .mobile\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .mobile\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .mobile\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .mobile\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .mobile\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .mobile\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .mobile\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .mobile\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .mobile\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .mobile\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .mobile\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .mobile\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .mobile\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .mobile\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .mobile\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .mobile\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .mobile\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .mobile\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .mobile\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .mobile\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .mobile\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .mobile\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .mobile\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .mobile\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .mobile\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .mobile\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .mobile\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .mobile\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .mobile\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .mobile\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .mobile\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .mobile\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .mobile\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .mobile\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .mobile\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .mobile\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .mobile\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .mobile\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .mobile\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .mobile\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .mobile\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .mobile\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .mobile\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .mobile\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .mobile\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .mobile\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .mobile\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .mobile\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .mobile\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .mobile\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .mobile\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .mobile\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .mobile\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .mobile\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .mobile\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .mobile\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .mobile\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .mobile\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .mobile\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .mobile\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .mobile\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .mobile\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .mobile\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .mobile\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .mobile\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .mobile\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .mobile\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .mobile\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .mobile\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .mobile\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .mobile\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .mobile\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .mobile\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .mobile\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .mobile\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .mobile\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .mobile\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .mobile\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .mobile\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .mobile\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .mobile\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .mobile\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .mobile\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .mobile\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .mobile\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .mobile\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .mobile\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .mobile\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .mobile\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .mobile\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .mobile\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .mobile\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .mobile\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .mobile\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .mobile\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .mobile\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .mobile\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .mobile\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .mobile\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .mobile\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .mobile\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .mobile\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .mobile\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .mobile\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .mobile\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .mobile\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .mobile\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .mobile\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .mobile\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .mobile\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .mobile\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .mobile\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .mobile\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .mobile\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .mobile\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .mobile\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .mobile\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .mobile\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .mobile\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .mobile\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .mobile\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .mobile\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .mobile\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .mobile\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .mobile\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .mobile\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .mobile\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .mobile\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .mobile\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .mobile\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .mobile\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .mobile\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .mobile\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .mobile\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .mobile\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .mobile\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .mobile\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .mobile\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .mobile\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .mobile\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .mobile\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .mobile\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .mobile\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .mobile\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .mobile\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .mobile\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .mobile\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .mobile\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .mobile\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .mobile\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .mobile\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .mobile\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .mobile\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .mobile\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .mobile\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .mobile\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .mobile\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .mobile\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .mobile\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .mobile\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .mobile\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .mobile\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .mobile\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .mobile\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .mobile\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .mobile\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .mobile\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .mobile\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .mobile\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .mobile\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .mobile\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .mobile\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .mobile\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .mobile\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .mobile\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .mobile\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .mobile\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .mobile\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .mobile\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .mobile\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .mobile\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .mobile\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .mobile\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .mobile\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .mobile\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .mobile\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .mobile\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .mobile\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .mobile\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .mobile\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .mobile\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .mobile\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .mobile\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .mobile\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .mobile\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .mobile\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .mobile\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .mobile\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .mobile\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .mobile\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .mobile\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .mobile\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .mobile\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .mobile\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .mobile\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .mobile\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .mobile\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .mobile\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .mobile\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .mobile\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .mobile\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .mobile\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .mobile\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .mobile\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .mobile\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .mobile\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .mobile\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .mobile\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .mobile\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .mobile\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .mobile\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .mobile\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .mobile\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .mobile\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .mobile\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .mobile\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .mobile\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .mobile\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .mobile\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .mobile\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .mobile\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .mobile\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .mobile\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .mobile\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .mobile\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .mobile\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .mobile\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .mobile\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .mobile\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .mobile\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .mobile\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .mobile\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .mobile\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .mobile\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .mobile\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .mobile\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .mobile\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .mobile\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .mobile\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .mobile\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .mobile\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .mobile\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .mobile\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .mobile\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .mobile\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .mobile\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .mobile\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .mobile\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .mobile\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .mobile\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .mobile\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .mobile\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .mobile\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .mobile\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .mobile\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .mobile\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .mobile\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .mobile\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .mobile\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .mobile\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .mobile\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .mobile\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .mobile\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .mobile\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .mobile\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .mobile\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .mobile\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .mobile\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .mobile\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .mobile\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .mobile\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .mobile\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .mobile\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .mobile\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .mobile\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .mobile\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .mobile\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .mobile\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .mobile\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .mobile\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .mobile\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .mobile\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .mobile\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .mobile\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .mobile\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .mobile\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .mobile\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .mobile\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .mobile\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .mobile\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .mobile\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .mobile\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .mobile\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .mobile\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .mobile\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .mobile\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .mobile\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .mobile\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .mobile\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .mobile\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .mobile\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .mobile\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .mobile\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .mobile\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .mobile\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .mobile\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .mobile\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .mobile\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .mobile\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .mobile\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .mobile\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .mobile\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .mobile\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .mobile\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .mobile\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .mobile\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .mobile\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .mobile\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .mobile\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .mobile\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .mobile\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .mobile\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .mobile\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .mobile\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .mobile\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .mobile\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .mobile\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .mobile\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .mobile\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .mobile\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .mobile\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .mobile\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .mobile\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .mobile\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .mobile\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .mobile\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .mobile\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .mobile\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .mobile\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .mobile\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .mobile\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .mobile\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .mobile\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .mobile\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .mobile\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .mobile\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .mobile\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .mobile\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .mobile\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .mobile\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .mobile\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .mobile\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .mobile\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .mobile\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .mobile\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .mobile\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .mobile\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .mobile\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .mobile\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .mobile\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .mobile\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .mobile\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .mobile\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .mobile\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .mobile\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .mobile\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .mobile\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .mobile\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .mobile\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .mobile\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .mobile\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .mobile\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .mobile\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .mobile\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .mobile\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .mobile\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .mobile\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .mobile\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .mobile\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .mobile\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .mobile\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .mobile\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .mobile\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .mobile\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .mobile\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .mobile\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .mobile\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .mobile\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .mobile\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .mobile\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .mobile\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .mobile\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .mobile\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .mobile\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .mobile\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .mobile\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .mobile\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .mobile\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .mobile\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .mobile\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .mobile\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .mobile\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .mobile\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .mobile\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .mobile\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .mobile\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .mobile\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .mobile\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .mobile\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .mobile\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .mobile\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .mobile\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .mobile\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .mobile\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .mobile\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .mobile\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .mobile\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .mobile\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .mobile\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .mobile\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .mobile\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .mobile\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .mobile\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .mobile\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .mobile\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .mobile\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .mobile\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .mobile\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .mobile\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .mobile\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .mobile\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .mobile\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .mobile\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .mobile\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .mobile\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .mobile\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .mobile\:rotate-0{
    --tw-rotate: 0deg;
  }

  .mobile\:rotate-1{
    --tw-rotate: 1deg;
  }

  .mobile\:rotate-2{
    --tw-rotate: 2deg;
  }

  .mobile\:rotate-3{
    --tw-rotate: 3deg;
  }

  .mobile\:rotate-6{
    --tw-rotate: 6deg;
  }

  .mobile\:rotate-12{
    --tw-rotate: 12deg;
  }

  .mobile\:rotate-45{
    --tw-rotate: 45deg;
  }

  .mobile\:rotate-90{
    --tw-rotate: 90deg;
  }

  .mobile\:rotate-180{
    --tw-rotate: 180deg;
  }

  .mobile\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .mobile\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .mobile\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .mobile\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .mobile\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .mobile\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .mobile\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .mobile\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .mobile\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .mobile\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .mobile\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .mobile\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .mobile\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .mobile\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .mobile\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .mobile\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .mobile\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .mobile\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .mobile\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .mobile\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .mobile\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .mobile\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .mobile\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .mobile\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .mobile\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .mobile\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .mobile\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .mobile\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .mobile\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .mobile\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .mobile\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .mobile\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .mobile\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .mobile\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .mobile\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .mobile\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .mobile\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .mobile\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .mobile\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .mobile\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .mobile\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .mobile\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .mobile\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .mobile\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .mobile\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .mobile\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .mobile\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .mobile\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .mobile\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .mobile\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .mobile\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .mobile\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .mobile\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .mobile\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .mobile\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .mobile\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .mobile\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .mobile\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .mobile\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .mobile\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .mobile\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .mobile\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .mobile\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .mobile\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .mobile\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .mobile\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .mobile\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .mobile\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .mobile\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .mobile\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .mobile\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .mobile\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .mobile\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .mobile\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .mobile\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .mobile\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .mobile\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .mobile\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .mobile\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .mobile\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .mobile\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .mobile\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .mobile\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .mobile\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .mobile\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .mobile\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .mobile\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .mobile\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .mobile\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .mobile\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .mobile\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .mobile\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .mobile\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .mobile\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .mobile\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .mobile\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .mobile\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .mobile\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .mobile\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .mobile\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .mobile\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .mobile\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .mobile\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .mobile\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .mobile\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .mobile\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .mobile\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .mobile\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .mobile\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .mobile\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .mobile\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .mobile\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .mobile\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .mobile\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .mobile\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .mobile\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .mobile\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .mobile\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .mobile\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .mobile\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .mobile\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .mobile\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .mobile\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .mobile\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .mobile\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .mobile\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .mobile\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .mobile\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .mobile\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .mobile\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .mobile\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .mobile\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .mobile\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .mobile\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .mobile\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .mobile\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .mobile\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .mobile\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .mobile\:scale-x-0{
    --tw-scale-x: 0;
  }

  .mobile\:scale-x-50{
    --tw-scale-x: .5;
  }

  .mobile\:scale-x-75{
    --tw-scale-x: .75;
  }

  .mobile\:scale-x-90{
    --tw-scale-x: .9;
  }

  .mobile\:scale-x-95{
    --tw-scale-x: .95;
  }

  .mobile\:scale-x-100{
    --tw-scale-x: 1;
  }

  .mobile\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .mobile\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .mobile\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .mobile\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .mobile\:scale-y-0{
    --tw-scale-y: 0;
  }

  .mobile\:scale-y-50{
    --tw-scale-y: .5;
  }

  .mobile\:scale-y-75{
    --tw-scale-y: .75;
  }

  .mobile\:scale-y-90{
    --tw-scale-y: .9;
  }

  .mobile\:scale-y-95{
    --tw-scale-y: .95;
  }

  .mobile\:scale-y-100{
    --tw-scale-y: 1;
  }

  .mobile\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .mobile\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .mobile\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .mobile\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .mobile\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .mobile\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .mobile\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .mobile\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .mobile\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .mobile\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .mobile\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .mobile\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .mobile\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .mobile\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .mobile\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .mobile\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .mobile\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .mobile\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .mobile\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .mobile\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .mobile\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .mobile\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .mobile\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .mobile\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .mobile\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .mobile\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .mobile\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .mobile\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .mobile\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .mobile\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .mobile\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .mobile\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .mobile\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .mobile\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .mobile\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .mobile\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .mobile\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .mobile\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .mobile\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .mobile\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .mobile\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .mobile\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .mobile\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .mobile\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .mobile\:animate-none{
    animation: none;
  }

  .mobile\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .mobile\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .mobile\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .mobile\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .mobile\:cursor-auto{
    cursor: auto;
  }

  .mobile\:cursor-default{
    cursor: default;
  }

  .mobile\:cursor-pointer{
    cursor: pointer;
  }

  .mobile\:cursor-wait{
    cursor: wait;
  }

  .mobile\:cursor-text{
    cursor: text;
  }

  .mobile\:cursor-move{
    cursor: move;
  }

  .mobile\:cursor-help{
    cursor: help;
  }

  .mobile\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .mobile\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .mobile\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .mobile\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .mobile\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .mobile\:resize-none{
    resize: none;
  }

  .mobile\:resize-y{
    resize: vertical;
  }

  .mobile\:resize-x{
    resize: horizontal;
  }

  .mobile\:resize{
    resize: both;
  }

  .mobile\:list-inside{
    list-style-position: inside;
  }

  .mobile\:list-outside{
    list-style-position: outside;
  }

  .mobile\:list-none{
    list-style-type: none;
  }

  .mobile\:list-disc{
    list-style-type: disc;
  }

  .mobile\:list-decimal{
    list-style-type: decimal;
  }

  .mobile\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .mobile\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .mobile\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .mobile\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .mobile\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .mobile\:grid-flow-row{
    grid-auto-flow: row;
  }

  .mobile\:grid-flow-col{
    grid-auto-flow: column;
  }

  .mobile\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .mobile\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .mobile\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .mobile\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .mobile\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .mobile\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .mobile\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .mobile\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mobile\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mobile\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .mobile\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .mobile\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .mobile\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .mobile\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .mobile\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .mobile\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .mobile\:grid-cols-none{
    grid-template-columns: none;
  }

  .mobile\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .mobile\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .mobile\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .mobile\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .mobile\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .mobile\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .mobile\:grid-rows-none{
    grid-template-rows: none;
  }

  .mobile\:flex-row{
    flex-direction: row;
  }

  .mobile\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .mobile\:flex-col{
    flex-direction: column;
  }

  .mobile\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .mobile\:flex-wrap{
    flex-wrap: wrap;
  }

  .mobile\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .mobile\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .mobile\:place-content-center{
    place-content: center;
  }

  .mobile\:place-content-start{
    place-content: start;
  }

  .mobile\:place-content-end{
    place-content: end;
  }

  .mobile\:place-content-between{
    place-content: space-between;
  }

  .mobile\:place-content-around{
    place-content: space-around;
  }

  .mobile\:place-content-evenly{
    place-content: space-evenly;
  }

  .mobile\:place-content-stretch{
    place-content: stretch;
  }

  .mobile\:place-items-start{
    place-items: start;
  }

  .mobile\:place-items-end{
    place-items: end;
  }

  .mobile\:place-items-center{
    place-items: center;
  }

  .mobile\:place-items-stretch{
    place-items: stretch;
  }

  .mobile\:content-center{
    align-content: center;
  }

  .mobile\:content-start{
    align-content: flex-start;
  }

  .mobile\:content-end{
    align-content: flex-end;
  }

  .mobile\:content-between{
    align-content: space-between;
  }

  .mobile\:content-around{
    align-content: space-around;
  }

  .mobile\:content-evenly{
    align-content: space-evenly;
  }

  .mobile\:items-start{
    align-items: flex-start;
  }

  .mobile\:items-end{
    align-items: flex-end;
  }

  .mobile\:items-center{
    align-items: center;
  }

  .mobile\:items-baseline{
    align-items: baseline;
  }

  .mobile\:items-stretch{
    align-items: stretch;
  }

  .mobile\:justify-start{
    justify-content: flex-start;
  }

  .mobile\:justify-end{
    justify-content: flex-end;
  }

  .mobile\:justify-center{
    justify-content: center;
  }

  .mobile\:justify-between{
    justify-content: space-between;
  }

  .mobile\:justify-around{
    justify-content: space-around;
  }

  .mobile\:justify-evenly{
    justify-content: space-evenly;
  }

  .mobile\:justify-items-start{
    justify-items: start;
  }

  .mobile\:justify-items-end{
    justify-items: end;
  }

  .mobile\:justify-items-center{
    justify-items: center;
  }

  .mobile\:justify-items-stretch{
    justify-items: stretch;
  }

  .mobile\:gap-0{
    gap: 0px;
  }

  .mobile\:gap-1{
    gap: 0.25rem;
  }

  .mobile\:gap-2{
    gap: 0.5rem;
  }

  .mobile\:gap-3{
    gap: 0.75rem;
  }

  .mobile\:gap-4{
    gap: 1rem;
  }

  .mobile\:gap-5{
    gap: 1.25rem;
  }

  .mobile\:gap-6{
    gap: 1.5rem;
  }

  .mobile\:gap-7{
    gap: 1.75rem;
  }

  .mobile\:gap-8{
    gap: 2rem;
  }

  .mobile\:gap-9{
    gap: 2.25rem;
  }

  .mobile\:gap-10{
    gap: 2.5rem;
  }

  .mobile\:gap-11{
    gap: 2.75rem;
  }

  .mobile\:gap-12{
    gap: 3rem;
  }

  .mobile\:gap-14{
    gap: 3.5rem;
  }

  .mobile\:gap-16{
    gap: 4rem;
  }

  .mobile\:gap-20{
    gap: 5rem;
  }

  .mobile\:gap-24{
    gap: 6rem;
  }

  .mobile\:gap-28{
    gap: 7rem;
  }

  .mobile\:gap-32{
    gap: 8rem;
  }

  .mobile\:gap-36{
    gap: 9rem;
  }

  .mobile\:gap-40{
    gap: 10rem;
  }

  .mobile\:gap-44{
    gap: 11rem;
  }

  .mobile\:gap-48{
    gap: 12rem;
  }

  .mobile\:gap-52{
    gap: 13rem;
  }

  .mobile\:gap-56{
    gap: 14rem;
  }

  .mobile\:gap-60{
    gap: 15rem;
  }

  .mobile\:gap-64{
    gap: 16rem;
  }

  .mobile\:gap-72{
    gap: 18rem;
  }

  .mobile\:gap-80{
    gap: 20rem;
  }

  .mobile\:gap-96{
    gap: 24rem;
  }

  .mobile\:gap-px{
    gap: 1px;
  }

  .mobile\:gap-0\.5{
    gap: 0.125rem;
  }

  .mobile\:gap-1\.5{
    gap: 0.375rem;
  }

  .mobile\:gap-2\.5{
    gap: 0.625rem;
  }

  .mobile\:gap-3\.5{
    gap: 0.875rem;
  }

  .mobile\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .mobile\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .mobile\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .mobile\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .mobile\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .mobile\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .mobile\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .mobile\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .mobile\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .mobile\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .mobile\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .mobile\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .mobile\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .mobile\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .mobile\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .mobile\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .mobile\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .mobile\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .mobile\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .mobile\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .mobile\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .mobile\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .mobile\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .mobile\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .mobile\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .mobile\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .mobile\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .mobile\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .mobile\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .mobile\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .mobile\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .mobile\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .mobile\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .mobile\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .mobile\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .mobile\:gap-y-0{
    row-gap: 0px;
  }

  .mobile\:gap-y-1{
    row-gap: 0.25rem;
  }

  .mobile\:gap-y-2{
    row-gap: 0.5rem;
  }

  .mobile\:gap-y-3{
    row-gap: 0.75rem;
  }

  .mobile\:gap-y-4{
    row-gap: 1rem;
  }

  .mobile\:gap-y-5{
    row-gap: 1.25rem;
  }

  .mobile\:gap-y-6{
    row-gap: 1.5rem;
  }

  .mobile\:gap-y-7{
    row-gap: 1.75rem;
  }

  .mobile\:gap-y-8{
    row-gap: 2rem;
  }

  .mobile\:gap-y-9{
    row-gap: 2.25rem;
  }

  .mobile\:gap-y-10{
    row-gap: 2.5rem;
  }

  .mobile\:gap-y-11{
    row-gap: 2.75rem;
  }

  .mobile\:gap-y-12{
    row-gap: 3rem;
  }

  .mobile\:gap-y-14{
    row-gap: 3.5rem;
  }

  .mobile\:gap-y-16{
    row-gap: 4rem;
  }

  .mobile\:gap-y-20{
    row-gap: 5rem;
  }

  .mobile\:gap-y-24{
    row-gap: 6rem;
  }

  .mobile\:gap-y-28{
    row-gap: 7rem;
  }

  .mobile\:gap-y-32{
    row-gap: 8rem;
  }

  .mobile\:gap-y-36{
    row-gap: 9rem;
  }

  .mobile\:gap-y-40{
    row-gap: 10rem;
  }

  .mobile\:gap-y-44{
    row-gap: 11rem;
  }

  .mobile\:gap-y-48{
    row-gap: 12rem;
  }

  .mobile\:gap-y-52{
    row-gap: 13rem;
  }

  .mobile\:gap-y-56{
    row-gap: 14rem;
  }

  .mobile\:gap-y-60{
    row-gap: 15rem;
  }

  .mobile\:gap-y-64{
    row-gap: 16rem;
  }

  .mobile\:gap-y-72{
    row-gap: 18rem;
  }

  .mobile\:gap-y-80{
    row-gap: 20rem;
  }

  .mobile\:gap-y-96{
    row-gap: 24rem;
  }

  .mobile\:gap-y-px{
    row-gap: 1px;
  }

  .mobile\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .mobile\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .mobile\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .mobile\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .mobile\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .mobile\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .mobile\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .mobile\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .mobile\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .mobile\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .mobile\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .mobile\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .mobile\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .mobile\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .mobile\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .mobile\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .mobile\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .mobile\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .mobile\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .mobile\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .mobile\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .mobile\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .mobile\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .mobile\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .mobile\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .mobile\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .mobile\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .mobile\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .mobile\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .mobile\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .mobile\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .mobile\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .mobile\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .mobile\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .mobile\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .mobile\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .mobile\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .mobile\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .mobile\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .mobile\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .mobile\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .mobile\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .mobile\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .mobile\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .mobile\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .mobile\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .mobile\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .mobile\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .mobile\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .mobile\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .mobile\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .mobile\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .mobile\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .mobile\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .mobile\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .mobile\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .mobile\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .mobile\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .mobile\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .mobile\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .mobile\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .mobile\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .mobile\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .mobile\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .mobile\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .mobile\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .mobile\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .mobile\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .mobile\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .mobile\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .mobile\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .mobile\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .mobile\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .mobile\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .mobile\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .mobile\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .mobile\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .mobile\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .mobile\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .mobile\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .mobile\:place-self-auto{
    place-self: auto;
  }

  .mobile\:place-self-start{
    place-self: start;
  }

  .mobile\:place-self-end{
    place-self: end;
  }

  .mobile\:place-self-center{
    place-self: center;
  }

  .mobile\:place-self-stretch{
    place-self: stretch;
  }

  .mobile\:self-auto{
    align-self: auto;
  }

  .mobile\:self-start{
    align-self: flex-start;
  }

  .mobile\:self-end{
    align-self: flex-end;
  }

  .mobile\:self-center{
    align-self: center;
  }

  .mobile\:self-stretch{
    align-self: stretch;
  }

  .mobile\:self-baseline{
    align-self: baseline;
  }

  .mobile\:justify-self-auto{
    justify-self: auto;
  }

  .mobile\:justify-self-start{
    justify-self: start;
  }

  .mobile\:justify-self-end{
    justify-self: end;
  }

  .mobile\:justify-self-center{
    justify-self: center;
  }

  .mobile\:justify-self-stretch{
    justify-self: stretch;
  }

  .mobile\:overflow-auto{
    overflow: auto;
  }

  .mobile\:overflow-hidden{
    overflow: hidden;
  }

  .mobile\:overflow-visible{
    overflow: visible;
  }

  .mobile\:overflow-scroll{
    overflow: scroll;
  }

  .mobile\:overflow-x-auto{
    overflow-x: auto;
  }

  .mobile\:overflow-y-auto{
    overflow-y: auto;
  }

  .mobile\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .mobile\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .mobile\:overflow-x-visible{
    overflow-x: visible;
  }

  .mobile\:overflow-y-visible{
    overflow-y: visible;
  }

  .mobile\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .mobile\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .mobile\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .mobile\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .mobile\:overscroll-none{
    overscroll-behavior: none;
  }

  .mobile\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .mobile\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .mobile\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .mobile\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .mobile\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .mobile\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .mobile\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .mobile\:overflow-clip{
    text-overflow: clip;
  }

  .mobile\:whitespace-normal{
    white-space: normal;
  }

  .mobile\:whitespace-nowrap{
    white-space: nowrap;
  }

  .mobile\:whitespace-pre{
    white-space: pre;
  }

  .mobile\:whitespace-pre-line{
    white-space: pre-line;
  }

  .mobile\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .mobile\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .mobile\:break-words{
    overflow-wrap: break-word;
  }

  .mobile\:break-all{
    word-break: break-all;
  }

  .mobile\:rounded-none{
    border-radius: 0px;
  }

  .mobile\:rounded-sm{
    border-radius: 0.125rem;
  }

  .mobile\:rounded{
    border-radius: 0.25rem;
  }

  .mobile\:rounded-md{
    border-radius: 0.375rem;
  }

  .mobile\:rounded-lg{
    border-radius: 0.5rem;
  }

  .mobile\:rounded-xl{
    border-radius: 0.75rem;
  }

  .mobile\:rounded-2xl{
    border-radius: 1rem;
  }

  .mobile\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .mobile\:rounded-full{
    border-radius: 9999px;
  }

  .mobile\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .mobile\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .mobile\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .mobile\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .mobile\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .mobile\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .mobile\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .mobile\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .mobile\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .mobile\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .mobile\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .mobile\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .mobile\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .mobile\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .mobile\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .mobile\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .mobile\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .mobile\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .mobile\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .mobile\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .mobile\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .mobile\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .mobile\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .mobile\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .mobile\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .mobile\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .mobile\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .mobile\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .mobile\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .mobile\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .mobile\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .mobile\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .mobile\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .mobile\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .mobile\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .mobile\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .mobile\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .mobile\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .mobile\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .mobile\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .mobile\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .mobile\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .mobile\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .mobile\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .mobile\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .mobile\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .mobile\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .mobile\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .mobile\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .mobile\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .mobile\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .mobile\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .mobile\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .mobile\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .mobile\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .mobile\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .mobile\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .mobile\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .mobile\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .mobile\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .mobile\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .mobile\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .mobile\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .mobile\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .mobile\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .mobile\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .mobile\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .mobile\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .mobile\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .mobile\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .mobile\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .mobile\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .mobile\:border-0{
    border-width: 0px;
  }

  .mobile\:border-2{
    border-width: 2px;
  }

  .mobile\:border-4{
    border-width: 4px;
  }

  .mobile\:border-8{
    border-width: 8px;
  }

  .mobile\:border{
    border-width: 1px;
  }

  .mobile\:border-t-0{
    border-top-width: 0px;
  }

  .mobile\:border-t-2{
    border-top-width: 2px;
  }

  .mobile\:border-t-4{
    border-top-width: 4px;
  }

  .mobile\:border-t-8{
    border-top-width: 8px;
  }

  .mobile\:border-t{
    border-top-width: 1px;
  }

  .mobile\:border-r-0{
    border-right-width: 0px;
  }

  .mobile\:border-r-2{
    border-right-width: 2px;
  }

  .mobile\:border-r-4{
    border-right-width: 4px;
  }

  .mobile\:border-r-8{
    border-right-width: 8px;
  }

  .mobile\:border-r{
    border-right-width: 1px;
  }

  .mobile\:border-b-0{
    border-bottom-width: 0px;
  }

  .mobile\:border-b-2{
    border-bottom-width: 2px;
  }

  .mobile\:border-b-4{
    border-bottom-width: 4px;
  }

  .mobile\:border-b-8{
    border-bottom-width: 8px;
  }

  .mobile\:border-b{
    border-bottom-width: 1px;
  }

  .mobile\:border-l-0{
    border-left-width: 0px;
  }

  .mobile\:border-l-2{
    border-left-width: 2px;
  }

  .mobile\:border-l-4{
    border-left-width: 4px;
  }

  .mobile\:border-l-8{
    border-left-width: 8px;
  }

  .mobile\:border-l{
    border-left-width: 1px;
  }

  .mobile\:border-solid{
    border-style: solid;
  }

  .mobile\:border-dashed{
    border-style: dashed;
  }

  .mobile\:border-dotted{
    border-style: dotted;
  }

  .mobile\:border-double{
    border-style: double;
  }

  .mobile\:border-none{
    border-style: none;
  }

  .mobile\:border-transparent{
    border-color: transparent;
  }

  .mobile\:border-current{
    border-color: currentColor;
  }

  .mobile\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .mobile\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mobile\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .mobile\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .mobile\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .mobile\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .mobile\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .mobile\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .mobile\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .mobile\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .mobile\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .mobile\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .mobile\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .mobile\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .mobile\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .mobile\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .mobile\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .mobile\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .mobile\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .mobile\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .mobile\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .mobile\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .mobile\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .mobile\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .mobile\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .mobile\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .mobile\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .mobile\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .mobile\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .mobile\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .mobile\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .mobile\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .mobile\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .mobile\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .mobile\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .mobile\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .mobile\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .mobile\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .mobile\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .mobile\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .mobile\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .mobile\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .mobile\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mobile\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .mobile\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .mobile\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .mobile\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .mobile\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .mobile\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .mobile\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .mobile\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .mobile\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .mobile\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .mobile\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .mobile\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .mobile\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .mobile\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .mobile\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .mobile\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .mobile\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .mobile\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .mobile\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .mobile\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .mobile\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .mobile\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .mobile\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .mobile\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .mobile\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .mobile\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .mobile\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .mobile\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .mobile\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .mobile\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .mobile\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .mobile\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .mobile\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .mobile\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .mobile\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .mobile\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .mobile\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .mobile\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .mobile\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .mobile\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .mobile\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .mobile\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .mobile\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .mobile\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .mobile\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .mobile\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .mobile\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .mobile\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .mobile\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .mobile\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .mobile\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .mobile\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .mobile\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .mobile\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .mobile\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .mobile\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .mobile\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .mobile\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .mobile\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .mobile\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .mobile\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .mobile\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .mobile\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .mobile\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .mobile\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .mobile\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .mobile\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .mobile\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .mobile\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .mobile\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .mobile\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .mobile\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .mobile\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .mobile\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .mobile\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .mobile\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .mobile\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .mobile\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .mobile\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .mobile\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .mobile\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .mobile\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .mobile\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .mobile\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .mobile\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .mobile\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .mobile\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .mobile\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .mobile\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .mobile\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .mobile\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .mobile\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .mobile\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .mobile\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .mobile\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .mobile\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .mobile\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .mobile\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .mobile\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .mobile\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .mobile\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .mobile\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .mobile\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .mobile\:bg-transparent{
    background-color: transparent;
  }

  .mobile\:bg-current{
    background-color: currentColor;
  }

  .mobile\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .mobile\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .mobile\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .mobile\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .mobile\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .mobile\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .mobile\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .mobile\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .mobile\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .mobile\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .mobile\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .mobile\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .mobile\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .mobile\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .mobile\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .mobile\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .mobile\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .mobile\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .mobile\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .mobile\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .mobile\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .mobile\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .mobile\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mobile\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .mobile\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .mobile\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .mobile\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .mobile\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .mobile\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .mobile\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .mobile\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .mobile\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .mobile\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .mobile\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .mobile\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .mobile\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .mobile\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .mobile\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .mobile\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .mobile\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .mobile\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .mobile\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .mobile\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .mobile\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .mobile\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .mobile\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .mobile\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .mobile\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .mobile\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .mobile\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .mobile\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .mobile\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .mobile\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .mobile\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .mobile\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .mobile\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .mobile\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .mobile\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .mobile\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .mobile\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .mobile\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .mobile\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .mobile\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .mobile\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .mobile\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .mobile\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .mobile\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .mobile\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .mobile\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .mobile\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .mobile\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .mobile\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .mobile\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .mobile\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .mobile\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .mobile\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .mobile\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .mobile\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .mobile\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .mobile\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .mobile\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .mobile\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .mobile\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .mobile\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .mobile\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .mobile\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .mobile\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .mobile\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .mobile\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .mobile\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .mobile\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .mobile\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .mobile\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .mobile\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .mobile\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .mobile\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .mobile\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .mobile\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .mobile\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .mobile\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .mobile\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .mobile\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .mobile\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .mobile\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .mobile\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .mobile\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .mobile\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .mobile\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .mobile\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .mobile\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .mobile\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .mobile\:bg-none{
    background-image: none;
  }

  .mobile\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .mobile\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mobile\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mobile\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mobile\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mobile\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mobile\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mobile\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mobile\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mobile\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mobile\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mobile\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mobile\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mobile\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mobile\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mobile\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mobile\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mobile\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mobile\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mobile\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mobile\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mobile\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mobile\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mobile\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mobile\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mobile\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mobile\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mobile\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mobile\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mobile\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mobile\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mobile\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mobile\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mobile\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mobile\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mobile\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mobile\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mobile\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mobile\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mobile\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mobile\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mobile\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mobile\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mobile\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mobile\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mobile\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mobile\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mobile\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mobile\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mobile\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mobile\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mobile\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mobile\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mobile\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mobile\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mobile\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mobile\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mobile\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mobile\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mobile\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mobile\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mobile\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mobile\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mobile\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mobile\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mobile\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mobile\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mobile\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mobile\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mobile\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mobile\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mobile\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mobile\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mobile\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mobile\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mobile\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mobile\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mobile\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mobile\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mobile\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mobile\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mobile\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mobile\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mobile\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mobile\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mobile\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mobile\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mobile\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mobile\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mobile\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mobile\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mobile\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mobile\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mobile\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mobile\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mobile\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mobile\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mobile\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mobile\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mobile\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mobile\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mobile\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mobile\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mobile\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mobile\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mobile\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mobile\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mobile\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mobile\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mobile\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mobile\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mobile\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mobile\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mobile\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mobile\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mobile\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mobile\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mobile\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mobile\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mobile\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mobile\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mobile\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mobile\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mobile\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mobile\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mobile\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mobile\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mobile\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mobile\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mobile\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mobile\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mobile\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mobile\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mobile\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mobile\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mobile\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mobile\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mobile\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mobile\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mobile\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mobile\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mobile\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mobile\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mobile\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mobile\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mobile\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mobile\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mobile\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mobile\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mobile\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mobile\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mobile\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mobile\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mobile\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mobile\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mobile\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mobile\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mobile\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mobile\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mobile\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mobile\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mobile\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mobile\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mobile\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mobile\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mobile\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mobile\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mobile\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mobile\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mobile\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mobile\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mobile\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mobile\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mobile\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mobile\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mobile\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mobile\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mobile\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mobile\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mobile\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mobile\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mobile\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mobile\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mobile\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mobile\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mobile\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mobile\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mobile\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mobile\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mobile\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mobile\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mobile\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mobile\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mobile\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mobile\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mobile\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mobile\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mobile\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mobile\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mobile\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mobile\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mobile\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mobile\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mobile\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mobile\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mobile\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mobile\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mobile\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mobile\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mobile\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mobile\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mobile\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mobile\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mobile\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mobile\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mobile\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mobile\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mobile\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mobile\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mobile\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mobile\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mobile\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mobile\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mobile\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mobile\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mobile\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mobile\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mobile\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mobile\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mobile\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mobile\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mobile\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mobile\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mobile\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mobile\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mobile\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mobile\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mobile\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mobile\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mobile\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mobile\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mobile\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mobile\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mobile\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mobile\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mobile\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mobile\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mobile\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mobile\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mobile\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mobile\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mobile\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mobile\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mobile\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mobile\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mobile\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mobile\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mobile\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mobile\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mobile\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mobile\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mobile\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mobile\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mobile\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mobile\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mobile\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mobile\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mobile\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mobile\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mobile\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mobile\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mobile\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mobile\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mobile\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mobile\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mobile\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mobile\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mobile\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mobile\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mobile\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mobile\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mobile\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mobile\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mobile\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mobile\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mobile\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mobile\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mobile\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mobile\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mobile\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mobile\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mobile\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mobile\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mobile\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mobile\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mobile\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mobile\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mobile\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mobile\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mobile\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mobile\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mobile\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mobile\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mobile\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mobile\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mobile\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mobile\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .mobile\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .mobile\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .mobile\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .mobile\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .mobile\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .mobile\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .mobile\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .mobile\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .mobile\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .mobile\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .mobile\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .mobile\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .mobile\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .mobile\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .mobile\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .mobile\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .mobile\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .mobile\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .mobile\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .mobile\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .mobile\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .mobile\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .mobile\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .mobile\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .mobile\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .mobile\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .mobile\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .mobile\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .mobile\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .mobile\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .mobile\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .mobile\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .mobile\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .mobile\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .mobile\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .mobile\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .mobile\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .mobile\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .mobile\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .mobile\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .mobile\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .mobile\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .mobile\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .mobile\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .mobile\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .mobile\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .mobile\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .mobile\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .mobile\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .mobile\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .mobile\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .mobile\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .mobile\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .mobile\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .mobile\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .mobile\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .mobile\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .mobile\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .mobile\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .mobile\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .mobile\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .mobile\:to-current{
    --tw-gradient-to: currentColor;
  }

  .mobile\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .mobile\:to-black{
    --tw-gradient-to: #000;
  }

  .mobile\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .mobile\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .mobile\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .mobile\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .mobile\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .mobile\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .mobile\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .mobile\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .mobile\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .mobile\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .mobile\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .mobile\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .mobile\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .mobile\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .mobile\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .mobile\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .mobile\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .mobile\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .mobile\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .mobile\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .mobile\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .mobile\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .mobile\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .mobile\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .mobile\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .mobile\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .mobile\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .mobile\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .mobile\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .mobile\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .mobile\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .mobile\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .mobile\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .mobile\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .mobile\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .mobile\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .mobile\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .mobile\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .mobile\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .mobile\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .mobile\:to-white{
    --tw-gradient-to: #fff;
  }

  .mobile\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .mobile\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .mobile\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .mobile\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .mobile\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .mobile\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .mobile\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .mobile\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .mobile\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .mobile\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .mobile\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .mobile\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .mobile\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .mobile\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .mobile\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .mobile\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .mobile\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .mobile\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .mobile\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .mobile\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .mobile\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .mobile\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .mobile\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .mobile\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .mobile\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .mobile\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .mobile\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .mobile\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .mobile\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .mobile\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .mobile\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .mobile\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .mobile\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .mobile\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .mobile\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .mobile\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .mobile\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .mobile\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .mobile\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .mobile\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .mobile\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .mobile\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .mobile\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .mobile\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .mobile\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .mobile\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .mobile\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .mobile\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .mobile\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .mobile\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .mobile\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .mobile\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .mobile\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .mobile\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .mobile\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .mobile\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .mobile\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .mobile\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .mobile\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .mobile\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .mobile\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .mobile\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .mobile\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .mobile\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .mobile\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .mobile\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .mobile\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .mobile\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .mobile\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .mobile\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .mobile\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .mobile\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .mobile\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .mobile\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .mobile\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .mobile\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .mobile\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .mobile\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .mobile\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .mobile\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .mobile\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .mobile\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .mobile\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .mobile\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .mobile\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .mobile\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .mobile\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .mobile\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .mobile\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .mobile\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .mobile\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .mobile\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .mobile\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .mobile\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .mobile\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .mobile\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .mobile\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .mobile\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .mobile\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .mobile\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .mobile\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .mobile\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .mobile\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .mobile\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .mobile\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .mobile\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .mobile\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .mobile\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .mobile\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .mobile\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .mobile\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .mobile\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .mobile\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .mobile\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .mobile\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .mobile\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .mobile\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .mobile\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .mobile\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .mobile\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .mobile\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .mobile\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .mobile\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .mobile\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .mobile\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .mobile\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .mobile\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .mobile\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .mobile\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .mobile\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .mobile\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .mobile\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .mobile\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .mobile\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .mobile\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .mobile\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .mobile\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .mobile\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .mobile\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .mobile\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .mobile\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .mobile\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .mobile\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .mobile\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .mobile\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .mobile\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .mobile\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .mobile\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .mobile\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .mobile\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .mobile\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .mobile\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .mobile\:bg-auto{
    background-size: auto;
  }

  .mobile\:bg-cover{
    background-size: cover;
  }

  .mobile\:bg-contain{
    background-size: contain;
  }

  .mobile\:bg-fixed{
    background-attachment: fixed;
  }

  .mobile\:bg-local{
    background-attachment: local;
  }

  .mobile\:bg-scroll{
    background-attachment: scroll;
  }

  .mobile\:bg-clip-border{
    background-clip: border-box;
  }

  .mobile\:bg-clip-padding{
    background-clip: padding-box;
  }

  .mobile\:bg-clip-content{
    background-clip: content-box;
  }

  .mobile\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .mobile\:bg-bottom{
    background-position: bottom;
  }

  .mobile\:bg-center{
    background-position: center;
  }

  .mobile\:bg-left{
    background-position: left;
  }

  .mobile\:bg-left-bottom{
    background-position: left bottom;
  }

  .mobile\:bg-left-top{
    background-position: left top;
  }

  .mobile\:bg-right{
    background-position: right;
  }

  .mobile\:bg-right-bottom{
    background-position: right bottom;
  }

  .mobile\:bg-right-top{
    background-position: right top;
  }

  .mobile\:bg-top{
    background-position: top;
  }

  .mobile\:bg-repeat{
    background-repeat: repeat;
  }

  .mobile\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .mobile\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .mobile\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .mobile\:bg-repeat-round{
    background-repeat: round;
  }

  .mobile\:bg-repeat-space{
    background-repeat: space;
  }

  .mobile\:bg-origin-border{
    background-origin: border-box;
  }

  .mobile\:bg-origin-padding{
    background-origin: padding-box;
  }

  .mobile\:bg-origin-content{
    background-origin: content-box;
  }

  .mobile\:fill-current{
    fill: currentColor;
  }

  .mobile\:stroke-current{
    stroke: currentColor;
  }

  .mobile\:stroke-0{
    stroke-width: 0;
  }

  .mobile\:stroke-1{
    stroke-width: 1;
  }

  .mobile\:stroke-2{
    stroke-width: 2;
  }

  .mobile\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .mobile\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .mobile\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .mobile\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .mobile\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .mobile\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .mobile\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .mobile\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .mobile\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .mobile\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .mobile\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .mobile\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .mobile\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .mobile\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .mobile\:p-0{
    padding: 0px;
  }

  .mobile\:p-1{
    padding: 0.25rem;
  }

  .mobile\:p-2{
    padding: 0.5rem;
  }

  .mobile\:p-3{
    padding: 0.75rem;
  }

  .mobile\:p-4{
    padding: 1rem;
  }

  .mobile\:p-5{
    padding: 1.25rem;
  }

  .mobile\:p-6{
    padding: 1.5rem;
  }

  .mobile\:p-7{
    padding: 1.75rem;
  }

  .mobile\:p-8{
    padding: 2rem;
  }

  .mobile\:p-9{
    padding: 2.25rem;
  }

  .mobile\:p-10{
    padding: 2.5rem;
  }

  .mobile\:p-11{
    padding: 2.75rem;
  }

  .mobile\:p-12{
    padding: 3rem;
  }

  .mobile\:p-14{
    padding: 3.5rem;
  }

  .mobile\:p-16{
    padding: 4rem;
  }

  .mobile\:p-20{
    padding: 5rem;
  }

  .mobile\:p-24{
    padding: 6rem;
  }

  .mobile\:p-28{
    padding: 7rem;
  }

  .mobile\:p-32{
    padding: 8rem;
  }

  .mobile\:p-36{
    padding: 9rem;
  }

  .mobile\:p-40{
    padding: 10rem;
  }

  .mobile\:p-44{
    padding: 11rem;
  }

  .mobile\:p-48{
    padding: 12rem;
  }

  .mobile\:p-52{
    padding: 13rem;
  }

  .mobile\:p-56{
    padding: 14rem;
  }

  .mobile\:p-60{
    padding: 15rem;
  }

  .mobile\:p-64{
    padding: 16rem;
  }

  .mobile\:p-72{
    padding: 18rem;
  }

  .mobile\:p-80{
    padding: 20rem;
  }

  .mobile\:p-96{
    padding: 24rem;
  }

  .mobile\:p-px{
    padding: 1px;
  }

  .mobile\:p-0\.5{
    padding: 0.125rem;
  }

  .mobile\:p-1\.5{
    padding: 0.375rem;
  }

  .mobile\:p-2\.5{
    padding: 0.625rem;
  }

  .mobile\:p-3\.5{
    padding: 0.875rem;
  }

  .mobile\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .mobile\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .mobile\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .mobile\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .mobile\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mobile\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mobile\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .mobile\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .mobile\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mobile\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .mobile\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mobile\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .mobile\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .mobile\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .mobile\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .mobile\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .mobile\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .mobile\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .mobile\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .mobile\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .mobile\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .mobile\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .mobile\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .mobile\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .mobile\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .mobile\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .mobile\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .mobile\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .mobile\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .mobile\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .mobile\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .mobile\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .mobile\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .mobile\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .mobile\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .mobile\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .mobile\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mobile\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .mobile\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .mobile\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .mobile\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mobile\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .mobile\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mobile\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .mobile\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mobile\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .mobile\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mobile\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .mobile\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mobile\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .mobile\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .mobile\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .mobile\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .mobile\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .mobile\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .mobile\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .mobile\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .mobile\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .mobile\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .mobile\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .mobile\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .mobile\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .mobile\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .mobile\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .mobile\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .mobile\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .mobile\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .mobile\:pt-0{
    padding-top: 0px;
  }

  .mobile\:pt-1{
    padding-top: 0.25rem;
  }

  .mobile\:pt-2{
    padding-top: 0.5rem;
  }

  .mobile\:pt-3{
    padding-top: 0.75rem;
  }

  .mobile\:pt-4{
    padding-top: 1rem;
  }

  .mobile\:pt-5{
    padding-top: 1.25rem;
  }

  .mobile\:pt-6{
    padding-top: 1.5rem;
  }

  .mobile\:pt-7{
    padding-top: 1.75rem;
  }

  .mobile\:pt-8{
    padding-top: 2rem;
  }

  .mobile\:pt-9{
    padding-top: 2.25rem;
  }

  .mobile\:pt-10{
    padding-top: 2.5rem;
  }

  .mobile\:pt-11{
    padding-top: 2.75rem;
  }

  .mobile\:pt-12{
    padding-top: 3rem;
  }

  .mobile\:pt-14{
    padding-top: 3.5rem;
  }

  .mobile\:pt-16{
    padding-top: 4rem;
  }

  .mobile\:pt-20{
    padding-top: 5rem;
  }

  .mobile\:pt-24{
    padding-top: 6rem;
  }

  .mobile\:pt-28{
    padding-top: 7rem;
  }

  .mobile\:pt-32{
    padding-top: 8rem;
  }

  .mobile\:pt-36{
    padding-top: 9rem;
  }

  .mobile\:pt-40{
    padding-top: 10rem;
  }

  .mobile\:pt-44{
    padding-top: 11rem;
  }

  .mobile\:pt-48{
    padding-top: 12rem;
  }

  .mobile\:pt-52{
    padding-top: 13rem;
  }

  .mobile\:pt-56{
    padding-top: 14rem;
  }

  .mobile\:pt-60{
    padding-top: 15rem;
  }

  .mobile\:pt-64{
    padding-top: 16rem;
  }

  .mobile\:pt-72{
    padding-top: 18rem;
  }

  .mobile\:pt-80{
    padding-top: 20rem;
  }

  .mobile\:pt-96{
    padding-top: 24rem;
  }

  .mobile\:pt-px{
    padding-top: 1px;
  }

  .mobile\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .mobile\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .mobile\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .mobile\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .mobile\:pr-0{
    padding-right: 0px;
  }

  .mobile\:pr-1{
    padding-right: 0.25rem;
  }

  .mobile\:pr-2{
    padding-right: 0.5rem;
  }

  .mobile\:pr-3{
    padding-right: 0.75rem;
  }

  .mobile\:pr-4{
    padding-right: 1rem;
  }

  .mobile\:pr-5{
    padding-right: 1.25rem;
  }

  .mobile\:pr-6{
    padding-right: 1.5rem;
  }

  .mobile\:pr-7{
    padding-right: 1.75rem;
  }

  .mobile\:pr-8{
    padding-right: 2rem;
  }

  .mobile\:pr-9{
    padding-right: 2.25rem;
  }

  .mobile\:pr-10{
    padding-right: 2.5rem;
  }

  .mobile\:pr-11{
    padding-right: 2.75rem;
  }

  .mobile\:pr-12{
    padding-right: 3rem;
  }

  .mobile\:pr-14{
    padding-right: 3.5rem;
  }

  .mobile\:pr-16{
    padding-right: 4rem;
  }

  .mobile\:pr-20{
    padding-right: 5rem;
  }

  .mobile\:pr-24{
    padding-right: 6rem;
  }

  .mobile\:pr-28{
    padding-right: 7rem;
  }

  .mobile\:pr-32{
    padding-right: 8rem;
  }

  .mobile\:pr-36{
    padding-right: 9rem;
  }

  .mobile\:pr-40{
    padding-right: 10rem;
  }

  .mobile\:pr-44{
    padding-right: 11rem;
  }

  .mobile\:pr-48{
    padding-right: 12rem;
  }

  .mobile\:pr-52{
    padding-right: 13rem;
  }

  .mobile\:pr-56{
    padding-right: 14rem;
  }

  .mobile\:pr-60{
    padding-right: 15rem;
  }

  .mobile\:pr-64{
    padding-right: 16rem;
  }

  .mobile\:pr-72{
    padding-right: 18rem;
  }

  .mobile\:pr-80{
    padding-right: 20rem;
  }

  .mobile\:pr-96{
    padding-right: 24rem;
  }

  .mobile\:pr-px{
    padding-right: 1px;
  }

  .mobile\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .mobile\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .mobile\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .mobile\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .mobile\:pb-0{
    padding-bottom: 0px;
  }

  .mobile\:pb-1{
    padding-bottom: 0.25rem;
  }

  .mobile\:pb-2{
    padding-bottom: 0.5rem;
  }

  .mobile\:pb-3{
    padding-bottom: 0.75rem;
  }

  .mobile\:pb-4{
    padding-bottom: 1rem;
  }

  .mobile\:pb-5{
    padding-bottom: 1.25rem;
  }

  .mobile\:pb-6{
    padding-bottom: 1.5rem;
  }

  .mobile\:pb-7{
    padding-bottom: 1.75rem;
  }

  .mobile\:pb-8{
    padding-bottom: 2rem;
  }

  .mobile\:pb-9{
    padding-bottom: 2.25rem;
  }

  .mobile\:pb-10{
    padding-bottom: 2.5rem;
  }

  .mobile\:pb-11{
    padding-bottom: 2.75rem;
  }

  .mobile\:pb-12{
    padding-bottom: 3rem;
  }

  .mobile\:pb-14{
    padding-bottom: 3.5rem;
  }

  .mobile\:pb-16{
    padding-bottom: 4rem;
  }

  .mobile\:pb-20{
    padding-bottom: 5rem;
  }

  .mobile\:pb-24{
    padding-bottom: 6rem;
  }

  .mobile\:pb-28{
    padding-bottom: 7rem;
  }

  .mobile\:pb-32{
    padding-bottom: 8rem;
  }

  .mobile\:pb-36{
    padding-bottom: 9rem;
  }

  .mobile\:pb-40{
    padding-bottom: 10rem;
  }

  .mobile\:pb-44{
    padding-bottom: 11rem;
  }

  .mobile\:pb-48{
    padding-bottom: 12rem;
  }

  .mobile\:pb-52{
    padding-bottom: 13rem;
  }

  .mobile\:pb-56{
    padding-bottom: 14rem;
  }

  .mobile\:pb-60{
    padding-bottom: 15rem;
  }

  .mobile\:pb-64{
    padding-bottom: 16rem;
  }

  .mobile\:pb-72{
    padding-bottom: 18rem;
  }

  .mobile\:pb-80{
    padding-bottom: 20rem;
  }

  .mobile\:pb-96{
    padding-bottom: 24rem;
  }

  .mobile\:pb-px{
    padding-bottom: 1px;
  }

  .mobile\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .mobile\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .mobile\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .mobile\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .mobile\:pl-0{
    padding-left: 0px;
  }

  .mobile\:pl-1{
    padding-left: 0.25rem;
  }

  .mobile\:pl-2{
    padding-left: 0.5rem;
  }

  .mobile\:pl-3{
    padding-left: 0.75rem;
  }

  .mobile\:pl-4{
    padding-left: 1rem;
  }

  .mobile\:pl-5{
    padding-left: 1.25rem;
  }

  .mobile\:pl-6{
    padding-left: 1.5rem;
  }

  .mobile\:pl-7{
    padding-left: 1.75rem;
  }

  .mobile\:pl-8{
    padding-left: 2rem;
  }

  .mobile\:pl-9{
    padding-left: 2.25rem;
  }

  .mobile\:pl-10{
    padding-left: 2.5rem;
  }

  .mobile\:pl-11{
    padding-left: 2.75rem;
  }

  .mobile\:pl-12{
    padding-left: 3rem;
  }

  .mobile\:pl-14{
    padding-left: 3.5rem;
  }

  .mobile\:pl-16{
    padding-left: 4rem;
  }

  .mobile\:pl-20{
    padding-left: 5rem;
  }

  .mobile\:pl-24{
    padding-left: 6rem;
  }

  .mobile\:pl-28{
    padding-left: 7rem;
  }

  .mobile\:pl-32{
    padding-left: 8rem;
  }

  .mobile\:pl-36{
    padding-left: 9rem;
  }

  .mobile\:pl-40{
    padding-left: 10rem;
  }

  .mobile\:pl-44{
    padding-left: 11rem;
  }

  .mobile\:pl-48{
    padding-left: 12rem;
  }

  .mobile\:pl-52{
    padding-left: 13rem;
  }

  .mobile\:pl-56{
    padding-left: 14rem;
  }

  .mobile\:pl-60{
    padding-left: 15rem;
  }

  .mobile\:pl-64{
    padding-left: 16rem;
  }

  .mobile\:pl-72{
    padding-left: 18rem;
  }

  .mobile\:pl-80{
    padding-left: 20rem;
  }

  .mobile\:pl-96{
    padding-left: 24rem;
  }

  .mobile\:pl-px{
    padding-left: 1px;
  }

  .mobile\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .mobile\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .mobile\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .mobile\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .mobile\:text-left{
    text-align: left;
  }

  .mobile\:text-center{
    text-align: center;
  }

  .mobile\:text-right{
    text-align: right;
  }

  .mobile\:text-justify{
    text-align: justify;
  }

  .mobile\:align-baseline{
    vertical-align: baseline;
  }

  .mobile\:align-top{
    vertical-align: top;
  }

  .mobile\:align-middle{
    vertical-align: middle;
  }

  .mobile\:align-bottom{
    vertical-align: bottom;
  }

  .mobile\:align-text-top{
    vertical-align: text-top;
  }

  .mobile\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .mobile\:font-sans{
    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";
  }

  .mobile\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .mobile\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .mobile\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .mobile\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .mobile\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .mobile\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .mobile\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .mobile\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .mobile\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .mobile\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .mobile\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .mobile\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .mobile\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .mobile\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .mobile\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .mobile\:font-thin{
    font-weight: 100;
  }

  .mobile\:font-extralight{
    font-weight: 200;
  }

  .mobile\:font-light{
    font-weight: 300;
  }

  .mobile\:font-normal{
    font-weight: 400;
  }

  .mobile\:font-medium{
    font-weight: 500;
  }

  .mobile\:font-semibold{
    font-weight: 600;
  }

  .mobile\:font-bold{
    font-weight: 700;
  }

  .mobile\:font-extrabold{
    font-weight: 800;
  }

  .mobile\:font-black{
    font-weight: 900;
  }

  .mobile\:uppercase{
    text-transform: uppercase;
  }

  .mobile\:lowercase{
    text-transform: lowercase;
  }

  .mobile\:capitalize{
    text-transform: capitalize;
  }

  .mobile\:normal-case{
    text-transform: none;
  }

  .mobile\:italic{
    font-style: italic;
  }

  .mobile\:not-italic{
    font-style: normal;
  }

  .mobile\:ordinal, .mobile\:slashed-zero, .mobile\:lining-nums, .mobile\:oldstyle-nums, .mobile\:proportional-nums, .mobile\:tabular-nums, .mobile\:diagonal-fractions, .mobile\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .mobile\:normal-nums{
    font-variant-numeric: normal;
  }

  .mobile\:ordinal{
    --tw-ordinal: ordinal;
  }

  .mobile\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .mobile\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .mobile\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .mobile\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .mobile\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .mobile\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .mobile\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .mobile\:leading-3{
    line-height: .75rem;
  }

  .mobile\:leading-4{
    line-height: 1rem;
  }

  .mobile\:leading-5{
    line-height: 1.25rem;
  }

  .mobile\:leading-6{
    line-height: 1.5rem;
  }

  .mobile\:leading-7{
    line-height: 1.75rem;
  }

  .mobile\:leading-8{
    line-height: 2rem;
  }

  .mobile\:leading-9{
    line-height: 2.25rem;
  }

  .mobile\:leading-10{
    line-height: 2.5rem;
  }

  .mobile\:leading-none{
    line-height: 1;
  }

  .mobile\:leading-tight{
    line-height: 1.25;
  }

  .mobile\:leading-snug{
    line-height: 1.375;
  }

  .mobile\:leading-normal{
    line-height: 1.5;
  }

  .mobile\:leading-relaxed{
    line-height: 1.625;
  }

  .mobile\:leading-loose{
    line-height: 2;
  }

  .mobile\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .mobile\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .mobile\:tracking-normal{
    letter-spacing: 0em;
  }

  .mobile\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .mobile\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .mobile\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .mobile\:text-transparent{
    color: transparent;
  }

  .mobile\:text-current{
    color: currentColor;
  }

  .mobile\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .mobile\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mobile\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .mobile\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .mobile\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .mobile\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .mobile\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .mobile\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .mobile\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .mobile\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .mobile\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .mobile\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .mobile\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .mobile\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .mobile\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .mobile\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .mobile\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .mobile\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .mobile\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .mobile\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .mobile\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .mobile\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .mobile\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .mobile\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .mobile\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .mobile\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .mobile\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .mobile\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .mobile\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .mobile\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .mobile\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .mobile\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .mobile\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .mobile\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .mobile\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .mobile\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .mobile\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .mobile\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .mobile\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .mobile\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .mobile\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .mobile\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .mobile\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mobile\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .mobile\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .mobile\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .mobile\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .mobile\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .mobile\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .mobile\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .mobile\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .mobile\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .mobile\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .mobile\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .mobile\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .mobile\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .mobile\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .mobile\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .mobile\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .mobile\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .mobile\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .mobile\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .mobile\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .mobile\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .mobile\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .mobile\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .mobile\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-transparent:hover{
    color: transparent;
  }

  .mobile\:hover\:text-current:hover{
    color: currentColor;
  }

  .mobile\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-transparent:focus{
    color: transparent;
  }

  .mobile\:focus\:text-current:focus{
    color: currentColor;
  }

  .mobile\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .mobile\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .mobile\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .mobile\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .mobile\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .mobile\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .mobile\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .mobile\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .mobile\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .mobile\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .mobile\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .mobile\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .mobile\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .mobile\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .mobile\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .mobile\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .mobile\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .mobile\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .mobile\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .mobile\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .mobile\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .mobile\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .mobile\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .mobile\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .mobile\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .mobile\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .mobile\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .mobile\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .mobile\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .mobile\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .mobile\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .mobile\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .mobile\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .mobile\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .mobile\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .mobile\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .mobile\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .mobile\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .mobile\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .mobile\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .mobile\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .mobile\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .mobile\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .mobile\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .mobile\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .mobile\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .mobile\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .mobile\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .mobile\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .mobile\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .mobile\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .mobile\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .mobile\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .mobile\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .mobile\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .mobile\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .mobile\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .mobile\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .mobile\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .mobile\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .mobile\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .mobile\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .mobile\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .mobile\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .mobile\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .mobile\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .mobile\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .mobile\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .mobile\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .mobile\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .mobile\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .mobile\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .mobile\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .mobile\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .mobile\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .mobile\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .mobile\:underline{
    text-decoration: underline;
  }

  .mobile\:line-through{
    text-decoration: line-through;
  }

  .mobile\:no-underline{
    text-decoration: none;
  }

  .group:hover .mobile\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .mobile\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .mobile\:group-hover\:no-underline{
    text-decoration: none;
  }

  .mobile\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .mobile\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .mobile\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .mobile\:hover\:underline:hover{
    text-decoration: underline;
  }

  .mobile\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .mobile\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .mobile\:focus\:underline:focus{
    text-decoration: underline;
  }

  .mobile\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .mobile\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .mobile\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .mobile\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .mobile\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .mobile\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .mobile\:placeholder-current::placeholder{
    color: currentColor;
  }

  .mobile\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .mobile\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .mobile\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .mobile\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .mobile\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mobile\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mobile\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mobile\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mobile\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mobile\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mobile\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mobile\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mobile\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mobile\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mobile\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mobile\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mobile\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mobile\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mobile\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mobile\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mobile\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mobile\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mobile\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mobile\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mobile\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mobile\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mobile\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mobile\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mobile\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mobile\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mobile\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mobile\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mobile\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mobile\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mobile\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mobile\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mobile\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mobile\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mobile\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mobile\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mobile\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mobile\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mobile\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mobile\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mobile\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mobile\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mobile\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mobile\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mobile\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mobile\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mobile\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mobile\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mobile\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mobile\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mobile\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mobile\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mobile\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mobile\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mobile\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mobile\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mobile\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mobile\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mobile\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mobile\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mobile\:opacity-0{
    opacity: 0;
  }

  .mobile\:opacity-5{
    opacity: 0.05;
  }

  .mobile\:opacity-10{
    opacity: 0.1;
  }

  .mobile\:opacity-20{
    opacity: 0.2;
  }

  .mobile\:opacity-25{
    opacity: 0.25;
  }

  .mobile\:opacity-30{
    opacity: 0.3;
  }

  .mobile\:opacity-40{
    opacity: 0.4;
  }

  .mobile\:opacity-50{
    opacity: 0.5;
  }

  .mobile\:opacity-60{
    opacity: 0.6;
  }

  .mobile\:opacity-70{
    opacity: 0.7;
  }

  .mobile\:opacity-75{
    opacity: 0.75;
  }

  .mobile\:opacity-80{
    opacity: 0.8;
  }

  .mobile\:opacity-90{
    opacity: 0.9;
  }

  .mobile\:opacity-95{
    opacity: 0.95;
  }

  .mobile\:opacity-100{
    opacity: 1;
  }

  .group:hover .mobile\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .mobile\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .mobile\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .mobile\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .mobile\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .mobile\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .mobile\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .mobile\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .mobile\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .mobile\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .mobile\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .mobile\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .mobile\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .mobile\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .mobile\:group-hover\:opacity-100{
    opacity: 1;
  }

  .mobile\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .mobile\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .mobile\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .mobile\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .mobile\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .mobile\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .mobile\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .mobile\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .mobile\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .mobile\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .mobile\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .mobile\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .mobile\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .mobile\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .mobile\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .mobile\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .mobile\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .mobile\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .mobile\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .mobile\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .mobile\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .mobile\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .mobile\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .mobile\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .mobile\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .mobile\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .mobile\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .mobile\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .mobile\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .mobile\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .mobile\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .mobile\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .mobile\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .mobile\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .mobile\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .mobile\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .mobile\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .mobile\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .mobile\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .mobile\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .mobile\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .mobile\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .mobile\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .mobile\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .mobile\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .mobile\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .mobile\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .mobile\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .mobile\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .mobile\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .mobile\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .mobile\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .mobile\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .mobile\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .mobile\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .mobile\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .mobile\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .mobile\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .mobile\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .mobile\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .mobile\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .mobile\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .mobile\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .mobile\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .mobile\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .mobile\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .mobile\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .mobile\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .mobile\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .mobile\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .mobile\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .mobile\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .mobile\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .mobile\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .mobile\:bg-blend-color{
    background-blend-mode: color;
  }

  .mobile\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .mobile\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .mobile\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .mobile\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .mobile\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .mobile\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .mobile\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .mobile\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .mobile\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .mobile\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .mobile\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .mobile\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .mobile\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .mobile\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .mobile\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .mobile\:mix-blend-color{
    mix-blend-mode: color;
  }

  .mobile\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .mobile\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .mobile\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .mobile\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .mobile\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .mobile\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .mobile\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .mobile\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .mobile\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .mobile\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .mobile\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring-inset{
    --tw-ring-inset: inset;
  }

  .mobile\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .mobile\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .mobile\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .mobile\:ring-current{
    --tw-ring-color: currentColor;
  }

  .mobile\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .mobile\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .mobile\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .mobile\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .mobile\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .mobile\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .mobile\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .mobile\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .mobile\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .mobile\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .mobile\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .mobile\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .mobile\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .mobile\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .mobile\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .mobile\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .mobile\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .mobile\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .mobile\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .mobile\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .mobile\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .mobile\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .mobile\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .mobile\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .mobile\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .mobile\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .mobile\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .mobile\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .mobile\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .mobile\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .mobile\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .mobile\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .mobile\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .mobile\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .mobile\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .mobile\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .mobile\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .mobile\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .mobile\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .mobile\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .mobile\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .mobile\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .mobile\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .mobile\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .mobile\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .mobile\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .mobile\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .mobile\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .mobile\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .mobile\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .mobile\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .mobile\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .mobile\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .mobile\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .mobile\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .mobile\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .mobile\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .mobile\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .mobile\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .mobile\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .mobile\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .mobile\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .mobile\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .mobile\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .mobile\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .mobile\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .mobile\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .mobile\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .mobile\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .mobile\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .mobile\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .mobile\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .mobile\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .mobile\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .mobile\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .mobile\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .mobile\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .mobile\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .mobile\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .mobile\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .mobile\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .mobile\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .mobile\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .mobile\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .mobile\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .mobile\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .mobile\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .mobile\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .mobile\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .mobile\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .mobile\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .mobile\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .mobile\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .mobile\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .mobile\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .mobile\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .mobile\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .mobile\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .mobile\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .mobile\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .mobile\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .mobile\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .mobile\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .mobile\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .mobile\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .mobile\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .mobile\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .mobile\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .mobile\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .mobile\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .mobile\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .mobile\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .mobile\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .mobile\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .mobile\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .mobile\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .mobile\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .mobile\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .mobile\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .mobile\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .mobile\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .mobile\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .mobile\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .mobile\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .mobile\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .mobile\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .mobile\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .mobile\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .mobile\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .mobile\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .mobile\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .mobile\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .mobile\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .mobile\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .mobile\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .mobile\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .mobile\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .mobile\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .mobile\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .mobile\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .mobile\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .mobile\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .mobile\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .mobile\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .mobile\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .mobile\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .mobile\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .mobile\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .mobile\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .mobile\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .mobile\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .mobile\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .mobile\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .mobile\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .mobile\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .mobile\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .mobile\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .mobile\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .mobile\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .mobile\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .mobile\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .mobile\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .mobile\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .mobile\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .mobile\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .mobile\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .mobile\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .mobile\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .mobile\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .mobile\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .mobile\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .mobile\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .mobile\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .mobile\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .mobile\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .mobile\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .mobile\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .mobile\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .mobile\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .mobile\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .mobile\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .mobile\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .mobile\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .mobile\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .mobile\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .mobile\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .mobile\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .mobile\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .mobile\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .mobile\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .mobile\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .mobile\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .mobile\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .mobile\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .mobile\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .mobile\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .mobile\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .mobile\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .mobile\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .mobile\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .mobile\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .mobile\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .mobile\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .mobile\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .mobile\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .mobile\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .mobile\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .mobile\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .mobile\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .mobile\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .mobile\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .mobile\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .mobile\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .mobile\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .mobile\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .mobile\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .mobile\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .mobile\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .mobile\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .mobile\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .mobile\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .mobile\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .mobile\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .mobile\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .mobile\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .mobile\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .mobile\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .mobile\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .mobile\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .mobile\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .mobile\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .mobile\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .mobile\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .mobile\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .mobile\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .mobile\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .mobile\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .mobile\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .mobile\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .mobile\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .mobile\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .mobile\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .mobile\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .mobile\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .mobile\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .mobile\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .mobile\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .mobile\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .mobile\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .mobile\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .mobile\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .mobile\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .mobile\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .mobile\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .mobile\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .mobile\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .mobile\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .mobile\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .mobile\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .mobile\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .mobile\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .mobile\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .mobile\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .mobile\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .mobile\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .mobile\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .mobile\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .mobile\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .mobile\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .mobile\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .mobile\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .mobile\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .mobile\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .mobile\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .mobile\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .mobile\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .mobile\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .mobile\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .mobile\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .mobile\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .mobile\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .mobile\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .mobile\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .mobile\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .mobile\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .mobile\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .mobile\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .mobile\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .mobile\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .mobile\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .mobile\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .mobile\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .mobile\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .mobile\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .mobile\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .mobile\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .mobile\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .mobile\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .mobile\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .mobile\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .mobile\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .mobile\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .mobile\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .mobile\:filter-none{
    filter: none;
  }

  .mobile\:blur-0{
    --tw-blur: blur(0);
  }

  .mobile\:blur-none{
    --tw-blur: blur(0);
  }

  .mobile\:blur-sm{
    --tw-blur: blur(4px);
  }

  .mobile\:blur{
    --tw-blur: blur(8px);
  }

  .mobile\:blur-md{
    --tw-blur: blur(12px);
  }

  .mobile\:blur-lg{
    --tw-blur: blur(16px);
  }

  .mobile\:blur-xl{
    --tw-blur: blur(24px);
  }

  .mobile\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .mobile\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .mobile\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .mobile\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .mobile\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .mobile\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .mobile\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .mobile\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .mobile\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .mobile\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .mobile\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .mobile\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .mobile\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .mobile\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .mobile\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .mobile\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .mobile\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .mobile\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .mobile\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .mobile\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .mobile\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .mobile\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .mobile\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .mobile\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .mobile\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .mobile\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .mobile\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .mobile\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .mobile\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .mobile\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .mobile\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .mobile\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .mobile\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .mobile\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .mobile\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .mobile\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .mobile\:invert-0{
    --tw-invert: invert(0);
  }

  .mobile\:invert{
    --tw-invert: invert(100%);
  }

  .mobile\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .mobile\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .mobile\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .mobile\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .mobile\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .mobile\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .mobile\:sepia{
    --tw-sepia: sepia(100%);
  }

  .mobile\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .mobile\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .mobile\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .mobile\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .mobile\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .mobile\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .mobile\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .mobile\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .mobile\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .mobile\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .mobile\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .mobile\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .mobile\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .mobile\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .mobile\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .mobile\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .mobile\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .mobile\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .mobile\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .mobile\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .mobile\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .mobile\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .mobile\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .mobile\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .mobile\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .mobile\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .mobile\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .mobile\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .mobile\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .mobile\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .mobile\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .mobile\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .mobile\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .mobile\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .mobile\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .mobile\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .mobile\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .mobile\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .mobile\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .mobile\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .mobile\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .mobile\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .mobile\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .mobile\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .mobile\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .mobile\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .mobile\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .mobile\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .mobile\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .mobile\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .mobile\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .mobile\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .mobile\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .mobile\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .mobile\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .mobile\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .mobile\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .mobile\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .mobile\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .mobile\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .mobile\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .mobile\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .mobile\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .mobile\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .mobile\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .mobile\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .mobile\:transition-none{
    transition-property: none;
  }

  .mobile\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:delay-75{
    transition-delay: 75ms;
  }

  .mobile\:delay-100{
    transition-delay: 100ms;
  }

  .mobile\:delay-150{
    transition-delay: 150ms;
  }

  .mobile\:delay-200{
    transition-delay: 200ms;
  }

  .mobile\:delay-300{
    transition-delay: 300ms;
  }

  .mobile\:delay-500{
    transition-delay: 500ms;
  }

  .mobile\:delay-700{
    transition-delay: 700ms;
  }

  .mobile\:delay-1000{
    transition-delay: 1000ms;
  }

  .mobile\:duration-75{
    transition-duration: 75ms;
  }

  .mobile\:duration-100{
    transition-duration: 100ms;
  }

  .mobile\:duration-150{
    transition-duration: 150ms;
  }

  .mobile\:duration-200{
    transition-duration: 200ms;
  }

  .mobile\:duration-300{
    transition-duration: 300ms;
  }

  .mobile\:duration-500{
    transition-duration: 500ms;
  }

  .mobile\:duration-700{
    transition-duration: 700ms;
  }

  .mobile\:duration-1000{
    transition-duration: 1000ms;
  }

  .mobile\:ease-linear{
    transition-timing-function: linear;
  }

  .mobile\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .mobile\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .mobile\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 359px){
  .smallMobile\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .smallMobile\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .smallMobile\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .smallMobile\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .smallMobile\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .smallMobile\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .smallMobile\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .smallMobile\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .smallMobile\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .smallMobile\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .smallMobile\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .smallMobile\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .smallMobile\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .smallMobile\:container{
      max-width: 1701px;
    }
  }

  .smallMobile\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .smallMobile\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallMobile\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .smallMobile\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .smallMobile\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .smallMobile\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .smallMobile\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .smallMobile\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .smallMobile\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .smallMobile\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .smallMobile\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .smallMobile\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .smallMobile\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .smallMobile\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .smallMobile\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .smallMobile\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .smallMobile\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .smallMobile\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .smallMobile\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .smallMobile\:prose code::before{
    content: "`";
  }

  .smallMobile\:prose code::after{
    content: "`";
  }

  .smallMobile\:prose a code{
    color: #111827;
  }

  .smallMobile\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .smallMobile\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .smallMobile\:prose pre code::before{
    content: "";
  }

  .smallMobile\:prose pre code::after{
    content: "";
  }

  .smallMobile\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .smallMobile\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .smallMobile\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .smallMobile\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .smallMobile\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .smallMobile\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .smallMobile\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .smallMobile\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .smallMobile\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallMobile\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallMobile\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallMobile\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallMobile\:prose h2 code{
    font-size: 0.875em;
  }

  .smallMobile\:prose h3 code{
    font-size: 0.9em;
  }

  .smallMobile\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .smallMobile\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .smallMobile\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .smallMobile\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .smallMobile\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .smallMobile\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .smallMobile\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .smallMobile\:prose ul ul, .smallMobile\:prose ul ol, .smallMobile\:prose ol ul, .smallMobile\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .smallMobile\:prose hr + *{
    margin-top: 0;
  }

  .smallMobile\:prose h2 + *{
    margin-top: 0;
  }

  .smallMobile\:prose h3 + *{
    margin-top: 0;
  }

  .smallMobile\:prose h4 + *{
    margin-top: 0;
  }

  .smallMobile\:prose thead th:first-child{
    padding-left: 0;
  }

  .smallMobile\:prose thead th:last-child{
    padding-right: 0;
  }

  .smallMobile\:prose tbody td:first-child{
    padding-left: 0;
  }

  .smallMobile\:prose tbody td:last-child{
    padding-right: 0;
  }

  .smallMobile\:prose > :first-child{
    margin-top: 0;
  }

  .smallMobile\:prose > :last-child{
    margin-bottom: 0;
  }

  .smallMobile\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .smallMobile\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .smallMobile\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .smallMobile\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .smallMobile\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .smallMobile\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .smallMobile\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .smallMobile\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .smallMobile\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .smallMobile\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .smallMobile\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .smallMobile\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallMobile\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .smallMobile\:prose-sm code{
    font-size: 0.8571429em;
  }

  .smallMobile\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .smallMobile\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .smallMobile\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .smallMobile\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .smallMobile\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .smallMobile\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .smallMobile\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .smallMobile\:prose-sm ol > li::before{
    left: 0;
  }

  .smallMobile\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .smallMobile\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .smallMobile\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .smallMobile\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .smallMobile\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .smallMobile\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .smallMobile\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .smallMobile\:prose-sm ul ul, .smallMobile\:prose-sm ul ol, .smallMobile\:prose-sm ol ul, .smallMobile\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .smallMobile\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .smallMobile\:prose-sm hr + *{
    margin-top: 0;
  }

  .smallMobile\:prose-sm h2 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-sm h3 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-sm h4 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .smallMobile\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .smallMobile\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .smallMobile\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .smallMobile\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .smallMobile\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .smallMobile\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .smallMobile\:prose-sm > :first-child{
    margin-top: 0;
  }

  .smallMobile\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .smallMobile\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .smallMobile\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallMobile\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .smallMobile\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .smallMobile\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .smallMobile\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .smallMobile\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .smallMobile\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .smallMobile\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .smallMobile\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .smallMobile\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .smallMobile\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallMobile\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .smallMobile\:prose-lg code{
    font-size: 0.8888889em;
  }

  .smallMobile\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .smallMobile\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .smallMobile\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .smallMobile\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallMobile\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallMobile\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .smallMobile\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .smallMobile\:prose-lg ol > li::before{
    left: 0;
  }

  .smallMobile\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .smallMobile\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .smallMobile\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .smallMobile\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallMobile\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallMobile\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallMobile\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallMobile\:prose-lg ul ul, .smallMobile\:prose-lg ul ol, .smallMobile\:prose-lg ol ul, .smallMobile\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .smallMobile\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .smallMobile\:prose-lg hr + *{
    margin-top: 0;
  }

  .smallMobile\:prose-lg h2 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-lg h3 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-lg h4 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .smallMobile\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .smallMobile\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .smallMobile\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .smallMobile\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .smallMobile\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .smallMobile\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .smallMobile\:prose-lg > :first-child{
    margin-top: 0;
  }

  .smallMobile\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .smallMobile\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .smallMobile\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallMobile\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .smallMobile\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .smallMobile\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .smallMobile\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .smallMobile\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .smallMobile\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .smallMobile\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallMobile\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallMobile\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallMobile\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallMobile\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .smallMobile\:prose-xl code{
    font-size: 0.9em;
  }

  .smallMobile\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .smallMobile\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .smallMobile\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .smallMobile\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallMobile\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .smallMobile\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .smallMobile\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .smallMobile\:prose-xl ol > li::before{
    left: 0;
  }

  .smallMobile\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .smallMobile\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .smallMobile\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .smallMobile\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .smallMobile\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .smallMobile\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .smallMobile\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .smallMobile\:prose-xl ul ul, .smallMobile\:prose-xl ul ol, .smallMobile\:prose-xl ol ul, .smallMobile\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .smallMobile\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .smallMobile\:prose-xl hr + *{
    margin-top: 0;
  }

  .smallMobile\:prose-xl h2 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-xl h3 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-xl h4 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .smallMobile\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .smallMobile\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .smallMobile\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .smallMobile\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .smallMobile\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .smallMobile\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .smallMobile\:prose-xl > :first-child{
    margin-top: 0;
  }

  .smallMobile\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .smallMobile\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .smallMobile\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallMobile\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .smallMobile\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .smallMobile\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .smallMobile\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .smallMobile\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .smallMobile\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .smallMobile\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallMobile\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallMobile\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smallMobile\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .smallMobile\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .smallMobile\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .smallMobile\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .smallMobile\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .smallMobile\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .smallMobile\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallMobile\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .smallMobile\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .smallMobile\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .smallMobile\:prose-2xl ol > li::before{
    left: 0;
  }

  .smallMobile\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .smallMobile\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .smallMobile\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .smallMobile\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallMobile\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallMobile\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .smallMobile\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .smallMobile\:prose-2xl ul ul, .smallMobile\:prose-2xl ul ol, .smallMobile\:prose-2xl ol ul, .smallMobile\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .smallMobile\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .smallMobile\:prose-2xl hr + *{
    margin-top: 0;
  }

  .smallMobile\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .smallMobile\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .smallMobile\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .smallMobile\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .smallMobile\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .smallMobile\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .smallMobile\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .smallMobile\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .smallMobile\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .smallMobile\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .smallMobile\:prose-blue{
  }

  .smallMobile\:prose-red{
  }

  .smallMobile\:prose-pink{
  }

  .smallMobile\:prose-indigo a{
    color: #4f46e5;
  }

  .smallMobile\:prose-indigo a code{
    color: #4f46e5;
  }

  .smallMobile\:prose-green a{
    color: #16a34a;
  }

  .smallMobile\:prose-green a code{
    color: #16a34a;
  }

  .smallMobile\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .smallMobile\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .smallMobile\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .smallMobile\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .smallMobile\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .smallMobile\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .smallMobile\:pointer-events-none{
    pointer-events: none;
  }

  .smallMobile\:pointer-events-auto{
    pointer-events: auto;
  }

  .smallMobile\:visible{
    visibility: visible;
  }

  .smallMobile\:invisible{
    visibility: hidden;
  }

  .smallMobile\:static{
    position: static;
  }

  .smallMobile\:fixed{
    position: fixed;
  }

  .smallMobile\:absolute{
    position: absolute;
  }

  .smallMobile\:relative{
    position: relative;
  }

  .smallMobile\:sticky{
    position: sticky;
  }

  .smallMobile\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .smallMobile\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .smallMobile\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .smallMobile\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .smallMobile\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .smallMobile\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .smallMobile\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .smallMobile\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .smallMobile\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .smallMobile\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .smallMobile\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .smallMobile\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .smallMobile\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .smallMobile\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .smallMobile\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .smallMobile\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .smallMobile\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .smallMobile\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .smallMobile\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .smallMobile\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .smallMobile\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .smallMobile\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .smallMobile\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .smallMobile\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .smallMobile\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .smallMobile\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .smallMobile\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .smallMobile\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .smallMobile\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .smallMobile\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .smallMobile\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .smallMobile\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .smallMobile\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .smallMobile\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .smallMobile\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .smallMobile\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .smallMobile\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .smallMobile\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .smallMobile\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .smallMobile\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .smallMobile\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .smallMobile\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .smallMobile\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .smallMobile\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .smallMobile\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .smallMobile\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .smallMobile\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .smallMobile\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .smallMobile\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .smallMobile\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .smallMobile\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .smallMobile\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .smallMobile\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .smallMobile\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .smallMobile\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .smallMobile\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .smallMobile\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .smallMobile\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .smallMobile\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .smallMobile\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .smallMobile\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .smallMobile\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .smallMobile\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .smallMobile\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .smallMobile\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .smallMobile\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .smallMobile\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .smallMobile\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .smallMobile\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .smallMobile\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .smallMobile\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .smallMobile\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .smallMobile\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .smallMobile\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .smallMobile\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .smallMobile\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .smallMobile\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .smallMobile\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .smallMobile\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .smallMobile\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .smallMobile\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .smallMobile\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .smallMobile\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .smallMobile\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .smallMobile\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .smallMobile\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .smallMobile\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .smallMobile\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .smallMobile\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .smallMobile\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .smallMobile\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .smallMobile\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .smallMobile\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .smallMobile\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .smallMobile\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .smallMobile\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .smallMobile\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .smallMobile\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .smallMobile\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .smallMobile\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .smallMobile\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .smallMobile\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .smallMobile\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .smallMobile\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .smallMobile\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .smallMobile\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .smallMobile\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .smallMobile\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .smallMobile\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .smallMobile\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .smallMobile\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .smallMobile\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .smallMobile\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .smallMobile\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .smallMobile\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .smallMobile\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .smallMobile\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .smallMobile\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .smallMobile\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .smallMobile\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .smallMobile\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .smallMobile\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .smallMobile\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .smallMobile\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .smallMobile\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .smallMobile\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .smallMobile\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .smallMobile\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .smallMobile\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .smallMobile\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .smallMobile\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .smallMobile\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .smallMobile\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .smallMobile\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .smallMobile\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .smallMobile\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .smallMobile\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .smallMobile\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .smallMobile\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .smallMobile\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .smallMobile\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .smallMobile\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .smallMobile\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .smallMobile\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .smallMobile\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .smallMobile\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .smallMobile\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .smallMobile\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .smallMobile\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .smallMobile\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .smallMobile\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .smallMobile\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .smallMobile\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .smallMobile\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .smallMobile\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .smallMobile\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .smallMobile\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .smallMobile\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .smallMobile\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .smallMobile\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .smallMobile\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .smallMobile\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .smallMobile\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .smallMobile\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .smallMobile\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .smallMobile\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .smallMobile\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .smallMobile\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .smallMobile\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .smallMobile\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .smallMobile\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .smallMobile\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .smallMobile\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .smallMobile\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .smallMobile\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .smallMobile\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .smallMobile\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .smallMobile\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .smallMobile\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .smallMobile\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .smallMobile\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .smallMobile\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .smallMobile\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .smallMobile\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .smallMobile\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .smallMobile\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .smallMobile\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .smallMobile\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .smallMobile\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .smallMobile\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .smallMobile\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .smallMobile\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .smallMobile\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .smallMobile\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .smallMobile\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .smallMobile\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .smallMobile\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .smallMobile\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .smallMobile\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .smallMobile\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .smallMobile\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .smallMobile\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .smallMobile\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .smallMobile\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .smallMobile\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .smallMobile\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .smallMobile\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .smallMobile\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .smallMobile\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .smallMobile\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .smallMobile\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .smallMobile\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .smallMobile\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .smallMobile\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .smallMobile\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .smallMobile\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .smallMobile\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .smallMobile\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .smallMobile\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .smallMobile\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .smallMobile\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .smallMobile\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .smallMobile\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .smallMobile\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .smallMobile\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .smallMobile\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .smallMobile\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .smallMobile\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .smallMobile\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .smallMobile\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .smallMobile\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .smallMobile\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .smallMobile\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .smallMobile\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .smallMobile\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .smallMobile\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .smallMobile\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .smallMobile\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .smallMobile\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .smallMobile\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .smallMobile\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .smallMobile\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .smallMobile\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .smallMobile\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .smallMobile\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .smallMobile\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .smallMobile\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .smallMobile\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .smallMobile\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .smallMobile\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .smallMobile\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .smallMobile\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .smallMobile\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .smallMobile\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .smallMobile\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .smallMobile\:top-0{
    top: 0px;
  }

  .smallMobile\:top-1{
    top: 0.25rem;
  }

  .smallMobile\:top-2{
    top: 0.5rem;
  }

  .smallMobile\:top-3{
    top: 0.75rem;
  }

  .smallMobile\:top-4{
    top: 1rem;
  }

  .smallMobile\:top-5{
    top: 1.25rem;
  }

  .smallMobile\:top-6{
    top: 1.5rem;
  }

  .smallMobile\:top-7{
    top: 1.75rem;
  }

  .smallMobile\:top-8{
    top: 2rem;
  }

  .smallMobile\:top-9{
    top: 2.25rem;
  }

  .smallMobile\:top-10{
    top: 2.5rem;
  }

  .smallMobile\:top-11{
    top: 2.75rem;
  }

  .smallMobile\:top-12{
    top: 3rem;
  }

  .smallMobile\:top-14{
    top: 3.5rem;
  }

  .smallMobile\:top-16{
    top: 4rem;
  }

  .smallMobile\:top-20{
    top: 5rem;
  }

  .smallMobile\:top-24{
    top: 6rem;
  }

  .smallMobile\:top-28{
    top: 7rem;
  }

  .smallMobile\:top-32{
    top: 8rem;
  }

  .smallMobile\:top-36{
    top: 9rem;
  }

  .smallMobile\:top-40{
    top: 10rem;
  }

  .smallMobile\:top-44{
    top: 11rem;
  }

  .smallMobile\:top-48{
    top: 12rem;
  }

  .smallMobile\:top-52{
    top: 13rem;
  }

  .smallMobile\:top-56{
    top: 14rem;
  }

  .smallMobile\:top-60{
    top: 15rem;
  }

  .smallMobile\:top-64{
    top: 16rem;
  }

  .smallMobile\:top-72{
    top: 18rem;
  }

  .smallMobile\:top-80{
    top: 20rem;
  }

  .smallMobile\:top-96{
    top: 24rem;
  }

  .smallMobile\:top-auto{
    top: auto;
  }

  .smallMobile\:top-px{
    top: 1px;
  }

  .smallMobile\:top-0\.5{
    top: 0.125rem;
  }

  .smallMobile\:top-1\.5{
    top: 0.375rem;
  }

  .smallMobile\:top-2\.5{
    top: 0.625rem;
  }

  .smallMobile\:top-3\.5{
    top: 0.875rem;
  }

  .smallMobile\:-top-0{
    top: 0px;
  }

  .smallMobile\:-top-1{
    top: -0.25rem;
  }

  .smallMobile\:-top-2{
    top: -0.5rem;
  }

  .smallMobile\:-top-3{
    top: -0.75rem;
  }

  .smallMobile\:-top-4{
    top: -1rem;
  }

  .smallMobile\:-top-5{
    top: -1.25rem;
  }

  .smallMobile\:-top-6{
    top: -1.5rem;
  }

  .smallMobile\:-top-7{
    top: -1.75rem;
  }

  .smallMobile\:-top-8{
    top: -2rem;
  }

  .smallMobile\:-top-9{
    top: -2.25rem;
  }

  .smallMobile\:-top-10{
    top: -2.5rem;
  }

  .smallMobile\:-top-11{
    top: -2.75rem;
  }

  .smallMobile\:-top-12{
    top: -3rem;
  }

  .smallMobile\:-top-14{
    top: -3.5rem;
  }

  .smallMobile\:-top-16{
    top: -4rem;
  }

  .smallMobile\:-top-20{
    top: -5rem;
  }

  .smallMobile\:-top-24{
    top: -6rem;
  }

  .smallMobile\:-top-28{
    top: -7rem;
  }

  .smallMobile\:-top-32{
    top: -8rem;
  }

  .smallMobile\:-top-36{
    top: -9rem;
  }

  .smallMobile\:-top-40{
    top: -10rem;
  }

  .smallMobile\:-top-44{
    top: -11rem;
  }

  .smallMobile\:-top-48{
    top: -12rem;
  }

  .smallMobile\:-top-52{
    top: -13rem;
  }

  .smallMobile\:-top-56{
    top: -14rem;
  }

  .smallMobile\:-top-60{
    top: -15rem;
  }

  .smallMobile\:-top-64{
    top: -16rem;
  }

  .smallMobile\:-top-72{
    top: -18rem;
  }

  .smallMobile\:-top-80{
    top: -20rem;
  }

  .smallMobile\:-top-96{
    top: -24rem;
  }

  .smallMobile\:-top-px{
    top: -1px;
  }

  .smallMobile\:-top-0\.5{
    top: -0.125rem;
  }

  .smallMobile\:-top-1\.5{
    top: -0.375rem;
  }

  .smallMobile\:-top-2\.5{
    top: -0.625rem;
  }

  .smallMobile\:-top-3\.5{
    top: -0.875rem;
  }

  .smallMobile\:top-1\/2{
    top: 50%;
  }

  .smallMobile\:top-1\/3{
    top: 33.333333%;
  }

  .smallMobile\:top-2\/3{
    top: 66.666667%;
  }

  .smallMobile\:top-1\/4{
    top: 25%;
  }

  .smallMobile\:top-2\/4{
    top: 50%;
  }

  .smallMobile\:top-3\/4{
    top: 75%;
  }

  .smallMobile\:top-full{
    top: 100%;
  }

  .smallMobile\:-top-1\/2{
    top: -50%;
  }

  .smallMobile\:-top-1\/3{
    top: -33.333333%;
  }

  .smallMobile\:-top-2\/3{
    top: -66.666667%;
  }

  .smallMobile\:-top-1\/4{
    top: -25%;
  }

  .smallMobile\:-top-2\/4{
    top: -50%;
  }

  .smallMobile\:-top-3\/4{
    top: -75%;
  }

  .smallMobile\:-top-full{
    top: -100%;
  }

  .smallMobile\:right-0{
    right: 0px;
  }

  .smallMobile\:right-1{
    right: 0.25rem;
  }

  .smallMobile\:right-2{
    right: 0.5rem;
  }

  .smallMobile\:right-3{
    right: 0.75rem;
  }

  .smallMobile\:right-4{
    right: 1rem;
  }

  .smallMobile\:right-5{
    right: 1.25rem;
  }

  .smallMobile\:right-6{
    right: 1.5rem;
  }

  .smallMobile\:right-7{
    right: 1.75rem;
  }

  .smallMobile\:right-8{
    right: 2rem;
  }

  .smallMobile\:right-9{
    right: 2.25rem;
  }

  .smallMobile\:right-10{
    right: 2.5rem;
  }

  .smallMobile\:right-11{
    right: 2.75rem;
  }

  .smallMobile\:right-12{
    right: 3rem;
  }

  .smallMobile\:right-14{
    right: 3.5rem;
  }

  .smallMobile\:right-16{
    right: 4rem;
  }

  .smallMobile\:right-20{
    right: 5rem;
  }

  .smallMobile\:right-24{
    right: 6rem;
  }

  .smallMobile\:right-28{
    right: 7rem;
  }

  .smallMobile\:right-32{
    right: 8rem;
  }

  .smallMobile\:right-36{
    right: 9rem;
  }

  .smallMobile\:right-40{
    right: 10rem;
  }

  .smallMobile\:right-44{
    right: 11rem;
  }

  .smallMobile\:right-48{
    right: 12rem;
  }

  .smallMobile\:right-52{
    right: 13rem;
  }

  .smallMobile\:right-56{
    right: 14rem;
  }

  .smallMobile\:right-60{
    right: 15rem;
  }

  .smallMobile\:right-64{
    right: 16rem;
  }

  .smallMobile\:right-72{
    right: 18rem;
  }

  .smallMobile\:right-80{
    right: 20rem;
  }

  .smallMobile\:right-96{
    right: 24rem;
  }

  .smallMobile\:right-auto{
    right: auto;
  }

  .smallMobile\:right-px{
    right: 1px;
  }

  .smallMobile\:right-0\.5{
    right: 0.125rem;
  }

  .smallMobile\:right-1\.5{
    right: 0.375rem;
  }

  .smallMobile\:right-2\.5{
    right: 0.625rem;
  }

  .smallMobile\:right-3\.5{
    right: 0.875rem;
  }

  .smallMobile\:-right-0{
    right: 0px;
  }

  .smallMobile\:-right-1{
    right: -0.25rem;
  }

  .smallMobile\:-right-2{
    right: -0.5rem;
  }

  .smallMobile\:-right-3{
    right: -0.75rem;
  }

  .smallMobile\:-right-4{
    right: -1rem;
  }

  .smallMobile\:-right-5{
    right: -1.25rem;
  }

  .smallMobile\:-right-6{
    right: -1.5rem;
  }

  .smallMobile\:-right-7{
    right: -1.75rem;
  }

  .smallMobile\:-right-8{
    right: -2rem;
  }

  .smallMobile\:-right-9{
    right: -2.25rem;
  }

  .smallMobile\:-right-10{
    right: -2.5rem;
  }

  .smallMobile\:-right-11{
    right: -2.75rem;
  }

  .smallMobile\:-right-12{
    right: -3rem;
  }

  .smallMobile\:-right-14{
    right: -3.5rem;
  }

  .smallMobile\:-right-16{
    right: -4rem;
  }

  .smallMobile\:-right-20{
    right: -5rem;
  }

  .smallMobile\:-right-24{
    right: -6rem;
  }

  .smallMobile\:-right-28{
    right: -7rem;
  }

  .smallMobile\:-right-32{
    right: -8rem;
  }

  .smallMobile\:-right-36{
    right: -9rem;
  }

  .smallMobile\:-right-40{
    right: -10rem;
  }

  .smallMobile\:-right-44{
    right: -11rem;
  }

  .smallMobile\:-right-48{
    right: -12rem;
  }

  .smallMobile\:-right-52{
    right: -13rem;
  }

  .smallMobile\:-right-56{
    right: -14rem;
  }

  .smallMobile\:-right-60{
    right: -15rem;
  }

  .smallMobile\:-right-64{
    right: -16rem;
  }

  .smallMobile\:-right-72{
    right: -18rem;
  }

  .smallMobile\:-right-80{
    right: -20rem;
  }

  .smallMobile\:-right-96{
    right: -24rem;
  }

  .smallMobile\:-right-px{
    right: -1px;
  }

  .smallMobile\:-right-0\.5{
    right: -0.125rem;
  }

  .smallMobile\:-right-1\.5{
    right: -0.375rem;
  }

  .smallMobile\:-right-2\.5{
    right: -0.625rem;
  }

  .smallMobile\:-right-3\.5{
    right: -0.875rem;
  }

  .smallMobile\:right-1\/2{
    right: 50%;
  }

  .smallMobile\:right-1\/3{
    right: 33.333333%;
  }

  .smallMobile\:right-2\/3{
    right: 66.666667%;
  }

  .smallMobile\:right-1\/4{
    right: 25%;
  }

  .smallMobile\:right-2\/4{
    right: 50%;
  }

  .smallMobile\:right-3\/4{
    right: 75%;
  }

  .smallMobile\:right-full{
    right: 100%;
  }

  .smallMobile\:-right-1\/2{
    right: -50%;
  }

  .smallMobile\:-right-1\/3{
    right: -33.333333%;
  }

  .smallMobile\:-right-2\/3{
    right: -66.666667%;
  }

  .smallMobile\:-right-1\/4{
    right: -25%;
  }

  .smallMobile\:-right-2\/4{
    right: -50%;
  }

  .smallMobile\:-right-3\/4{
    right: -75%;
  }

  .smallMobile\:-right-full{
    right: -100%;
  }

  .smallMobile\:bottom-0{
    bottom: 0px;
  }

  .smallMobile\:bottom-1{
    bottom: 0.25rem;
  }

  .smallMobile\:bottom-2{
    bottom: 0.5rem;
  }

  .smallMobile\:bottom-3{
    bottom: 0.75rem;
  }

  .smallMobile\:bottom-4{
    bottom: 1rem;
  }

  .smallMobile\:bottom-5{
    bottom: 1.25rem;
  }

  .smallMobile\:bottom-6{
    bottom: 1.5rem;
  }

  .smallMobile\:bottom-7{
    bottom: 1.75rem;
  }

  .smallMobile\:bottom-8{
    bottom: 2rem;
  }

  .smallMobile\:bottom-9{
    bottom: 2.25rem;
  }

  .smallMobile\:bottom-10{
    bottom: 2.5rem;
  }

  .smallMobile\:bottom-11{
    bottom: 2.75rem;
  }

  .smallMobile\:bottom-12{
    bottom: 3rem;
  }

  .smallMobile\:bottom-14{
    bottom: 3.5rem;
  }

  .smallMobile\:bottom-16{
    bottom: 4rem;
  }

  .smallMobile\:bottom-20{
    bottom: 5rem;
  }

  .smallMobile\:bottom-24{
    bottom: 6rem;
  }

  .smallMobile\:bottom-28{
    bottom: 7rem;
  }

  .smallMobile\:bottom-32{
    bottom: 8rem;
  }

  .smallMobile\:bottom-36{
    bottom: 9rem;
  }

  .smallMobile\:bottom-40{
    bottom: 10rem;
  }

  .smallMobile\:bottom-44{
    bottom: 11rem;
  }

  .smallMobile\:bottom-48{
    bottom: 12rem;
  }

  .smallMobile\:bottom-52{
    bottom: 13rem;
  }

  .smallMobile\:bottom-56{
    bottom: 14rem;
  }

  .smallMobile\:bottom-60{
    bottom: 15rem;
  }

  .smallMobile\:bottom-64{
    bottom: 16rem;
  }

  .smallMobile\:bottom-72{
    bottom: 18rem;
  }

  .smallMobile\:bottom-80{
    bottom: 20rem;
  }

  .smallMobile\:bottom-96{
    bottom: 24rem;
  }

  .smallMobile\:bottom-auto{
    bottom: auto;
  }

  .smallMobile\:bottom-px{
    bottom: 1px;
  }

  .smallMobile\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .smallMobile\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .smallMobile\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .smallMobile\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .smallMobile\:-bottom-0{
    bottom: 0px;
  }

  .smallMobile\:-bottom-1{
    bottom: -0.25rem;
  }

  .smallMobile\:-bottom-2{
    bottom: -0.5rem;
  }

  .smallMobile\:-bottom-3{
    bottom: -0.75rem;
  }

  .smallMobile\:-bottom-4{
    bottom: -1rem;
  }

  .smallMobile\:-bottom-5{
    bottom: -1.25rem;
  }

  .smallMobile\:-bottom-6{
    bottom: -1.5rem;
  }

  .smallMobile\:-bottom-7{
    bottom: -1.75rem;
  }

  .smallMobile\:-bottom-8{
    bottom: -2rem;
  }

  .smallMobile\:-bottom-9{
    bottom: -2.25rem;
  }

  .smallMobile\:-bottom-10{
    bottom: -2.5rem;
  }

  .smallMobile\:-bottom-11{
    bottom: -2.75rem;
  }

  .smallMobile\:-bottom-12{
    bottom: -3rem;
  }

  .smallMobile\:-bottom-14{
    bottom: -3.5rem;
  }

  .smallMobile\:-bottom-16{
    bottom: -4rem;
  }

  .smallMobile\:-bottom-20{
    bottom: -5rem;
  }

  .smallMobile\:-bottom-24{
    bottom: -6rem;
  }

  .smallMobile\:-bottom-28{
    bottom: -7rem;
  }

  .smallMobile\:-bottom-32{
    bottom: -8rem;
  }

  .smallMobile\:-bottom-36{
    bottom: -9rem;
  }

  .smallMobile\:-bottom-40{
    bottom: -10rem;
  }

  .smallMobile\:-bottom-44{
    bottom: -11rem;
  }

  .smallMobile\:-bottom-48{
    bottom: -12rem;
  }

  .smallMobile\:-bottom-52{
    bottom: -13rem;
  }

  .smallMobile\:-bottom-56{
    bottom: -14rem;
  }

  .smallMobile\:-bottom-60{
    bottom: -15rem;
  }

  .smallMobile\:-bottom-64{
    bottom: -16rem;
  }

  .smallMobile\:-bottom-72{
    bottom: -18rem;
  }

  .smallMobile\:-bottom-80{
    bottom: -20rem;
  }

  .smallMobile\:-bottom-96{
    bottom: -24rem;
  }

  .smallMobile\:-bottom-px{
    bottom: -1px;
  }

  .smallMobile\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .smallMobile\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .smallMobile\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .smallMobile\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .smallMobile\:bottom-1\/2{
    bottom: 50%;
  }

  .smallMobile\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .smallMobile\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .smallMobile\:bottom-1\/4{
    bottom: 25%;
  }

  .smallMobile\:bottom-2\/4{
    bottom: 50%;
  }

  .smallMobile\:bottom-3\/4{
    bottom: 75%;
  }

  .smallMobile\:bottom-full{
    bottom: 100%;
  }

  .smallMobile\:-bottom-1\/2{
    bottom: -50%;
  }

  .smallMobile\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .smallMobile\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .smallMobile\:-bottom-1\/4{
    bottom: -25%;
  }

  .smallMobile\:-bottom-2\/4{
    bottom: -50%;
  }

  .smallMobile\:-bottom-3\/4{
    bottom: -75%;
  }

  .smallMobile\:-bottom-full{
    bottom: -100%;
  }

  .smallMobile\:left-0{
    left: 0px;
  }

  .smallMobile\:left-1{
    left: 0.25rem;
  }

  .smallMobile\:left-2{
    left: 0.5rem;
  }

  .smallMobile\:left-3{
    left: 0.75rem;
  }

  .smallMobile\:left-4{
    left: 1rem;
  }

  .smallMobile\:left-5{
    left: 1.25rem;
  }

  .smallMobile\:left-6{
    left: 1.5rem;
  }

  .smallMobile\:left-7{
    left: 1.75rem;
  }

  .smallMobile\:left-8{
    left: 2rem;
  }

  .smallMobile\:left-9{
    left: 2.25rem;
  }

  .smallMobile\:left-10{
    left: 2.5rem;
  }

  .smallMobile\:left-11{
    left: 2.75rem;
  }

  .smallMobile\:left-12{
    left: 3rem;
  }

  .smallMobile\:left-14{
    left: 3.5rem;
  }

  .smallMobile\:left-16{
    left: 4rem;
  }

  .smallMobile\:left-20{
    left: 5rem;
  }

  .smallMobile\:left-24{
    left: 6rem;
  }

  .smallMobile\:left-28{
    left: 7rem;
  }

  .smallMobile\:left-32{
    left: 8rem;
  }

  .smallMobile\:left-36{
    left: 9rem;
  }

  .smallMobile\:left-40{
    left: 10rem;
  }

  .smallMobile\:left-44{
    left: 11rem;
  }

  .smallMobile\:left-48{
    left: 12rem;
  }

  .smallMobile\:left-52{
    left: 13rem;
  }

  .smallMobile\:left-56{
    left: 14rem;
  }

  .smallMobile\:left-60{
    left: 15rem;
  }

  .smallMobile\:left-64{
    left: 16rem;
  }

  .smallMobile\:left-72{
    left: 18rem;
  }

  .smallMobile\:left-80{
    left: 20rem;
  }

  .smallMobile\:left-96{
    left: 24rem;
  }

  .smallMobile\:left-auto{
    left: auto;
  }

  .smallMobile\:left-px{
    left: 1px;
  }

  .smallMobile\:left-0\.5{
    left: 0.125rem;
  }

  .smallMobile\:left-1\.5{
    left: 0.375rem;
  }

  .smallMobile\:left-2\.5{
    left: 0.625rem;
  }

  .smallMobile\:left-3\.5{
    left: 0.875rem;
  }

  .smallMobile\:-left-0{
    left: 0px;
  }

  .smallMobile\:-left-1{
    left: -0.25rem;
  }

  .smallMobile\:-left-2{
    left: -0.5rem;
  }

  .smallMobile\:-left-3{
    left: -0.75rem;
  }

  .smallMobile\:-left-4{
    left: -1rem;
  }

  .smallMobile\:-left-5{
    left: -1.25rem;
  }

  .smallMobile\:-left-6{
    left: -1.5rem;
  }

  .smallMobile\:-left-7{
    left: -1.75rem;
  }

  .smallMobile\:-left-8{
    left: -2rem;
  }

  .smallMobile\:-left-9{
    left: -2.25rem;
  }

  .smallMobile\:-left-10{
    left: -2.5rem;
  }

  .smallMobile\:-left-11{
    left: -2.75rem;
  }

  .smallMobile\:-left-12{
    left: -3rem;
  }

  .smallMobile\:-left-14{
    left: -3.5rem;
  }

  .smallMobile\:-left-16{
    left: -4rem;
  }

  .smallMobile\:-left-20{
    left: -5rem;
  }

  .smallMobile\:-left-24{
    left: -6rem;
  }

  .smallMobile\:-left-28{
    left: -7rem;
  }

  .smallMobile\:-left-32{
    left: -8rem;
  }

  .smallMobile\:-left-36{
    left: -9rem;
  }

  .smallMobile\:-left-40{
    left: -10rem;
  }

  .smallMobile\:-left-44{
    left: -11rem;
  }

  .smallMobile\:-left-48{
    left: -12rem;
  }

  .smallMobile\:-left-52{
    left: -13rem;
  }

  .smallMobile\:-left-56{
    left: -14rem;
  }

  .smallMobile\:-left-60{
    left: -15rem;
  }

  .smallMobile\:-left-64{
    left: -16rem;
  }

  .smallMobile\:-left-72{
    left: -18rem;
  }

  .smallMobile\:-left-80{
    left: -20rem;
  }

  .smallMobile\:-left-96{
    left: -24rem;
  }

  .smallMobile\:-left-px{
    left: -1px;
  }

  .smallMobile\:-left-0\.5{
    left: -0.125rem;
  }

  .smallMobile\:-left-1\.5{
    left: -0.375rem;
  }

  .smallMobile\:-left-2\.5{
    left: -0.625rem;
  }

  .smallMobile\:-left-3\.5{
    left: -0.875rem;
  }

  .smallMobile\:left-1\/2{
    left: 50%;
  }

  .smallMobile\:left-1\/3{
    left: 33.333333%;
  }

  .smallMobile\:left-2\/3{
    left: 66.666667%;
  }

  .smallMobile\:left-1\/4{
    left: 25%;
  }

  .smallMobile\:left-2\/4{
    left: 50%;
  }

  .smallMobile\:left-3\/4{
    left: 75%;
  }

  .smallMobile\:left-full{
    left: 100%;
  }

  .smallMobile\:-left-1\/2{
    left: -50%;
  }

  .smallMobile\:-left-1\/3{
    left: -33.333333%;
  }

  .smallMobile\:-left-2\/3{
    left: -66.666667%;
  }

  .smallMobile\:-left-1\/4{
    left: -25%;
  }

  .smallMobile\:-left-2\/4{
    left: -50%;
  }

  .smallMobile\:-left-3\/4{
    left: -75%;
  }

  .smallMobile\:-left-full{
    left: -100%;
  }

  .smallMobile\:isolate{
    isolation: isolate;
  }

  .smallMobile\:isolation-auto{
    isolation: auto;
  }

  .smallMobile\:z-0{
    z-index: 0;
  }

  .smallMobile\:z-10{
    z-index: 10;
  }

  .smallMobile\:z-20{
    z-index: 20;
  }

  .smallMobile\:z-30{
    z-index: 30;
  }

  .smallMobile\:z-40{
    z-index: 40;
  }

  .smallMobile\:z-50{
    z-index: 50;
  }

  .smallMobile\:z-auto{
    z-index: auto;
  }

  .smallMobile\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .smallMobile\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .smallMobile\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .smallMobile\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .smallMobile\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .smallMobile\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .smallMobile\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .smallMobile\:focus\:z-0:focus{
    z-index: 0;
  }

  .smallMobile\:focus\:z-10:focus{
    z-index: 10;
  }

  .smallMobile\:focus\:z-20:focus{
    z-index: 20;
  }

  .smallMobile\:focus\:z-30:focus{
    z-index: 30;
  }

  .smallMobile\:focus\:z-40:focus{
    z-index: 40;
  }

  .smallMobile\:focus\:z-50:focus{
    z-index: 50;
  }

  .smallMobile\:focus\:z-auto:focus{
    z-index: auto;
  }

  .smallMobile\:order-1{
    order: 1;
  }

  .smallMobile\:order-2{
    order: 2;
  }

  .smallMobile\:order-3{
    order: 3;
  }

  .smallMobile\:order-4{
    order: 4;
  }

  .smallMobile\:order-5{
    order: 5;
  }

  .smallMobile\:order-6{
    order: 6;
  }

  .smallMobile\:order-7{
    order: 7;
  }

  .smallMobile\:order-8{
    order: 8;
  }

  .smallMobile\:order-9{
    order: 9;
  }

  .smallMobile\:order-10{
    order: 10;
  }

  .smallMobile\:order-11{
    order: 11;
  }

  .smallMobile\:order-12{
    order: 12;
  }

  .smallMobile\:order-first{
    order: -9999;
  }

  .smallMobile\:order-last{
    order: 9999;
  }

  .smallMobile\:order-none{
    order: 0;
  }

  .smallMobile\:col-auto{
    grid-column: auto;
  }

  .smallMobile\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .smallMobile\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .smallMobile\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .smallMobile\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .smallMobile\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .smallMobile\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .smallMobile\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .smallMobile\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .smallMobile\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .smallMobile\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .smallMobile\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .smallMobile\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .smallMobile\:col-span-full{
    grid-column: 1 / -1;
  }

  .smallMobile\:col-start-1{
    grid-column-start: 1;
  }

  .smallMobile\:col-start-2{
    grid-column-start: 2;
  }

  .smallMobile\:col-start-3{
    grid-column-start: 3;
  }

  .smallMobile\:col-start-4{
    grid-column-start: 4;
  }

  .smallMobile\:col-start-5{
    grid-column-start: 5;
  }

  .smallMobile\:col-start-6{
    grid-column-start: 6;
  }

  .smallMobile\:col-start-7{
    grid-column-start: 7;
  }

  .smallMobile\:col-start-8{
    grid-column-start: 8;
  }

  .smallMobile\:col-start-9{
    grid-column-start: 9;
  }

  .smallMobile\:col-start-10{
    grid-column-start: 10;
  }

  .smallMobile\:col-start-11{
    grid-column-start: 11;
  }

  .smallMobile\:col-start-12{
    grid-column-start: 12;
  }

  .smallMobile\:col-start-13{
    grid-column-start: 13;
  }

  .smallMobile\:col-start-auto{
    grid-column-start: auto;
  }

  .smallMobile\:col-end-1{
    grid-column-end: 1;
  }

  .smallMobile\:col-end-2{
    grid-column-end: 2;
  }

  .smallMobile\:col-end-3{
    grid-column-end: 3;
  }

  .smallMobile\:col-end-4{
    grid-column-end: 4;
  }

  .smallMobile\:col-end-5{
    grid-column-end: 5;
  }

  .smallMobile\:col-end-6{
    grid-column-end: 6;
  }

  .smallMobile\:col-end-7{
    grid-column-end: 7;
  }

  .smallMobile\:col-end-8{
    grid-column-end: 8;
  }

  .smallMobile\:col-end-9{
    grid-column-end: 9;
  }

  .smallMobile\:col-end-10{
    grid-column-end: 10;
  }

  .smallMobile\:col-end-11{
    grid-column-end: 11;
  }

  .smallMobile\:col-end-12{
    grid-column-end: 12;
  }

  .smallMobile\:col-end-13{
    grid-column-end: 13;
  }

  .smallMobile\:col-end-auto{
    grid-column-end: auto;
  }

  .smallMobile\:row-auto{
    grid-row: auto;
  }

  .smallMobile\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .smallMobile\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .smallMobile\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .smallMobile\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .smallMobile\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .smallMobile\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .smallMobile\:row-span-full{
    grid-row: 1 / -1;
  }

  .smallMobile\:row-start-1{
    grid-row-start: 1;
  }

  .smallMobile\:row-start-2{
    grid-row-start: 2;
  }

  .smallMobile\:row-start-3{
    grid-row-start: 3;
  }

  .smallMobile\:row-start-4{
    grid-row-start: 4;
  }

  .smallMobile\:row-start-5{
    grid-row-start: 5;
  }

  .smallMobile\:row-start-6{
    grid-row-start: 6;
  }

  .smallMobile\:row-start-7{
    grid-row-start: 7;
  }

  .smallMobile\:row-start-auto{
    grid-row-start: auto;
  }

  .smallMobile\:row-end-1{
    grid-row-end: 1;
  }

  .smallMobile\:row-end-2{
    grid-row-end: 2;
  }

  .smallMobile\:row-end-3{
    grid-row-end: 3;
  }

  .smallMobile\:row-end-4{
    grid-row-end: 4;
  }

  .smallMobile\:row-end-5{
    grid-row-end: 5;
  }

  .smallMobile\:row-end-6{
    grid-row-end: 6;
  }

  .smallMobile\:row-end-7{
    grid-row-end: 7;
  }

  .smallMobile\:row-end-auto{
    grid-row-end: auto;
  }

  .smallMobile\:float-right{
    float: right;
  }

  .smallMobile\:float-left{
    float: left;
  }

  .smallMobile\:float-none{
    float: none;
  }

  .smallMobile\:clear-left{
    clear: left;
  }

  .smallMobile\:clear-right{
    clear: right;
  }

  .smallMobile\:clear-both{
    clear: both;
  }

  .smallMobile\:clear-none{
    clear: none;
  }

  .smallMobile\:m-0{
    margin: 0px;
  }

  .smallMobile\:m-1{
    margin: 0.25rem;
  }

  .smallMobile\:m-2{
    margin: 0.5rem;
  }

  .smallMobile\:m-3{
    margin: 0.75rem;
  }

  .smallMobile\:m-4{
    margin: 1rem;
  }

  .smallMobile\:m-5{
    margin: 1.25rem;
  }

  .smallMobile\:m-6{
    margin: 1.5rem;
  }

  .smallMobile\:m-7{
    margin: 1.75rem;
  }

  .smallMobile\:m-8{
    margin: 2rem;
  }

  .smallMobile\:m-9{
    margin: 2.25rem;
  }

  .smallMobile\:m-10{
    margin: 2.5rem;
  }

  .smallMobile\:m-11{
    margin: 2.75rem;
  }

  .smallMobile\:m-12{
    margin: 3rem;
  }

  .smallMobile\:m-14{
    margin: 3.5rem;
  }

  .smallMobile\:m-16{
    margin: 4rem;
  }

  .smallMobile\:m-20{
    margin: 5rem;
  }

  .smallMobile\:m-24{
    margin: 6rem;
  }

  .smallMobile\:m-28{
    margin: 7rem;
  }

  .smallMobile\:m-32{
    margin: 8rem;
  }

  .smallMobile\:m-36{
    margin: 9rem;
  }

  .smallMobile\:m-40{
    margin: 10rem;
  }

  .smallMobile\:m-44{
    margin: 11rem;
  }

  .smallMobile\:m-48{
    margin: 12rem;
  }

  .smallMobile\:m-52{
    margin: 13rem;
  }

  .smallMobile\:m-56{
    margin: 14rem;
  }

  .smallMobile\:m-60{
    margin: 15rem;
  }

  .smallMobile\:m-64{
    margin: 16rem;
  }

  .smallMobile\:m-72{
    margin: 18rem;
  }

  .smallMobile\:m-80{
    margin: 20rem;
  }

  .smallMobile\:m-96{
    margin: 24rem;
  }

  .smallMobile\:m-auto{
    margin: auto;
  }

  .smallMobile\:m-px{
    margin: 1px;
  }

  .smallMobile\:m-0\.5{
    margin: 0.125rem;
  }

  .smallMobile\:m-1\.5{
    margin: 0.375rem;
  }

  .smallMobile\:m-2\.5{
    margin: 0.625rem;
  }

  .smallMobile\:m-3\.5{
    margin: 0.875rem;
  }

  .smallMobile\:-m-0{
    margin: 0px;
  }

  .smallMobile\:-m-1{
    margin: -0.25rem;
  }

  .smallMobile\:-m-2{
    margin: -0.5rem;
  }

  .smallMobile\:-m-3{
    margin: -0.75rem;
  }

  .smallMobile\:-m-4{
    margin: -1rem;
  }

  .smallMobile\:-m-5{
    margin: -1.25rem;
  }

  .smallMobile\:-m-6{
    margin: -1.5rem;
  }

  .smallMobile\:-m-7{
    margin: -1.75rem;
  }

  .smallMobile\:-m-8{
    margin: -2rem;
  }

  .smallMobile\:-m-9{
    margin: -2.25rem;
  }

  .smallMobile\:-m-10{
    margin: -2.5rem;
  }

  .smallMobile\:-m-11{
    margin: -2.75rem;
  }

  .smallMobile\:-m-12{
    margin: -3rem;
  }

  .smallMobile\:-m-14{
    margin: -3.5rem;
  }

  .smallMobile\:-m-16{
    margin: -4rem;
  }

  .smallMobile\:-m-20{
    margin: -5rem;
  }

  .smallMobile\:-m-24{
    margin: -6rem;
  }

  .smallMobile\:-m-28{
    margin: -7rem;
  }

  .smallMobile\:-m-32{
    margin: -8rem;
  }

  .smallMobile\:-m-36{
    margin: -9rem;
  }

  .smallMobile\:-m-40{
    margin: -10rem;
  }

  .smallMobile\:-m-44{
    margin: -11rem;
  }

  .smallMobile\:-m-48{
    margin: -12rem;
  }

  .smallMobile\:-m-52{
    margin: -13rem;
  }

  .smallMobile\:-m-56{
    margin: -14rem;
  }

  .smallMobile\:-m-60{
    margin: -15rem;
  }

  .smallMobile\:-m-64{
    margin: -16rem;
  }

  .smallMobile\:-m-72{
    margin: -18rem;
  }

  .smallMobile\:-m-80{
    margin: -20rem;
  }

  .smallMobile\:-m-96{
    margin: -24rem;
  }

  .smallMobile\:-m-px{
    margin: -1px;
  }

  .smallMobile\:-m-0\.5{
    margin: -0.125rem;
  }

  .smallMobile\:-m-1\.5{
    margin: -0.375rem;
  }

  .smallMobile\:-m-2\.5{
    margin: -0.625rem;
  }

  .smallMobile\:-m-3\.5{
    margin: -0.875rem;
  }

  .smallMobile\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .smallMobile\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .smallMobile\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .smallMobile\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .smallMobile\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .smallMobile\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .smallMobile\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .smallMobile\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .smallMobile\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .smallMobile\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .smallMobile\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .smallMobile\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .smallMobile\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .smallMobile\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .smallMobile\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .smallMobile\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .smallMobile\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .smallMobile\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .smallMobile\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .smallMobile\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .smallMobile\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .smallMobile\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .smallMobile\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .smallMobile\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .smallMobile\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .smallMobile\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .smallMobile\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .smallMobile\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .smallMobile\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .smallMobile\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .smallMobile\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .smallMobile\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .smallMobile\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .smallMobile\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .smallMobile\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .smallMobile\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .smallMobile\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .smallMobile\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .smallMobile\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .smallMobile\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .smallMobile\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .smallMobile\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .smallMobile\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .smallMobile\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .smallMobile\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .smallMobile\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .smallMobile\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .smallMobile\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .smallMobile\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .smallMobile\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .smallMobile\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .smallMobile\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .smallMobile\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .smallMobile\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .smallMobile\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .smallMobile\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .smallMobile\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .smallMobile\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .smallMobile\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .smallMobile\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .smallMobile\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .smallMobile\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .smallMobile\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .smallMobile\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .smallMobile\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .smallMobile\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .smallMobile\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .smallMobile\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .smallMobile\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .smallMobile\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .smallMobile\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .smallMobile\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .smallMobile\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .smallMobile\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .smallMobile\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .smallMobile\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .smallMobile\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .smallMobile\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .smallMobile\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .smallMobile\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .smallMobile\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .smallMobile\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .smallMobile\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .smallMobile\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .smallMobile\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .smallMobile\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .smallMobile\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .smallMobile\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .smallMobile\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .smallMobile\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .smallMobile\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .smallMobile\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .smallMobile\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .smallMobile\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .smallMobile\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .smallMobile\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .smallMobile\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .smallMobile\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .smallMobile\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .smallMobile\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .smallMobile\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .smallMobile\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .smallMobile\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .smallMobile\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .smallMobile\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .smallMobile\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .smallMobile\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .smallMobile\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .smallMobile\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .smallMobile\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .smallMobile\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .smallMobile\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .smallMobile\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .smallMobile\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .smallMobile\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .smallMobile\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .smallMobile\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .smallMobile\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .smallMobile\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .smallMobile\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .smallMobile\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .smallMobile\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .smallMobile\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .smallMobile\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .smallMobile\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .smallMobile\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .smallMobile\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .smallMobile\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .smallMobile\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .smallMobile\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .smallMobile\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .smallMobile\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .smallMobile\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .smallMobile\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .smallMobile\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .smallMobile\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .smallMobile\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .smallMobile\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .smallMobile\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .smallMobile\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .smallMobile\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .smallMobile\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .smallMobile\:mt-0{
    margin-top: 0px;
  }

  .smallMobile\:mt-1{
    margin-top: 0.25rem;
  }

  .smallMobile\:mt-2{
    margin-top: 0.5rem;
  }

  .smallMobile\:mt-3{
    margin-top: 0.75rem;
  }

  .smallMobile\:mt-4{
    margin-top: 1rem;
  }

  .smallMobile\:mt-5{
    margin-top: 1.25rem;
  }

  .smallMobile\:mt-6{
    margin-top: 1.5rem;
  }

  .smallMobile\:mt-7{
    margin-top: 1.75rem;
  }

  .smallMobile\:mt-8{
    margin-top: 2rem;
  }

  .smallMobile\:mt-9{
    margin-top: 2.25rem;
  }

  .smallMobile\:mt-10{
    margin-top: 2.5rem;
  }

  .smallMobile\:mt-11{
    margin-top: 2.75rem;
  }

  .smallMobile\:mt-12{
    margin-top: 3rem;
  }

  .smallMobile\:mt-14{
    margin-top: 3.5rem;
  }

  .smallMobile\:mt-16{
    margin-top: 4rem;
  }

  .smallMobile\:mt-20{
    margin-top: 5rem;
  }

  .smallMobile\:mt-24{
    margin-top: 6rem;
  }

  .smallMobile\:mt-28{
    margin-top: 7rem;
  }

  .smallMobile\:mt-32{
    margin-top: 8rem;
  }

  .smallMobile\:mt-36{
    margin-top: 9rem;
  }

  .smallMobile\:mt-40{
    margin-top: 10rem;
  }

  .smallMobile\:mt-44{
    margin-top: 11rem;
  }

  .smallMobile\:mt-48{
    margin-top: 12rem;
  }

  .smallMobile\:mt-52{
    margin-top: 13rem;
  }

  .smallMobile\:mt-56{
    margin-top: 14rem;
  }

  .smallMobile\:mt-60{
    margin-top: 15rem;
  }

  .smallMobile\:mt-64{
    margin-top: 16rem;
  }

  .smallMobile\:mt-72{
    margin-top: 18rem;
  }

  .smallMobile\:mt-80{
    margin-top: 20rem;
  }

  .smallMobile\:mt-96{
    margin-top: 24rem;
  }

  .smallMobile\:mt-auto{
    margin-top: auto;
  }

  .smallMobile\:mt-px{
    margin-top: 1px;
  }

  .smallMobile\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .smallMobile\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .smallMobile\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .smallMobile\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .smallMobile\:-mt-0{
    margin-top: 0px;
  }

  .smallMobile\:-mt-1{
    margin-top: -0.25rem;
  }

  .smallMobile\:-mt-2{
    margin-top: -0.5rem;
  }

  .smallMobile\:-mt-3{
    margin-top: -0.75rem;
  }

  .smallMobile\:-mt-4{
    margin-top: -1rem;
  }

  .smallMobile\:-mt-5{
    margin-top: -1.25rem;
  }

  .smallMobile\:-mt-6{
    margin-top: -1.5rem;
  }

  .smallMobile\:-mt-7{
    margin-top: -1.75rem;
  }

  .smallMobile\:-mt-8{
    margin-top: -2rem;
  }

  .smallMobile\:-mt-9{
    margin-top: -2.25rem;
  }

  .smallMobile\:-mt-10{
    margin-top: -2.5rem;
  }

  .smallMobile\:-mt-11{
    margin-top: -2.75rem;
  }

  .smallMobile\:-mt-12{
    margin-top: -3rem;
  }

  .smallMobile\:-mt-14{
    margin-top: -3.5rem;
  }

  .smallMobile\:-mt-16{
    margin-top: -4rem;
  }

  .smallMobile\:-mt-20{
    margin-top: -5rem;
  }

  .smallMobile\:-mt-24{
    margin-top: -6rem;
  }

  .smallMobile\:-mt-28{
    margin-top: -7rem;
  }

  .smallMobile\:-mt-32{
    margin-top: -8rem;
  }

  .smallMobile\:-mt-36{
    margin-top: -9rem;
  }

  .smallMobile\:-mt-40{
    margin-top: -10rem;
  }

  .smallMobile\:-mt-44{
    margin-top: -11rem;
  }

  .smallMobile\:-mt-48{
    margin-top: -12rem;
  }

  .smallMobile\:-mt-52{
    margin-top: -13rem;
  }

  .smallMobile\:-mt-56{
    margin-top: -14rem;
  }

  .smallMobile\:-mt-60{
    margin-top: -15rem;
  }

  .smallMobile\:-mt-64{
    margin-top: -16rem;
  }

  .smallMobile\:-mt-72{
    margin-top: -18rem;
  }

  .smallMobile\:-mt-80{
    margin-top: -20rem;
  }

  .smallMobile\:-mt-96{
    margin-top: -24rem;
  }

  .smallMobile\:-mt-px{
    margin-top: -1px;
  }

  .smallMobile\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .smallMobile\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .smallMobile\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .smallMobile\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .smallMobile\:mr-0{
    margin-right: 0px;
  }

  .smallMobile\:mr-1{
    margin-right: 0.25rem;
  }

  .smallMobile\:mr-2{
    margin-right: 0.5rem;
  }

  .smallMobile\:mr-3{
    margin-right: 0.75rem;
  }

  .smallMobile\:mr-4{
    margin-right: 1rem;
  }

  .smallMobile\:mr-5{
    margin-right: 1.25rem;
  }

  .smallMobile\:mr-6{
    margin-right: 1.5rem;
  }

  .smallMobile\:mr-7{
    margin-right: 1.75rem;
  }

  .smallMobile\:mr-8{
    margin-right: 2rem;
  }

  .smallMobile\:mr-9{
    margin-right: 2.25rem;
  }

  .smallMobile\:mr-10{
    margin-right: 2.5rem;
  }

  .smallMobile\:mr-11{
    margin-right: 2.75rem;
  }

  .smallMobile\:mr-12{
    margin-right: 3rem;
  }

  .smallMobile\:mr-14{
    margin-right: 3.5rem;
  }

  .smallMobile\:mr-16{
    margin-right: 4rem;
  }

  .smallMobile\:mr-20{
    margin-right: 5rem;
  }

  .smallMobile\:mr-24{
    margin-right: 6rem;
  }

  .smallMobile\:mr-28{
    margin-right: 7rem;
  }

  .smallMobile\:mr-32{
    margin-right: 8rem;
  }

  .smallMobile\:mr-36{
    margin-right: 9rem;
  }

  .smallMobile\:mr-40{
    margin-right: 10rem;
  }

  .smallMobile\:mr-44{
    margin-right: 11rem;
  }

  .smallMobile\:mr-48{
    margin-right: 12rem;
  }

  .smallMobile\:mr-52{
    margin-right: 13rem;
  }

  .smallMobile\:mr-56{
    margin-right: 14rem;
  }

  .smallMobile\:mr-60{
    margin-right: 15rem;
  }

  .smallMobile\:mr-64{
    margin-right: 16rem;
  }

  .smallMobile\:mr-72{
    margin-right: 18rem;
  }

  .smallMobile\:mr-80{
    margin-right: 20rem;
  }

  .smallMobile\:mr-96{
    margin-right: 24rem;
  }

  .smallMobile\:mr-auto{
    margin-right: auto;
  }

  .smallMobile\:mr-px{
    margin-right: 1px;
  }

  .smallMobile\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .smallMobile\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .smallMobile\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .smallMobile\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .smallMobile\:-mr-0{
    margin-right: 0px;
  }

  .smallMobile\:-mr-1{
    margin-right: -0.25rem;
  }

  .smallMobile\:-mr-2{
    margin-right: -0.5rem;
  }

  .smallMobile\:-mr-3{
    margin-right: -0.75rem;
  }

  .smallMobile\:-mr-4{
    margin-right: -1rem;
  }

  .smallMobile\:-mr-5{
    margin-right: -1.25rem;
  }

  .smallMobile\:-mr-6{
    margin-right: -1.5rem;
  }

  .smallMobile\:-mr-7{
    margin-right: -1.75rem;
  }

  .smallMobile\:-mr-8{
    margin-right: -2rem;
  }

  .smallMobile\:-mr-9{
    margin-right: -2.25rem;
  }

  .smallMobile\:-mr-10{
    margin-right: -2.5rem;
  }

  .smallMobile\:-mr-11{
    margin-right: -2.75rem;
  }

  .smallMobile\:-mr-12{
    margin-right: -3rem;
  }

  .smallMobile\:-mr-14{
    margin-right: -3.5rem;
  }

  .smallMobile\:-mr-16{
    margin-right: -4rem;
  }

  .smallMobile\:-mr-20{
    margin-right: -5rem;
  }

  .smallMobile\:-mr-24{
    margin-right: -6rem;
  }

  .smallMobile\:-mr-28{
    margin-right: -7rem;
  }

  .smallMobile\:-mr-32{
    margin-right: -8rem;
  }

  .smallMobile\:-mr-36{
    margin-right: -9rem;
  }

  .smallMobile\:-mr-40{
    margin-right: -10rem;
  }

  .smallMobile\:-mr-44{
    margin-right: -11rem;
  }

  .smallMobile\:-mr-48{
    margin-right: -12rem;
  }

  .smallMobile\:-mr-52{
    margin-right: -13rem;
  }

  .smallMobile\:-mr-56{
    margin-right: -14rem;
  }

  .smallMobile\:-mr-60{
    margin-right: -15rem;
  }

  .smallMobile\:-mr-64{
    margin-right: -16rem;
  }

  .smallMobile\:-mr-72{
    margin-right: -18rem;
  }

  .smallMobile\:-mr-80{
    margin-right: -20rem;
  }

  .smallMobile\:-mr-96{
    margin-right: -24rem;
  }

  .smallMobile\:-mr-px{
    margin-right: -1px;
  }

  .smallMobile\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .smallMobile\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .smallMobile\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .smallMobile\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .smallMobile\:mb-0{
    margin-bottom: 0px;
  }

  .smallMobile\:mb-1{
    margin-bottom: 0.25rem;
  }

  .smallMobile\:mb-2{
    margin-bottom: 0.5rem;
  }

  .smallMobile\:mb-3{
    margin-bottom: 0.75rem;
  }

  .smallMobile\:mb-4{
    margin-bottom: 1rem;
  }

  .smallMobile\:mb-5{
    margin-bottom: 1.25rem;
  }

  .smallMobile\:mb-6{
    margin-bottom: 1.5rem;
  }

  .smallMobile\:mb-7{
    margin-bottom: 1.75rem;
  }

  .smallMobile\:mb-8{
    margin-bottom: 2rem;
  }

  .smallMobile\:mb-9{
    margin-bottom: 2.25rem;
  }

  .smallMobile\:mb-10{
    margin-bottom: 2.5rem;
  }

  .smallMobile\:mb-11{
    margin-bottom: 2.75rem;
  }

  .smallMobile\:mb-12{
    margin-bottom: 3rem;
  }

  .smallMobile\:mb-14{
    margin-bottom: 3.5rem;
  }

  .smallMobile\:mb-16{
    margin-bottom: 4rem;
  }

  .smallMobile\:mb-20{
    margin-bottom: 5rem;
  }

  .smallMobile\:mb-24{
    margin-bottom: 6rem;
  }

  .smallMobile\:mb-28{
    margin-bottom: 7rem;
  }

  .smallMobile\:mb-32{
    margin-bottom: 8rem;
  }

  .smallMobile\:mb-36{
    margin-bottom: 9rem;
  }

  .smallMobile\:mb-40{
    margin-bottom: 10rem;
  }

  .smallMobile\:mb-44{
    margin-bottom: 11rem;
  }

  .smallMobile\:mb-48{
    margin-bottom: 12rem;
  }

  .smallMobile\:mb-52{
    margin-bottom: 13rem;
  }

  .smallMobile\:mb-56{
    margin-bottom: 14rem;
  }

  .smallMobile\:mb-60{
    margin-bottom: 15rem;
  }

  .smallMobile\:mb-64{
    margin-bottom: 16rem;
  }

  .smallMobile\:mb-72{
    margin-bottom: 18rem;
  }

  .smallMobile\:mb-80{
    margin-bottom: 20rem;
  }

  .smallMobile\:mb-96{
    margin-bottom: 24rem;
  }

  .smallMobile\:mb-auto{
    margin-bottom: auto;
  }

  .smallMobile\:mb-px{
    margin-bottom: 1px;
  }

  .smallMobile\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .smallMobile\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .smallMobile\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .smallMobile\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .smallMobile\:-mb-0{
    margin-bottom: 0px;
  }

  .smallMobile\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .smallMobile\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .smallMobile\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .smallMobile\:-mb-4{
    margin-bottom: -1rem;
  }

  .smallMobile\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .smallMobile\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .smallMobile\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .smallMobile\:-mb-8{
    margin-bottom: -2rem;
  }

  .smallMobile\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .smallMobile\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .smallMobile\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .smallMobile\:-mb-12{
    margin-bottom: -3rem;
  }

  .smallMobile\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .smallMobile\:-mb-16{
    margin-bottom: -4rem;
  }

  .smallMobile\:-mb-20{
    margin-bottom: -5rem;
  }

  .smallMobile\:-mb-24{
    margin-bottom: -6rem;
  }

  .smallMobile\:-mb-28{
    margin-bottom: -7rem;
  }

  .smallMobile\:-mb-32{
    margin-bottom: -8rem;
  }

  .smallMobile\:-mb-36{
    margin-bottom: -9rem;
  }

  .smallMobile\:-mb-40{
    margin-bottom: -10rem;
  }

  .smallMobile\:-mb-44{
    margin-bottom: -11rem;
  }

  .smallMobile\:-mb-48{
    margin-bottom: -12rem;
  }

  .smallMobile\:-mb-52{
    margin-bottom: -13rem;
  }

  .smallMobile\:-mb-56{
    margin-bottom: -14rem;
  }

  .smallMobile\:-mb-60{
    margin-bottom: -15rem;
  }

  .smallMobile\:-mb-64{
    margin-bottom: -16rem;
  }

  .smallMobile\:-mb-72{
    margin-bottom: -18rem;
  }

  .smallMobile\:-mb-80{
    margin-bottom: -20rem;
  }

  .smallMobile\:-mb-96{
    margin-bottom: -24rem;
  }

  .smallMobile\:-mb-px{
    margin-bottom: -1px;
  }

  .smallMobile\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .smallMobile\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .smallMobile\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .smallMobile\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .smallMobile\:ml-0{
    margin-left: 0px;
  }

  .smallMobile\:ml-1{
    margin-left: 0.25rem;
  }

  .smallMobile\:ml-2{
    margin-left: 0.5rem;
  }

  .smallMobile\:ml-3{
    margin-left: 0.75rem;
  }

  .smallMobile\:ml-4{
    margin-left: 1rem;
  }

  .smallMobile\:ml-5{
    margin-left: 1.25rem;
  }

  .smallMobile\:ml-6{
    margin-left: 1.5rem;
  }

  .smallMobile\:ml-7{
    margin-left: 1.75rem;
  }

  .smallMobile\:ml-8{
    margin-left: 2rem;
  }

  .smallMobile\:ml-9{
    margin-left: 2.25rem;
  }

  .smallMobile\:ml-10{
    margin-left: 2.5rem;
  }

  .smallMobile\:ml-11{
    margin-left: 2.75rem;
  }

  .smallMobile\:ml-12{
    margin-left: 3rem;
  }

  .smallMobile\:ml-14{
    margin-left: 3.5rem;
  }

  .smallMobile\:ml-16{
    margin-left: 4rem;
  }

  .smallMobile\:ml-20{
    margin-left: 5rem;
  }

  .smallMobile\:ml-24{
    margin-left: 6rem;
  }

  .smallMobile\:ml-28{
    margin-left: 7rem;
  }

  .smallMobile\:ml-32{
    margin-left: 8rem;
  }

  .smallMobile\:ml-36{
    margin-left: 9rem;
  }

  .smallMobile\:ml-40{
    margin-left: 10rem;
  }

  .smallMobile\:ml-44{
    margin-left: 11rem;
  }

  .smallMobile\:ml-48{
    margin-left: 12rem;
  }

  .smallMobile\:ml-52{
    margin-left: 13rem;
  }

  .smallMobile\:ml-56{
    margin-left: 14rem;
  }

  .smallMobile\:ml-60{
    margin-left: 15rem;
  }

  .smallMobile\:ml-64{
    margin-left: 16rem;
  }

  .smallMobile\:ml-72{
    margin-left: 18rem;
  }

  .smallMobile\:ml-80{
    margin-left: 20rem;
  }

  .smallMobile\:ml-96{
    margin-left: 24rem;
  }

  .smallMobile\:ml-auto{
    margin-left: auto;
  }

  .smallMobile\:ml-px{
    margin-left: 1px;
  }

  .smallMobile\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .smallMobile\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .smallMobile\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .smallMobile\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .smallMobile\:-ml-0{
    margin-left: 0px;
  }

  .smallMobile\:-ml-1{
    margin-left: -0.25rem;
  }

  .smallMobile\:-ml-2{
    margin-left: -0.5rem;
  }

  .smallMobile\:-ml-3{
    margin-left: -0.75rem;
  }

  .smallMobile\:-ml-4{
    margin-left: -1rem;
  }

  .smallMobile\:-ml-5{
    margin-left: -1.25rem;
  }

  .smallMobile\:-ml-6{
    margin-left: -1.5rem;
  }

  .smallMobile\:-ml-7{
    margin-left: -1.75rem;
  }

  .smallMobile\:-ml-8{
    margin-left: -2rem;
  }

  .smallMobile\:-ml-9{
    margin-left: -2.25rem;
  }

  .smallMobile\:-ml-10{
    margin-left: -2.5rem;
  }

  .smallMobile\:-ml-11{
    margin-left: -2.75rem;
  }

  .smallMobile\:-ml-12{
    margin-left: -3rem;
  }

  .smallMobile\:-ml-14{
    margin-left: -3.5rem;
  }

  .smallMobile\:-ml-16{
    margin-left: -4rem;
  }

  .smallMobile\:-ml-20{
    margin-left: -5rem;
  }

  .smallMobile\:-ml-24{
    margin-left: -6rem;
  }

  .smallMobile\:-ml-28{
    margin-left: -7rem;
  }

  .smallMobile\:-ml-32{
    margin-left: -8rem;
  }

  .smallMobile\:-ml-36{
    margin-left: -9rem;
  }

  .smallMobile\:-ml-40{
    margin-left: -10rem;
  }

  .smallMobile\:-ml-44{
    margin-left: -11rem;
  }

  .smallMobile\:-ml-48{
    margin-left: -12rem;
  }

  .smallMobile\:-ml-52{
    margin-left: -13rem;
  }

  .smallMobile\:-ml-56{
    margin-left: -14rem;
  }

  .smallMobile\:-ml-60{
    margin-left: -15rem;
  }

  .smallMobile\:-ml-64{
    margin-left: -16rem;
  }

  .smallMobile\:-ml-72{
    margin-left: -18rem;
  }

  .smallMobile\:-ml-80{
    margin-left: -20rem;
  }

  .smallMobile\:-ml-96{
    margin-left: -24rem;
  }

  .smallMobile\:-ml-px{
    margin-left: -1px;
  }

  .smallMobile\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .smallMobile\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .smallMobile\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .smallMobile\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .smallMobile\:box-border{
    box-sizing: border-box;
  }

  .smallMobile\:box-content{
    box-sizing: content-box;
  }

  .smallMobile\:block{
    display: block;
  }

  .smallMobile\:inline-block{
    display: inline-block;
  }

  .smallMobile\:inline{
    display: inline;
  }

  .smallMobile\:flex{
    display: flex;
  }

  .smallMobile\:inline-flex{
    display: inline-flex;
  }

  .smallMobile\:table{
    display: table;
  }

  .smallMobile\:inline-table{
    display: inline-table;
  }

  .smallMobile\:table-caption{
    display: table-caption;
  }

  .smallMobile\:table-cell{
    display: table-cell;
  }

  .smallMobile\:table-column{
    display: table-column;
  }

  .smallMobile\:table-column-group{
    display: table-column-group;
  }

  .smallMobile\:table-footer-group{
    display: table-footer-group;
  }

  .smallMobile\:table-header-group{
    display: table-header-group;
  }

  .smallMobile\:table-row-group{
    display: table-row-group;
  }

  .smallMobile\:table-row{
    display: table-row;
  }

  .smallMobile\:flow-root{
    display: flow-root;
  }

  .smallMobile\:grid{
    display: grid;
  }

  .smallMobile\:inline-grid{
    display: inline-grid;
  }

  .smallMobile\:contents{
    display: contents;
  }

  .smallMobile\:list-item{
    display: list-item;
  }

  .smallMobile\:hidden{
    display: none;
  }

  .smallMobile\:h-0{
    height: 0px;
  }

  .smallMobile\:h-1{
    height: 0.25rem;
  }

  .smallMobile\:h-2{
    height: 0.5rem;
  }

  .smallMobile\:h-3{
    height: 0.75rem;
  }

  .smallMobile\:h-4{
    height: 1rem;
  }

  .smallMobile\:h-5{
    height: 1.25rem;
  }

  .smallMobile\:h-6{
    height: 1.5rem;
  }

  .smallMobile\:h-7{
    height: 1.75rem;
  }

  .smallMobile\:h-8{
    height: 2rem;
  }

  .smallMobile\:h-9{
    height: 2.25rem;
  }

  .smallMobile\:h-10{
    height: 2.5rem;
  }

  .smallMobile\:h-11{
    height: 2.75rem;
  }

  .smallMobile\:h-12{
    height: 3rem;
  }

  .smallMobile\:h-14{
    height: 3.5rem;
  }

  .smallMobile\:h-16{
    height: 4rem;
  }

  .smallMobile\:h-20{
    height: 5rem;
  }

  .smallMobile\:h-24{
    height: 6rem;
  }

  .smallMobile\:h-28{
    height: 7rem;
  }

  .smallMobile\:h-32{
    height: 8rem;
  }

  .smallMobile\:h-36{
    height: 9rem;
  }

  .smallMobile\:h-40{
    height: 10rem;
  }

  .smallMobile\:h-44{
    height: 11rem;
  }

  .smallMobile\:h-48{
    height: 12rem;
  }

  .smallMobile\:h-52{
    height: 13rem;
  }

  .smallMobile\:h-56{
    height: 14rem;
  }

  .smallMobile\:h-60{
    height: 15rem;
  }

  .smallMobile\:h-64{
    height: 16rem;
  }

  .smallMobile\:h-72{
    height: 18rem;
  }

  .smallMobile\:h-80{
    height: 20rem;
  }

  .smallMobile\:h-96{
    height: 24rem;
  }

  .smallMobile\:h-auto{
    height: auto;
  }

  .smallMobile\:h-px{
    height: 1px;
  }

  .smallMobile\:h-0\.5{
    height: 0.125rem;
  }

  .smallMobile\:h-1\.5{
    height: 0.375rem;
  }

  .smallMobile\:h-2\.5{
    height: 0.625rem;
  }

  .smallMobile\:h-3\.5{
    height: 0.875rem;
  }

  .smallMobile\:h-1\/2{
    height: 50%;
  }

  .smallMobile\:h-1\/3{
    height: 33.333333%;
  }

  .smallMobile\:h-2\/3{
    height: 66.666667%;
  }

  .smallMobile\:h-1\/4{
    height: 25%;
  }

  .smallMobile\:h-2\/4{
    height: 50%;
  }

  .smallMobile\:h-3\/4{
    height: 75%;
  }

  .smallMobile\:h-1\/5{
    height: 20%;
  }

  .smallMobile\:h-2\/5{
    height: 40%;
  }

  .smallMobile\:h-3\/5{
    height: 60%;
  }

  .smallMobile\:h-4\/5{
    height: 80%;
  }

  .smallMobile\:h-1\/6{
    height: 16.666667%;
  }

  .smallMobile\:h-2\/6{
    height: 33.333333%;
  }

  .smallMobile\:h-3\/6{
    height: 50%;
  }

  .smallMobile\:h-4\/6{
    height: 66.666667%;
  }

  .smallMobile\:h-5\/6{
    height: 83.333333%;
  }

  .smallMobile\:h-full{
    height: 100%;
  }

  .smallMobile\:h-screen{
    height: 100vh;
  }

  .smallMobile\:max-h-0{
    max-height: 0px;
  }

  .smallMobile\:max-h-1{
    max-height: 0.25rem;
  }

  .smallMobile\:max-h-2{
    max-height: 0.5rem;
  }

  .smallMobile\:max-h-3{
    max-height: 0.75rem;
  }

  .smallMobile\:max-h-4{
    max-height: 1rem;
  }

  .smallMobile\:max-h-5{
    max-height: 1.25rem;
  }

  .smallMobile\:max-h-6{
    max-height: 1.5rem;
  }

  .smallMobile\:max-h-7{
    max-height: 1.75rem;
  }

  .smallMobile\:max-h-8{
    max-height: 2rem;
  }

  .smallMobile\:max-h-9{
    max-height: 2.25rem;
  }

  .smallMobile\:max-h-10{
    max-height: 2.5rem;
  }

  .smallMobile\:max-h-11{
    max-height: 2.75rem;
  }

  .smallMobile\:max-h-12{
    max-height: 3rem;
  }

  .smallMobile\:max-h-14{
    max-height: 3.5rem;
  }

  .smallMobile\:max-h-16{
    max-height: 4rem;
  }

  .smallMobile\:max-h-20{
    max-height: 5rem;
  }

  .smallMobile\:max-h-24{
    max-height: 6rem;
  }

  .smallMobile\:max-h-28{
    max-height: 7rem;
  }

  .smallMobile\:max-h-32{
    max-height: 8rem;
  }

  .smallMobile\:max-h-36{
    max-height: 9rem;
  }

  .smallMobile\:max-h-40{
    max-height: 10rem;
  }

  .smallMobile\:max-h-44{
    max-height: 11rem;
  }

  .smallMobile\:max-h-48{
    max-height: 12rem;
  }

  .smallMobile\:max-h-52{
    max-height: 13rem;
  }

  .smallMobile\:max-h-56{
    max-height: 14rem;
  }

  .smallMobile\:max-h-60{
    max-height: 15rem;
  }

  .smallMobile\:max-h-64{
    max-height: 16rem;
  }

  .smallMobile\:max-h-72{
    max-height: 18rem;
  }

  .smallMobile\:max-h-80{
    max-height: 20rem;
  }

  .smallMobile\:max-h-96{
    max-height: 24rem;
  }

  .smallMobile\:max-h-px{
    max-height: 1px;
  }

  .smallMobile\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .smallMobile\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .smallMobile\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .smallMobile\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .smallMobile\:max-h-full{
    max-height: 100%;
  }

  .smallMobile\:max-h-screen{
    max-height: 100vh;
  }

  .smallMobile\:min-h-0{
    min-height: 0px;
  }

  .smallMobile\:min-h-full{
    min-height: 100%;
  }

  .smallMobile\:min-h-screen{
    min-height: 100vh;
  }

  .smallMobile\:w-0{
    width: 0px;
  }

  .smallMobile\:w-1{
    width: 0.25rem;
  }

  .smallMobile\:w-2{
    width: 0.5rem;
  }

  .smallMobile\:w-3{
    width: 0.75rem;
  }

  .smallMobile\:w-4{
    width: 1rem;
  }

  .smallMobile\:w-5{
    width: 1.25rem;
  }

  .smallMobile\:w-6{
    width: 1.5rem;
  }

  .smallMobile\:w-7{
    width: 1.75rem;
  }

  .smallMobile\:w-8{
    width: 2rem;
  }

  .smallMobile\:w-9{
    width: 2.25rem;
  }

  .smallMobile\:w-10{
    width: 2.5rem;
  }

  .smallMobile\:w-11{
    width: 2.75rem;
  }

  .smallMobile\:w-12{
    width: 3rem;
  }

  .smallMobile\:w-14{
    width: 3.5rem;
  }

  .smallMobile\:w-16{
    width: 4rem;
  }

  .smallMobile\:w-20{
    width: 5rem;
  }

  .smallMobile\:w-24{
    width: 6rem;
  }

  .smallMobile\:w-28{
    width: 7rem;
  }

  .smallMobile\:w-32{
    width: 8rem;
  }

  .smallMobile\:w-36{
    width: 9rem;
  }

  .smallMobile\:w-40{
    width: 10rem;
  }

  .smallMobile\:w-44{
    width: 11rem;
  }

  .smallMobile\:w-48{
    width: 12rem;
  }

  .smallMobile\:w-52{
    width: 13rem;
  }

  .smallMobile\:w-56{
    width: 14rem;
  }

  .smallMobile\:w-60{
    width: 15rem;
  }

  .smallMobile\:w-64{
    width: 16rem;
  }

  .smallMobile\:w-72{
    width: 18rem;
  }

  .smallMobile\:w-80{
    width: 20rem;
  }

  .smallMobile\:w-96{
    width: 24rem;
  }

  .smallMobile\:w-auto{
    width: auto;
  }

  .smallMobile\:w-px{
    width: 1px;
  }

  .smallMobile\:w-0\.5{
    width: 0.125rem;
  }

  .smallMobile\:w-1\.5{
    width: 0.375rem;
  }

  .smallMobile\:w-2\.5{
    width: 0.625rem;
  }

  .smallMobile\:w-3\.5{
    width: 0.875rem;
  }

  .smallMobile\:w-1\/2{
    width: 50%;
  }

  .smallMobile\:w-1\/3{
    width: 33.333333%;
  }

  .smallMobile\:w-2\/3{
    width: 66.666667%;
  }

  .smallMobile\:w-1\/4{
    width: 25%;
  }

  .smallMobile\:w-2\/4{
    width: 50%;
  }

  .smallMobile\:w-3\/4{
    width: 75%;
  }

  .smallMobile\:w-1\/5{
    width: 20%;
  }

  .smallMobile\:w-2\/5{
    width: 40%;
  }

  .smallMobile\:w-3\/5{
    width: 60%;
  }

  .smallMobile\:w-4\/5{
    width: 80%;
  }

  .smallMobile\:w-1\/6{
    width: 16.666667%;
  }

  .smallMobile\:w-2\/6{
    width: 33.333333%;
  }

  .smallMobile\:w-3\/6{
    width: 50%;
  }

  .smallMobile\:w-4\/6{
    width: 66.666667%;
  }

  .smallMobile\:w-5\/6{
    width: 83.333333%;
  }

  .smallMobile\:w-1\/12{
    width: 8.333333%;
  }

  .smallMobile\:w-2\/12{
    width: 16.666667%;
  }

  .smallMobile\:w-3\/12{
    width: 25%;
  }

  .smallMobile\:w-4\/12{
    width: 33.333333%;
  }

  .smallMobile\:w-5\/12{
    width: 41.666667%;
  }

  .smallMobile\:w-6\/12{
    width: 50%;
  }

  .smallMobile\:w-7\/12{
    width: 58.333333%;
  }

  .smallMobile\:w-8\/12{
    width: 66.666667%;
  }

  .smallMobile\:w-9\/12{
    width: 75%;
  }

  .smallMobile\:w-10\/12{
    width: 83.333333%;
  }

  .smallMobile\:w-11\/12{
    width: 91.666667%;
  }

  .smallMobile\:w-full{
    width: 100%;
  }

  .smallMobile\:w-screen{
    width: 100vw;
  }

  .smallMobile\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .smallMobile\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .smallMobile\:min-w-0{
    min-width: 0px;
  }

  .smallMobile\:min-w-full{
    min-width: 100%;
  }

  .smallMobile\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .smallMobile\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .smallMobile\:max-w-0{
    max-width: 0rem;
  }

  .smallMobile\:max-w-none{
    max-width: none;
  }

  .smallMobile\:max-w-xs{
    max-width: 20rem;
  }

  .smallMobile\:max-w-sm{
    max-width: 24rem;
  }

  .smallMobile\:max-w-md{
    max-width: 28rem;
  }

  .smallMobile\:max-w-lg{
    max-width: 32rem;
  }

  .smallMobile\:max-w-xl{
    max-width: 36rem;
  }

  .smallMobile\:max-w-2xl{
    max-width: 42rem;
  }

  .smallMobile\:max-w-3xl{
    max-width: 48rem;
  }

  .smallMobile\:max-w-4xl{
    max-width: 56rem;
  }

  .smallMobile\:max-w-5xl{
    max-width: 64rem;
  }

  .smallMobile\:max-w-6xl{
    max-width: 72rem;
  }

  .smallMobile\:max-w-7xl{
    max-width: 80rem;
  }

  .smallMobile\:max-w-full{
    max-width: 100%;
  }

  .smallMobile\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .smallMobile\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .smallMobile\:max-w-prose{
    max-width: 65ch;
  }

  .smallMobile\:max-w-screen-sm{
    max-width: 640px;
  }

  .smallMobile\:max-w-screen-md{
    max-width: 768px;
  }

  .smallMobile\:max-w-screen-lg{
    max-width: 1024px;
  }

  .smallMobile\:max-w-screen-xl{
    max-width: 1280px;
  }

  .smallMobile\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .smallMobile\:flex-1{
    flex: 1 1 0%;
  }

  .smallMobile\:flex-auto{
    flex: 1 1 auto;
  }

  .smallMobile\:flex-initial{
    flex: 0 1 auto;
  }

  .smallMobile\:flex-none{
    flex: none;
  }

  .smallMobile\:flex-shrink-0{
    flex-shrink: 0;
  }

  .smallMobile\:flex-shrink{
    flex-shrink: 1;
  }

  .smallMobile\:flex-grow-0{
    flex-grow: 0;
  }

  .smallMobile\:flex-grow{
    flex-grow: 1;
  }

  .smallMobile\:table-auto{
    table-layout: auto;
  }

  .smallMobile\:table-fixed{
    table-layout: fixed;
  }

  .smallMobile\:border-collapse{
    border-collapse: collapse;
  }

  .smallMobile\:border-separate{
    border-collapse: separate;
  }

  .smallMobile\:origin-center{
    transform-origin: center;
  }

  .smallMobile\:origin-top{
    transform-origin: top;
  }

  .smallMobile\:origin-top-right{
    transform-origin: top right;
  }

  .smallMobile\:origin-right{
    transform-origin: right;
  }

  .smallMobile\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .smallMobile\:origin-bottom{
    transform-origin: bottom;
  }

  .smallMobile\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .smallMobile\:origin-left{
    transform-origin: left;
  }

  .smallMobile\:origin-top-left{
    transform-origin: top left;
  }

  .smallMobile\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .smallMobile\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .smallMobile\:transform-none{
    transform: none;
  }

  .smallMobile\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .smallMobile\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .smallMobile\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .smallMobile\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .smallMobile\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .smallMobile\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .smallMobile\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .smallMobile\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .smallMobile\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .smallMobile\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .smallMobile\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .smallMobile\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .smallMobile\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .smallMobile\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .smallMobile\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .smallMobile\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .smallMobile\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .smallMobile\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .smallMobile\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .smallMobile\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .smallMobile\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .smallMobile\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .smallMobile\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .smallMobile\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .smallMobile\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .smallMobile\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .smallMobile\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .smallMobile\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .smallMobile\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .smallMobile\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .smallMobile\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .smallMobile\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .smallMobile\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .smallMobile\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .smallMobile\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .smallMobile\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .smallMobile\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .smallMobile\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .smallMobile\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .smallMobile\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .smallMobile\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .smallMobile\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .smallMobile\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .smallMobile\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .smallMobile\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .smallMobile\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .smallMobile\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .smallMobile\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .smallMobile\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .smallMobile\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .smallMobile\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .smallMobile\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .smallMobile\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .smallMobile\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .smallMobile\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .smallMobile\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .smallMobile\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .smallMobile\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .smallMobile\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .smallMobile\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .smallMobile\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .smallMobile\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .smallMobile\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .smallMobile\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .smallMobile\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .smallMobile\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .smallMobile\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .smallMobile\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .smallMobile\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .smallMobile\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .smallMobile\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .smallMobile\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .smallMobile\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .smallMobile\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .smallMobile\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .smallMobile\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .smallMobile\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .smallMobile\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .smallMobile\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .smallMobile\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .smallMobile\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .smallMobile\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .smallMobile\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .smallMobile\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .smallMobile\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .smallMobile\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .smallMobile\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .smallMobile\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .smallMobile\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .smallMobile\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .smallMobile\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .smallMobile\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .smallMobile\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .smallMobile\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .smallMobile\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .smallMobile\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .smallMobile\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .smallMobile\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .smallMobile\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .smallMobile\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .smallMobile\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .smallMobile\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .smallMobile\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .smallMobile\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .smallMobile\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .smallMobile\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .smallMobile\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .smallMobile\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .smallMobile\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .smallMobile\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .smallMobile\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .smallMobile\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .smallMobile\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .smallMobile\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .smallMobile\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .smallMobile\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .smallMobile\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .smallMobile\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .smallMobile\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .smallMobile\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .smallMobile\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .smallMobile\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .smallMobile\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .smallMobile\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .smallMobile\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .smallMobile\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .smallMobile\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .smallMobile\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .smallMobile\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .smallMobile\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .smallMobile\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .smallMobile\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .smallMobile\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .smallMobile\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .smallMobile\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .smallMobile\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .smallMobile\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .smallMobile\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .smallMobile\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .smallMobile\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .smallMobile\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .smallMobile\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .smallMobile\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .smallMobile\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .smallMobile\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .smallMobile\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .smallMobile\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .smallMobile\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .smallMobile\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .smallMobile\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .smallMobile\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .smallMobile\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .smallMobile\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .smallMobile\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .smallMobile\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .smallMobile\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .smallMobile\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .smallMobile\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .smallMobile\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .smallMobile\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .smallMobile\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .smallMobile\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .smallMobile\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .smallMobile\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .smallMobile\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .smallMobile\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .smallMobile\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .smallMobile\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .smallMobile\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .smallMobile\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .smallMobile\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .smallMobile\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .smallMobile\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .smallMobile\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .smallMobile\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .smallMobile\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .smallMobile\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .smallMobile\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .smallMobile\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .smallMobile\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .smallMobile\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .smallMobile\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .smallMobile\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .smallMobile\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .smallMobile\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .smallMobile\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .smallMobile\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .smallMobile\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .smallMobile\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .smallMobile\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .smallMobile\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .smallMobile\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .smallMobile\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .smallMobile\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .smallMobile\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .smallMobile\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .smallMobile\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .smallMobile\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .smallMobile\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .smallMobile\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .smallMobile\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .smallMobile\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .smallMobile\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .smallMobile\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .smallMobile\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .smallMobile\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .smallMobile\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .smallMobile\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .smallMobile\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .smallMobile\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .smallMobile\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .smallMobile\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .smallMobile\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .smallMobile\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .smallMobile\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .smallMobile\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .smallMobile\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .smallMobile\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .smallMobile\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .smallMobile\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .smallMobile\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .smallMobile\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .smallMobile\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .smallMobile\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .smallMobile\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .smallMobile\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .smallMobile\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .smallMobile\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .smallMobile\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .smallMobile\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .smallMobile\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .smallMobile\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .smallMobile\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .smallMobile\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .smallMobile\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .smallMobile\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .smallMobile\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .smallMobile\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .smallMobile\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .smallMobile\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .smallMobile\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .smallMobile\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .smallMobile\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .smallMobile\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .smallMobile\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .smallMobile\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .smallMobile\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .smallMobile\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .smallMobile\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .smallMobile\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .smallMobile\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .smallMobile\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .smallMobile\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .smallMobile\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .smallMobile\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .smallMobile\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .smallMobile\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .smallMobile\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .smallMobile\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .smallMobile\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .smallMobile\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .smallMobile\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .smallMobile\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .smallMobile\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .smallMobile\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .smallMobile\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .smallMobile\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .smallMobile\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .smallMobile\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .smallMobile\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .smallMobile\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .smallMobile\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .smallMobile\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .smallMobile\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .smallMobile\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .smallMobile\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .smallMobile\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .smallMobile\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .smallMobile\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .smallMobile\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .smallMobile\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .smallMobile\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .smallMobile\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .smallMobile\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .smallMobile\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .smallMobile\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .smallMobile\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .smallMobile\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .smallMobile\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .smallMobile\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .smallMobile\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .smallMobile\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .smallMobile\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .smallMobile\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .smallMobile\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .smallMobile\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .smallMobile\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .smallMobile\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .smallMobile\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .smallMobile\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .smallMobile\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .smallMobile\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .smallMobile\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .smallMobile\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .smallMobile\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .smallMobile\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .smallMobile\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .smallMobile\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .smallMobile\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .smallMobile\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .smallMobile\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .smallMobile\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .smallMobile\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .smallMobile\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .smallMobile\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .smallMobile\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .smallMobile\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .smallMobile\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .smallMobile\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .smallMobile\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .smallMobile\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .smallMobile\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .smallMobile\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .smallMobile\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .smallMobile\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .smallMobile\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .smallMobile\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .smallMobile\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .smallMobile\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .smallMobile\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .smallMobile\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .smallMobile\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .smallMobile\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .smallMobile\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .smallMobile\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .smallMobile\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .smallMobile\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .smallMobile\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .smallMobile\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .smallMobile\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .smallMobile\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .smallMobile\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .smallMobile\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .smallMobile\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .smallMobile\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .smallMobile\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .smallMobile\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .smallMobile\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .smallMobile\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .smallMobile\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .smallMobile\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .smallMobile\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .smallMobile\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .smallMobile\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .smallMobile\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .smallMobile\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .smallMobile\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .smallMobile\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .smallMobile\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .smallMobile\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .smallMobile\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .smallMobile\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .smallMobile\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .smallMobile\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .smallMobile\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .smallMobile\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .smallMobile\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .smallMobile\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .smallMobile\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .smallMobile\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .smallMobile\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .smallMobile\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .smallMobile\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .smallMobile\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .smallMobile\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .smallMobile\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .smallMobile\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .smallMobile\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .smallMobile\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .smallMobile\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .smallMobile\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .smallMobile\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .smallMobile\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .smallMobile\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .smallMobile\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .smallMobile\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .smallMobile\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .smallMobile\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .smallMobile\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .smallMobile\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .smallMobile\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .smallMobile\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .smallMobile\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .smallMobile\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .smallMobile\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .smallMobile\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .smallMobile\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .smallMobile\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .smallMobile\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .smallMobile\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .smallMobile\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .smallMobile\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .smallMobile\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .smallMobile\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .smallMobile\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .smallMobile\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .smallMobile\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .smallMobile\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .smallMobile\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .smallMobile\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .smallMobile\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .smallMobile\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .smallMobile\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .smallMobile\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .smallMobile\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .smallMobile\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .smallMobile\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .smallMobile\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .smallMobile\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .smallMobile\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .smallMobile\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .smallMobile\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .smallMobile\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .smallMobile\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .smallMobile\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .smallMobile\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .smallMobile\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .smallMobile\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .smallMobile\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .smallMobile\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .smallMobile\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .smallMobile\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .smallMobile\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .smallMobile\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .smallMobile\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .smallMobile\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .smallMobile\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .smallMobile\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .smallMobile\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .smallMobile\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .smallMobile\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .smallMobile\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .smallMobile\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .smallMobile\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .smallMobile\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .smallMobile\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .smallMobile\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .smallMobile\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .smallMobile\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .smallMobile\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .smallMobile\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .smallMobile\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .smallMobile\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .smallMobile\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .smallMobile\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .smallMobile\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .smallMobile\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .smallMobile\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .smallMobile\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .smallMobile\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .smallMobile\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .smallMobile\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .smallMobile\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .smallMobile\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .smallMobile\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .smallMobile\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .smallMobile\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .smallMobile\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .smallMobile\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .smallMobile\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .smallMobile\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .smallMobile\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .smallMobile\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .smallMobile\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .smallMobile\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .smallMobile\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .smallMobile\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .smallMobile\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .smallMobile\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .smallMobile\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .smallMobile\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .smallMobile\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .smallMobile\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .smallMobile\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .smallMobile\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .smallMobile\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .smallMobile\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .smallMobile\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .smallMobile\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .smallMobile\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .smallMobile\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .smallMobile\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .smallMobile\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .smallMobile\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .smallMobile\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .smallMobile\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .smallMobile\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .smallMobile\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .smallMobile\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .smallMobile\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .smallMobile\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .smallMobile\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .smallMobile\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .smallMobile\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .smallMobile\:rotate-0{
    --tw-rotate: 0deg;
  }

  .smallMobile\:rotate-1{
    --tw-rotate: 1deg;
  }

  .smallMobile\:rotate-2{
    --tw-rotate: 2deg;
  }

  .smallMobile\:rotate-3{
    --tw-rotate: 3deg;
  }

  .smallMobile\:rotate-6{
    --tw-rotate: 6deg;
  }

  .smallMobile\:rotate-12{
    --tw-rotate: 12deg;
  }

  .smallMobile\:rotate-45{
    --tw-rotate: 45deg;
  }

  .smallMobile\:rotate-90{
    --tw-rotate: 90deg;
  }

  .smallMobile\:rotate-180{
    --tw-rotate: 180deg;
  }

  .smallMobile\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .smallMobile\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .smallMobile\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .smallMobile\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .smallMobile\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .smallMobile\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .smallMobile\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .smallMobile\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .smallMobile\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .smallMobile\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .smallMobile\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .smallMobile\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .smallMobile\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .smallMobile\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .smallMobile\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .smallMobile\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .smallMobile\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .smallMobile\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .smallMobile\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .smallMobile\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .smallMobile\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .smallMobile\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .smallMobile\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .smallMobile\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .smallMobile\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .smallMobile\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .smallMobile\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .smallMobile\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .smallMobile\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .smallMobile\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .smallMobile\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .smallMobile\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .smallMobile\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .smallMobile\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .smallMobile\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .smallMobile\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .smallMobile\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .smallMobile\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .smallMobile\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .smallMobile\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .smallMobile\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .smallMobile\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .smallMobile\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .smallMobile\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .smallMobile\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .smallMobile\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .smallMobile\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .smallMobile\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .smallMobile\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .smallMobile\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .smallMobile\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .smallMobile\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .smallMobile\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .smallMobile\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .smallMobile\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .smallMobile\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .smallMobile\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .smallMobile\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .smallMobile\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .smallMobile\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .smallMobile\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .smallMobile\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .smallMobile\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .smallMobile\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .smallMobile\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .smallMobile\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .smallMobile\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .smallMobile\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .smallMobile\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .smallMobile\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .smallMobile\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .smallMobile\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .smallMobile\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .smallMobile\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .smallMobile\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .smallMobile\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .smallMobile\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .smallMobile\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .smallMobile\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .smallMobile\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .smallMobile\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .smallMobile\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .smallMobile\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .smallMobile\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .smallMobile\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .smallMobile\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .smallMobile\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .smallMobile\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .smallMobile\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .smallMobile\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .smallMobile\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .smallMobile\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .smallMobile\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .smallMobile\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .smallMobile\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .smallMobile\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .smallMobile\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .smallMobile\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .smallMobile\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .smallMobile\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .smallMobile\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .smallMobile\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .smallMobile\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .smallMobile\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .smallMobile\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .smallMobile\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .smallMobile\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .smallMobile\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .smallMobile\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .smallMobile\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .smallMobile\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .smallMobile\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .smallMobile\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .smallMobile\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .smallMobile\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .smallMobile\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .smallMobile\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .smallMobile\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .smallMobile\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .smallMobile\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .smallMobile\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .smallMobile\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .smallMobile\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .smallMobile\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .smallMobile\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .smallMobile\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .smallMobile\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .smallMobile\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .smallMobile\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .smallMobile\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .smallMobile\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .smallMobile\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .smallMobile\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .smallMobile\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .smallMobile\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .smallMobile\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .smallMobile\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .smallMobile\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .smallMobile\:scale-x-0{
    --tw-scale-x: 0;
  }

  .smallMobile\:scale-x-50{
    --tw-scale-x: .5;
  }

  .smallMobile\:scale-x-75{
    --tw-scale-x: .75;
  }

  .smallMobile\:scale-x-90{
    --tw-scale-x: .9;
  }

  .smallMobile\:scale-x-95{
    --tw-scale-x: .95;
  }

  .smallMobile\:scale-x-100{
    --tw-scale-x: 1;
  }

  .smallMobile\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .smallMobile\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .smallMobile\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .smallMobile\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .smallMobile\:scale-y-0{
    --tw-scale-y: 0;
  }

  .smallMobile\:scale-y-50{
    --tw-scale-y: .5;
  }

  .smallMobile\:scale-y-75{
    --tw-scale-y: .75;
  }

  .smallMobile\:scale-y-90{
    --tw-scale-y: .9;
  }

  .smallMobile\:scale-y-95{
    --tw-scale-y: .95;
  }

  .smallMobile\:scale-y-100{
    --tw-scale-y: 1;
  }

  .smallMobile\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .smallMobile\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .smallMobile\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .smallMobile\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .smallMobile\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .smallMobile\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .smallMobile\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .smallMobile\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .smallMobile\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .smallMobile\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .smallMobile\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .smallMobile\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .smallMobile\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .smallMobile\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .smallMobile\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .smallMobile\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .smallMobile\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .smallMobile\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .smallMobile\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .smallMobile\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .smallMobile\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .smallMobile\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .smallMobile\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .smallMobile\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .smallMobile\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .smallMobile\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .smallMobile\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .smallMobile\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .smallMobile\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .smallMobile\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .smallMobile\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .smallMobile\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .smallMobile\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .smallMobile\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .smallMobile\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .smallMobile\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .smallMobile\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .smallMobile\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .smallMobile\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .smallMobile\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .smallMobile\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .smallMobile\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .smallMobile\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .smallMobile\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .smallMobile\:animate-none{
    animation: none;
  }

  .smallMobile\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .smallMobile\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .smallMobile\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .smallMobile\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .smallMobile\:cursor-auto{
    cursor: auto;
  }

  .smallMobile\:cursor-default{
    cursor: default;
  }

  .smallMobile\:cursor-pointer{
    cursor: pointer;
  }

  .smallMobile\:cursor-wait{
    cursor: wait;
  }

  .smallMobile\:cursor-text{
    cursor: text;
  }

  .smallMobile\:cursor-move{
    cursor: move;
  }

  .smallMobile\:cursor-help{
    cursor: help;
  }

  .smallMobile\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .smallMobile\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .smallMobile\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .smallMobile\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .smallMobile\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .smallMobile\:resize-none{
    resize: none;
  }

  .smallMobile\:resize-y{
    resize: vertical;
  }

  .smallMobile\:resize-x{
    resize: horizontal;
  }

  .smallMobile\:resize{
    resize: both;
  }

  .smallMobile\:list-inside{
    list-style-position: inside;
  }

  .smallMobile\:list-outside{
    list-style-position: outside;
  }

  .smallMobile\:list-none{
    list-style-type: none;
  }

  .smallMobile\:list-disc{
    list-style-type: disc;
  }

  .smallMobile\:list-decimal{
    list-style-type: decimal;
  }

  .smallMobile\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .smallMobile\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .smallMobile\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .smallMobile\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .smallMobile\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .smallMobile\:grid-flow-row{
    grid-auto-flow: row;
  }

  .smallMobile\:grid-flow-col{
    grid-auto-flow: column;
  }

  .smallMobile\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .smallMobile\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .smallMobile\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .smallMobile\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .smallMobile\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .smallMobile\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .smallMobile\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .smallMobile\:grid-cols-none{
    grid-template-columns: none;
  }

  .smallMobile\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .smallMobile\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .smallMobile\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .smallMobile\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .smallMobile\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .smallMobile\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .smallMobile\:grid-rows-none{
    grid-template-rows: none;
  }

  .smallMobile\:flex-row{
    flex-direction: row;
  }

  .smallMobile\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .smallMobile\:flex-col{
    flex-direction: column;
  }

  .smallMobile\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .smallMobile\:flex-wrap{
    flex-wrap: wrap;
  }

  .smallMobile\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .smallMobile\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .smallMobile\:place-content-center{
    place-content: center;
  }

  .smallMobile\:place-content-start{
    place-content: start;
  }

  .smallMobile\:place-content-end{
    place-content: end;
  }

  .smallMobile\:place-content-between{
    place-content: space-between;
  }

  .smallMobile\:place-content-around{
    place-content: space-around;
  }

  .smallMobile\:place-content-evenly{
    place-content: space-evenly;
  }

  .smallMobile\:place-content-stretch{
    place-content: stretch;
  }

  .smallMobile\:place-items-start{
    place-items: start;
  }

  .smallMobile\:place-items-end{
    place-items: end;
  }

  .smallMobile\:place-items-center{
    place-items: center;
  }

  .smallMobile\:place-items-stretch{
    place-items: stretch;
  }

  .smallMobile\:content-center{
    align-content: center;
  }

  .smallMobile\:content-start{
    align-content: flex-start;
  }

  .smallMobile\:content-end{
    align-content: flex-end;
  }

  .smallMobile\:content-between{
    align-content: space-between;
  }

  .smallMobile\:content-around{
    align-content: space-around;
  }

  .smallMobile\:content-evenly{
    align-content: space-evenly;
  }

  .smallMobile\:items-start{
    align-items: flex-start;
  }

  .smallMobile\:items-end{
    align-items: flex-end;
  }

  .smallMobile\:items-center{
    align-items: center;
  }

  .smallMobile\:items-baseline{
    align-items: baseline;
  }

  .smallMobile\:items-stretch{
    align-items: stretch;
  }

  .smallMobile\:justify-start{
    justify-content: flex-start;
  }

  .smallMobile\:justify-end{
    justify-content: flex-end;
  }

  .smallMobile\:justify-center{
    justify-content: center;
  }

  .smallMobile\:justify-between{
    justify-content: space-between;
  }

  .smallMobile\:justify-around{
    justify-content: space-around;
  }

  .smallMobile\:justify-evenly{
    justify-content: space-evenly;
  }

  .smallMobile\:justify-items-start{
    justify-items: start;
  }

  .smallMobile\:justify-items-end{
    justify-items: end;
  }

  .smallMobile\:justify-items-center{
    justify-items: center;
  }

  .smallMobile\:justify-items-stretch{
    justify-items: stretch;
  }

  .smallMobile\:gap-0{
    gap: 0px;
  }

  .smallMobile\:gap-1{
    gap: 0.25rem;
  }

  .smallMobile\:gap-2{
    gap: 0.5rem;
  }

  .smallMobile\:gap-3{
    gap: 0.75rem;
  }

  .smallMobile\:gap-4{
    gap: 1rem;
  }

  .smallMobile\:gap-5{
    gap: 1.25rem;
  }

  .smallMobile\:gap-6{
    gap: 1.5rem;
  }

  .smallMobile\:gap-7{
    gap: 1.75rem;
  }

  .smallMobile\:gap-8{
    gap: 2rem;
  }

  .smallMobile\:gap-9{
    gap: 2.25rem;
  }

  .smallMobile\:gap-10{
    gap: 2.5rem;
  }

  .smallMobile\:gap-11{
    gap: 2.75rem;
  }

  .smallMobile\:gap-12{
    gap: 3rem;
  }

  .smallMobile\:gap-14{
    gap: 3.5rem;
  }

  .smallMobile\:gap-16{
    gap: 4rem;
  }

  .smallMobile\:gap-20{
    gap: 5rem;
  }

  .smallMobile\:gap-24{
    gap: 6rem;
  }

  .smallMobile\:gap-28{
    gap: 7rem;
  }

  .smallMobile\:gap-32{
    gap: 8rem;
  }

  .smallMobile\:gap-36{
    gap: 9rem;
  }

  .smallMobile\:gap-40{
    gap: 10rem;
  }

  .smallMobile\:gap-44{
    gap: 11rem;
  }

  .smallMobile\:gap-48{
    gap: 12rem;
  }

  .smallMobile\:gap-52{
    gap: 13rem;
  }

  .smallMobile\:gap-56{
    gap: 14rem;
  }

  .smallMobile\:gap-60{
    gap: 15rem;
  }

  .smallMobile\:gap-64{
    gap: 16rem;
  }

  .smallMobile\:gap-72{
    gap: 18rem;
  }

  .smallMobile\:gap-80{
    gap: 20rem;
  }

  .smallMobile\:gap-96{
    gap: 24rem;
  }

  .smallMobile\:gap-px{
    gap: 1px;
  }

  .smallMobile\:gap-0\.5{
    gap: 0.125rem;
  }

  .smallMobile\:gap-1\.5{
    gap: 0.375rem;
  }

  .smallMobile\:gap-2\.5{
    gap: 0.625rem;
  }

  .smallMobile\:gap-3\.5{
    gap: 0.875rem;
  }

  .smallMobile\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .smallMobile\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .smallMobile\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .smallMobile\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .smallMobile\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .smallMobile\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .smallMobile\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .smallMobile\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .smallMobile\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .smallMobile\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .smallMobile\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .smallMobile\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .smallMobile\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .smallMobile\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .smallMobile\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .smallMobile\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .smallMobile\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .smallMobile\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .smallMobile\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .smallMobile\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .smallMobile\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .smallMobile\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .smallMobile\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .smallMobile\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .smallMobile\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .smallMobile\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .smallMobile\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .smallMobile\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .smallMobile\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .smallMobile\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .smallMobile\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .smallMobile\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .smallMobile\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .smallMobile\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .smallMobile\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .smallMobile\:gap-y-0{
    row-gap: 0px;
  }

  .smallMobile\:gap-y-1{
    row-gap: 0.25rem;
  }

  .smallMobile\:gap-y-2{
    row-gap: 0.5rem;
  }

  .smallMobile\:gap-y-3{
    row-gap: 0.75rem;
  }

  .smallMobile\:gap-y-4{
    row-gap: 1rem;
  }

  .smallMobile\:gap-y-5{
    row-gap: 1.25rem;
  }

  .smallMobile\:gap-y-6{
    row-gap: 1.5rem;
  }

  .smallMobile\:gap-y-7{
    row-gap: 1.75rem;
  }

  .smallMobile\:gap-y-8{
    row-gap: 2rem;
  }

  .smallMobile\:gap-y-9{
    row-gap: 2.25rem;
  }

  .smallMobile\:gap-y-10{
    row-gap: 2.5rem;
  }

  .smallMobile\:gap-y-11{
    row-gap: 2.75rem;
  }

  .smallMobile\:gap-y-12{
    row-gap: 3rem;
  }

  .smallMobile\:gap-y-14{
    row-gap: 3.5rem;
  }

  .smallMobile\:gap-y-16{
    row-gap: 4rem;
  }

  .smallMobile\:gap-y-20{
    row-gap: 5rem;
  }

  .smallMobile\:gap-y-24{
    row-gap: 6rem;
  }

  .smallMobile\:gap-y-28{
    row-gap: 7rem;
  }

  .smallMobile\:gap-y-32{
    row-gap: 8rem;
  }

  .smallMobile\:gap-y-36{
    row-gap: 9rem;
  }

  .smallMobile\:gap-y-40{
    row-gap: 10rem;
  }

  .smallMobile\:gap-y-44{
    row-gap: 11rem;
  }

  .smallMobile\:gap-y-48{
    row-gap: 12rem;
  }

  .smallMobile\:gap-y-52{
    row-gap: 13rem;
  }

  .smallMobile\:gap-y-56{
    row-gap: 14rem;
  }

  .smallMobile\:gap-y-60{
    row-gap: 15rem;
  }

  .smallMobile\:gap-y-64{
    row-gap: 16rem;
  }

  .smallMobile\:gap-y-72{
    row-gap: 18rem;
  }

  .smallMobile\:gap-y-80{
    row-gap: 20rem;
  }

  .smallMobile\:gap-y-96{
    row-gap: 24rem;
  }

  .smallMobile\:gap-y-px{
    row-gap: 1px;
  }

  .smallMobile\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .smallMobile\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .smallMobile\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .smallMobile\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .smallMobile\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .smallMobile\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .smallMobile\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .smallMobile\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .smallMobile\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallMobile\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallMobile\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallMobile\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallMobile\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .smallMobile\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .smallMobile\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .smallMobile\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .smallMobile\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .smallMobile\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .smallMobile\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .smallMobile\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .smallMobile\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .smallMobile\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .smallMobile\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .smallMobile\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .smallMobile\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .smallMobile\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .smallMobile\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .smallMobile\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .smallMobile\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .smallMobile\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .smallMobile\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .smallMobile\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .smallMobile\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .smallMobile\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .smallMobile\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .smallMobile\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .smallMobile\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .smallMobile\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .smallMobile\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .smallMobile\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .smallMobile\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .smallMobile\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .smallMobile\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .smallMobile\:place-self-auto{
    place-self: auto;
  }

  .smallMobile\:place-self-start{
    place-self: start;
  }

  .smallMobile\:place-self-end{
    place-self: end;
  }

  .smallMobile\:place-self-center{
    place-self: center;
  }

  .smallMobile\:place-self-stretch{
    place-self: stretch;
  }

  .smallMobile\:self-auto{
    align-self: auto;
  }

  .smallMobile\:self-start{
    align-self: flex-start;
  }

  .smallMobile\:self-end{
    align-self: flex-end;
  }

  .smallMobile\:self-center{
    align-self: center;
  }

  .smallMobile\:self-stretch{
    align-self: stretch;
  }

  .smallMobile\:self-baseline{
    align-self: baseline;
  }

  .smallMobile\:justify-self-auto{
    justify-self: auto;
  }

  .smallMobile\:justify-self-start{
    justify-self: start;
  }

  .smallMobile\:justify-self-end{
    justify-self: end;
  }

  .smallMobile\:justify-self-center{
    justify-self: center;
  }

  .smallMobile\:justify-self-stretch{
    justify-self: stretch;
  }

  .smallMobile\:overflow-auto{
    overflow: auto;
  }

  .smallMobile\:overflow-hidden{
    overflow: hidden;
  }

  .smallMobile\:overflow-visible{
    overflow: visible;
  }

  .smallMobile\:overflow-scroll{
    overflow: scroll;
  }

  .smallMobile\:overflow-x-auto{
    overflow-x: auto;
  }

  .smallMobile\:overflow-y-auto{
    overflow-y: auto;
  }

  .smallMobile\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .smallMobile\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .smallMobile\:overflow-x-visible{
    overflow-x: visible;
  }

  .smallMobile\:overflow-y-visible{
    overflow-y: visible;
  }

  .smallMobile\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .smallMobile\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .smallMobile\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .smallMobile\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .smallMobile\:overscroll-none{
    overscroll-behavior: none;
  }

  .smallMobile\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .smallMobile\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .smallMobile\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .smallMobile\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .smallMobile\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .smallMobile\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .smallMobile\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .smallMobile\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .smallMobile\:overflow-clip{
    text-overflow: clip;
  }

  .smallMobile\:whitespace-normal{
    white-space: normal;
  }

  .smallMobile\:whitespace-nowrap{
    white-space: nowrap;
  }

  .smallMobile\:whitespace-pre{
    white-space: pre;
  }

  .smallMobile\:whitespace-pre-line{
    white-space: pre-line;
  }

  .smallMobile\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .smallMobile\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .smallMobile\:break-words{
    overflow-wrap: break-word;
  }

  .smallMobile\:break-all{
    word-break: break-all;
  }

  .smallMobile\:rounded-none{
    border-radius: 0px;
  }

  .smallMobile\:rounded-sm{
    border-radius: 0.125rem;
  }

  .smallMobile\:rounded{
    border-radius: 0.25rem;
  }

  .smallMobile\:rounded-md{
    border-radius: 0.375rem;
  }

  .smallMobile\:rounded-lg{
    border-radius: 0.5rem;
  }

  .smallMobile\:rounded-xl{
    border-radius: 0.75rem;
  }

  .smallMobile\:rounded-2xl{
    border-radius: 1rem;
  }

  .smallMobile\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .smallMobile\:rounded-full{
    border-radius: 9999px;
  }

  .smallMobile\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .smallMobile\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .smallMobile\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .smallMobile\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .smallMobile\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .smallMobile\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .smallMobile\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .smallMobile\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .smallMobile\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .smallMobile\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .smallMobile\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .smallMobile\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .smallMobile\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .smallMobile\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .smallMobile\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .smallMobile\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .smallMobile\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .smallMobile\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .smallMobile\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .smallMobile\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .smallMobile\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .smallMobile\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .smallMobile\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .smallMobile\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .smallMobile\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .smallMobile\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .smallMobile\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .smallMobile\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .smallMobile\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .smallMobile\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .smallMobile\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .smallMobile\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .smallMobile\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .smallMobile\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .smallMobile\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .smallMobile\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .smallMobile\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .smallMobile\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .smallMobile\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .smallMobile\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .smallMobile\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .smallMobile\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .smallMobile\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .smallMobile\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .smallMobile\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .smallMobile\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .smallMobile\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .smallMobile\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .smallMobile\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .smallMobile\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .smallMobile\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .smallMobile\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .smallMobile\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .smallMobile\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .smallMobile\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .smallMobile\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .smallMobile\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .smallMobile\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .smallMobile\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .smallMobile\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .smallMobile\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .smallMobile\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .smallMobile\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .smallMobile\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .smallMobile\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .smallMobile\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .smallMobile\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .smallMobile\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .smallMobile\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .smallMobile\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .smallMobile\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .smallMobile\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .smallMobile\:border-0{
    border-width: 0px;
  }

  .smallMobile\:border-2{
    border-width: 2px;
  }

  .smallMobile\:border-4{
    border-width: 4px;
  }

  .smallMobile\:border-8{
    border-width: 8px;
  }

  .smallMobile\:border{
    border-width: 1px;
  }

  .smallMobile\:border-t-0{
    border-top-width: 0px;
  }

  .smallMobile\:border-t-2{
    border-top-width: 2px;
  }

  .smallMobile\:border-t-4{
    border-top-width: 4px;
  }

  .smallMobile\:border-t-8{
    border-top-width: 8px;
  }

  .smallMobile\:border-t{
    border-top-width: 1px;
  }

  .smallMobile\:border-r-0{
    border-right-width: 0px;
  }

  .smallMobile\:border-r-2{
    border-right-width: 2px;
  }

  .smallMobile\:border-r-4{
    border-right-width: 4px;
  }

  .smallMobile\:border-r-8{
    border-right-width: 8px;
  }

  .smallMobile\:border-r{
    border-right-width: 1px;
  }

  .smallMobile\:border-b-0{
    border-bottom-width: 0px;
  }

  .smallMobile\:border-b-2{
    border-bottom-width: 2px;
  }

  .smallMobile\:border-b-4{
    border-bottom-width: 4px;
  }

  .smallMobile\:border-b-8{
    border-bottom-width: 8px;
  }

  .smallMobile\:border-b{
    border-bottom-width: 1px;
  }

  .smallMobile\:border-l-0{
    border-left-width: 0px;
  }

  .smallMobile\:border-l-2{
    border-left-width: 2px;
  }

  .smallMobile\:border-l-4{
    border-left-width: 4px;
  }

  .smallMobile\:border-l-8{
    border-left-width: 8px;
  }

  .smallMobile\:border-l{
    border-left-width: 1px;
  }

  .smallMobile\:border-solid{
    border-style: solid;
  }

  .smallMobile\:border-dashed{
    border-style: dashed;
  }

  .smallMobile\:border-dotted{
    border-style: dotted;
  }

  .smallMobile\:border-double{
    border-style: double;
  }

  .smallMobile\:border-none{
    border-style: none;
  }

  .smallMobile\:border-transparent{
    border-color: transparent;
  }

  .smallMobile\:border-current{
    border-color: currentColor;
  }

  .smallMobile\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallMobile\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallMobile\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallMobile\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallMobile\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallMobile\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallMobile\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallMobile\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallMobile\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallMobile\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallMobile\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallMobile\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallMobile\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallMobile\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallMobile\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallMobile\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallMobile\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallMobile\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallMobile\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallMobile\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallMobile\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallMobile\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallMobile\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallMobile\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallMobile\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallMobile\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallMobile\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallMobile\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallMobile\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallMobile\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallMobile\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallMobile\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallMobile\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallMobile\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallMobile\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallMobile\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallMobile\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallMobile\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallMobile\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallMobile\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallMobile\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallMobile\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallMobile\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallMobile\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallMobile\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallMobile\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallMobile\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallMobile\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallMobile\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallMobile\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallMobile\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallMobile\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallMobile\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallMobile\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallMobile\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallMobile\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallMobile\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallMobile\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallMobile\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallMobile\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallMobile\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallMobile\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallMobile\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .smallMobile\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .smallMobile\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .smallMobile\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .smallMobile\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .smallMobile\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallMobile\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .smallMobile\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .smallMobile\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallMobile\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .smallMobile\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .smallMobile\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .smallMobile\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .smallMobile\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .smallMobile\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .smallMobile\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .smallMobile\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .smallMobile\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .smallMobile\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .smallMobile\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .smallMobile\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .smallMobile\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .smallMobile\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .smallMobile\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .smallMobile\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .smallMobile\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .smallMobile\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .smallMobile\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .smallMobile\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .smallMobile\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .smallMobile\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .smallMobile\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .smallMobile\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .smallMobile\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .smallMobile\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .smallMobile\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .smallMobile\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .smallMobile\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .smallMobile\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .smallMobile\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .smallMobile\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .smallMobile\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .smallMobile\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .smallMobile\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .smallMobile\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .smallMobile\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .smallMobile\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .smallMobile\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .smallMobile\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .smallMobile\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .smallMobile\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .smallMobile\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .smallMobile\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .smallMobile\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .smallMobile\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .smallMobile\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .smallMobile\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .smallMobile\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .smallMobile\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .smallMobile\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .smallMobile\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .smallMobile\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .smallMobile\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .smallMobile\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .smallMobile\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .smallMobile\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .smallMobile\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .smallMobile\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .smallMobile\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .smallMobile\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .smallMobile\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .smallMobile\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .smallMobile\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .smallMobile\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .smallMobile\:bg-transparent{
    background-color: transparent;
  }

  .smallMobile\:bg-current{
    background-color: currentColor;
  }

  .smallMobile\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .smallMobile\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .smallMobile\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .smallMobile\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .smallMobile\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .smallMobile\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallMobile\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .smallMobile\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .smallMobile\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallMobile\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .smallMobile\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .smallMobile\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .smallMobile\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .smallMobile\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .smallMobile\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .smallMobile\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .smallMobile\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .smallMobile\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .smallMobile\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .smallMobile\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .smallMobile\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .smallMobile\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .smallMobile\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .smallMobile\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .smallMobile\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .smallMobile\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .smallMobile\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .smallMobile\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .smallMobile\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .smallMobile\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .smallMobile\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .smallMobile\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .smallMobile\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .smallMobile\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .smallMobile\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .smallMobile\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .smallMobile\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .smallMobile\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .smallMobile\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .smallMobile\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .smallMobile\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .smallMobile\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .smallMobile\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .smallMobile\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .smallMobile\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .smallMobile\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .smallMobile\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .smallMobile\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .smallMobile\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .smallMobile\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .smallMobile\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .smallMobile\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .smallMobile\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .smallMobile\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .smallMobile\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .smallMobile\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .smallMobile\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .smallMobile\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .smallMobile\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .smallMobile\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .smallMobile\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .smallMobile\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .smallMobile\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .smallMobile\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .smallMobile\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .smallMobile\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .smallMobile\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .smallMobile\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .smallMobile\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .smallMobile\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .smallMobile\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .smallMobile\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .smallMobile\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .smallMobile\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .smallMobile\:bg-none{
    background-image: none;
  }

  .smallMobile\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .smallMobile\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .smallMobile\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .smallMobile\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .smallMobile\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .smallMobile\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .smallMobile\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .smallMobile\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .smallMobile\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallMobile\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallMobile\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallMobile\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallMobile\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallMobile\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallMobile\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallMobile\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallMobile\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallMobile\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallMobile\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallMobile\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallMobile\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallMobile\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallMobile\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallMobile\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallMobile\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallMobile\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallMobile\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallMobile\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallMobile\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallMobile\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallMobile\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallMobile\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallMobile\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallMobile\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallMobile\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallMobile\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallMobile\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallMobile\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallMobile\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallMobile\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallMobile\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallMobile\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallMobile\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallMobile\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallMobile\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallMobile\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallMobile\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallMobile\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallMobile\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallMobile\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallMobile\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallMobile\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallMobile\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallMobile\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallMobile\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallMobile\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallMobile\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallMobile\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallMobile\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallMobile\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallMobile\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallMobile\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallMobile\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallMobile\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallMobile\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallMobile\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallMobile\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallMobile\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallMobile\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallMobile\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallMobile\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallMobile\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallMobile\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallMobile\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallMobile\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallMobile\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallMobile\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallMobile\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallMobile\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallMobile\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallMobile\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallMobile\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallMobile\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallMobile\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallMobile\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallMobile\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallMobile\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallMobile\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallMobile\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallMobile\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallMobile\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallMobile\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallMobile\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallMobile\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallMobile\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallMobile\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallMobile\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallMobile\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallMobile\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallMobile\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallMobile\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallMobile\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallMobile\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallMobile\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallMobile\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallMobile\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallMobile\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallMobile\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallMobile\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallMobile\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallMobile\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallMobile\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallMobile\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallMobile\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallMobile\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallMobile\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallMobile\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallMobile\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallMobile\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallMobile\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallMobile\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallMobile\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallMobile\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallMobile\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallMobile\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallMobile\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallMobile\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallMobile\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallMobile\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallMobile\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallMobile\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallMobile\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallMobile\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallMobile\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallMobile\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallMobile\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallMobile\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallMobile\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallMobile\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallMobile\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallMobile\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallMobile\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallMobile\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallMobile\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallMobile\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallMobile\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallMobile\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallMobile\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallMobile\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallMobile\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallMobile\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallMobile\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallMobile\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallMobile\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallMobile\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallMobile\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallMobile\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallMobile\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallMobile\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallMobile\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallMobile\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallMobile\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallMobile\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallMobile\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallMobile\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallMobile\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallMobile\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallMobile\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallMobile\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallMobile\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallMobile\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallMobile\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallMobile\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallMobile\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallMobile\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallMobile\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallMobile\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallMobile\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallMobile\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallMobile\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallMobile\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallMobile\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallMobile\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallMobile\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallMobile\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallMobile\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallMobile\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallMobile\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallMobile\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallMobile\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallMobile\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallMobile\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallMobile\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallMobile\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallMobile\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallMobile\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallMobile\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallMobile\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallMobile\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallMobile\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallMobile\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallMobile\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallMobile\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallMobile\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallMobile\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallMobile\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallMobile\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallMobile\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallMobile\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallMobile\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallMobile\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallMobile\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallMobile\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallMobile\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallMobile\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallMobile\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallMobile\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallMobile\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallMobile\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallMobile\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallMobile\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallMobile\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallMobile\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallMobile\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallMobile\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallMobile\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallMobile\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallMobile\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallMobile\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallMobile\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallMobile\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallMobile\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallMobile\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallMobile\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallMobile\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallMobile\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallMobile\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallMobile\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallMobile\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallMobile\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallMobile\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallMobile\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallMobile\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallMobile\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallMobile\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallMobile\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallMobile\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallMobile\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallMobile\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallMobile\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallMobile\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallMobile\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallMobile\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallMobile\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallMobile\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallMobile\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallMobile\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallMobile\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallMobile\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallMobile\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallMobile\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallMobile\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallMobile\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallMobile\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallMobile\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallMobile\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallMobile\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallMobile\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallMobile\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallMobile\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallMobile\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallMobile\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallMobile\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallMobile\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallMobile\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallMobile\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallMobile\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallMobile\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallMobile\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallMobile\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallMobile\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallMobile\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallMobile\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallMobile\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallMobile\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallMobile\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallMobile\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallMobile\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallMobile\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallMobile\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallMobile\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallMobile\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallMobile\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallMobile\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallMobile\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallMobile\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallMobile\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallMobile\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallMobile\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallMobile\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallMobile\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallMobile\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallMobile\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallMobile\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallMobile\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallMobile\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallMobile\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallMobile\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallMobile\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallMobile\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallMobile\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallMobile\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallMobile\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallMobile\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .smallMobile\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .smallMobile\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .smallMobile\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .smallMobile\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .smallMobile\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .smallMobile\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .smallMobile\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .smallMobile\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .smallMobile\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .smallMobile\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .smallMobile\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .smallMobile\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .smallMobile\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .smallMobile\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .smallMobile\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .smallMobile\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .smallMobile\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .smallMobile\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .smallMobile\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .smallMobile\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .smallMobile\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .smallMobile\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .smallMobile\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .smallMobile\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .smallMobile\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .smallMobile\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .smallMobile\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .smallMobile\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .smallMobile\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .smallMobile\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .smallMobile\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .smallMobile\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .smallMobile\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .smallMobile\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .smallMobile\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .smallMobile\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .smallMobile\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .smallMobile\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .smallMobile\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .smallMobile\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .smallMobile\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .smallMobile\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .smallMobile\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .smallMobile\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .smallMobile\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .smallMobile\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .smallMobile\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .smallMobile\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .smallMobile\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .smallMobile\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .smallMobile\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .smallMobile\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .smallMobile\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .smallMobile\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .smallMobile\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .smallMobile\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .smallMobile\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .smallMobile\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .smallMobile\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .smallMobile\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .smallMobile\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .smallMobile\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .smallMobile\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .smallMobile\:to-current{
    --tw-gradient-to: currentColor;
  }

  .smallMobile\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .smallMobile\:to-black{
    --tw-gradient-to: #000;
  }

  .smallMobile\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .smallMobile\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .smallMobile\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .smallMobile\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .smallMobile\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .smallMobile\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .smallMobile\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .smallMobile\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .smallMobile\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .smallMobile\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .smallMobile\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .smallMobile\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .smallMobile\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .smallMobile\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .smallMobile\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .smallMobile\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .smallMobile\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .smallMobile\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .smallMobile\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .smallMobile\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .smallMobile\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .smallMobile\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .smallMobile\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .smallMobile\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .smallMobile\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .smallMobile\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .smallMobile\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .smallMobile\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .smallMobile\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .smallMobile\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .smallMobile\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .smallMobile\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .smallMobile\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .smallMobile\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .smallMobile\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .smallMobile\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .smallMobile\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .smallMobile\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .smallMobile\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .smallMobile\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .smallMobile\:to-white{
    --tw-gradient-to: #fff;
  }

  .smallMobile\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .smallMobile\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .smallMobile\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .smallMobile\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .smallMobile\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .smallMobile\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .smallMobile\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .smallMobile\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .smallMobile\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .smallMobile\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .smallMobile\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .smallMobile\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .smallMobile\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .smallMobile\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .smallMobile\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .smallMobile\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .smallMobile\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .smallMobile\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .smallMobile\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .smallMobile\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .smallMobile\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .smallMobile\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .smallMobile\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .smallMobile\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .smallMobile\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .smallMobile\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .smallMobile\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .smallMobile\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .smallMobile\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .smallMobile\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .smallMobile\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .smallMobile\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .smallMobile\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .smallMobile\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .smallMobile\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .smallMobile\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .smallMobile\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .smallMobile\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .smallMobile\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .smallMobile\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .smallMobile\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .smallMobile\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .smallMobile\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .smallMobile\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .smallMobile\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .smallMobile\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .smallMobile\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .smallMobile\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .smallMobile\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .smallMobile\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .smallMobile\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .smallMobile\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .smallMobile\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .smallMobile\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .smallMobile\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .smallMobile\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .smallMobile\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .smallMobile\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .smallMobile\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .smallMobile\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .smallMobile\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .smallMobile\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .smallMobile\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .smallMobile\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .smallMobile\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .smallMobile\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .smallMobile\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .smallMobile\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .smallMobile\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .smallMobile\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .smallMobile\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .smallMobile\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .smallMobile\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .smallMobile\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .smallMobile\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .smallMobile\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .smallMobile\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .smallMobile\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .smallMobile\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .smallMobile\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .smallMobile\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .smallMobile\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .smallMobile\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .smallMobile\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .smallMobile\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .smallMobile\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .smallMobile\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .smallMobile\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .smallMobile\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .smallMobile\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .smallMobile\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .smallMobile\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .smallMobile\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .smallMobile\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .smallMobile\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .smallMobile\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .smallMobile\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .smallMobile\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .smallMobile\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .smallMobile\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .smallMobile\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .smallMobile\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .smallMobile\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .smallMobile\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .smallMobile\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .smallMobile\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .smallMobile\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .smallMobile\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .smallMobile\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .smallMobile\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .smallMobile\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .smallMobile\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .smallMobile\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .smallMobile\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .smallMobile\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .smallMobile\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .smallMobile\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .smallMobile\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .smallMobile\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .smallMobile\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .smallMobile\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .smallMobile\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .smallMobile\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .smallMobile\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .smallMobile\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .smallMobile\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .smallMobile\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .smallMobile\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .smallMobile\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .smallMobile\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .smallMobile\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .smallMobile\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .smallMobile\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .smallMobile\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .smallMobile\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .smallMobile\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .smallMobile\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .smallMobile\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .smallMobile\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .smallMobile\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .smallMobile\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .smallMobile\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .smallMobile\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .smallMobile\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .smallMobile\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .smallMobile\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .smallMobile\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .smallMobile\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .smallMobile\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .smallMobile\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .smallMobile\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .smallMobile\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .smallMobile\:bg-auto{
    background-size: auto;
  }

  .smallMobile\:bg-cover{
    background-size: cover;
  }

  .smallMobile\:bg-contain{
    background-size: contain;
  }

  .smallMobile\:bg-fixed{
    background-attachment: fixed;
  }

  .smallMobile\:bg-local{
    background-attachment: local;
  }

  .smallMobile\:bg-scroll{
    background-attachment: scroll;
  }

  .smallMobile\:bg-clip-border{
    background-clip: border-box;
  }

  .smallMobile\:bg-clip-padding{
    background-clip: padding-box;
  }

  .smallMobile\:bg-clip-content{
    background-clip: content-box;
  }

  .smallMobile\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .smallMobile\:bg-bottom{
    background-position: bottom;
  }

  .smallMobile\:bg-center{
    background-position: center;
  }

  .smallMobile\:bg-left{
    background-position: left;
  }

  .smallMobile\:bg-left-bottom{
    background-position: left bottom;
  }

  .smallMobile\:bg-left-top{
    background-position: left top;
  }

  .smallMobile\:bg-right{
    background-position: right;
  }

  .smallMobile\:bg-right-bottom{
    background-position: right bottom;
  }

  .smallMobile\:bg-right-top{
    background-position: right top;
  }

  .smallMobile\:bg-top{
    background-position: top;
  }

  .smallMobile\:bg-repeat{
    background-repeat: repeat;
  }

  .smallMobile\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .smallMobile\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .smallMobile\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .smallMobile\:bg-repeat-round{
    background-repeat: round;
  }

  .smallMobile\:bg-repeat-space{
    background-repeat: space;
  }

  .smallMobile\:bg-origin-border{
    background-origin: border-box;
  }

  .smallMobile\:bg-origin-padding{
    background-origin: padding-box;
  }

  .smallMobile\:bg-origin-content{
    background-origin: content-box;
  }

  .smallMobile\:fill-current{
    fill: currentColor;
  }

  .smallMobile\:stroke-current{
    stroke: currentColor;
  }

  .smallMobile\:stroke-0{
    stroke-width: 0;
  }

  .smallMobile\:stroke-1{
    stroke-width: 1;
  }

  .smallMobile\:stroke-2{
    stroke-width: 2;
  }

  .smallMobile\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .smallMobile\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .smallMobile\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .smallMobile\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .smallMobile\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .smallMobile\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .smallMobile\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .smallMobile\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .smallMobile\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .smallMobile\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .smallMobile\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .smallMobile\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .smallMobile\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .smallMobile\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .smallMobile\:p-0{
    padding: 0px;
  }

  .smallMobile\:p-1{
    padding: 0.25rem;
  }

  .smallMobile\:p-2{
    padding: 0.5rem;
  }

  .smallMobile\:p-3{
    padding: 0.75rem;
  }

  .smallMobile\:p-4{
    padding: 1rem;
  }

  .smallMobile\:p-5{
    padding: 1.25rem;
  }

  .smallMobile\:p-6{
    padding: 1.5rem;
  }

  .smallMobile\:p-7{
    padding: 1.75rem;
  }

  .smallMobile\:p-8{
    padding: 2rem;
  }

  .smallMobile\:p-9{
    padding: 2.25rem;
  }

  .smallMobile\:p-10{
    padding: 2.5rem;
  }

  .smallMobile\:p-11{
    padding: 2.75rem;
  }

  .smallMobile\:p-12{
    padding: 3rem;
  }

  .smallMobile\:p-14{
    padding: 3.5rem;
  }

  .smallMobile\:p-16{
    padding: 4rem;
  }

  .smallMobile\:p-20{
    padding: 5rem;
  }

  .smallMobile\:p-24{
    padding: 6rem;
  }

  .smallMobile\:p-28{
    padding: 7rem;
  }

  .smallMobile\:p-32{
    padding: 8rem;
  }

  .smallMobile\:p-36{
    padding: 9rem;
  }

  .smallMobile\:p-40{
    padding: 10rem;
  }

  .smallMobile\:p-44{
    padding: 11rem;
  }

  .smallMobile\:p-48{
    padding: 12rem;
  }

  .smallMobile\:p-52{
    padding: 13rem;
  }

  .smallMobile\:p-56{
    padding: 14rem;
  }

  .smallMobile\:p-60{
    padding: 15rem;
  }

  .smallMobile\:p-64{
    padding: 16rem;
  }

  .smallMobile\:p-72{
    padding: 18rem;
  }

  .smallMobile\:p-80{
    padding: 20rem;
  }

  .smallMobile\:p-96{
    padding: 24rem;
  }

  .smallMobile\:p-px{
    padding: 1px;
  }

  .smallMobile\:p-0\.5{
    padding: 0.125rem;
  }

  .smallMobile\:p-1\.5{
    padding: 0.375rem;
  }

  .smallMobile\:p-2\.5{
    padding: 0.625rem;
  }

  .smallMobile\:p-3\.5{
    padding: 0.875rem;
  }

  .smallMobile\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .smallMobile\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .smallMobile\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .smallMobile\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .smallMobile\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .smallMobile\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .smallMobile\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .smallMobile\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .smallMobile\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .smallMobile\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .smallMobile\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .smallMobile\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .smallMobile\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .smallMobile\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .smallMobile\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .smallMobile\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .smallMobile\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .smallMobile\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .smallMobile\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .smallMobile\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .smallMobile\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .smallMobile\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .smallMobile\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .smallMobile\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .smallMobile\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .smallMobile\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .smallMobile\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .smallMobile\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .smallMobile\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .smallMobile\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .smallMobile\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .smallMobile\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .smallMobile\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .smallMobile\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .smallMobile\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .smallMobile\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .smallMobile\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .smallMobile\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .smallMobile\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .smallMobile\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .smallMobile\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .smallMobile\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .smallMobile\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .smallMobile\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .smallMobile\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .smallMobile\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .smallMobile\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .smallMobile\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .smallMobile\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .smallMobile\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .smallMobile\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .smallMobile\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .smallMobile\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .smallMobile\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .smallMobile\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .smallMobile\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .smallMobile\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .smallMobile\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .smallMobile\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .smallMobile\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .smallMobile\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .smallMobile\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .smallMobile\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .smallMobile\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .smallMobile\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .smallMobile\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .smallMobile\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .smallMobile\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .smallMobile\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .smallMobile\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .smallMobile\:pt-0{
    padding-top: 0px;
  }

  .smallMobile\:pt-1{
    padding-top: 0.25rem;
  }

  .smallMobile\:pt-2{
    padding-top: 0.5rem;
  }

  .smallMobile\:pt-3{
    padding-top: 0.75rem;
  }

  .smallMobile\:pt-4{
    padding-top: 1rem;
  }

  .smallMobile\:pt-5{
    padding-top: 1.25rem;
  }

  .smallMobile\:pt-6{
    padding-top: 1.5rem;
  }

  .smallMobile\:pt-7{
    padding-top: 1.75rem;
  }

  .smallMobile\:pt-8{
    padding-top: 2rem;
  }

  .smallMobile\:pt-9{
    padding-top: 2.25rem;
  }

  .smallMobile\:pt-10{
    padding-top: 2.5rem;
  }

  .smallMobile\:pt-11{
    padding-top: 2.75rem;
  }

  .smallMobile\:pt-12{
    padding-top: 3rem;
  }

  .smallMobile\:pt-14{
    padding-top: 3.5rem;
  }

  .smallMobile\:pt-16{
    padding-top: 4rem;
  }

  .smallMobile\:pt-20{
    padding-top: 5rem;
  }

  .smallMobile\:pt-24{
    padding-top: 6rem;
  }

  .smallMobile\:pt-28{
    padding-top: 7rem;
  }

  .smallMobile\:pt-32{
    padding-top: 8rem;
  }

  .smallMobile\:pt-36{
    padding-top: 9rem;
  }

  .smallMobile\:pt-40{
    padding-top: 10rem;
  }

  .smallMobile\:pt-44{
    padding-top: 11rem;
  }

  .smallMobile\:pt-48{
    padding-top: 12rem;
  }

  .smallMobile\:pt-52{
    padding-top: 13rem;
  }

  .smallMobile\:pt-56{
    padding-top: 14rem;
  }

  .smallMobile\:pt-60{
    padding-top: 15rem;
  }

  .smallMobile\:pt-64{
    padding-top: 16rem;
  }

  .smallMobile\:pt-72{
    padding-top: 18rem;
  }

  .smallMobile\:pt-80{
    padding-top: 20rem;
  }

  .smallMobile\:pt-96{
    padding-top: 24rem;
  }

  .smallMobile\:pt-px{
    padding-top: 1px;
  }

  .smallMobile\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .smallMobile\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .smallMobile\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .smallMobile\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .smallMobile\:pr-0{
    padding-right: 0px;
  }

  .smallMobile\:pr-1{
    padding-right: 0.25rem;
  }

  .smallMobile\:pr-2{
    padding-right: 0.5rem;
  }

  .smallMobile\:pr-3{
    padding-right: 0.75rem;
  }

  .smallMobile\:pr-4{
    padding-right: 1rem;
  }

  .smallMobile\:pr-5{
    padding-right: 1.25rem;
  }

  .smallMobile\:pr-6{
    padding-right: 1.5rem;
  }

  .smallMobile\:pr-7{
    padding-right: 1.75rem;
  }

  .smallMobile\:pr-8{
    padding-right: 2rem;
  }

  .smallMobile\:pr-9{
    padding-right: 2.25rem;
  }

  .smallMobile\:pr-10{
    padding-right: 2.5rem;
  }

  .smallMobile\:pr-11{
    padding-right: 2.75rem;
  }

  .smallMobile\:pr-12{
    padding-right: 3rem;
  }

  .smallMobile\:pr-14{
    padding-right: 3.5rem;
  }

  .smallMobile\:pr-16{
    padding-right: 4rem;
  }

  .smallMobile\:pr-20{
    padding-right: 5rem;
  }

  .smallMobile\:pr-24{
    padding-right: 6rem;
  }

  .smallMobile\:pr-28{
    padding-right: 7rem;
  }

  .smallMobile\:pr-32{
    padding-right: 8rem;
  }

  .smallMobile\:pr-36{
    padding-right: 9rem;
  }

  .smallMobile\:pr-40{
    padding-right: 10rem;
  }

  .smallMobile\:pr-44{
    padding-right: 11rem;
  }

  .smallMobile\:pr-48{
    padding-right: 12rem;
  }

  .smallMobile\:pr-52{
    padding-right: 13rem;
  }

  .smallMobile\:pr-56{
    padding-right: 14rem;
  }

  .smallMobile\:pr-60{
    padding-right: 15rem;
  }

  .smallMobile\:pr-64{
    padding-right: 16rem;
  }

  .smallMobile\:pr-72{
    padding-right: 18rem;
  }

  .smallMobile\:pr-80{
    padding-right: 20rem;
  }

  .smallMobile\:pr-96{
    padding-right: 24rem;
  }

  .smallMobile\:pr-px{
    padding-right: 1px;
  }

  .smallMobile\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .smallMobile\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .smallMobile\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .smallMobile\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .smallMobile\:pb-0{
    padding-bottom: 0px;
  }

  .smallMobile\:pb-1{
    padding-bottom: 0.25rem;
  }

  .smallMobile\:pb-2{
    padding-bottom: 0.5rem;
  }

  .smallMobile\:pb-3{
    padding-bottom: 0.75rem;
  }

  .smallMobile\:pb-4{
    padding-bottom: 1rem;
  }

  .smallMobile\:pb-5{
    padding-bottom: 1.25rem;
  }

  .smallMobile\:pb-6{
    padding-bottom: 1.5rem;
  }

  .smallMobile\:pb-7{
    padding-bottom: 1.75rem;
  }

  .smallMobile\:pb-8{
    padding-bottom: 2rem;
  }

  .smallMobile\:pb-9{
    padding-bottom: 2.25rem;
  }

  .smallMobile\:pb-10{
    padding-bottom: 2.5rem;
  }

  .smallMobile\:pb-11{
    padding-bottom: 2.75rem;
  }

  .smallMobile\:pb-12{
    padding-bottom: 3rem;
  }

  .smallMobile\:pb-14{
    padding-bottom: 3.5rem;
  }

  .smallMobile\:pb-16{
    padding-bottom: 4rem;
  }

  .smallMobile\:pb-20{
    padding-bottom: 5rem;
  }

  .smallMobile\:pb-24{
    padding-bottom: 6rem;
  }

  .smallMobile\:pb-28{
    padding-bottom: 7rem;
  }

  .smallMobile\:pb-32{
    padding-bottom: 8rem;
  }

  .smallMobile\:pb-36{
    padding-bottom: 9rem;
  }

  .smallMobile\:pb-40{
    padding-bottom: 10rem;
  }

  .smallMobile\:pb-44{
    padding-bottom: 11rem;
  }

  .smallMobile\:pb-48{
    padding-bottom: 12rem;
  }

  .smallMobile\:pb-52{
    padding-bottom: 13rem;
  }

  .smallMobile\:pb-56{
    padding-bottom: 14rem;
  }

  .smallMobile\:pb-60{
    padding-bottom: 15rem;
  }

  .smallMobile\:pb-64{
    padding-bottom: 16rem;
  }

  .smallMobile\:pb-72{
    padding-bottom: 18rem;
  }

  .smallMobile\:pb-80{
    padding-bottom: 20rem;
  }

  .smallMobile\:pb-96{
    padding-bottom: 24rem;
  }

  .smallMobile\:pb-px{
    padding-bottom: 1px;
  }

  .smallMobile\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .smallMobile\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .smallMobile\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .smallMobile\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .smallMobile\:pl-0{
    padding-left: 0px;
  }

  .smallMobile\:pl-1{
    padding-left: 0.25rem;
  }

  .smallMobile\:pl-2{
    padding-left: 0.5rem;
  }

  .smallMobile\:pl-3{
    padding-left: 0.75rem;
  }

  .smallMobile\:pl-4{
    padding-left: 1rem;
  }

  .smallMobile\:pl-5{
    padding-left: 1.25rem;
  }

  .smallMobile\:pl-6{
    padding-left: 1.5rem;
  }

  .smallMobile\:pl-7{
    padding-left: 1.75rem;
  }

  .smallMobile\:pl-8{
    padding-left: 2rem;
  }

  .smallMobile\:pl-9{
    padding-left: 2.25rem;
  }

  .smallMobile\:pl-10{
    padding-left: 2.5rem;
  }

  .smallMobile\:pl-11{
    padding-left: 2.75rem;
  }

  .smallMobile\:pl-12{
    padding-left: 3rem;
  }

  .smallMobile\:pl-14{
    padding-left: 3.5rem;
  }

  .smallMobile\:pl-16{
    padding-left: 4rem;
  }

  .smallMobile\:pl-20{
    padding-left: 5rem;
  }

  .smallMobile\:pl-24{
    padding-left: 6rem;
  }

  .smallMobile\:pl-28{
    padding-left: 7rem;
  }

  .smallMobile\:pl-32{
    padding-left: 8rem;
  }

  .smallMobile\:pl-36{
    padding-left: 9rem;
  }

  .smallMobile\:pl-40{
    padding-left: 10rem;
  }

  .smallMobile\:pl-44{
    padding-left: 11rem;
  }

  .smallMobile\:pl-48{
    padding-left: 12rem;
  }

  .smallMobile\:pl-52{
    padding-left: 13rem;
  }

  .smallMobile\:pl-56{
    padding-left: 14rem;
  }

  .smallMobile\:pl-60{
    padding-left: 15rem;
  }

  .smallMobile\:pl-64{
    padding-left: 16rem;
  }

  .smallMobile\:pl-72{
    padding-left: 18rem;
  }

  .smallMobile\:pl-80{
    padding-left: 20rem;
  }

  .smallMobile\:pl-96{
    padding-left: 24rem;
  }

  .smallMobile\:pl-px{
    padding-left: 1px;
  }

  .smallMobile\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .smallMobile\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .smallMobile\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .smallMobile\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .smallMobile\:text-left{
    text-align: left;
  }

  .smallMobile\:text-center{
    text-align: center;
  }

  .smallMobile\:text-right{
    text-align: right;
  }

  .smallMobile\:text-justify{
    text-align: justify;
  }

  .smallMobile\:align-baseline{
    vertical-align: baseline;
  }

  .smallMobile\:align-top{
    vertical-align: top;
  }

  .smallMobile\:align-middle{
    vertical-align: middle;
  }

  .smallMobile\:align-bottom{
    vertical-align: bottom;
  }

  .smallMobile\:align-text-top{
    vertical-align: text-top;
  }

  .smallMobile\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .smallMobile\:font-sans{
    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";
  }

  .smallMobile\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .smallMobile\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .smallMobile\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .smallMobile\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .smallMobile\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .smallMobile\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .smallMobile\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .smallMobile\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .smallMobile\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .smallMobile\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .smallMobile\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .smallMobile\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .smallMobile\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .smallMobile\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .smallMobile\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .smallMobile\:font-thin{
    font-weight: 100;
  }

  .smallMobile\:font-extralight{
    font-weight: 200;
  }

  .smallMobile\:font-light{
    font-weight: 300;
  }

  .smallMobile\:font-normal{
    font-weight: 400;
  }

  .smallMobile\:font-medium{
    font-weight: 500;
  }

  .smallMobile\:font-semibold{
    font-weight: 600;
  }

  .smallMobile\:font-bold{
    font-weight: 700;
  }

  .smallMobile\:font-extrabold{
    font-weight: 800;
  }

  .smallMobile\:font-black{
    font-weight: 900;
  }

  .smallMobile\:uppercase{
    text-transform: uppercase;
  }

  .smallMobile\:lowercase{
    text-transform: lowercase;
  }

  .smallMobile\:capitalize{
    text-transform: capitalize;
  }

  .smallMobile\:normal-case{
    text-transform: none;
  }

  .smallMobile\:italic{
    font-style: italic;
  }

  .smallMobile\:not-italic{
    font-style: normal;
  }

  .smallMobile\:ordinal, .smallMobile\:slashed-zero, .smallMobile\:lining-nums, .smallMobile\:oldstyle-nums, .smallMobile\:proportional-nums, .smallMobile\:tabular-nums, .smallMobile\:diagonal-fractions, .smallMobile\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .smallMobile\:normal-nums{
    font-variant-numeric: normal;
  }

  .smallMobile\:ordinal{
    --tw-ordinal: ordinal;
  }

  .smallMobile\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .smallMobile\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .smallMobile\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .smallMobile\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .smallMobile\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .smallMobile\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .smallMobile\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .smallMobile\:leading-3{
    line-height: .75rem;
  }

  .smallMobile\:leading-4{
    line-height: 1rem;
  }

  .smallMobile\:leading-5{
    line-height: 1.25rem;
  }

  .smallMobile\:leading-6{
    line-height: 1.5rem;
  }

  .smallMobile\:leading-7{
    line-height: 1.75rem;
  }

  .smallMobile\:leading-8{
    line-height: 2rem;
  }

  .smallMobile\:leading-9{
    line-height: 2.25rem;
  }

  .smallMobile\:leading-10{
    line-height: 2.5rem;
  }

  .smallMobile\:leading-none{
    line-height: 1;
  }

  .smallMobile\:leading-tight{
    line-height: 1.25;
  }

  .smallMobile\:leading-snug{
    line-height: 1.375;
  }

  .smallMobile\:leading-normal{
    line-height: 1.5;
  }

  .smallMobile\:leading-relaxed{
    line-height: 1.625;
  }

  .smallMobile\:leading-loose{
    line-height: 2;
  }

  .smallMobile\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .smallMobile\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .smallMobile\:tracking-normal{
    letter-spacing: 0em;
  }

  .smallMobile\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .smallMobile\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .smallMobile\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .smallMobile\:text-transparent{
    color: transparent;
  }

  .smallMobile\:text-current{
    color: currentColor;
  }

  .smallMobile\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallMobile\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallMobile\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallMobile\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallMobile\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallMobile\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallMobile\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallMobile\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallMobile\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallMobile\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallMobile\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallMobile\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallMobile\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallMobile\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallMobile\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallMobile\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallMobile\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallMobile\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallMobile\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallMobile\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallMobile\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallMobile\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallMobile\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallMobile\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallMobile\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallMobile\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallMobile\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallMobile\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallMobile\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallMobile\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallMobile\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallMobile\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallMobile\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallMobile\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallMobile\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallMobile\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallMobile\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallMobile\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallMobile\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallMobile\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallMobile\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallMobile\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallMobile\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallMobile\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallMobile\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallMobile\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallMobile\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallMobile\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallMobile\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallMobile\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallMobile\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallMobile\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallMobile\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallMobile\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallMobile\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallMobile\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallMobile\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallMobile\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallMobile\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallMobile\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallMobile\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallMobile\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallMobile\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .smallMobile\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .smallMobile\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .smallMobile\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .smallMobile\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .smallMobile\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallMobile\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-transparent:hover{
    color: transparent;
  }

  .smallMobile\:hover\:text-current:hover{
    color: currentColor;
  }

  .smallMobile\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallMobile\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-transparent:focus{
    color: transparent;
  }

  .smallMobile\:focus\:text-current:focus{
    color: currentColor;
  }

  .smallMobile\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .smallMobile\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .smallMobile\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .smallMobile\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .smallMobile\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .smallMobile\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .smallMobile\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .smallMobile\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .smallMobile\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .smallMobile\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .smallMobile\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .smallMobile\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .smallMobile\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .smallMobile\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .smallMobile\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .smallMobile\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .smallMobile\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .smallMobile\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .smallMobile\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .smallMobile\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .smallMobile\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .smallMobile\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .smallMobile\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .smallMobile\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .smallMobile\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .smallMobile\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .smallMobile\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .smallMobile\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .smallMobile\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .smallMobile\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .smallMobile\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .smallMobile\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .smallMobile\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .smallMobile\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .smallMobile\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .smallMobile\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .smallMobile\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .smallMobile\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .smallMobile\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .smallMobile\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .smallMobile\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .smallMobile\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .smallMobile\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .smallMobile\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .smallMobile\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .smallMobile\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .smallMobile\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .smallMobile\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .smallMobile\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .smallMobile\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .smallMobile\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .smallMobile\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .smallMobile\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .smallMobile\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .smallMobile\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .smallMobile\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .smallMobile\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .smallMobile\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .smallMobile\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .smallMobile\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .smallMobile\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .smallMobile\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .smallMobile\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .smallMobile\:underline{
    text-decoration: underline;
  }

  .smallMobile\:line-through{
    text-decoration: line-through;
  }

  .smallMobile\:no-underline{
    text-decoration: none;
  }

  .group:hover .smallMobile\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .smallMobile\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .smallMobile\:group-hover\:no-underline{
    text-decoration: none;
  }

  .smallMobile\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .smallMobile\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .smallMobile\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .smallMobile\:hover\:underline:hover{
    text-decoration: underline;
  }

  .smallMobile\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .smallMobile\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .smallMobile\:focus\:underline:focus{
    text-decoration: underline;
  }

  .smallMobile\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .smallMobile\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .smallMobile\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .smallMobile\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .smallMobile\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .smallMobile\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .smallMobile\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .smallMobile\:placeholder-current::placeholder{
    color: currentColor;
  }

  .smallMobile\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .smallMobile\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .smallMobile\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .smallMobile\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .smallMobile\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallMobile\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .smallMobile\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallMobile\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallMobile\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallMobile\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallMobile\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallMobile\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallMobile\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallMobile\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallMobile\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallMobile\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallMobile\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallMobile\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallMobile\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallMobile\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallMobile\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallMobile\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallMobile\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallMobile\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallMobile\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallMobile\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallMobile\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallMobile\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallMobile\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallMobile\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallMobile\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallMobile\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallMobile\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallMobile\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallMobile\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallMobile\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallMobile\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallMobile\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .smallMobile\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallMobile\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .smallMobile\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallMobile\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .smallMobile\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallMobile\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .smallMobile\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallMobile\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .smallMobile\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallMobile\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .smallMobile\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallMobile\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .smallMobile\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallMobile\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .smallMobile\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallMobile\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .smallMobile\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallMobile\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .smallMobile\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallMobile\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .smallMobile\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallMobile\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .smallMobile\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallMobile\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .smallMobile\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallMobile\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .smallMobile\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallMobile\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .smallMobile\:opacity-0{
    opacity: 0;
  }

  .smallMobile\:opacity-5{
    opacity: 0.05;
  }

  .smallMobile\:opacity-10{
    opacity: 0.1;
  }

  .smallMobile\:opacity-20{
    opacity: 0.2;
  }

  .smallMobile\:opacity-25{
    opacity: 0.25;
  }

  .smallMobile\:opacity-30{
    opacity: 0.3;
  }

  .smallMobile\:opacity-40{
    opacity: 0.4;
  }

  .smallMobile\:opacity-50{
    opacity: 0.5;
  }

  .smallMobile\:opacity-60{
    opacity: 0.6;
  }

  .smallMobile\:opacity-70{
    opacity: 0.7;
  }

  .smallMobile\:opacity-75{
    opacity: 0.75;
  }

  .smallMobile\:opacity-80{
    opacity: 0.8;
  }

  .smallMobile\:opacity-90{
    opacity: 0.9;
  }

  .smallMobile\:opacity-95{
    opacity: 0.95;
  }

  .smallMobile\:opacity-100{
    opacity: 1;
  }

  .group:hover .smallMobile\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .smallMobile\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .smallMobile\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .smallMobile\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .smallMobile\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .smallMobile\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .smallMobile\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .smallMobile\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .smallMobile\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .smallMobile\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .smallMobile\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .smallMobile\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .smallMobile\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .smallMobile\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .smallMobile\:group-hover\:opacity-100{
    opacity: 1;
  }

  .smallMobile\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .smallMobile\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .smallMobile\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .smallMobile\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .smallMobile\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .smallMobile\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .smallMobile\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .smallMobile\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .smallMobile\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .smallMobile\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .smallMobile\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .smallMobile\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .smallMobile\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .smallMobile\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .smallMobile\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .smallMobile\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .smallMobile\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .smallMobile\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .smallMobile\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .smallMobile\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .smallMobile\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .smallMobile\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .smallMobile\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .smallMobile\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .smallMobile\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .smallMobile\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .smallMobile\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .smallMobile\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .smallMobile\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .smallMobile\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .smallMobile\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .smallMobile\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .smallMobile\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .smallMobile\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .smallMobile\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .smallMobile\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .smallMobile\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .smallMobile\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .smallMobile\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .smallMobile\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .smallMobile\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .smallMobile\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .smallMobile\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .smallMobile\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .smallMobile\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .smallMobile\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .smallMobile\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .smallMobile\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .smallMobile\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .smallMobile\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .smallMobile\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .smallMobile\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .smallMobile\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .smallMobile\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .smallMobile\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .smallMobile\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .smallMobile\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .smallMobile\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .smallMobile\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .smallMobile\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .smallMobile\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .smallMobile\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .smallMobile\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .smallMobile\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .smallMobile\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .smallMobile\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .smallMobile\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .smallMobile\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .smallMobile\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .smallMobile\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .smallMobile\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .smallMobile\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .smallMobile\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .smallMobile\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .smallMobile\:bg-blend-color{
    background-blend-mode: color;
  }

  .smallMobile\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .smallMobile\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .smallMobile\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .smallMobile\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .smallMobile\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .smallMobile\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .smallMobile\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .smallMobile\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .smallMobile\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .smallMobile\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .smallMobile\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .smallMobile\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .smallMobile\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .smallMobile\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .smallMobile\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .smallMobile\:mix-blend-color{
    mix-blend-mode: color;
  }

  .smallMobile\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .smallMobile\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallMobile\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallMobile\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallMobile\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallMobile\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallMobile\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallMobile\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallMobile\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .smallMobile\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .smallMobile\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .smallMobile\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .smallMobile\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .smallMobile\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .smallMobile\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .smallMobile\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .smallMobile\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .smallMobile\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .smallMobile\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .smallMobile\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .smallMobile\:ring-inset{
    --tw-ring-inset: inset;
  }

  .smallMobile\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .smallMobile\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .smallMobile\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .smallMobile\:ring-current{
    --tw-ring-color: currentColor;
  }

  .smallMobile\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .smallMobile\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .smallMobile\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .smallMobile\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .smallMobile\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .smallMobile\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .smallMobile\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .smallMobile\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .smallMobile\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .smallMobile\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .smallMobile\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .smallMobile\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .smallMobile\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .smallMobile\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .smallMobile\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .smallMobile\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .smallMobile\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .smallMobile\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .smallMobile\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .smallMobile\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .smallMobile\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .smallMobile\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .smallMobile\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .smallMobile\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .smallMobile\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .smallMobile\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .smallMobile\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .smallMobile\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .smallMobile\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .smallMobile\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .smallMobile\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .smallMobile\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .smallMobile\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .smallMobile\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .smallMobile\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .smallMobile\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .smallMobile\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .smallMobile\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .smallMobile\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .smallMobile\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .smallMobile\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .smallMobile\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .smallMobile\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .smallMobile\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .smallMobile\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .smallMobile\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .smallMobile\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .smallMobile\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .smallMobile\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .smallMobile\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .smallMobile\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .smallMobile\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .smallMobile\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .smallMobile\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .smallMobile\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .smallMobile\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .smallMobile\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .smallMobile\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .smallMobile\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .smallMobile\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .smallMobile\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .smallMobile\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .smallMobile\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .smallMobile\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .smallMobile\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .smallMobile\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .smallMobile\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .smallMobile\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .smallMobile\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .smallMobile\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .smallMobile\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .smallMobile\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .smallMobile\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .smallMobile\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .smallMobile\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .smallMobile\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .smallMobile\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .smallMobile\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .smallMobile\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .smallMobile\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .smallMobile\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .smallMobile\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .smallMobile\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .smallMobile\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .smallMobile\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .smallMobile\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .smallMobile\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .smallMobile\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .smallMobile\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .smallMobile\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .smallMobile\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .smallMobile\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .smallMobile\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .smallMobile\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .smallMobile\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .smallMobile\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .smallMobile\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .smallMobile\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .smallMobile\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .smallMobile\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .smallMobile\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .smallMobile\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .smallMobile\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .smallMobile\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .smallMobile\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .smallMobile\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .smallMobile\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .smallMobile\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .smallMobile\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .smallMobile\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .smallMobile\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .smallMobile\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .smallMobile\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .smallMobile\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .smallMobile\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .smallMobile\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .smallMobile\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .smallMobile\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .smallMobile\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .smallMobile\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .smallMobile\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .smallMobile\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .smallMobile\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .smallMobile\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .smallMobile\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .smallMobile\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .smallMobile\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .smallMobile\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .smallMobile\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .smallMobile\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .smallMobile\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .smallMobile\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .smallMobile\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .smallMobile\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .smallMobile\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .smallMobile\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .smallMobile\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .smallMobile\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .smallMobile\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .smallMobile\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .smallMobile\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .smallMobile\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .smallMobile\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .smallMobile\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .smallMobile\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .smallMobile\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .smallMobile\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .smallMobile\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .smallMobile\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .smallMobile\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .smallMobile\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .smallMobile\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .smallMobile\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .smallMobile\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .smallMobile\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .smallMobile\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .smallMobile\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .smallMobile\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .smallMobile\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .smallMobile\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .smallMobile\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .smallMobile\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .smallMobile\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .smallMobile\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .smallMobile\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .smallMobile\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .smallMobile\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .smallMobile\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .smallMobile\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .smallMobile\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .smallMobile\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .smallMobile\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .smallMobile\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .smallMobile\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .smallMobile\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .smallMobile\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .smallMobile\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .smallMobile\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .smallMobile\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .smallMobile\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .smallMobile\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .smallMobile\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .smallMobile\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .smallMobile\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .smallMobile\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .smallMobile\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .smallMobile\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .smallMobile\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .smallMobile\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .smallMobile\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .smallMobile\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .smallMobile\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .smallMobile\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .smallMobile\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .smallMobile\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .smallMobile\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .smallMobile\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .smallMobile\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .smallMobile\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .smallMobile\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .smallMobile\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .smallMobile\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .smallMobile\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .smallMobile\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .smallMobile\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .smallMobile\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .smallMobile\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .smallMobile\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .smallMobile\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .smallMobile\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .smallMobile\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .smallMobile\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .smallMobile\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .smallMobile\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .smallMobile\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .smallMobile\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .smallMobile\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .smallMobile\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .smallMobile\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .smallMobile\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .smallMobile\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .smallMobile\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .smallMobile\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .smallMobile\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .smallMobile\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .smallMobile\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .smallMobile\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .smallMobile\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .smallMobile\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .smallMobile\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .smallMobile\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .smallMobile\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .smallMobile\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .smallMobile\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .smallMobile\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .smallMobile\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .smallMobile\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .smallMobile\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .smallMobile\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .smallMobile\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .smallMobile\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .smallMobile\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .smallMobile\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .smallMobile\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .smallMobile\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .smallMobile\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .smallMobile\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .smallMobile\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .smallMobile\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .smallMobile\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .smallMobile\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .smallMobile\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .smallMobile\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .smallMobile\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .smallMobile\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .smallMobile\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .smallMobile\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .smallMobile\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .smallMobile\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .smallMobile\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .smallMobile\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .smallMobile\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .smallMobile\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .smallMobile\:filter-none{
    filter: none;
  }

  .smallMobile\:blur-0{
    --tw-blur: blur(0);
  }

  .smallMobile\:blur-none{
    --tw-blur: blur(0);
  }

  .smallMobile\:blur-sm{
    --tw-blur: blur(4px);
  }

  .smallMobile\:blur{
    --tw-blur: blur(8px);
  }

  .smallMobile\:blur-md{
    --tw-blur: blur(12px);
  }

  .smallMobile\:blur-lg{
    --tw-blur: blur(16px);
  }

  .smallMobile\:blur-xl{
    --tw-blur: blur(24px);
  }

  .smallMobile\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .smallMobile\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .smallMobile\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .smallMobile\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .smallMobile\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .smallMobile\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .smallMobile\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .smallMobile\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .smallMobile\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .smallMobile\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .smallMobile\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .smallMobile\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .smallMobile\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .smallMobile\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .smallMobile\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .smallMobile\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .smallMobile\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .smallMobile\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .smallMobile\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .smallMobile\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .smallMobile\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .smallMobile\: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));
  }

  .smallMobile\: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));
  }

  .smallMobile\: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));
  }

  .smallMobile\: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));
  }

  .smallMobile\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .smallMobile\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .smallMobile\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .smallMobile\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .smallMobile\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .smallMobile\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .smallMobile\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .smallMobile\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .smallMobile\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .smallMobile\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .smallMobile\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .smallMobile\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .smallMobile\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .smallMobile\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .smallMobile\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .smallMobile\:invert-0{
    --tw-invert: invert(0);
  }

  .smallMobile\:invert{
    --tw-invert: invert(100%);
  }

  .smallMobile\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .smallMobile\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .smallMobile\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .smallMobile\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .smallMobile\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .smallMobile\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .smallMobile\:sepia{
    --tw-sepia: sepia(100%);
  }

  .smallMobile\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .smallMobile\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .smallMobile\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .smallMobile\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .smallMobile\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .smallMobile\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .smallMobile\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .smallMobile\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .smallMobile\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .smallMobile\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .smallMobile\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .smallMobile\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .smallMobile\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .smallMobile\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .smallMobile\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .smallMobile\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .smallMobile\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .smallMobile\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .smallMobile\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .smallMobile\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .smallMobile\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .smallMobile\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .smallMobile\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .smallMobile\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .smallMobile\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .smallMobile\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .smallMobile\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .smallMobile\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .smallMobile\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .smallMobile\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .smallMobile\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .smallMobile\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .smallMobile\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .smallMobile\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .smallMobile\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .smallMobile\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .smallMobile\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .smallMobile\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .smallMobile\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .smallMobile\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .smallMobile\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .smallMobile\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .smallMobile\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .smallMobile\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .smallMobile\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .smallMobile\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .smallMobile\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .smallMobile\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .smallMobile\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .smallMobile\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .smallMobile\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .smallMobile\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .smallMobile\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .smallMobile\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .smallMobile\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .smallMobile\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .smallMobile\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .smallMobile\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .smallMobile\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .smallMobile\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .smallMobile\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .smallMobile\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .smallMobile\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .smallMobile\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .smallMobile\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .smallMobile\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .smallMobile\:transition-none{
    transition-property: none;
  }

  .smallMobile\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallMobile\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallMobile\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallMobile\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallMobile\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallMobile\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .smallMobile\:delay-75{
    transition-delay: 75ms;
  }

  .smallMobile\:delay-100{
    transition-delay: 100ms;
  }

  .smallMobile\:delay-150{
    transition-delay: 150ms;
  }

  .smallMobile\:delay-200{
    transition-delay: 200ms;
  }

  .smallMobile\:delay-300{
    transition-delay: 300ms;
  }

  .smallMobile\:delay-500{
    transition-delay: 500ms;
  }

  .smallMobile\:delay-700{
    transition-delay: 700ms;
  }

  .smallMobile\:delay-1000{
    transition-delay: 1000ms;
  }

  .smallMobile\:duration-75{
    transition-duration: 75ms;
  }

  .smallMobile\:duration-100{
    transition-duration: 100ms;
  }

  .smallMobile\:duration-150{
    transition-duration: 150ms;
  }

  .smallMobile\:duration-200{
    transition-duration: 200ms;
  }

  .smallMobile\:duration-300{
    transition-duration: 300ms;
  }

  .smallMobile\:duration-500{
    transition-duration: 500ms;
  }

  .smallMobile\:duration-700{
    transition-duration: 700ms;
  }

  .smallMobile\:duration-1000{
    transition-duration: 1000ms;
  }

  .smallMobile\:ease-linear{
    transition-timing-function: linear;
  }

  .smallMobile\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .smallMobile\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .smallMobile\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1701px){
  .aboveSmallDesktop\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .aboveSmallDesktop\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .aboveSmallDesktop\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .aboveSmallDesktop\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .aboveSmallDesktop\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .aboveSmallDesktop\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .aboveSmallDesktop\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .aboveSmallDesktop\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .aboveSmallDesktop\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .aboveSmallDesktop\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .aboveSmallDesktop\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .aboveSmallDesktop\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .aboveSmallDesktop\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .aboveSmallDesktop\:container{
      max-width: 1701px;
    }
  }

  .aboveSmallDesktop\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .aboveSmallDesktop\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallDesktop\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .aboveSmallDesktop\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .aboveSmallDesktop\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveSmallDesktop\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .aboveSmallDesktop\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .aboveSmallDesktop\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .aboveSmallDesktop\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .aboveSmallDesktop\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveSmallDesktop\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .aboveSmallDesktop\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .aboveSmallDesktop\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .aboveSmallDesktop\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveSmallDesktop\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .aboveSmallDesktop\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveSmallDesktop\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .aboveSmallDesktop\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .aboveSmallDesktop\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .aboveSmallDesktop\:prose code::before{
    content: "`";
  }

  .aboveSmallDesktop\:prose code::after{
    content: "`";
  }

  .aboveSmallDesktop\:prose a code{
    color: #111827;
  }

  .aboveSmallDesktop\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .aboveSmallDesktop\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .aboveSmallDesktop\:prose pre code::before{
    content: "";
  }

  .aboveSmallDesktop\:prose pre code::after{
    content: "";
  }

  .aboveSmallDesktop\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .aboveSmallDesktop\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .aboveSmallDesktop\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveSmallDesktop\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .aboveSmallDesktop\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .aboveSmallDesktop\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveSmallDesktop\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .aboveSmallDesktop\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveSmallDesktop\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallDesktop\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallDesktop\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallDesktop\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallDesktop\:prose h2 code{
    font-size: 0.875em;
  }

  .aboveSmallDesktop\:prose h3 code{
    font-size: 0.9em;
  }

  .aboveSmallDesktop\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveSmallDesktop\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveSmallDesktop\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveSmallDesktop\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveSmallDesktop\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveSmallDesktop\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveSmallDesktop\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveSmallDesktop\:prose ul ul, .aboveSmallDesktop\:prose ul ol, .aboveSmallDesktop\:prose ol ul, .aboveSmallDesktop\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveSmallDesktop\:prose hr + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose h2 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose h3 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose h4 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallDesktop\:prose thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallDesktop\:prose tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallDesktop\:prose tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallDesktop\:prose > :first-child{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallDesktop\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .aboveSmallDesktop\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveSmallDesktop\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveSmallDesktop\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .aboveSmallDesktop\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .aboveSmallDesktop\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .aboveSmallDesktop\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveSmallDesktop\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .aboveSmallDesktop\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveSmallDesktop\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveSmallDesktop\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveSmallDesktop\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallDesktop\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .aboveSmallDesktop\:prose-sm code{
    font-size: 0.8571429em;
  }

  .aboveSmallDesktop\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .aboveSmallDesktop\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .aboveSmallDesktop\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveSmallDesktop\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveSmallDesktop\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveSmallDesktop\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .aboveSmallDesktop\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .aboveSmallDesktop\:prose-sm ol > li::before{
    left: 0;
  }

  .aboveSmallDesktop\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .aboveSmallDesktop\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .aboveSmallDesktop\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveSmallDesktop\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveSmallDesktop\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveSmallDesktop\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveSmallDesktop\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveSmallDesktop\:prose-sm ul ul, .aboveSmallDesktop\:prose-sm ul ol, .aboveSmallDesktop\:prose-sm ol ul, .aboveSmallDesktop\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveSmallDesktop\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .aboveSmallDesktop\:prose-sm hr + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-sm h2 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-sm h3 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-sm h4 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .aboveSmallDesktop\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveSmallDesktop\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallDesktop\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallDesktop\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveSmallDesktop\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallDesktop\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallDesktop\:prose-sm > :first-child{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallDesktop\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .aboveSmallDesktop\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .aboveSmallDesktop\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .aboveSmallDesktop\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .aboveSmallDesktop\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .aboveSmallDesktop\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveSmallDesktop\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveSmallDesktop\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveSmallDesktop\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveSmallDesktop\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveSmallDesktop\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallDesktop\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .aboveSmallDesktop\:prose-lg code{
    font-size: 0.8888889em;
  }

  .aboveSmallDesktop\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .aboveSmallDesktop\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .aboveSmallDesktop\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .aboveSmallDesktop\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveSmallDesktop\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallDesktop\:prose-lg ol > li::before{
    left: 0;
  }

  .aboveSmallDesktop\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallDesktop\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .aboveSmallDesktop\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveSmallDesktop\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-lg ul ul, .aboveSmallDesktop\:prose-lg ul ol, .aboveSmallDesktop\:prose-lg ol ul, .aboveSmallDesktop\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveSmallDesktop\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .aboveSmallDesktop\:prose-lg hr + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-lg h2 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-lg h3 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-lg h4 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .aboveSmallDesktop\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveSmallDesktop\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallDesktop\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallDesktop\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveSmallDesktop\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallDesktop\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallDesktop\:prose-lg > :first-child{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallDesktop\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .aboveSmallDesktop\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallDesktop\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .aboveSmallDesktop\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .aboveSmallDesktop\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .aboveSmallDesktop\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveSmallDesktop\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .aboveSmallDesktop\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveSmallDesktop\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallDesktop\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallDesktop\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallDesktop\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallDesktop\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .aboveSmallDesktop\:prose-xl code{
    font-size: 0.9em;
  }

  .aboveSmallDesktop\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .aboveSmallDesktop\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .aboveSmallDesktop\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallDesktop\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallDesktop\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .aboveSmallDesktop\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .aboveSmallDesktop\:prose-xl ol > li::before{
    left: 0;
  }

  .aboveSmallDesktop\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .aboveSmallDesktop\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .aboveSmallDesktop\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveSmallDesktop\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveSmallDesktop\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveSmallDesktop\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveSmallDesktop\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveSmallDesktop\:prose-xl ul ul, .aboveSmallDesktop\:prose-xl ul ol, .aboveSmallDesktop\:prose-xl ol ul, .aboveSmallDesktop\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveSmallDesktop\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .aboveSmallDesktop\:prose-xl hr + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-xl h2 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-xl h3 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-xl h4 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .aboveSmallDesktop\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveSmallDesktop\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallDesktop\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallDesktop\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveSmallDesktop\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallDesktop\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallDesktop\:prose-xl > :first-child{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallDesktop\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .aboveSmallDesktop\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .aboveSmallDesktop\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .aboveSmallDesktop\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .aboveSmallDesktop\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .aboveSmallDesktop\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .aboveSmallDesktop\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveSmallDesktop\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallDesktop\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallDesktop\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallDesktop\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallDesktop\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .aboveSmallDesktop\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .aboveSmallDesktop\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .aboveSmallDesktop\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .aboveSmallDesktop\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .aboveSmallDesktop\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveSmallDesktop\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallDesktop\:prose-2xl ol > li::before{
    left: 0;
  }

  .aboveSmallDesktop\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallDesktop\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .aboveSmallDesktop\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .aboveSmallDesktop\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallDesktop\:prose-2xl ul ul, .aboveSmallDesktop\:prose-2xl ul ol, .aboveSmallDesktop\:prose-2xl ol ul, .aboveSmallDesktop\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveSmallDesktop\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveSmallDesktop\:prose-2xl hr + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .aboveSmallDesktop\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveSmallDesktop\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallDesktop\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallDesktop\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveSmallDesktop\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallDesktop\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallDesktop\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .aboveSmallDesktop\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallDesktop\:prose-blue{
  }

  .aboveSmallDesktop\:prose-red{
  }

  .aboveSmallDesktop\:prose-pink{
  }

  .aboveSmallDesktop\:prose-indigo a{
    color: #4f46e5;
  }

  .aboveSmallDesktop\:prose-indigo a code{
    color: #4f46e5;
  }

  .aboveSmallDesktop\:prose-green a{
    color: #16a34a;
  }

  .aboveSmallDesktop\:prose-green a code{
    color: #16a34a;
  }

  .aboveSmallDesktop\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveSmallDesktop\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveSmallDesktop\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveSmallDesktop\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveSmallDesktop\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveSmallDesktop\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveSmallDesktop\:pointer-events-none{
    pointer-events: none;
  }

  .aboveSmallDesktop\:pointer-events-auto{
    pointer-events: auto;
  }

  .aboveSmallDesktop\:visible{
    visibility: visible;
  }

  .aboveSmallDesktop\:invisible{
    visibility: hidden;
  }

  .aboveSmallDesktop\:static{
    position: static;
  }

  .aboveSmallDesktop\:fixed{
    position: fixed;
  }

  .aboveSmallDesktop\:absolute{
    position: absolute;
  }

  .aboveSmallDesktop\:relative{
    position: relative;
  }

  .aboveSmallDesktop\:sticky{
    position: sticky;
  }

  .aboveSmallDesktop\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveSmallDesktop\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .aboveSmallDesktop\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .aboveSmallDesktop\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .aboveSmallDesktop\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .aboveSmallDesktop\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .aboveSmallDesktop\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .aboveSmallDesktop\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .aboveSmallDesktop\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .aboveSmallDesktop\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .aboveSmallDesktop\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .aboveSmallDesktop\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .aboveSmallDesktop\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .aboveSmallDesktop\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .aboveSmallDesktop\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .aboveSmallDesktop\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .aboveSmallDesktop\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .aboveSmallDesktop\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .aboveSmallDesktop\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .aboveSmallDesktop\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .aboveSmallDesktop\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .aboveSmallDesktop\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .aboveSmallDesktop\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .aboveSmallDesktop\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .aboveSmallDesktop\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .aboveSmallDesktop\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .aboveSmallDesktop\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .aboveSmallDesktop\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .aboveSmallDesktop\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .aboveSmallDesktop\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .aboveSmallDesktop\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .aboveSmallDesktop\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .aboveSmallDesktop\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .aboveSmallDesktop\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .aboveSmallDesktop\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .aboveSmallDesktop\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .aboveSmallDesktop\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveSmallDesktop\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .aboveSmallDesktop\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .aboveSmallDesktop\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .aboveSmallDesktop\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .aboveSmallDesktop\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .aboveSmallDesktop\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .aboveSmallDesktop\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .aboveSmallDesktop\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .aboveSmallDesktop\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .aboveSmallDesktop\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .aboveSmallDesktop\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .aboveSmallDesktop\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .aboveSmallDesktop\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .aboveSmallDesktop\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .aboveSmallDesktop\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .aboveSmallDesktop\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .aboveSmallDesktop\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .aboveSmallDesktop\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .aboveSmallDesktop\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .aboveSmallDesktop\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .aboveSmallDesktop\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .aboveSmallDesktop\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .aboveSmallDesktop\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .aboveSmallDesktop\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .aboveSmallDesktop\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .aboveSmallDesktop\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .aboveSmallDesktop\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .aboveSmallDesktop\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .aboveSmallDesktop\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .aboveSmallDesktop\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .aboveSmallDesktop\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .aboveSmallDesktop\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .aboveSmallDesktop\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .aboveSmallDesktop\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .aboveSmallDesktop\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveSmallDesktop\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .aboveSmallDesktop\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .aboveSmallDesktop\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .aboveSmallDesktop\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveSmallDesktop\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .aboveSmallDesktop\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .aboveSmallDesktop\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveSmallDesktop\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .aboveSmallDesktop\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .aboveSmallDesktop\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .aboveSmallDesktop\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveSmallDesktop\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .aboveSmallDesktop\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .aboveSmallDesktop\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveSmallDesktop\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .aboveSmallDesktop\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .aboveSmallDesktop\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .aboveSmallDesktop\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .aboveSmallDesktop\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .aboveSmallDesktop\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .aboveSmallDesktop\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .aboveSmallDesktop\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .aboveSmallDesktop\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .aboveSmallDesktop\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .aboveSmallDesktop\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .aboveSmallDesktop\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .aboveSmallDesktop\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .aboveSmallDesktop\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .aboveSmallDesktop\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .aboveSmallDesktop\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .aboveSmallDesktop\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .aboveSmallDesktop\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .aboveSmallDesktop\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .aboveSmallDesktop\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .aboveSmallDesktop\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .aboveSmallDesktop\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .aboveSmallDesktop\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .aboveSmallDesktop\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .aboveSmallDesktop\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .aboveSmallDesktop\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .aboveSmallDesktop\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .aboveSmallDesktop\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .aboveSmallDesktop\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .aboveSmallDesktop\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .aboveSmallDesktop\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .aboveSmallDesktop\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .aboveSmallDesktop\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .aboveSmallDesktop\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .aboveSmallDesktop\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .aboveSmallDesktop\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveSmallDesktop\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .aboveSmallDesktop\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .aboveSmallDesktop\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .aboveSmallDesktop\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .aboveSmallDesktop\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .aboveSmallDesktop\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .aboveSmallDesktop\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .aboveSmallDesktop\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .aboveSmallDesktop\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .aboveSmallDesktop\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .aboveSmallDesktop\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .aboveSmallDesktop\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .aboveSmallDesktop\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .aboveSmallDesktop\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .aboveSmallDesktop\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .aboveSmallDesktop\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .aboveSmallDesktop\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .aboveSmallDesktop\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .aboveSmallDesktop\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .aboveSmallDesktop\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .aboveSmallDesktop\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .aboveSmallDesktop\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .aboveSmallDesktop\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .aboveSmallDesktop\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .aboveSmallDesktop\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .aboveSmallDesktop\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .aboveSmallDesktop\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .aboveSmallDesktop\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .aboveSmallDesktop\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .aboveSmallDesktop\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .aboveSmallDesktop\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .aboveSmallDesktop\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .aboveSmallDesktop\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .aboveSmallDesktop\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .aboveSmallDesktop\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .aboveSmallDesktop\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .aboveSmallDesktop\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .aboveSmallDesktop\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .aboveSmallDesktop\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .aboveSmallDesktop\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .aboveSmallDesktop\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .aboveSmallDesktop\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .aboveSmallDesktop\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .aboveSmallDesktop\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .aboveSmallDesktop\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .aboveSmallDesktop\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .aboveSmallDesktop\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .aboveSmallDesktop\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .aboveSmallDesktop\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveSmallDesktop\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .aboveSmallDesktop\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .aboveSmallDesktop\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .aboveSmallDesktop\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .aboveSmallDesktop\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .aboveSmallDesktop\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .aboveSmallDesktop\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .aboveSmallDesktop\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .aboveSmallDesktop\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .aboveSmallDesktop\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .aboveSmallDesktop\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .aboveSmallDesktop\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .aboveSmallDesktop\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .aboveSmallDesktop\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .aboveSmallDesktop\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .aboveSmallDesktop\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .aboveSmallDesktop\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .aboveSmallDesktop\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .aboveSmallDesktop\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .aboveSmallDesktop\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .aboveSmallDesktop\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .aboveSmallDesktop\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .aboveSmallDesktop\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .aboveSmallDesktop\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .aboveSmallDesktop\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .aboveSmallDesktop\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .aboveSmallDesktop\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .aboveSmallDesktop\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .aboveSmallDesktop\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .aboveSmallDesktop\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .aboveSmallDesktop\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .aboveSmallDesktop\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .aboveSmallDesktop\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .aboveSmallDesktop\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .aboveSmallDesktop\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .aboveSmallDesktop\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveSmallDesktop\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .aboveSmallDesktop\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .aboveSmallDesktop\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .aboveSmallDesktop\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .aboveSmallDesktop\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .aboveSmallDesktop\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .aboveSmallDesktop\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .aboveSmallDesktop\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .aboveSmallDesktop\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .aboveSmallDesktop\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .aboveSmallDesktop\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .aboveSmallDesktop\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .aboveSmallDesktop\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .aboveSmallDesktop\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .aboveSmallDesktop\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .aboveSmallDesktop\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .aboveSmallDesktop\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .aboveSmallDesktop\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .aboveSmallDesktop\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .aboveSmallDesktop\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .aboveSmallDesktop\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .aboveSmallDesktop\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .aboveSmallDesktop\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .aboveSmallDesktop\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .aboveSmallDesktop\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .aboveSmallDesktop\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .aboveSmallDesktop\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .aboveSmallDesktop\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .aboveSmallDesktop\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .aboveSmallDesktop\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .aboveSmallDesktop\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .aboveSmallDesktop\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .aboveSmallDesktop\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .aboveSmallDesktop\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .aboveSmallDesktop\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .aboveSmallDesktop\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .aboveSmallDesktop\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .aboveSmallDesktop\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .aboveSmallDesktop\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .aboveSmallDesktop\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .aboveSmallDesktop\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .aboveSmallDesktop\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .aboveSmallDesktop\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .aboveSmallDesktop\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .aboveSmallDesktop\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .aboveSmallDesktop\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .aboveSmallDesktop\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .aboveSmallDesktop\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .aboveSmallDesktop\:top-0{
    top: 0px;
  }

  .aboveSmallDesktop\:top-1{
    top: 0.25rem;
  }

  .aboveSmallDesktop\:top-2{
    top: 0.5rem;
  }

  .aboveSmallDesktop\:top-3{
    top: 0.75rem;
  }

  .aboveSmallDesktop\:top-4{
    top: 1rem;
  }

  .aboveSmallDesktop\:top-5{
    top: 1.25rem;
  }

  .aboveSmallDesktop\:top-6{
    top: 1.5rem;
  }

  .aboveSmallDesktop\:top-7{
    top: 1.75rem;
  }

  .aboveSmallDesktop\:top-8{
    top: 2rem;
  }

  .aboveSmallDesktop\:top-9{
    top: 2.25rem;
  }

  .aboveSmallDesktop\:top-10{
    top: 2.5rem;
  }

  .aboveSmallDesktop\:top-11{
    top: 2.75rem;
  }

  .aboveSmallDesktop\:top-12{
    top: 3rem;
  }

  .aboveSmallDesktop\:top-14{
    top: 3.5rem;
  }

  .aboveSmallDesktop\:top-16{
    top: 4rem;
  }

  .aboveSmallDesktop\:top-20{
    top: 5rem;
  }

  .aboveSmallDesktop\:top-24{
    top: 6rem;
  }

  .aboveSmallDesktop\:top-28{
    top: 7rem;
  }

  .aboveSmallDesktop\:top-32{
    top: 8rem;
  }

  .aboveSmallDesktop\:top-36{
    top: 9rem;
  }

  .aboveSmallDesktop\:top-40{
    top: 10rem;
  }

  .aboveSmallDesktop\:top-44{
    top: 11rem;
  }

  .aboveSmallDesktop\:top-48{
    top: 12rem;
  }

  .aboveSmallDesktop\:top-52{
    top: 13rem;
  }

  .aboveSmallDesktop\:top-56{
    top: 14rem;
  }

  .aboveSmallDesktop\:top-60{
    top: 15rem;
  }

  .aboveSmallDesktop\:top-64{
    top: 16rem;
  }

  .aboveSmallDesktop\:top-72{
    top: 18rem;
  }

  .aboveSmallDesktop\:top-80{
    top: 20rem;
  }

  .aboveSmallDesktop\:top-96{
    top: 24rem;
  }

  .aboveSmallDesktop\:top-auto{
    top: auto;
  }

  .aboveSmallDesktop\:top-px{
    top: 1px;
  }

  .aboveSmallDesktop\:top-0\.5{
    top: 0.125rem;
  }

  .aboveSmallDesktop\:top-1\.5{
    top: 0.375rem;
  }

  .aboveSmallDesktop\:top-2\.5{
    top: 0.625rem;
  }

  .aboveSmallDesktop\:top-3\.5{
    top: 0.875rem;
  }

  .aboveSmallDesktop\:-top-0{
    top: 0px;
  }

  .aboveSmallDesktop\:-top-1{
    top: -0.25rem;
  }

  .aboveSmallDesktop\:-top-2{
    top: -0.5rem;
  }

  .aboveSmallDesktop\:-top-3{
    top: -0.75rem;
  }

  .aboveSmallDesktop\:-top-4{
    top: -1rem;
  }

  .aboveSmallDesktop\:-top-5{
    top: -1.25rem;
  }

  .aboveSmallDesktop\:-top-6{
    top: -1.5rem;
  }

  .aboveSmallDesktop\:-top-7{
    top: -1.75rem;
  }

  .aboveSmallDesktop\:-top-8{
    top: -2rem;
  }

  .aboveSmallDesktop\:-top-9{
    top: -2.25rem;
  }

  .aboveSmallDesktop\:-top-10{
    top: -2.5rem;
  }

  .aboveSmallDesktop\:-top-11{
    top: -2.75rem;
  }

  .aboveSmallDesktop\:-top-12{
    top: -3rem;
  }

  .aboveSmallDesktop\:-top-14{
    top: -3.5rem;
  }

  .aboveSmallDesktop\:-top-16{
    top: -4rem;
  }

  .aboveSmallDesktop\:-top-20{
    top: -5rem;
  }

  .aboveSmallDesktop\:-top-24{
    top: -6rem;
  }

  .aboveSmallDesktop\:-top-28{
    top: -7rem;
  }

  .aboveSmallDesktop\:-top-32{
    top: -8rem;
  }

  .aboveSmallDesktop\:-top-36{
    top: -9rem;
  }

  .aboveSmallDesktop\:-top-40{
    top: -10rem;
  }

  .aboveSmallDesktop\:-top-44{
    top: -11rem;
  }

  .aboveSmallDesktop\:-top-48{
    top: -12rem;
  }

  .aboveSmallDesktop\:-top-52{
    top: -13rem;
  }

  .aboveSmallDesktop\:-top-56{
    top: -14rem;
  }

  .aboveSmallDesktop\:-top-60{
    top: -15rem;
  }

  .aboveSmallDesktop\:-top-64{
    top: -16rem;
  }

  .aboveSmallDesktop\:-top-72{
    top: -18rem;
  }

  .aboveSmallDesktop\:-top-80{
    top: -20rem;
  }

  .aboveSmallDesktop\:-top-96{
    top: -24rem;
  }

  .aboveSmallDesktop\:-top-px{
    top: -1px;
  }

  .aboveSmallDesktop\:-top-0\.5{
    top: -0.125rem;
  }

  .aboveSmallDesktop\:-top-1\.5{
    top: -0.375rem;
  }

  .aboveSmallDesktop\:-top-2\.5{
    top: -0.625rem;
  }

  .aboveSmallDesktop\:-top-3\.5{
    top: -0.875rem;
  }

  .aboveSmallDesktop\:top-1\/2{
    top: 50%;
  }

  .aboveSmallDesktop\:top-1\/3{
    top: 33.333333%;
  }

  .aboveSmallDesktop\:top-2\/3{
    top: 66.666667%;
  }

  .aboveSmallDesktop\:top-1\/4{
    top: 25%;
  }

  .aboveSmallDesktop\:top-2\/4{
    top: 50%;
  }

  .aboveSmallDesktop\:top-3\/4{
    top: 75%;
  }

  .aboveSmallDesktop\:top-full{
    top: 100%;
  }

  .aboveSmallDesktop\:-top-1\/2{
    top: -50%;
  }

  .aboveSmallDesktop\:-top-1\/3{
    top: -33.333333%;
  }

  .aboveSmallDesktop\:-top-2\/3{
    top: -66.666667%;
  }

  .aboveSmallDesktop\:-top-1\/4{
    top: -25%;
  }

  .aboveSmallDesktop\:-top-2\/4{
    top: -50%;
  }

  .aboveSmallDesktop\:-top-3\/4{
    top: -75%;
  }

  .aboveSmallDesktop\:-top-full{
    top: -100%;
  }

  .aboveSmallDesktop\:right-0{
    right: 0px;
  }

  .aboveSmallDesktop\:right-1{
    right: 0.25rem;
  }

  .aboveSmallDesktop\:right-2{
    right: 0.5rem;
  }

  .aboveSmallDesktop\:right-3{
    right: 0.75rem;
  }

  .aboveSmallDesktop\:right-4{
    right: 1rem;
  }

  .aboveSmallDesktop\:right-5{
    right: 1.25rem;
  }

  .aboveSmallDesktop\:right-6{
    right: 1.5rem;
  }

  .aboveSmallDesktop\:right-7{
    right: 1.75rem;
  }

  .aboveSmallDesktop\:right-8{
    right: 2rem;
  }

  .aboveSmallDesktop\:right-9{
    right: 2.25rem;
  }

  .aboveSmallDesktop\:right-10{
    right: 2.5rem;
  }

  .aboveSmallDesktop\:right-11{
    right: 2.75rem;
  }

  .aboveSmallDesktop\:right-12{
    right: 3rem;
  }

  .aboveSmallDesktop\:right-14{
    right: 3.5rem;
  }

  .aboveSmallDesktop\:right-16{
    right: 4rem;
  }

  .aboveSmallDesktop\:right-20{
    right: 5rem;
  }

  .aboveSmallDesktop\:right-24{
    right: 6rem;
  }

  .aboveSmallDesktop\:right-28{
    right: 7rem;
  }

  .aboveSmallDesktop\:right-32{
    right: 8rem;
  }

  .aboveSmallDesktop\:right-36{
    right: 9rem;
  }

  .aboveSmallDesktop\:right-40{
    right: 10rem;
  }

  .aboveSmallDesktop\:right-44{
    right: 11rem;
  }

  .aboveSmallDesktop\:right-48{
    right: 12rem;
  }

  .aboveSmallDesktop\:right-52{
    right: 13rem;
  }

  .aboveSmallDesktop\:right-56{
    right: 14rem;
  }

  .aboveSmallDesktop\:right-60{
    right: 15rem;
  }

  .aboveSmallDesktop\:right-64{
    right: 16rem;
  }

  .aboveSmallDesktop\:right-72{
    right: 18rem;
  }

  .aboveSmallDesktop\:right-80{
    right: 20rem;
  }

  .aboveSmallDesktop\:right-96{
    right: 24rem;
  }

  .aboveSmallDesktop\:right-auto{
    right: auto;
  }

  .aboveSmallDesktop\:right-px{
    right: 1px;
  }

  .aboveSmallDesktop\:right-0\.5{
    right: 0.125rem;
  }

  .aboveSmallDesktop\:right-1\.5{
    right: 0.375rem;
  }

  .aboveSmallDesktop\:right-2\.5{
    right: 0.625rem;
  }

  .aboveSmallDesktop\:right-3\.5{
    right: 0.875rem;
  }

  .aboveSmallDesktop\:-right-0{
    right: 0px;
  }

  .aboveSmallDesktop\:-right-1{
    right: -0.25rem;
  }

  .aboveSmallDesktop\:-right-2{
    right: -0.5rem;
  }

  .aboveSmallDesktop\:-right-3{
    right: -0.75rem;
  }

  .aboveSmallDesktop\:-right-4{
    right: -1rem;
  }

  .aboveSmallDesktop\:-right-5{
    right: -1.25rem;
  }

  .aboveSmallDesktop\:-right-6{
    right: -1.5rem;
  }

  .aboveSmallDesktop\:-right-7{
    right: -1.75rem;
  }

  .aboveSmallDesktop\:-right-8{
    right: -2rem;
  }

  .aboveSmallDesktop\:-right-9{
    right: -2.25rem;
  }

  .aboveSmallDesktop\:-right-10{
    right: -2.5rem;
  }

  .aboveSmallDesktop\:-right-11{
    right: -2.75rem;
  }

  .aboveSmallDesktop\:-right-12{
    right: -3rem;
  }

  .aboveSmallDesktop\:-right-14{
    right: -3.5rem;
  }

  .aboveSmallDesktop\:-right-16{
    right: -4rem;
  }

  .aboveSmallDesktop\:-right-20{
    right: -5rem;
  }

  .aboveSmallDesktop\:-right-24{
    right: -6rem;
  }

  .aboveSmallDesktop\:-right-28{
    right: -7rem;
  }

  .aboveSmallDesktop\:-right-32{
    right: -8rem;
  }

  .aboveSmallDesktop\:-right-36{
    right: -9rem;
  }

  .aboveSmallDesktop\:-right-40{
    right: -10rem;
  }

  .aboveSmallDesktop\:-right-44{
    right: -11rem;
  }

  .aboveSmallDesktop\:-right-48{
    right: -12rem;
  }

  .aboveSmallDesktop\:-right-52{
    right: -13rem;
  }

  .aboveSmallDesktop\:-right-56{
    right: -14rem;
  }

  .aboveSmallDesktop\:-right-60{
    right: -15rem;
  }

  .aboveSmallDesktop\:-right-64{
    right: -16rem;
  }

  .aboveSmallDesktop\:-right-72{
    right: -18rem;
  }

  .aboveSmallDesktop\:-right-80{
    right: -20rem;
  }

  .aboveSmallDesktop\:-right-96{
    right: -24rem;
  }

  .aboveSmallDesktop\:-right-px{
    right: -1px;
  }

  .aboveSmallDesktop\:-right-0\.5{
    right: -0.125rem;
  }

  .aboveSmallDesktop\:-right-1\.5{
    right: -0.375rem;
  }

  .aboveSmallDesktop\:-right-2\.5{
    right: -0.625rem;
  }

  .aboveSmallDesktop\:-right-3\.5{
    right: -0.875rem;
  }

  .aboveSmallDesktop\:right-1\/2{
    right: 50%;
  }

  .aboveSmallDesktop\:right-1\/3{
    right: 33.333333%;
  }

  .aboveSmallDesktop\:right-2\/3{
    right: 66.666667%;
  }

  .aboveSmallDesktop\:right-1\/4{
    right: 25%;
  }

  .aboveSmallDesktop\:right-2\/4{
    right: 50%;
  }

  .aboveSmallDesktop\:right-3\/4{
    right: 75%;
  }

  .aboveSmallDesktop\:right-full{
    right: 100%;
  }

  .aboveSmallDesktop\:-right-1\/2{
    right: -50%;
  }

  .aboveSmallDesktop\:-right-1\/3{
    right: -33.333333%;
  }

  .aboveSmallDesktop\:-right-2\/3{
    right: -66.666667%;
  }

  .aboveSmallDesktop\:-right-1\/4{
    right: -25%;
  }

  .aboveSmallDesktop\:-right-2\/4{
    right: -50%;
  }

  .aboveSmallDesktop\:-right-3\/4{
    right: -75%;
  }

  .aboveSmallDesktop\:-right-full{
    right: -100%;
  }

  .aboveSmallDesktop\:bottom-0{
    bottom: 0px;
  }

  .aboveSmallDesktop\:bottom-1{
    bottom: 0.25rem;
  }

  .aboveSmallDesktop\:bottom-2{
    bottom: 0.5rem;
  }

  .aboveSmallDesktop\:bottom-3{
    bottom: 0.75rem;
  }

  .aboveSmallDesktop\:bottom-4{
    bottom: 1rem;
  }

  .aboveSmallDesktop\:bottom-5{
    bottom: 1.25rem;
  }

  .aboveSmallDesktop\:bottom-6{
    bottom: 1.5rem;
  }

  .aboveSmallDesktop\:bottom-7{
    bottom: 1.75rem;
  }

  .aboveSmallDesktop\:bottom-8{
    bottom: 2rem;
  }

  .aboveSmallDesktop\:bottom-9{
    bottom: 2.25rem;
  }

  .aboveSmallDesktop\:bottom-10{
    bottom: 2.5rem;
  }

  .aboveSmallDesktop\:bottom-11{
    bottom: 2.75rem;
  }

  .aboveSmallDesktop\:bottom-12{
    bottom: 3rem;
  }

  .aboveSmallDesktop\:bottom-14{
    bottom: 3.5rem;
  }

  .aboveSmallDesktop\:bottom-16{
    bottom: 4rem;
  }

  .aboveSmallDesktop\:bottom-20{
    bottom: 5rem;
  }

  .aboveSmallDesktop\:bottom-24{
    bottom: 6rem;
  }

  .aboveSmallDesktop\:bottom-28{
    bottom: 7rem;
  }

  .aboveSmallDesktop\:bottom-32{
    bottom: 8rem;
  }

  .aboveSmallDesktop\:bottom-36{
    bottom: 9rem;
  }

  .aboveSmallDesktop\:bottom-40{
    bottom: 10rem;
  }

  .aboveSmallDesktop\:bottom-44{
    bottom: 11rem;
  }

  .aboveSmallDesktop\:bottom-48{
    bottom: 12rem;
  }

  .aboveSmallDesktop\:bottom-52{
    bottom: 13rem;
  }

  .aboveSmallDesktop\:bottom-56{
    bottom: 14rem;
  }

  .aboveSmallDesktop\:bottom-60{
    bottom: 15rem;
  }

  .aboveSmallDesktop\:bottom-64{
    bottom: 16rem;
  }

  .aboveSmallDesktop\:bottom-72{
    bottom: 18rem;
  }

  .aboveSmallDesktop\:bottom-80{
    bottom: 20rem;
  }

  .aboveSmallDesktop\:bottom-96{
    bottom: 24rem;
  }

  .aboveSmallDesktop\:bottom-auto{
    bottom: auto;
  }

  .aboveSmallDesktop\:bottom-px{
    bottom: 1px;
  }

  .aboveSmallDesktop\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .aboveSmallDesktop\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .aboveSmallDesktop\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .aboveSmallDesktop\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .aboveSmallDesktop\:-bottom-0{
    bottom: 0px;
  }

  .aboveSmallDesktop\:-bottom-1{
    bottom: -0.25rem;
  }

  .aboveSmallDesktop\:-bottom-2{
    bottom: -0.5rem;
  }

  .aboveSmallDesktop\:-bottom-3{
    bottom: -0.75rem;
  }

  .aboveSmallDesktop\:-bottom-4{
    bottom: -1rem;
  }

  .aboveSmallDesktop\:-bottom-5{
    bottom: -1.25rem;
  }

  .aboveSmallDesktop\:-bottom-6{
    bottom: -1.5rem;
  }

  .aboveSmallDesktop\:-bottom-7{
    bottom: -1.75rem;
  }

  .aboveSmallDesktop\:-bottom-8{
    bottom: -2rem;
  }

  .aboveSmallDesktop\:-bottom-9{
    bottom: -2.25rem;
  }

  .aboveSmallDesktop\:-bottom-10{
    bottom: -2.5rem;
  }

  .aboveSmallDesktop\:-bottom-11{
    bottom: -2.75rem;
  }

  .aboveSmallDesktop\:-bottom-12{
    bottom: -3rem;
  }

  .aboveSmallDesktop\:-bottom-14{
    bottom: -3.5rem;
  }

  .aboveSmallDesktop\:-bottom-16{
    bottom: -4rem;
  }

  .aboveSmallDesktop\:-bottom-20{
    bottom: -5rem;
  }

  .aboveSmallDesktop\:-bottom-24{
    bottom: -6rem;
  }

  .aboveSmallDesktop\:-bottom-28{
    bottom: -7rem;
  }

  .aboveSmallDesktop\:-bottom-32{
    bottom: -8rem;
  }

  .aboveSmallDesktop\:-bottom-36{
    bottom: -9rem;
  }

  .aboveSmallDesktop\:-bottom-40{
    bottom: -10rem;
  }

  .aboveSmallDesktop\:-bottom-44{
    bottom: -11rem;
  }

  .aboveSmallDesktop\:-bottom-48{
    bottom: -12rem;
  }

  .aboveSmallDesktop\:-bottom-52{
    bottom: -13rem;
  }

  .aboveSmallDesktop\:-bottom-56{
    bottom: -14rem;
  }

  .aboveSmallDesktop\:-bottom-60{
    bottom: -15rem;
  }

  .aboveSmallDesktop\:-bottom-64{
    bottom: -16rem;
  }

  .aboveSmallDesktop\:-bottom-72{
    bottom: -18rem;
  }

  .aboveSmallDesktop\:-bottom-80{
    bottom: -20rem;
  }

  .aboveSmallDesktop\:-bottom-96{
    bottom: -24rem;
  }

  .aboveSmallDesktop\:-bottom-px{
    bottom: -1px;
  }

  .aboveSmallDesktop\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .aboveSmallDesktop\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .aboveSmallDesktop\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .aboveSmallDesktop\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .aboveSmallDesktop\:bottom-1\/2{
    bottom: 50%;
  }

  .aboveSmallDesktop\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .aboveSmallDesktop\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .aboveSmallDesktop\:bottom-1\/4{
    bottom: 25%;
  }

  .aboveSmallDesktop\:bottom-2\/4{
    bottom: 50%;
  }

  .aboveSmallDesktop\:bottom-3\/4{
    bottom: 75%;
  }

  .aboveSmallDesktop\:bottom-full{
    bottom: 100%;
  }

  .aboveSmallDesktop\:-bottom-1\/2{
    bottom: -50%;
  }

  .aboveSmallDesktop\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .aboveSmallDesktop\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .aboveSmallDesktop\:-bottom-1\/4{
    bottom: -25%;
  }

  .aboveSmallDesktop\:-bottom-2\/4{
    bottom: -50%;
  }

  .aboveSmallDesktop\:-bottom-3\/4{
    bottom: -75%;
  }

  .aboveSmallDesktop\:-bottom-full{
    bottom: -100%;
  }

  .aboveSmallDesktop\:left-0{
    left: 0px;
  }

  .aboveSmallDesktop\:left-1{
    left: 0.25rem;
  }

  .aboveSmallDesktop\:left-2{
    left: 0.5rem;
  }

  .aboveSmallDesktop\:left-3{
    left: 0.75rem;
  }

  .aboveSmallDesktop\:left-4{
    left: 1rem;
  }

  .aboveSmallDesktop\:left-5{
    left: 1.25rem;
  }

  .aboveSmallDesktop\:left-6{
    left: 1.5rem;
  }

  .aboveSmallDesktop\:left-7{
    left: 1.75rem;
  }

  .aboveSmallDesktop\:left-8{
    left: 2rem;
  }

  .aboveSmallDesktop\:left-9{
    left: 2.25rem;
  }

  .aboveSmallDesktop\:left-10{
    left: 2.5rem;
  }

  .aboveSmallDesktop\:left-11{
    left: 2.75rem;
  }

  .aboveSmallDesktop\:left-12{
    left: 3rem;
  }

  .aboveSmallDesktop\:left-14{
    left: 3.5rem;
  }

  .aboveSmallDesktop\:left-16{
    left: 4rem;
  }

  .aboveSmallDesktop\:left-20{
    left: 5rem;
  }

  .aboveSmallDesktop\:left-24{
    left: 6rem;
  }

  .aboveSmallDesktop\:left-28{
    left: 7rem;
  }

  .aboveSmallDesktop\:left-32{
    left: 8rem;
  }

  .aboveSmallDesktop\:left-36{
    left: 9rem;
  }

  .aboveSmallDesktop\:left-40{
    left: 10rem;
  }

  .aboveSmallDesktop\:left-44{
    left: 11rem;
  }

  .aboveSmallDesktop\:left-48{
    left: 12rem;
  }

  .aboveSmallDesktop\:left-52{
    left: 13rem;
  }

  .aboveSmallDesktop\:left-56{
    left: 14rem;
  }

  .aboveSmallDesktop\:left-60{
    left: 15rem;
  }

  .aboveSmallDesktop\:left-64{
    left: 16rem;
  }

  .aboveSmallDesktop\:left-72{
    left: 18rem;
  }

  .aboveSmallDesktop\:left-80{
    left: 20rem;
  }

  .aboveSmallDesktop\:left-96{
    left: 24rem;
  }

  .aboveSmallDesktop\:left-auto{
    left: auto;
  }

  .aboveSmallDesktop\:left-px{
    left: 1px;
  }

  .aboveSmallDesktop\:left-0\.5{
    left: 0.125rem;
  }

  .aboveSmallDesktop\:left-1\.5{
    left: 0.375rem;
  }

  .aboveSmallDesktop\:left-2\.5{
    left: 0.625rem;
  }

  .aboveSmallDesktop\:left-3\.5{
    left: 0.875rem;
  }

  .aboveSmallDesktop\:-left-0{
    left: 0px;
  }

  .aboveSmallDesktop\:-left-1{
    left: -0.25rem;
  }

  .aboveSmallDesktop\:-left-2{
    left: -0.5rem;
  }

  .aboveSmallDesktop\:-left-3{
    left: -0.75rem;
  }

  .aboveSmallDesktop\:-left-4{
    left: -1rem;
  }

  .aboveSmallDesktop\:-left-5{
    left: -1.25rem;
  }

  .aboveSmallDesktop\:-left-6{
    left: -1.5rem;
  }

  .aboveSmallDesktop\:-left-7{
    left: -1.75rem;
  }

  .aboveSmallDesktop\:-left-8{
    left: -2rem;
  }

  .aboveSmallDesktop\:-left-9{
    left: -2.25rem;
  }

  .aboveSmallDesktop\:-left-10{
    left: -2.5rem;
  }

  .aboveSmallDesktop\:-left-11{
    left: -2.75rem;
  }

  .aboveSmallDesktop\:-left-12{
    left: -3rem;
  }

  .aboveSmallDesktop\:-left-14{
    left: -3.5rem;
  }

  .aboveSmallDesktop\:-left-16{
    left: -4rem;
  }

  .aboveSmallDesktop\:-left-20{
    left: -5rem;
  }

  .aboveSmallDesktop\:-left-24{
    left: -6rem;
  }

  .aboveSmallDesktop\:-left-28{
    left: -7rem;
  }

  .aboveSmallDesktop\:-left-32{
    left: -8rem;
  }

  .aboveSmallDesktop\:-left-36{
    left: -9rem;
  }

  .aboveSmallDesktop\:-left-40{
    left: -10rem;
  }

  .aboveSmallDesktop\:-left-44{
    left: -11rem;
  }

  .aboveSmallDesktop\:-left-48{
    left: -12rem;
  }

  .aboveSmallDesktop\:-left-52{
    left: -13rem;
  }

  .aboveSmallDesktop\:-left-56{
    left: -14rem;
  }

  .aboveSmallDesktop\:-left-60{
    left: -15rem;
  }

  .aboveSmallDesktop\:-left-64{
    left: -16rem;
  }

  .aboveSmallDesktop\:-left-72{
    left: -18rem;
  }

  .aboveSmallDesktop\:-left-80{
    left: -20rem;
  }

  .aboveSmallDesktop\:-left-96{
    left: -24rem;
  }

  .aboveSmallDesktop\:-left-px{
    left: -1px;
  }

  .aboveSmallDesktop\:-left-0\.5{
    left: -0.125rem;
  }

  .aboveSmallDesktop\:-left-1\.5{
    left: -0.375rem;
  }

  .aboveSmallDesktop\:-left-2\.5{
    left: -0.625rem;
  }

  .aboveSmallDesktop\:-left-3\.5{
    left: -0.875rem;
  }

  .aboveSmallDesktop\:left-1\/2{
    left: 50%;
  }

  .aboveSmallDesktop\:left-1\/3{
    left: 33.333333%;
  }

  .aboveSmallDesktop\:left-2\/3{
    left: 66.666667%;
  }

  .aboveSmallDesktop\:left-1\/4{
    left: 25%;
  }

  .aboveSmallDesktop\:left-2\/4{
    left: 50%;
  }

  .aboveSmallDesktop\:left-3\/4{
    left: 75%;
  }

  .aboveSmallDesktop\:left-full{
    left: 100%;
  }

  .aboveSmallDesktop\:-left-1\/2{
    left: -50%;
  }

  .aboveSmallDesktop\:-left-1\/3{
    left: -33.333333%;
  }

  .aboveSmallDesktop\:-left-2\/3{
    left: -66.666667%;
  }

  .aboveSmallDesktop\:-left-1\/4{
    left: -25%;
  }

  .aboveSmallDesktop\:-left-2\/4{
    left: -50%;
  }

  .aboveSmallDesktop\:-left-3\/4{
    left: -75%;
  }

  .aboveSmallDesktop\:-left-full{
    left: -100%;
  }

  .aboveSmallDesktop\:isolate{
    isolation: isolate;
  }

  .aboveSmallDesktop\:isolation-auto{
    isolation: auto;
  }

  .aboveSmallDesktop\:z-0{
    z-index: 0;
  }

  .aboveSmallDesktop\:z-10{
    z-index: 10;
  }

  .aboveSmallDesktop\:z-20{
    z-index: 20;
  }

  .aboveSmallDesktop\:z-30{
    z-index: 30;
  }

  .aboveSmallDesktop\:z-40{
    z-index: 40;
  }

  .aboveSmallDesktop\:z-50{
    z-index: 50;
  }

  .aboveSmallDesktop\:z-auto{
    z-index: auto;
  }

  .aboveSmallDesktop\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .aboveSmallDesktop\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .aboveSmallDesktop\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .aboveSmallDesktop\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .aboveSmallDesktop\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .aboveSmallDesktop\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .aboveSmallDesktop\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .aboveSmallDesktop\:focus\:z-0:focus{
    z-index: 0;
  }

  .aboveSmallDesktop\:focus\:z-10:focus{
    z-index: 10;
  }

  .aboveSmallDesktop\:focus\:z-20:focus{
    z-index: 20;
  }

  .aboveSmallDesktop\:focus\:z-30:focus{
    z-index: 30;
  }

  .aboveSmallDesktop\:focus\:z-40:focus{
    z-index: 40;
  }

  .aboveSmallDesktop\:focus\:z-50:focus{
    z-index: 50;
  }

  .aboveSmallDesktop\:focus\:z-auto:focus{
    z-index: auto;
  }

  .aboveSmallDesktop\:order-1{
    order: 1;
  }

  .aboveSmallDesktop\:order-2{
    order: 2;
  }

  .aboveSmallDesktop\:order-3{
    order: 3;
  }

  .aboveSmallDesktop\:order-4{
    order: 4;
  }

  .aboveSmallDesktop\:order-5{
    order: 5;
  }

  .aboveSmallDesktop\:order-6{
    order: 6;
  }

  .aboveSmallDesktop\:order-7{
    order: 7;
  }

  .aboveSmallDesktop\:order-8{
    order: 8;
  }

  .aboveSmallDesktop\:order-9{
    order: 9;
  }

  .aboveSmallDesktop\:order-10{
    order: 10;
  }

  .aboveSmallDesktop\:order-11{
    order: 11;
  }

  .aboveSmallDesktop\:order-12{
    order: 12;
  }

  .aboveSmallDesktop\:order-first{
    order: -9999;
  }

  .aboveSmallDesktop\:order-last{
    order: 9999;
  }

  .aboveSmallDesktop\:order-none{
    order: 0;
  }

  .aboveSmallDesktop\:col-auto{
    grid-column: auto;
  }

  .aboveSmallDesktop\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .aboveSmallDesktop\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .aboveSmallDesktop\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .aboveSmallDesktop\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .aboveSmallDesktop\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .aboveSmallDesktop\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .aboveSmallDesktop\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .aboveSmallDesktop\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .aboveSmallDesktop\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .aboveSmallDesktop\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .aboveSmallDesktop\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .aboveSmallDesktop\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .aboveSmallDesktop\:col-span-full{
    grid-column: 1 / -1;
  }

  .aboveSmallDesktop\:col-start-1{
    grid-column-start: 1;
  }

  .aboveSmallDesktop\:col-start-2{
    grid-column-start: 2;
  }

  .aboveSmallDesktop\:col-start-3{
    grid-column-start: 3;
  }

  .aboveSmallDesktop\:col-start-4{
    grid-column-start: 4;
  }

  .aboveSmallDesktop\:col-start-5{
    grid-column-start: 5;
  }

  .aboveSmallDesktop\:col-start-6{
    grid-column-start: 6;
  }

  .aboveSmallDesktop\:col-start-7{
    grid-column-start: 7;
  }

  .aboveSmallDesktop\:col-start-8{
    grid-column-start: 8;
  }

  .aboveSmallDesktop\:col-start-9{
    grid-column-start: 9;
  }

  .aboveSmallDesktop\:col-start-10{
    grid-column-start: 10;
  }

  .aboveSmallDesktop\:col-start-11{
    grid-column-start: 11;
  }

  .aboveSmallDesktop\:col-start-12{
    grid-column-start: 12;
  }

  .aboveSmallDesktop\:col-start-13{
    grid-column-start: 13;
  }

  .aboveSmallDesktop\:col-start-auto{
    grid-column-start: auto;
  }

  .aboveSmallDesktop\:col-end-1{
    grid-column-end: 1;
  }

  .aboveSmallDesktop\:col-end-2{
    grid-column-end: 2;
  }

  .aboveSmallDesktop\:col-end-3{
    grid-column-end: 3;
  }

  .aboveSmallDesktop\:col-end-4{
    grid-column-end: 4;
  }

  .aboveSmallDesktop\:col-end-5{
    grid-column-end: 5;
  }

  .aboveSmallDesktop\:col-end-6{
    grid-column-end: 6;
  }

  .aboveSmallDesktop\:col-end-7{
    grid-column-end: 7;
  }

  .aboveSmallDesktop\:col-end-8{
    grid-column-end: 8;
  }

  .aboveSmallDesktop\:col-end-9{
    grid-column-end: 9;
  }

  .aboveSmallDesktop\:col-end-10{
    grid-column-end: 10;
  }

  .aboveSmallDesktop\:col-end-11{
    grid-column-end: 11;
  }

  .aboveSmallDesktop\:col-end-12{
    grid-column-end: 12;
  }

  .aboveSmallDesktop\:col-end-13{
    grid-column-end: 13;
  }

  .aboveSmallDesktop\:col-end-auto{
    grid-column-end: auto;
  }

  .aboveSmallDesktop\:row-auto{
    grid-row: auto;
  }

  .aboveSmallDesktop\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .aboveSmallDesktop\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .aboveSmallDesktop\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .aboveSmallDesktop\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .aboveSmallDesktop\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .aboveSmallDesktop\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .aboveSmallDesktop\:row-span-full{
    grid-row: 1 / -1;
  }

  .aboveSmallDesktop\:row-start-1{
    grid-row-start: 1;
  }

  .aboveSmallDesktop\:row-start-2{
    grid-row-start: 2;
  }

  .aboveSmallDesktop\:row-start-3{
    grid-row-start: 3;
  }

  .aboveSmallDesktop\:row-start-4{
    grid-row-start: 4;
  }

  .aboveSmallDesktop\:row-start-5{
    grid-row-start: 5;
  }

  .aboveSmallDesktop\:row-start-6{
    grid-row-start: 6;
  }

  .aboveSmallDesktop\:row-start-7{
    grid-row-start: 7;
  }

  .aboveSmallDesktop\:row-start-auto{
    grid-row-start: auto;
  }

  .aboveSmallDesktop\:row-end-1{
    grid-row-end: 1;
  }

  .aboveSmallDesktop\:row-end-2{
    grid-row-end: 2;
  }

  .aboveSmallDesktop\:row-end-3{
    grid-row-end: 3;
  }

  .aboveSmallDesktop\:row-end-4{
    grid-row-end: 4;
  }

  .aboveSmallDesktop\:row-end-5{
    grid-row-end: 5;
  }

  .aboveSmallDesktop\:row-end-6{
    grid-row-end: 6;
  }

  .aboveSmallDesktop\:row-end-7{
    grid-row-end: 7;
  }

  .aboveSmallDesktop\:row-end-auto{
    grid-row-end: auto;
  }

  .aboveSmallDesktop\:float-right{
    float: right;
  }

  .aboveSmallDesktop\:float-left{
    float: left;
  }

  .aboveSmallDesktop\:float-none{
    float: none;
  }

  .aboveSmallDesktop\:clear-left{
    clear: left;
  }

  .aboveSmallDesktop\:clear-right{
    clear: right;
  }

  .aboveSmallDesktop\:clear-both{
    clear: both;
  }

  .aboveSmallDesktop\:clear-none{
    clear: none;
  }

  .aboveSmallDesktop\:m-0{
    margin: 0px;
  }

  .aboveSmallDesktop\:m-1{
    margin: 0.25rem;
  }

  .aboveSmallDesktop\:m-2{
    margin: 0.5rem;
  }

  .aboveSmallDesktop\:m-3{
    margin: 0.75rem;
  }

  .aboveSmallDesktop\:m-4{
    margin: 1rem;
  }

  .aboveSmallDesktop\:m-5{
    margin: 1.25rem;
  }

  .aboveSmallDesktop\:m-6{
    margin: 1.5rem;
  }

  .aboveSmallDesktop\:m-7{
    margin: 1.75rem;
  }

  .aboveSmallDesktop\:m-8{
    margin: 2rem;
  }

  .aboveSmallDesktop\:m-9{
    margin: 2.25rem;
  }

  .aboveSmallDesktop\:m-10{
    margin: 2.5rem;
  }

  .aboveSmallDesktop\:m-11{
    margin: 2.75rem;
  }

  .aboveSmallDesktop\:m-12{
    margin: 3rem;
  }

  .aboveSmallDesktop\:m-14{
    margin: 3.5rem;
  }

  .aboveSmallDesktop\:m-16{
    margin: 4rem;
  }

  .aboveSmallDesktop\:m-20{
    margin: 5rem;
  }

  .aboveSmallDesktop\:m-24{
    margin: 6rem;
  }

  .aboveSmallDesktop\:m-28{
    margin: 7rem;
  }

  .aboveSmallDesktop\:m-32{
    margin: 8rem;
  }

  .aboveSmallDesktop\:m-36{
    margin: 9rem;
  }

  .aboveSmallDesktop\:m-40{
    margin: 10rem;
  }

  .aboveSmallDesktop\:m-44{
    margin: 11rem;
  }

  .aboveSmallDesktop\:m-48{
    margin: 12rem;
  }

  .aboveSmallDesktop\:m-52{
    margin: 13rem;
  }

  .aboveSmallDesktop\:m-56{
    margin: 14rem;
  }

  .aboveSmallDesktop\:m-60{
    margin: 15rem;
  }

  .aboveSmallDesktop\:m-64{
    margin: 16rem;
  }

  .aboveSmallDesktop\:m-72{
    margin: 18rem;
  }

  .aboveSmallDesktop\:m-80{
    margin: 20rem;
  }

  .aboveSmallDesktop\:m-96{
    margin: 24rem;
  }

  .aboveSmallDesktop\:m-auto{
    margin: auto;
  }

  .aboveSmallDesktop\:m-px{
    margin: 1px;
  }

  .aboveSmallDesktop\:m-0\.5{
    margin: 0.125rem;
  }

  .aboveSmallDesktop\:m-1\.5{
    margin: 0.375rem;
  }

  .aboveSmallDesktop\:m-2\.5{
    margin: 0.625rem;
  }

  .aboveSmallDesktop\:m-3\.5{
    margin: 0.875rem;
  }

  .aboveSmallDesktop\:-m-0{
    margin: 0px;
  }

  .aboveSmallDesktop\:-m-1{
    margin: -0.25rem;
  }

  .aboveSmallDesktop\:-m-2{
    margin: -0.5rem;
  }

  .aboveSmallDesktop\:-m-3{
    margin: -0.75rem;
  }

  .aboveSmallDesktop\:-m-4{
    margin: -1rem;
  }

  .aboveSmallDesktop\:-m-5{
    margin: -1.25rem;
  }

  .aboveSmallDesktop\:-m-6{
    margin: -1.5rem;
  }

  .aboveSmallDesktop\:-m-7{
    margin: -1.75rem;
  }

  .aboveSmallDesktop\:-m-8{
    margin: -2rem;
  }

  .aboveSmallDesktop\:-m-9{
    margin: -2.25rem;
  }

  .aboveSmallDesktop\:-m-10{
    margin: -2.5rem;
  }

  .aboveSmallDesktop\:-m-11{
    margin: -2.75rem;
  }

  .aboveSmallDesktop\:-m-12{
    margin: -3rem;
  }

  .aboveSmallDesktop\:-m-14{
    margin: -3.5rem;
  }

  .aboveSmallDesktop\:-m-16{
    margin: -4rem;
  }

  .aboveSmallDesktop\:-m-20{
    margin: -5rem;
  }

  .aboveSmallDesktop\:-m-24{
    margin: -6rem;
  }

  .aboveSmallDesktop\:-m-28{
    margin: -7rem;
  }

  .aboveSmallDesktop\:-m-32{
    margin: -8rem;
  }

  .aboveSmallDesktop\:-m-36{
    margin: -9rem;
  }

  .aboveSmallDesktop\:-m-40{
    margin: -10rem;
  }

  .aboveSmallDesktop\:-m-44{
    margin: -11rem;
  }

  .aboveSmallDesktop\:-m-48{
    margin: -12rem;
  }

  .aboveSmallDesktop\:-m-52{
    margin: -13rem;
  }

  .aboveSmallDesktop\:-m-56{
    margin: -14rem;
  }

  .aboveSmallDesktop\:-m-60{
    margin: -15rem;
  }

  .aboveSmallDesktop\:-m-64{
    margin: -16rem;
  }

  .aboveSmallDesktop\:-m-72{
    margin: -18rem;
  }

  .aboveSmallDesktop\:-m-80{
    margin: -20rem;
  }

  .aboveSmallDesktop\:-m-96{
    margin: -24rem;
  }

  .aboveSmallDesktop\:-m-px{
    margin: -1px;
  }

  .aboveSmallDesktop\:-m-0\.5{
    margin: -0.125rem;
  }

  .aboveSmallDesktop\:-m-1\.5{
    margin: -0.375rem;
  }

  .aboveSmallDesktop\:-m-2\.5{
    margin: -0.625rem;
  }

  .aboveSmallDesktop\:-m-3\.5{
    margin: -0.875rem;
  }

  .aboveSmallDesktop\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveSmallDesktop\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .aboveSmallDesktop\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .aboveSmallDesktop\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .aboveSmallDesktop\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .aboveSmallDesktop\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .aboveSmallDesktop\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .aboveSmallDesktop\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .aboveSmallDesktop\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .aboveSmallDesktop\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .aboveSmallDesktop\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .aboveSmallDesktop\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .aboveSmallDesktop\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .aboveSmallDesktop\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .aboveSmallDesktop\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .aboveSmallDesktop\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .aboveSmallDesktop\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .aboveSmallDesktop\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .aboveSmallDesktop\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .aboveSmallDesktop\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .aboveSmallDesktop\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .aboveSmallDesktop\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .aboveSmallDesktop\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .aboveSmallDesktop\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .aboveSmallDesktop\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .aboveSmallDesktop\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .aboveSmallDesktop\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .aboveSmallDesktop\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .aboveSmallDesktop\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .aboveSmallDesktop\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .aboveSmallDesktop\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .aboveSmallDesktop\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .aboveSmallDesktop\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .aboveSmallDesktop\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .aboveSmallDesktop\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .aboveSmallDesktop\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .aboveSmallDesktop\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveSmallDesktop\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .aboveSmallDesktop\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .aboveSmallDesktop\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .aboveSmallDesktop\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .aboveSmallDesktop\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .aboveSmallDesktop\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .aboveSmallDesktop\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .aboveSmallDesktop\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .aboveSmallDesktop\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .aboveSmallDesktop\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .aboveSmallDesktop\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .aboveSmallDesktop\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .aboveSmallDesktop\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .aboveSmallDesktop\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .aboveSmallDesktop\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .aboveSmallDesktop\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .aboveSmallDesktop\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .aboveSmallDesktop\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .aboveSmallDesktop\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .aboveSmallDesktop\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .aboveSmallDesktop\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .aboveSmallDesktop\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .aboveSmallDesktop\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .aboveSmallDesktop\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .aboveSmallDesktop\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .aboveSmallDesktop\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .aboveSmallDesktop\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .aboveSmallDesktop\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .aboveSmallDesktop\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .aboveSmallDesktop\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .aboveSmallDesktop\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .aboveSmallDesktop\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .aboveSmallDesktop\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .aboveSmallDesktop\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .aboveSmallDesktop\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveSmallDesktop\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .aboveSmallDesktop\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .aboveSmallDesktop\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .aboveSmallDesktop\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .aboveSmallDesktop\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .aboveSmallDesktop\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .aboveSmallDesktop\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .aboveSmallDesktop\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .aboveSmallDesktop\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .aboveSmallDesktop\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .aboveSmallDesktop\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .aboveSmallDesktop\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .aboveSmallDesktop\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .aboveSmallDesktop\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .aboveSmallDesktop\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .aboveSmallDesktop\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .aboveSmallDesktop\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .aboveSmallDesktop\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .aboveSmallDesktop\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .aboveSmallDesktop\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .aboveSmallDesktop\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .aboveSmallDesktop\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .aboveSmallDesktop\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .aboveSmallDesktop\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .aboveSmallDesktop\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .aboveSmallDesktop\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .aboveSmallDesktop\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .aboveSmallDesktop\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .aboveSmallDesktop\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .aboveSmallDesktop\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .aboveSmallDesktop\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .aboveSmallDesktop\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .aboveSmallDesktop\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .aboveSmallDesktop\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .aboveSmallDesktop\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .aboveSmallDesktop\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveSmallDesktop\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .aboveSmallDesktop\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .aboveSmallDesktop\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .aboveSmallDesktop\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .aboveSmallDesktop\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .aboveSmallDesktop\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .aboveSmallDesktop\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .aboveSmallDesktop\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .aboveSmallDesktop\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .aboveSmallDesktop\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .aboveSmallDesktop\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .aboveSmallDesktop\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .aboveSmallDesktop\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .aboveSmallDesktop\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .aboveSmallDesktop\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .aboveSmallDesktop\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .aboveSmallDesktop\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .aboveSmallDesktop\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .aboveSmallDesktop\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .aboveSmallDesktop\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .aboveSmallDesktop\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .aboveSmallDesktop\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .aboveSmallDesktop\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .aboveSmallDesktop\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .aboveSmallDesktop\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .aboveSmallDesktop\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .aboveSmallDesktop\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .aboveSmallDesktop\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .aboveSmallDesktop\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .aboveSmallDesktop\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .aboveSmallDesktop\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .aboveSmallDesktop\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .aboveSmallDesktop\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .aboveSmallDesktop\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .aboveSmallDesktop\:mt-0{
    margin-top: 0px;
  }

  .aboveSmallDesktop\:mt-1{
    margin-top: 0.25rem;
  }

  .aboveSmallDesktop\:mt-2{
    margin-top: 0.5rem;
  }

  .aboveSmallDesktop\:mt-3{
    margin-top: 0.75rem;
  }

  .aboveSmallDesktop\:mt-4{
    margin-top: 1rem;
  }

  .aboveSmallDesktop\:mt-5{
    margin-top: 1.25rem;
  }

  .aboveSmallDesktop\:mt-6{
    margin-top: 1.5rem;
  }

  .aboveSmallDesktop\:mt-7{
    margin-top: 1.75rem;
  }

  .aboveSmallDesktop\:mt-8{
    margin-top: 2rem;
  }

  .aboveSmallDesktop\:mt-9{
    margin-top: 2.25rem;
  }

  .aboveSmallDesktop\:mt-10{
    margin-top: 2.5rem;
  }

  .aboveSmallDesktop\:mt-11{
    margin-top: 2.75rem;
  }

  .aboveSmallDesktop\:mt-12{
    margin-top: 3rem;
  }

  .aboveSmallDesktop\:mt-14{
    margin-top: 3.5rem;
  }

  .aboveSmallDesktop\:mt-16{
    margin-top: 4rem;
  }

  .aboveSmallDesktop\:mt-20{
    margin-top: 5rem;
  }

  .aboveSmallDesktop\:mt-24{
    margin-top: 6rem;
  }

  .aboveSmallDesktop\:mt-28{
    margin-top: 7rem;
  }

  .aboveSmallDesktop\:mt-32{
    margin-top: 8rem;
  }

  .aboveSmallDesktop\:mt-36{
    margin-top: 9rem;
  }

  .aboveSmallDesktop\:mt-40{
    margin-top: 10rem;
  }

  .aboveSmallDesktop\:mt-44{
    margin-top: 11rem;
  }

  .aboveSmallDesktop\:mt-48{
    margin-top: 12rem;
  }

  .aboveSmallDesktop\:mt-52{
    margin-top: 13rem;
  }

  .aboveSmallDesktop\:mt-56{
    margin-top: 14rem;
  }

  .aboveSmallDesktop\:mt-60{
    margin-top: 15rem;
  }

  .aboveSmallDesktop\:mt-64{
    margin-top: 16rem;
  }

  .aboveSmallDesktop\:mt-72{
    margin-top: 18rem;
  }

  .aboveSmallDesktop\:mt-80{
    margin-top: 20rem;
  }

  .aboveSmallDesktop\:mt-96{
    margin-top: 24rem;
  }

  .aboveSmallDesktop\:mt-auto{
    margin-top: auto;
  }

  .aboveSmallDesktop\:mt-px{
    margin-top: 1px;
  }

  .aboveSmallDesktop\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .aboveSmallDesktop\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .aboveSmallDesktop\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .aboveSmallDesktop\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .aboveSmallDesktop\:-mt-0{
    margin-top: 0px;
  }

  .aboveSmallDesktop\:-mt-1{
    margin-top: -0.25rem;
  }

  .aboveSmallDesktop\:-mt-2{
    margin-top: -0.5rem;
  }

  .aboveSmallDesktop\:-mt-3{
    margin-top: -0.75rem;
  }

  .aboveSmallDesktop\:-mt-4{
    margin-top: -1rem;
  }

  .aboveSmallDesktop\:-mt-5{
    margin-top: -1.25rem;
  }

  .aboveSmallDesktop\:-mt-6{
    margin-top: -1.5rem;
  }

  .aboveSmallDesktop\:-mt-7{
    margin-top: -1.75rem;
  }

  .aboveSmallDesktop\:-mt-8{
    margin-top: -2rem;
  }

  .aboveSmallDesktop\:-mt-9{
    margin-top: -2.25rem;
  }

  .aboveSmallDesktop\:-mt-10{
    margin-top: -2.5rem;
  }

  .aboveSmallDesktop\:-mt-11{
    margin-top: -2.75rem;
  }

  .aboveSmallDesktop\:-mt-12{
    margin-top: -3rem;
  }

  .aboveSmallDesktop\:-mt-14{
    margin-top: -3.5rem;
  }

  .aboveSmallDesktop\:-mt-16{
    margin-top: -4rem;
  }

  .aboveSmallDesktop\:-mt-20{
    margin-top: -5rem;
  }

  .aboveSmallDesktop\:-mt-24{
    margin-top: -6rem;
  }

  .aboveSmallDesktop\:-mt-28{
    margin-top: -7rem;
  }

  .aboveSmallDesktop\:-mt-32{
    margin-top: -8rem;
  }

  .aboveSmallDesktop\:-mt-36{
    margin-top: -9rem;
  }

  .aboveSmallDesktop\:-mt-40{
    margin-top: -10rem;
  }

  .aboveSmallDesktop\:-mt-44{
    margin-top: -11rem;
  }

  .aboveSmallDesktop\:-mt-48{
    margin-top: -12rem;
  }

  .aboveSmallDesktop\:-mt-52{
    margin-top: -13rem;
  }

  .aboveSmallDesktop\:-mt-56{
    margin-top: -14rem;
  }

  .aboveSmallDesktop\:-mt-60{
    margin-top: -15rem;
  }

  .aboveSmallDesktop\:-mt-64{
    margin-top: -16rem;
  }

  .aboveSmallDesktop\:-mt-72{
    margin-top: -18rem;
  }

  .aboveSmallDesktop\:-mt-80{
    margin-top: -20rem;
  }

  .aboveSmallDesktop\:-mt-96{
    margin-top: -24rem;
  }

  .aboveSmallDesktop\:-mt-px{
    margin-top: -1px;
  }

  .aboveSmallDesktop\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .aboveSmallDesktop\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .aboveSmallDesktop\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .aboveSmallDesktop\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .aboveSmallDesktop\:mr-0{
    margin-right: 0px;
  }

  .aboveSmallDesktop\:mr-1{
    margin-right: 0.25rem;
  }

  .aboveSmallDesktop\:mr-2{
    margin-right: 0.5rem;
  }

  .aboveSmallDesktop\:mr-3{
    margin-right: 0.75rem;
  }

  .aboveSmallDesktop\:mr-4{
    margin-right: 1rem;
  }

  .aboveSmallDesktop\:mr-5{
    margin-right: 1.25rem;
  }

  .aboveSmallDesktop\:mr-6{
    margin-right: 1.5rem;
  }

  .aboveSmallDesktop\:mr-7{
    margin-right: 1.75rem;
  }

  .aboveSmallDesktop\:mr-8{
    margin-right: 2rem;
  }

  .aboveSmallDesktop\:mr-9{
    margin-right: 2.25rem;
  }

  .aboveSmallDesktop\:mr-10{
    margin-right: 2.5rem;
  }

  .aboveSmallDesktop\:mr-11{
    margin-right: 2.75rem;
  }

  .aboveSmallDesktop\:mr-12{
    margin-right: 3rem;
  }

  .aboveSmallDesktop\:mr-14{
    margin-right: 3.5rem;
  }

  .aboveSmallDesktop\:mr-16{
    margin-right: 4rem;
  }

  .aboveSmallDesktop\:mr-20{
    margin-right: 5rem;
  }

  .aboveSmallDesktop\:mr-24{
    margin-right: 6rem;
  }

  .aboveSmallDesktop\:mr-28{
    margin-right: 7rem;
  }

  .aboveSmallDesktop\:mr-32{
    margin-right: 8rem;
  }

  .aboveSmallDesktop\:mr-36{
    margin-right: 9rem;
  }

  .aboveSmallDesktop\:mr-40{
    margin-right: 10rem;
  }

  .aboveSmallDesktop\:mr-44{
    margin-right: 11rem;
  }

  .aboveSmallDesktop\:mr-48{
    margin-right: 12rem;
  }

  .aboveSmallDesktop\:mr-52{
    margin-right: 13rem;
  }

  .aboveSmallDesktop\:mr-56{
    margin-right: 14rem;
  }

  .aboveSmallDesktop\:mr-60{
    margin-right: 15rem;
  }

  .aboveSmallDesktop\:mr-64{
    margin-right: 16rem;
  }

  .aboveSmallDesktop\:mr-72{
    margin-right: 18rem;
  }

  .aboveSmallDesktop\:mr-80{
    margin-right: 20rem;
  }

  .aboveSmallDesktop\:mr-96{
    margin-right: 24rem;
  }

  .aboveSmallDesktop\:mr-auto{
    margin-right: auto;
  }

  .aboveSmallDesktop\:mr-px{
    margin-right: 1px;
  }

  .aboveSmallDesktop\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .aboveSmallDesktop\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .aboveSmallDesktop\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .aboveSmallDesktop\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .aboveSmallDesktop\:-mr-0{
    margin-right: 0px;
  }

  .aboveSmallDesktop\:-mr-1{
    margin-right: -0.25rem;
  }

  .aboveSmallDesktop\:-mr-2{
    margin-right: -0.5rem;
  }

  .aboveSmallDesktop\:-mr-3{
    margin-right: -0.75rem;
  }

  .aboveSmallDesktop\:-mr-4{
    margin-right: -1rem;
  }

  .aboveSmallDesktop\:-mr-5{
    margin-right: -1.25rem;
  }

  .aboveSmallDesktop\:-mr-6{
    margin-right: -1.5rem;
  }

  .aboveSmallDesktop\:-mr-7{
    margin-right: -1.75rem;
  }

  .aboveSmallDesktop\:-mr-8{
    margin-right: -2rem;
  }

  .aboveSmallDesktop\:-mr-9{
    margin-right: -2.25rem;
  }

  .aboveSmallDesktop\:-mr-10{
    margin-right: -2.5rem;
  }

  .aboveSmallDesktop\:-mr-11{
    margin-right: -2.75rem;
  }

  .aboveSmallDesktop\:-mr-12{
    margin-right: -3rem;
  }

  .aboveSmallDesktop\:-mr-14{
    margin-right: -3.5rem;
  }

  .aboveSmallDesktop\:-mr-16{
    margin-right: -4rem;
  }

  .aboveSmallDesktop\:-mr-20{
    margin-right: -5rem;
  }

  .aboveSmallDesktop\:-mr-24{
    margin-right: -6rem;
  }

  .aboveSmallDesktop\:-mr-28{
    margin-right: -7rem;
  }

  .aboveSmallDesktop\:-mr-32{
    margin-right: -8rem;
  }

  .aboveSmallDesktop\:-mr-36{
    margin-right: -9rem;
  }

  .aboveSmallDesktop\:-mr-40{
    margin-right: -10rem;
  }

  .aboveSmallDesktop\:-mr-44{
    margin-right: -11rem;
  }

  .aboveSmallDesktop\:-mr-48{
    margin-right: -12rem;
  }

  .aboveSmallDesktop\:-mr-52{
    margin-right: -13rem;
  }

  .aboveSmallDesktop\:-mr-56{
    margin-right: -14rem;
  }

  .aboveSmallDesktop\:-mr-60{
    margin-right: -15rem;
  }

  .aboveSmallDesktop\:-mr-64{
    margin-right: -16rem;
  }

  .aboveSmallDesktop\:-mr-72{
    margin-right: -18rem;
  }

  .aboveSmallDesktop\:-mr-80{
    margin-right: -20rem;
  }

  .aboveSmallDesktop\:-mr-96{
    margin-right: -24rem;
  }

  .aboveSmallDesktop\:-mr-px{
    margin-right: -1px;
  }

  .aboveSmallDesktop\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .aboveSmallDesktop\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .aboveSmallDesktop\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .aboveSmallDesktop\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .aboveSmallDesktop\:mb-0{
    margin-bottom: 0px;
  }

  .aboveSmallDesktop\:mb-1{
    margin-bottom: 0.25rem;
  }

  .aboveSmallDesktop\:mb-2{
    margin-bottom: 0.5rem;
  }

  .aboveSmallDesktop\:mb-3{
    margin-bottom: 0.75rem;
  }

  .aboveSmallDesktop\:mb-4{
    margin-bottom: 1rem;
  }

  .aboveSmallDesktop\:mb-5{
    margin-bottom: 1.25rem;
  }

  .aboveSmallDesktop\:mb-6{
    margin-bottom: 1.5rem;
  }

  .aboveSmallDesktop\:mb-7{
    margin-bottom: 1.75rem;
  }

  .aboveSmallDesktop\:mb-8{
    margin-bottom: 2rem;
  }

  .aboveSmallDesktop\:mb-9{
    margin-bottom: 2.25rem;
  }

  .aboveSmallDesktop\:mb-10{
    margin-bottom: 2.5rem;
  }

  .aboveSmallDesktop\:mb-11{
    margin-bottom: 2.75rem;
  }

  .aboveSmallDesktop\:mb-12{
    margin-bottom: 3rem;
  }

  .aboveSmallDesktop\:mb-14{
    margin-bottom: 3.5rem;
  }

  .aboveSmallDesktop\:mb-16{
    margin-bottom: 4rem;
  }

  .aboveSmallDesktop\:mb-20{
    margin-bottom: 5rem;
  }

  .aboveSmallDesktop\:mb-24{
    margin-bottom: 6rem;
  }

  .aboveSmallDesktop\:mb-28{
    margin-bottom: 7rem;
  }

  .aboveSmallDesktop\:mb-32{
    margin-bottom: 8rem;
  }

  .aboveSmallDesktop\:mb-36{
    margin-bottom: 9rem;
  }

  .aboveSmallDesktop\:mb-40{
    margin-bottom: 10rem;
  }

  .aboveSmallDesktop\:mb-44{
    margin-bottom: 11rem;
  }

  .aboveSmallDesktop\:mb-48{
    margin-bottom: 12rem;
  }

  .aboveSmallDesktop\:mb-52{
    margin-bottom: 13rem;
  }

  .aboveSmallDesktop\:mb-56{
    margin-bottom: 14rem;
  }

  .aboveSmallDesktop\:mb-60{
    margin-bottom: 15rem;
  }

  .aboveSmallDesktop\:mb-64{
    margin-bottom: 16rem;
  }

  .aboveSmallDesktop\:mb-72{
    margin-bottom: 18rem;
  }

  .aboveSmallDesktop\:mb-80{
    margin-bottom: 20rem;
  }

  .aboveSmallDesktop\:mb-96{
    margin-bottom: 24rem;
  }

  .aboveSmallDesktop\:mb-auto{
    margin-bottom: auto;
  }

  .aboveSmallDesktop\:mb-px{
    margin-bottom: 1px;
  }

  .aboveSmallDesktop\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .aboveSmallDesktop\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .aboveSmallDesktop\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .aboveSmallDesktop\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .aboveSmallDesktop\:-mb-0{
    margin-bottom: 0px;
  }

  .aboveSmallDesktop\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .aboveSmallDesktop\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .aboveSmallDesktop\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .aboveSmallDesktop\:-mb-4{
    margin-bottom: -1rem;
  }

  .aboveSmallDesktop\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .aboveSmallDesktop\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .aboveSmallDesktop\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .aboveSmallDesktop\:-mb-8{
    margin-bottom: -2rem;
  }

  .aboveSmallDesktop\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .aboveSmallDesktop\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .aboveSmallDesktop\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .aboveSmallDesktop\:-mb-12{
    margin-bottom: -3rem;
  }

  .aboveSmallDesktop\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .aboveSmallDesktop\:-mb-16{
    margin-bottom: -4rem;
  }

  .aboveSmallDesktop\:-mb-20{
    margin-bottom: -5rem;
  }

  .aboveSmallDesktop\:-mb-24{
    margin-bottom: -6rem;
  }

  .aboveSmallDesktop\:-mb-28{
    margin-bottom: -7rem;
  }

  .aboveSmallDesktop\:-mb-32{
    margin-bottom: -8rem;
  }

  .aboveSmallDesktop\:-mb-36{
    margin-bottom: -9rem;
  }

  .aboveSmallDesktop\:-mb-40{
    margin-bottom: -10rem;
  }

  .aboveSmallDesktop\:-mb-44{
    margin-bottom: -11rem;
  }

  .aboveSmallDesktop\:-mb-48{
    margin-bottom: -12rem;
  }

  .aboveSmallDesktop\:-mb-52{
    margin-bottom: -13rem;
  }

  .aboveSmallDesktop\:-mb-56{
    margin-bottom: -14rem;
  }

  .aboveSmallDesktop\:-mb-60{
    margin-bottom: -15rem;
  }

  .aboveSmallDesktop\:-mb-64{
    margin-bottom: -16rem;
  }

  .aboveSmallDesktop\:-mb-72{
    margin-bottom: -18rem;
  }

  .aboveSmallDesktop\:-mb-80{
    margin-bottom: -20rem;
  }

  .aboveSmallDesktop\:-mb-96{
    margin-bottom: -24rem;
  }

  .aboveSmallDesktop\:-mb-px{
    margin-bottom: -1px;
  }

  .aboveSmallDesktop\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .aboveSmallDesktop\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .aboveSmallDesktop\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .aboveSmallDesktop\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .aboveSmallDesktop\:ml-0{
    margin-left: 0px;
  }

  .aboveSmallDesktop\:ml-1{
    margin-left: 0.25rem;
  }

  .aboveSmallDesktop\:ml-2{
    margin-left: 0.5rem;
  }

  .aboveSmallDesktop\:ml-3{
    margin-left: 0.75rem;
  }

  .aboveSmallDesktop\:ml-4{
    margin-left: 1rem;
  }

  .aboveSmallDesktop\:ml-5{
    margin-left: 1.25rem;
  }

  .aboveSmallDesktop\:ml-6{
    margin-left: 1.5rem;
  }

  .aboveSmallDesktop\:ml-7{
    margin-left: 1.75rem;
  }

  .aboveSmallDesktop\:ml-8{
    margin-left: 2rem;
  }

  .aboveSmallDesktop\:ml-9{
    margin-left: 2.25rem;
  }

  .aboveSmallDesktop\:ml-10{
    margin-left: 2.5rem;
  }

  .aboveSmallDesktop\:ml-11{
    margin-left: 2.75rem;
  }

  .aboveSmallDesktop\:ml-12{
    margin-left: 3rem;
  }

  .aboveSmallDesktop\:ml-14{
    margin-left: 3.5rem;
  }

  .aboveSmallDesktop\:ml-16{
    margin-left: 4rem;
  }

  .aboveSmallDesktop\:ml-20{
    margin-left: 5rem;
  }

  .aboveSmallDesktop\:ml-24{
    margin-left: 6rem;
  }

  .aboveSmallDesktop\:ml-28{
    margin-left: 7rem;
  }

  .aboveSmallDesktop\:ml-32{
    margin-left: 8rem;
  }

  .aboveSmallDesktop\:ml-36{
    margin-left: 9rem;
  }

  .aboveSmallDesktop\:ml-40{
    margin-left: 10rem;
  }

  .aboveSmallDesktop\:ml-44{
    margin-left: 11rem;
  }

  .aboveSmallDesktop\:ml-48{
    margin-left: 12rem;
  }

  .aboveSmallDesktop\:ml-52{
    margin-left: 13rem;
  }

  .aboveSmallDesktop\:ml-56{
    margin-left: 14rem;
  }

  .aboveSmallDesktop\:ml-60{
    margin-left: 15rem;
  }

  .aboveSmallDesktop\:ml-64{
    margin-left: 16rem;
  }

  .aboveSmallDesktop\:ml-72{
    margin-left: 18rem;
  }

  .aboveSmallDesktop\:ml-80{
    margin-left: 20rem;
  }

  .aboveSmallDesktop\:ml-96{
    margin-left: 24rem;
  }

  .aboveSmallDesktop\:ml-auto{
    margin-left: auto;
  }

  .aboveSmallDesktop\:ml-px{
    margin-left: 1px;
  }

  .aboveSmallDesktop\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .aboveSmallDesktop\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .aboveSmallDesktop\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .aboveSmallDesktop\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .aboveSmallDesktop\:-ml-0{
    margin-left: 0px;
  }

  .aboveSmallDesktop\:-ml-1{
    margin-left: -0.25rem;
  }

  .aboveSmallDesktop\:-ml-2{
    margin-left: -0.5rem;
  }

  .aboveSmallDesktop\:-ml-3{
    margin-left: -0.75rem;
  }

  .aboveSmallDesktop\:-ml-4{
    margin-left: -1rem;
  }

  .aboveSmallDesktop\:-ml-5{
    margin-left: -1.25rem;
  }

  .aboveSmallDesktop\:-ml-6{
    margin-left: -1.5rem;
  }

  .aboveSmallDesktop\:-ml-7{
    margin-left: -1.75rem;
  }

  .aboveSmallDesktop\:-ml-8{
    margin-left: -2rem;
  }

  .aboveSmallDesktop\:-ml-9{
    margin-left: -2.25rem;
  }

  .aboveSmallDesktop\:-ml-10{
    margin-left: -2.5rem;
  }

  .aboveSmallDesktop\:-ml-11{
    margin-left: -2.75rem;
  }

  .aboveSmallDesktop\:-ml-12{
    margin-left: -3rem;
  }

  .aboveSmallDesktop\:-ml-14{
    margin-left: -3.5rem;
  }

  .aboveSmallDesktop\:-ml-16{
    margin-left: -4rem;
  }

  .aboveSmallDesktop\:-ml-20{
    margin-left: -5rem;
  }

  .aboveSmallDesktop\:-ml-24{
    margin-left: -6rem;
  }

  .aboveSmallDesktop\:-ml-28{
    margin-left: -7rem;
  }

  .aboveSmallDesktop\:-ml-32{
    margin-left: -8rem;
  }

  .aboveSmallDesktop\:-ml-36{
    margin-left: -9rem;
  }

  .aboveSmallDesktop\:-ml-40{
    margin-left: -10rem;
  }

  .aboveSmallDesktop\:-ml-44{
    margin-left: -11rem;
  }

  .aboveSmallDesktop\:-ml-48{
    margin-left: -12rem;
  }

  .aboveSmallDesktop\:-ml-52{
    margin-left: -13rem;
  }

  .aboveSmallDesktop\:-ml-56{
    margin-left: -14rem;
  }

  .aboveSmallDesktop\:-ml-60{
    margin-left: -15rem;
  }

  .aboveSmallDesktop\:-ml-64{
    margin-left: -16rem;
  }

  .aboveSmallDesktop\:-ml-72{
    margin-left: -18rem;
  }

  .aboveSmallDesktop\:-ml-80{
    margin-left: -20rem;
  }

  .aboveSmallDesktop\:-ml-96{
    margin-left: -24rem;
  }

  .aboveSmallDesktop\:-ml-px{
    margin-left: -1px;
  }

  .aboveSmallDesktop\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .aboveSmallDesktop\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .aboveSmallDesktop\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .aboveSmallDesktop\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .aboveSmallDesktop\:box-border{
    box-sizing: border-box;
  }

  .aboveSmallDesktop\:box-content{
    box-sizing: content-box;
  }

  .aboveSmallDesktop\:block{
    display: block;
  }

  .aboveSmallDesktop\:inline-block{
    display: inline-block;
  }

  .aboveSmallDesktop\:inline{
    display: inline;
  }

  .aboveSmallDesktop\:flex{
    display: flex;
  }

  .aboveSmallDesktop\:inline-flex{
    display: inline-flex;
  }

  .aboveSmallDesktop\:table{
    display: table;
  }

  .aboveSmallDesktop\:inline-table{
    display: inline-table;
  }

  .aboveSmallDesktop\:table-caption{
    display: table-caption;
  }

  .aboveSmallDesktop\:table-cell{
    display: table-cell;
  }

  .aboveSmallDesktop\:table-column{
    display: table-column;
  }

  .aboveSmallDesktop\:table-column-group{
    display: table-column-group;
  }

  .aboveSmallDesktop\:table-footer-group{
    display: table-footer-group;
  }

  .aboveSmallDesktop\:table-header-group{
    display: table-header-group;
  }

  .aboveSmallDesktop\:table-row-group{
    display: table-row-group;
  }

  .aboveSmallDesktop\:table-row{
    display: table-row;
  }

  .aboveSmallDesktop\:flow-root{
    display: flow-root;
  }

  .aboveSmallDesktop\:grid{
    display: grid;
  }

  .aboveSmallDesktop\:inline-grid{
    display: inline-grid;
  }

  .aboveSmallDesktop\:contents{
    display: contents;
  }

  .aboveSmallDesktop\:list-item{
    display: list-item;
  }

  .aboveSmallDesktop\:hidden{
    display: none;
  }

  .aboveSmallDesktop\:h-0{
    height: 0px;
  }

  .aboveSmallDesktop\:h-1{
    height: 0.25rem;
  }

  .aboveSmallDesktop\:h-2{
    height: 0.5rem;
  }

  .aboveSmallDesktop\:h-3{
    height: 0.75rem;
  }

  .aboveSmallDesktop\:h-4{
    height: 1rem;
  }

  .aboveSmallDesktop\:h-5{
    height: 1.25rem;
  }

  .aboveSmallDesktop\:h-6{
    height: 1.5rem;
  }

  .aboveSmallDesktop\:h-7{
    height: 1.75rem;
  }

  .aboveSmallDesktop\:h-8{
    height: 2rem;
  }

  .aboveSmallDesktop\:h-9{
    height: 2.25rem;
  }

  .aboveSmallDesktop\:h-10{
    height: 2.5rem;
  }

  .aboveSmallDesktop\:h-11{
    height: 2.75rem;
  }

  .aboveSmallDesktop\:h-12{
    height: 3rem;
  }

  .aboveSmallDesktop\:h-14{
    height: 3.5rem;
  }

  .aboveSmallDesktop\:h-16{
    height: 4rem;
  }

  .aboveSmallDesktop\:h-20{
    height: 5rem;
  }

  .aboveSmallDesktop\:h-24{
    height: 6rem;
  }

  .aboveSmallDesktop\:h-28{
    height: 7rem;
  }

  .aboveSmallDesktop\:h-32{
    height: 8rem;
  }

  .aboveSmallDesktop\:h-36{
    height: 9rem;
  }

  .aboveSmallDesktop\:h-40{
    height: 10rem;
  }

  .aboveSmallDesktop\:h-44{
    height: 11rem;
  }

  .aboveSmallDesktop\:h-48{
    height: 12rem;
  }

  .aboveSmallDesktop\:h-52{
    height: 13rem;
  }

  .aboveSmallDesktop\:h-56{
    height: 14rem;
  }

  .aboveSmallDesktop\:h-60{
    height: 15rem;
  }

  .aboveSmallDesktop\:h-64{
    height: 16rem;
  }

  .aboveSmallDesktop\:h-72{
    height: 18rem;
  }

  .aboveSmallDesktop\:h-80{
    height: 20rem;
  }

  .aboveSmallDesktop\:h-96{
    height: 24rem;
  }

  .aboveSmallDesktop\:h-auto{
    height: auto;
  }

  .aboveSmallDesktop\:h-px{
    height: 1px;
  }

  .aboveSmallDesktop\:h-0\.5{
    height: 0.125rem;
  }

  .aboveSmallDesktop\:h-1\.5{
    height: 0.375rem;
  }

  .aboveSmallDesktop\:h-2\.5{
    height: 0.625rem;
  }

  .aboveSmallDesktop\:h-3\.5{
    height: 0.875rem;
  }

  .aboveSmallDesktop\:h-1\/2{
    height: 50%;
  }

  .aboveSmallDesktop\:h-1\/3{
    height: 33.333333%;
  }

  .aboveSmallDesktop\:h-2\/3{
    height: 66.666667%;
  }

  .aboveSmallDesktop\:h-1\/4{
    height: 25%;
  }

  .aboveSmallDesktop\:h-2\/4{
    height: 50%;
  }

  .aboveSmallDesktop\:h-3\/4{
    height: 75%;
  }

  .aboveSmallDesktop\:h-1\/5{
    height: 20%;
  }

  .aboveSmallDesktop\:h-2\/5{
    height: 40%;
  }

  .aboveSmallDesktop\:h-3\/5{
    height: 60%;
  }

  .aboveSmallDesktop\:h-4\/5{
    height: 80%;
  }

  .aboveSmallDesktop\:h-1\/6{
    height: 16.666667%;
  }

  .aboveSmallDesktop\:h-2\/6{
    height: 33.333333%;
  }

  .aboveSmallDesktop\:h-3\/6{
    height: 50%;
  }

  .aboveSmallDesktop\:h-4\/6{
    height: 66.666667%;
  }

  .aboveSmallDesktop\:h-5\/6{
    height: 83.333333%;
  }

  .aboveSmallDesktop\:h-full{
    height: 100%;
  }

  .aboveSmallDesktop\:h-screen{
    height: 100vh;
  }

  .aboveSmallDesktop\:max-h-0{
    max-height: 0px;
  }

  .aboveSmallDesktop\:max-h-1{
    max-height: 0.25rem;
  }

  .aboveSmallDesktop\:max-h-2{
    max-height: 0.5rem;
  }

  .aboveSmallDesktop\:max-h-3{
    max-height: 0.75rem;
  }

  .aboveSmallDesktop\:max-h-4{
    max-height: 1rem;
  }

  .aboveSmallDesktop\:max-h-5{
    max-height: 1.25rem;
  }

  .aboveSmallDesktop\:max-h-6{
    max-height: 1.5rem;
  }

  .aboveSmallDesktop\:max-h-7{
    max-height: 1.75rem;
  }

  .aboveSmallDesktop\:max-h-8{
    max-height: 2rem;
  }

  .aboveSmallDesktop\:max-h-9{
    max-height: 2.25rem;
  }

  .aboveSmallDesktop\:max-h-10{
    max-height: 2.5rem;
  }

  .aboveSmallDesktop\:max-h-11{
    max-height: 2.75rem;
  }

  .aboveSmallDesktop\:max-h-12{
    max-height: 3rem;
  }

  .aboveSmallDesktop\:max-h-14{
    max-height: 3.5rem;
  }

  .aboveSmallDesktop\:max-h-16{
    max-height: 4rem;
  }

  .aboveSmallDesktop\:max-h-20{
    max-height: 5rem;
  }

  .aboveSmallDesktop\:max-h-24{
    max-height: 6rem;
  }

  .aboveSmallDesktop\:max-h-28{
    max-height: 7rem;
  }

  .aboveSmallDesktop\:max-h-32{
    max-height: 8rem;
  }

  .aboveSmallDesktop\:max-h-36{
    max-height: 9rem;
  }

  .aboveSmallDesktop\:max-h-40{
    max-height: 10rem;
  }

  .aboveSmallDesktop\:max-h-44{
    max-height: 11rem;
  }

  .aboveSmallDesktop\:max-h-48{
    max-height: 12rem;
  }

  .aboveSmallDesktop\:max-h-52{
    max-height: 13rem;
  }

  .aboveSmallDesktop\:max-h-56{
    max-height: 14rem;
  }

  .aboveSmallDesktop\:max-h-60{
    max-height: 15rem;
  }

  .aboveSmallDesktop\:max-h-64{
    max-height: 16rem;
  }

  .aboveSmallDesktop\:max-h-72{
    max-height: 18rem;
  }

  .aboveSmallDesktop\:max-h-80{
    max-height: 20rem;
  }

  .aboveSmallDesktop\:max-h-96{
    max-height: 24rem;
  }

  .aboveSmallDesktop\:max-h-px{
    max-height: 1px;
  }

  .aboveSmallDesktop\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .aboveSmallDesktop\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .aboveSmallDesktop\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .aboveSmallDesktop\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .aboveSmallDesktop\:max-h-full{
    max-height: 100%;
  }

  .aboveSmallDesktop\:max-h-screen{
    max-height: 100vh;
  }

  .aboveSmallDesktop\:min-h-0{
    min-height: 0px;
  }

  .aboveSmallDesktop\:min-h-full{
    min-height: 100%;
  }

  .aboveSmallDesktop\:min-h-screen{
    min-height: 100vh;
  }

  .aboveSmallDesktop\:w-0{
    width: 0px;
  }

  .aboveSmallDesktop\:w-1{
    width: 0.25rem;
  }

  .aboveSmallDesktop\:w-2{
    width: 0.5rem;
  }

  .aboveSmallDesktop\:w-3{
    width: 0.75rem;
  }

  .aboveSmallDesktop\:w-4{
    width: 1rem;
  }

  .aboveSmallDesktop\:w-5{
    width: 1.25rem;
  }

  .aboveSmallDesktop\:w-6{
    width: 1.5rem;
  }

  .aboveSmallDesktop\:w-7{
    width: 1.75rem;
  }

  .aboveSmallDesktop\:w-8{
    width: 2rem;
  }

  .aboveSmallDesktop\:w-9{
    width: 2.25rem;
  }

  .aboveSmallDesktop\:w-10{
    width: 2.5rem;
  }

  .aboveSmallDesktop\:w-11{
    width: 2.75rem;
  }

  .aboveSmallDesktop\:w-12{
    width: 3rem;
  }

  .aboveSmallDesktop\:w-14{
    width: 3.5rem;
  }

  .aboveSmallDesktop\:w-16{
    width: 4rem;
  }

  .aboveSmallDesktop\:w-20{
    width: 5rem;
  }

  .aboveSmallDesktop\:w-24{
    width: 6rem;
  }

  .aboveSmallDesktop\:w-28{
    width: 7rem;
  }

  .aboveSmallDesktop\:w-32{
    width: 8rem;
  }

  .aboveSmallDesktop\:w-36{
    width: 9rem;
  }

  .aboveSmallDesktop\:w-40{
    width: 10rem;
  }

  .aboveSmallDesktop\:w-44{
    width: 11rem;
  }

  .aboveSmallDesktop\:w-48{
    width: 12rem;
  }

  .aboveSmallDesktop\:w-52{
    width: 13rem;
  }

  .aboveSmallDesktop\:w-56{
    width: 14rem;
  }

  .aboveSmallDesktop\:w-60{
    width: 15rem;
  }

  .aboveSmallDesktop\:w-64{
    width: 16rem;
  }

  .aboveSmallDesktop\:w-72{
    width: 18rem;
  }

  .aboveSmallDesktop\:w-80{
    width: 20rem;
  }

  .aboveSmallDesktop\:w-96{
    width: 24rem;
  }

  .aboveSmallDesktop\:w-auto{
    width: auto;
  }

  .aboveSmallDesktop\:w-px{
    width: 1px;
  }

  .aboveSmallDesktop\:w-0\.5{
    width: 0.125rem;
  }

  .aboveSmallDesktop\:w-1\.5{
    width: 0.375rem;
  }

  .aboveSmallDesktop\:w-2\.5{
    width: 0.625rem;
  }

  .aboveSmallDesktop\:w-3\.5{
    width: 0.875rem;
  }

  .aboveSmallDesktop\:w-1\/2{
    width: 50%;
  }

  .aboveSmallDesktop\:w-1\/3{
    width: 33.333333%;
  }

  .aboveSmallDesktop\:w-2\/3{
    width: 66.666667%;
  }

  .aboveSmallDesktop\:w-1\/4{
    width: 25%;
  }

  .aboveSmallDesktop\:w-2\/4{
    width: 50%;
  }

  .aboveSmallDesktop\:w-3\/4{
    width: 75%;
  }

  .aboveSmallDesktop\:w-1\/5{
    width: 20%;
  }

  .aboveSmallDesktop\:w-2\/5{
    width: 40%;
  }

  .aboveSmallDesktop\:w-3\/5{
    width: 60%;
  }

  .aboveSmallDesktop\:w-4\/5{
    width: 80%;
  }

  .aboveSmallDesktop\:w-1\/6{
    width: 16.666667%;
  }

  .aboveSmallDesktop\:w-2\/6{
    width: 33.333333%;
  }

  .aboveSmallDesktop\:w-3\/6{
    width: 50%;
  }

  .aboveSmallDesktop\:w-4\/6{
    width: 66.666667%;
  }

  .aboveSmallDesktop\:w-5\/6{
    width: 83.333333%;
  }

  .aboveSmallDesktop\:w-1\/12{
    width: 8.333333%;
  }

  .aboveSmallDesktop\:w-2\/12{
    width: 16.666667%;
  }

  .aboveSmallDesktop\:w-3\/12{
    width: 25%;
  }

  .aboveSmallDesktop\:w-4\/12{
    width: 33.333333%;
  }

  .aboveSmallDesktop\:w-5\/12{
    width: 41.666667%;
  }

  .aboveSmallDesktop\:w-6\/12{
    width: 50%;
  }

  .aboveSmallDesktop\:w-7\/12{
    width: 58.333333%;
  }

  .aboveSmallDesktop\:w-8\/12{
    width: 66.666667%;
  }

  .aboveSmallDesktop\:w-9\/12{
    width: 75%;
  }

  .aboveSmallDesktop\:w-10\/12{
    width: 83.333333%;
  }

  .aboveSmallDesktop\:w-11\/12{
    width: 91.666667%;
  }

  .aboveSmallDesktop\:w-full{
    width: 100%;
  }

  .aboveSmallDesktop\:w-screen{
    width: 100vw;
  }

  .aboveSmallDesktop\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .aboveSmallDesktop\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .aboveSmallDesktop\:min-w-0{
    min-width: 0px;
  }

  .aboveSmallDesktop\:min-w-full{
    min-width: 100%;
  }

  .aboveSmallDesktop\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .aboveSmallDesktop\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .aboveSmallDesktop\:max-w-0{
    max-width: 0rem;
  }

  .aboveSmallDesktop\:max-w-none{
    max-width: none;
  }

  .aboveSmallDesktop\:max-w-xs{
    max-width: 20rem;
  }

  .aboveSmallDesktop\:max-w-sm{
    max-width: 24rem;
  }

  .aboveSmallDesktop\:max-w-md{
    max-width: 28rem;
  }

  .aboveSmallDesktop\:max-w-lg{
    max-width: 32rem;
  }

  .aboveSmallDesktop\:max-w-xl{
    max-width: 36rem;
  }

  .aboveSmallDesktop\:max-w-2xl{
    max-width: 42rem;
  }

  .aboveSmallDesktop\:max-w-3xl{
    max-width: 48rem;
  }

  .aboveSmallDesktop\:max-w-4xl{
    max-width: 56rem;
  }

  .aboveSmallDesktop\:max-w-5xl{
    max-width: 64rem;
  }

  .aboveSmallDesktop\:max-w-6xl{
    max-width: 72rem;
  }

  .aboveSmallDesktop\:max-w-7xl{
    max-width: 80rem;
  }

  .aboveSmallDesktop\:max-w-full{
    max-width: 100%;
  }

  .aboveSmallDesktop\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .aboveSmallDesktop\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .aboveSmallDesktop\:max-w-prose{
    max-width: 65ch;
  }

  .aboveSmallDesktop\:max-w-screen-sm{
    max-width: 640px;
  }

  .aboveSmallDesktop\:max-w-screen-md{
    max-width: 768px;
  }

  .aboveSmallDesktop\:max-w-screen-lg{
    max-width: 1024px;
  }

  .aboveSmallDesktop\:max-w-screen-xl{
    max-width: 1280px;
  }

  .aboveSmallDesktop\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .aboveSmallDesktop\:flex-1{
    flex: 1 1 0%;
  }

  .aboveSmallDesktop\:flex-auto{
    flex: 1 1 auto;
  }

  .aboveSmallDesktop\:flex-initial{
    flex: 0 1 auto;
  }

  .aboveSmallDesktop\:flex-none{
    flex: none;
  }

  .aboveSmallDesktop\:flex-shrink-0{
    flex-shrink: 0;
  }

  .aboveSmallDesktop\:flex-shrink{
    flex-shrink: 1;
  }

  .aboveSmallDesktop\:flex-grow-0{
    flex-grow: 0;
  }

  .aboveSmallDesktop\:flex-grow{
    flex-grow: 1;
  }

  .aboveSmallDesktop\:table-auto{
    table-layout: auto;
  }

  .aboveSmallDesktop\:table-fixed{
    table-layout: fixed;
  }

  .aboveSmallDesktop\:border-collapse{
    border-collapse: collapse;
  }

  .aboveSmallDesktop\:border-separate{
    border-collapse: separate;
  }

  .aboveSmallDesktop\:origin-center{
    transform-origin: center;
  }

  .aboveSmallDesktop\:origin-top{
    transform-origin: top;
  }

  .aboveSmallDesktop\:origin-top-right{
    transform-origin: top right;
  }

  .aboveSmallDesktop\:origin-right{
    transform-origin: right;
  }

  .aboveSmallDesktop\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .aboveSmallDesktop\:origin-bottom{
    transform-origin: bottom;
  }

  .aboveSmallDesktop\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .aboveSmallDesktop\:origin-left{
    transform-origin: left;
  }

  .aboveSmallDesktop\:origin-top-left{
    transform-origin: top left;
  }

  .aboveSmallDesktop\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveSmallDesktop\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveSmallDesktop\:transform-none{
    transform: none;
  }

  .aboveSmallDesktop\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveSmallDesktop\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .aboveSmallDesktop\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .aboveSmallDesktop\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .aboveSmallDesktop\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .aboveSmallDesktop\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .aboveSmallDesktop\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .aboveSmallDesktop\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .aboveSmallDesktop\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .aboveSmallDesktop\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .aboveSmallDesktop\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .aboveSmallDesktop\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .aboveSmallDesktop\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .aboveSmallDesktop\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .aboveSmallDesktop\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .aboveSmallDesktop\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .aboveSmallDesktop\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .aboveSmallDesktop\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .aboveSmallDesktop\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .aboveSmallDesktop\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .aboveSmallDesktop\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .aboveSmallDesktop\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .aboveSmallDesktop\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .aboveSmallDesktop\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .aboveSmallDesktop\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .aboveSmallDesktop\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .aboveSmallDesktop\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .aboveSmallDesktop\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .aboveSmallDesktop\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .aboveSmallDesktop\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .aboveSmallDesktop\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .aboveSmallDesktop\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .aboveSmallDesktop\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .aboveSmallDesktop\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .aboveSmallDesktop\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .aboveSmallDesktop\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveSmallDesktop\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .aboveSmallDesktop\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .aboveSmallDesktop\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .aboveSmallDesktop\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .aboveSmallDesktop\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .aboveSmallDesktop\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .aboveSmallDesktop\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .aboveSmallDesktop\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .aboveSmallDesktop\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .aboveSmallDesktop\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .aboveSmallDesktop\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .aboveSmallDesktop\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .aboveSmallDesktop\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .aboveSmallDesktop\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .aboveSmallDesktop\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .aboveSmallDesktop\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .aboveSmallDesktop\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .aboveSmallDesktop\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .aboveSmallDesktop\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .aboveSmallDesktop\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .aboveSmallDesktop\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .aboveSmallDesktop\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .aboveSmallDesktop\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .aboveSmallDesktop\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .aboveSmallDesktop\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .aboveSmallDesktop\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .aboveSmallDesktop\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .aboveSmallDesktop\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .aboveSmallDesktop\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .aboveSmallDesktop\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .aboveSmallDesktop\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .aboveSmallDesktop\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .aboveSmallDesktop\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .aboveSmallDesktop\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .aboveSmallDesktop\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .aboveSmallDesktop\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .aboveSmallDesktop\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .aboveSmallDesktop\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .aboveSmallDesktop\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .aboveSmallDesktop\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .aboveSmallDesktop\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .aboveSmallDesktop\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .aboveSmallDesktop\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .aboveSmallDesktop\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .aboveSmallDesktop\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .aboveSmallDesktop\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .aboveSmallDesktop\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .aboveSmallDesktop\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .aboveSmallDesktop\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveSmallDesktop\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .aboveSmallDesktop\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .aboveSmallDesktop\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .aboveSmallDesktop\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .aboveSmallDesktop\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .aboveSmallDesktop\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .aboveSmallDesktop\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .aboveSmallDesktop\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .aboveSmallDesktop\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .aboveSmallDesktop\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .aboveSmallDesktop\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .aboveSmallDesktop\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .aboveSmallDesktop\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .aboveSmallDesktop\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .aboveSmallDesktop\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .aboveSmallDesktop\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .aboveSmallDesktop\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .aboveSmallDesktop\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .aboveSmallDesktop\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .aboveSmallDesktop\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .aboveSmallDesktop\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .aboveSmallDesktop\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .aboveSmallDesktop\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .aboveSmallDesktop\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .aboveSmallDesktop\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .aboveSmallDesktop\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .aboveSmallDesktop\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .aboveSmallDesktop\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .aboveSmallDesktop\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .aboveSmallDesktop\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .aboveSmallDesktop\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .aboveSmallDesktop\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .aboveSmallDesktop\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .aboveSmallDesktop\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .aboveSmallDesktop\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveSmallDesktop\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .aboveSmallDesktop\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .aboveSmallDesktop\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .aboveSmallDesktop\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .aboveSmallDesktop\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .aboveSmallDesktop\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .aboveSmallDesktop\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .aboveSmallDesktop\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .aboveSmallDesktop\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .aboveSmallDesktop\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .aboveSmallDesktop\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .aboveSmallDesktop\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .aboveSmallDesktop\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .aboveSmallDesktop\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .aboveSmallDesktop\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .aboveSmallDesktop\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .aboveSmallDesktop\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .aboveSmallDesktop\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .aboveSmallDesktop\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .aboveSmallDesktop\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .aboveSmallDesktop\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .aboveSmallDesktop\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .aboveSmallDesktop\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .aboveSmallDesktop\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .aboveSmallDesktop\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .aboveSmallDesktop\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .aboveSmallDesktop\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .aboveSmallDesktop\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .aboveSmallDesktop\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .aboveSmallDesktop\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .aboveSmallDesktop\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .aboveSmallDesktop\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .aboveSmallDesktop\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .aboveSmallDesktop\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .aboveSmallDesktop\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .aboveSmallDesktop\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .aboveSmallDesktop\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .aboveSmallDesktop\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .aboveSmallDesktop\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .aboveSmallDesktop\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .aboveSmallDesktop\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .aboveSmallDesktop\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .aboveSmallDesktop\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .aboveSmallDesktop\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .aboveSmallDesktop\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .aboveSmallDesktop\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .aboveSmallDesktop\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .aboveSmallDesktop\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .aboveSmallDesktop\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveSmallDesktop\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .aboveSmallDesktop\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveSmallDesktop\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .aboveSmallDesktop\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .aboveSmallDesktop\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .aboveSmallDesktop\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .aboveSmallDesktop\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .aboveSmallDesktop\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .aboveSmallDesktop\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .aboveSmallDesktop\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .aboveSmallDesktop\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .aboveSmallDesktop\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .aboveSmallDesktop\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .aboveSmallDesktop\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .aboveSmallDesktop\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .aboveSmallDesktop\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .aboveSmallDesktop\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .aboveSmallDesktop\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .aboveSmallDesktop\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .aboveSmallDesktop\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveSmallDesktop\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .aboveSmallDesktop\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveSmallDesktop\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .aboveSmallDesktop\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .aboveSmallDesktop\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .aboveSmallDesktop\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .aboveSmallDesktop\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .aboveSmallDesktop\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .aboveSmallDesktop\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .aboveSmallDesktop\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .aboveSmallDesktop\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .aboveSmallDesktop\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .aboveSmallDesktop\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .aboveSmallDesktop\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .aboveSmallDesktop\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .aboveSmallDesktop\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .aboveSmallDesktop\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .aboveSmallDesktop\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .aboveSmallDesktop\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .aboveSmallDesktop\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveSmallDesktop\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .aboveSmallDesktop\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveSmallDesktop\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .aboveSmallDesktop\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .aboveSmallDesktop\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .aboveSmallDesktop\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .aboveSmallDesktop\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .aboveSmallDesktop\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .aboveSmallDesktop\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .aboveSmallDesktop\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .aboveSmallDesktop\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .aboveSmallDesktop\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .aboveSmallDesktop\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .aboveSmallDesktop\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .aboveSmallDesktop\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .aboveSmallDesktop\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .aboveSmallDesktop\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .aboveSmallDesktop\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .aboveSmallDesktop\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .aboveSmallDesktop\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveSmallDesktop\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .aboveSmallDesktop\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveSmallDesktop\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .aboveSmallDesktop\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .aboveSmallDesktop\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .aboveSmallDesktop\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .aboveSmallDesktop\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .aboveSmallDesktop\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .aboveSmallDesktop\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .aboveSmallDesktop\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .aboveSmallDesktop\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .aboveSmallDesktop\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .aboveSmallDesktop\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .aboveSmallDesktop\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .aboveSmallDesktop\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .aboveSmallDesktop\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .aboveSmallDesktop\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .aboveSmallDesktop\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .aboveSmallDesktop\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .aboveSmallDesktop\:rotate-0{
    --tw-rotate: 0deg;
  }

  .aboveSmallDesktop\:rotate-1{
    --tw-rotate: 1deg;
  }

  .aboveSmallDesktop\:rotate-2{
    --tw-rotate: 2deg;
  }

  .aboveSmallDesktop\:rotate-3{
    --tw-rotate: 3deg;
  }

  .aboveSmallDesktop\:rotate-6{
    --tw-rotate: 6deg;
  }

  .aboveSmallDesktop\:rotate-12{
    --tw-rotate: 12deg;
  }

  .aboveSmallDesktop\:rotate-45{
    --tw-rotate: 45deg;
  }

  .aboveSmallDesktop\:rotate-90{
    --tw-rotate: 90deg;
  }

  .aboveSmallDesktop\:rotate-180{
    --tw-rotate: 180deg;
  }

  .aboveSmallDesktop\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .aboveSmallDesktop\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .aboveSmallDesktop\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .aboveSmallDesktop\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .aboveSmallDesktop\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .aboveSmallDesktop\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .aboveSmallDesktop\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .aboveSmallDesktop\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .aboveSmallDesktop\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .aboveSmallDesktop\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .aboveSmallDesktop\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .aboveSmallDesktop\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .aboveSmallDesktop\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .aboveSmallDesktop\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .aboveSmallDesktop\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .aboveSmallDesktop\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .aboveSmallDesktop\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .aboveSmallDesktop\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .aboveSmallDesktop\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .aboveSmallDesktop\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .aboveSmallDesktop\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .aboveSmallDesktop\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .aboveSmallDesktop\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .aboveSmallDesktop\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .aboveSmallDesktop\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .aboveSmallDesktop\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .aboveSmallDesktop\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .aboveSmallDesktop\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .aboveSmallDesktop\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .aboveSmallDesktop\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .aboveSmallDesktop\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .aboveSmallDesktop\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .aboveSmallDesktop\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .aboveSmallDesktop\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .aboveSmallDesktop\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .aboveSmallDesktop\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .aboveSmallDesktop\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .aboveSmallDesktop\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .aboveSmallDesktop\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .aboveSmallDesktop\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .aboveSmallDesktop\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .aboveSmallDesktop\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .aboveSmallDesktop\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .aboveSmallDesktop\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .aboveSmallDesktop\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .aboveSmallDesktop\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .aboveSmallDesktop\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .aboveSmallDesktop\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .aboveSmallDesktop\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .aboveSmallDesktop\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .aboveSmallDesktop\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .aboveSmallDesktop\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .aboveSmallDesktop\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .aboveSmallDesktop\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .aboveSmallDesktop\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .aboveSmallDesktop\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .aboveSmallDesktop\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .aboveSmallDesktop\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .aboveSmallDesktop\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .aboveSmallDesktop\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .aboveSmallDesktop\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .aboveSmallDesktop\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .aboveSmallDesktop\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .aboveSmallDesktop\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .aboveSmallDesktop\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .aboveSmallDesktop\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .aboveSmallDesktop\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .aboveSmallDesktop\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .aboveSmallDesktop\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .aboveSmallDesktop\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .aboveSmallDesktop\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .aboveSmallDesktop\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .aboveSmallDesktop\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .aboveSmallDesktop\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .aboveSmallDesktop\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .aboveSmallDesktop\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .aboveSmallDesktop\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .aboveSmallDesktop\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .aboveSmallDesktop\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .aboveSmallDesktop\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .aboveSmallDesktop\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .aboveSmallDesktop\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .aboveSmallDesktop\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .aboveSmallDesktop\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .aboveSmallDesktop\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .aboveSmallDesktop\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .aboveSmallDesktop\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .aboveSmallDesktop\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .aboveSmallDesktop\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .aboveSmallDesktop\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .aboveSmallDesktop\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .aboveSmallDesktop\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .aboveSmallDesktop\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .aboveSmallDesktop\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .aboveSmallDesktop\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .aboveSmallDesktop\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .aboveSmallDesktop\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .aboveSmallDesktop\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .aboveSmallDesktop\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .aboveSmallDesktop\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .aboveSmallDesktop\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .aboveSmallDesktop\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .aboveSmallDesktop\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .aboveSmallDesktop\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .aboveSmallDesktop\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .aboveSmallDesktop\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .aboveSmallDesktop\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .aboveSmallDesktop\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .aboveSmallDesktop\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveSmallDesktop\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveSmallDesktop\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveSmallDesktop\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveSmallDesktop\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveSmallDesktop\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveSmallDesktop\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveSmallDesktop\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveSmallDesktop\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveSmallDesktop\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveSmallDesktop\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveSmallDesktop\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveSmallDesktop\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveSmallDesktop\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveSmallDesktop\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveSmallDesktop\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveSmallDesktop\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveSmallDesktop\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveSmallDesktop\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveSmallDesktop\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveSmallDesktop\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveSmallDesktop\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveSmallDesktop\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveSmallDesktop\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveSmallDesktop\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveSmallDesktop\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveSmallDesktop\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveSmallDesktop\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveSmallDesktop\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveSmallDesktop\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveSmallDesktop\:scale-x-0{
    --tw-scale-x: 0;
  }

  .aboveSmallDesktop\:scale-x-50{
    --tw-scale-x: .5;
  }

  .aboveSmallDesktop\:scale-x-75{
    --tw-scale-x: .75;
  }

  .aboveSmallDesktop\:scale-x-90{
    --tw-scale-x: .9;
  }

  .aboveSmallDesktop\:scale-x-95{
    --tw-scale-x: .95;
  }

  .aboveSmallDesktop\:scale-x-100{
    --tw-scale-x: 1;
  }

  .aboveSmallDesktop\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .aboveSmallDesktop\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .aboveSmallDesktop\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .aboveSmallDesktop\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .aboveSmallDesktop\:scale-y-0{
    --tw-scale-y: 0;
  }

  .aboveSmallDesktop\:scale-y-50{
    --tw-scale-y: .5;
  }

  .aboveSmallDesktop\:scale-y-75{
    --tw-scale-y: .75;
  }

  .aboveSmallDesktop\:scale-y-90{
    --tw-scale-y: .9;
  }

  .aboveSmallDesktop\:scale-y-95{
    --tw-scale-y: .95;
  }

  .aboveSmallDesktop\:scale-y-100{
    --tw-scale-y: 1;
  }

  .aboveSmallDesktop\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .aboveSmallDesktop\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .aboveSmallDesktop\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .aboveSmallDesktop\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .aboveSmallDesktop\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .aboveSmallDesktop\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .aboveSmallDesktop\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .aboveSmallDesktop\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .aboveSmallDesktop\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .aboveSmallDesktop\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .aboveSmallDesktop\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .aboveSmallDesktop\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .aboveSmallDesktop\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .aboveSmallDesktop\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .aboveSmallDesktop\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .aboveSmallDesktop\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .aboveSmallDesktop\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .aboveSmallDesktop\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .aboveSmallDesktop\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .aboveSmallDesktop\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .aboveSmallDesktop\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .aboveSmallDesktop\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .aboveSmallDesktop\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .aboveSmallDesktop\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .aboveSmallDesktop\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .aboveSmallDesktop\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .aboveSmallDesktop\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .aboveSmallDesktop\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .aboveSmallDesktop\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .aboveSmallDesktop\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .aboveSmallDesktop\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .aboveSmallDesktop\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .aboveSmallDesktop\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .aboveSmallDesktop\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .aboveSmallDesktop\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .aboveSmallDesktop\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .aboveSmallDesktop\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .aboveSmallDesktop\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .aboveSmallDesktop\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .aboveSmallDesktop\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .aboveSmallDesktop\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .aboveSmallDesktop\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .aboveSmallDesktop\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .aboveSmallDesktop\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .aboveSmallDesktop\:animate-none{
    animation: none;
  }

  .aboveSmallDesktop\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .aboveSmallDesktop\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .aboveSmallDesktop\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .aboveSmallDesktop\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .aboveSmallDesktop\:cursor-auto{
    cursor: auto;
  }

  .aboveSmallDesktop\:cursor-default{
    cursor: default;
  }

  .aboveSmallDesktop\:cursor-pointer{
    cursor: pointer;
  }

  .aboveSmallDesktop\:cursor-wait{
    cursor: wait;
  }

  .aboveSmallDesktop\:cursor-text{
    cursor: text;
  }

  .aboveSmallDesktop\:cursor-move{
    cursor: move;
  }

  .aboveSmallDesktop\:cursor-help{
    cursor: help;
  }

  .aboveSmallDesktop\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .aboveSmallDesktop\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .aboveSmallDesktop\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .aboveSmallDesktop\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .aboveSmallDesktop\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .aboveSmallDesktop\:resize-none{
    resize: none;
  }

  .aboveSmallDesktop\:resize-y{
    resize: vertical;
  }

  .aboveSmallDesktop\:resize-x{
    resize: horizontal;
  }

  .aboveSmallDesktop\:resize{
    resize: both;
  }

  .aboveSmallDesktop\:list-inside{
    list-style-position: inside;
  }

  .aboveSmallDesktop\:list-outside{
    list-style-position: outside;
  }

  .aboveSmallDesktop\:list-none{
    list-style-type: none;
  }

  .aboveSmallDesktop\:list-disc{
    list-style-type: disc;
  }

  .aboveSmallDesktop\:list-decimal{
    list-style-type: decimal;
  }

  .aboveSmallDesktop\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .aboveSmallDesktop\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .aboveSmallDesktop\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .aboveSmallDesktop\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .aboveSmallDesktop\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .aboveSmallDesktop\:grid-flow-row{
    grid-auto-flow: row;
  }

  .aboveSmallDesktop\:grid-flow-col{
    grid-auto-flow: column;
  }

  .aboveSmallDesktop\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .aboveSmallDesktop\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .aboveSmallDesktop\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .aboveSmallDesktop\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .aboveSmallDesktop\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .aboveSmallDesktop\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .aboveSmallDesktop\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-cols-none{
    grid-template-columns: none;
  }

  .aboveSmallDesktop\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .aboveSmallDesktop\:grid-rows-none{
    grid-template-rows: none;
  }

  .aboveSmallDesktop\:flex-row{
    flex-direction: row;
  }

  .aboveSmallDesktop\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .aboveSmallDesktop\:flex-col{
    flex-direction: column;
  }

  .aboveSmallDesktop\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .aboveSmallDesktop\:flex-wrap{
    flex-wrap: wrap;
  }

  .aboveSmallDesktop\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .aboveSmallDesktop\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .aboveSmallDesktop\:place-content-center{
    place-content: center;
  }

  .aboveSmallDesktop\:place-content-start{
    place-content: start;
  }

  .aboveSmallDesktop\:place-content-end{
    place-content: end;
  }

  .aboveSmallDesktop\:place-content-between{
    place-content: space-between;
  }

  .aboveSmallDesktop\:place-content-around{
    place-content: space-around;
  }

  .aboveSmallDesktop\:place-content-evenly{
    place-content: space-evenly;
  }

  .aboveSmallDesktop\:place-content-stretch{
    place-content: stretch;
  }

  .aboveSmallDesktop\:place-items-start{
    place-items: start;
  }

  .aboveSmallDesktop\:place-items-end{
    place-items: end;
  }

  .aboveSmallDesktop\:place-items-center{
    place-items: center;
  }

  .aboveSmallDesktop\:place-items-stretch{
    place-items: stretch;
  }

  .aboveSmallDesktop\:content-center{
    align-content: center;
  }

  .aboveSmallDesktop\:content-start{
    align-content: flex-start;
  }

  .aboveSmallDesktop\:content-end{
    align-content: flex-end;
  }

  .aboveSmallDesktop\:content-between{
    align-content: space-between;
  }

  .aboveSmallDesktop\:content-around{
    align-content: space-around;
  }

  .aboveSmallDesktop\:content-evenly{
    align-content: space-evenly;
  }

  .aboveSmallDesktop\:items-start{
    align-items: flex-start;
  }

  .aboveSmallDesktop\:items-end{
    align-items: flex-end;
  }

  .aboveSmallDesktop\:items-center{
    align-items: center;
  }

  .aboveSmallDesktop\:items-baseline{
    align-items: baseline;
  }

  .aboveSmallDesktop\:items-stretch{
    align-items: stretch;
  }

  .aboveSmallDesktop\:justify-start{
    justify-content: flex-start;
  }

  .aboveSmallDesktop\:justify-end{
    justify-content: flex-end;
  }

  .aboveSmallDesktop\:justify-center{
    justify-content: center;
  }

  .aboveSmallDesktop\:justify-between{
    justify-content: space-between;
  }

  .aboveSmallDesktop\:justify-around{
    justify-content: space-around;
  }

  .aboveSmallDesktop\:justify-evenly{
    justify-content: space-evenly;
  }

  .aboveSmallDesktop\:justify-items-start{
    justify-items: start;
  }

  .aboveSmallDesktop\:justify-items-end{
    justify-items: end;
  }

  .aboveSmallDesktop\:justify-items-center{
    justify-items: center;
  }

  .aboveSmallDesktop\:justify-items-stretch{
    justify-items: stretch;
  }

  .aboveSmallDesktop\:gap-0{
    gap: 0px;
  }

  .aboveSmallDesktop\:gap-1{
    gap: 0.25rem;
  }

  .aboveSmallDesktop\:gap-2{
    gap: 0.5rem;
  }

  .aboveSmallDesktop\:gap-3{
    gap: 0.75rem;
  }

  .aboveSmallDesktop\:gap-4{
    gap: 1rem;
  }

  .aboveSmallDesktop\:gap-5{
    gap: 1.25rem;
  }

  .aboveSmallDesktop\:gap-6{
    gap: 1.5rem;
  }

  .aboveSmallDesktop\:gap-7{
    gap: 1.75rem;
  }

  .aboveSmallDesktop\:gap-8{
    gap: 2rem;
  }

  .aboveSmallDesktop\:gap-9{
    gap: 2.25rem;
  }

  .aboveSmallDesktop\:gap-10{
    gap: 2.5rem;
  }

  .aboveSmallDesktop\:gap-11{
    gap: 2.75rem;
  }

  .aboveSmallDesktop\:gap-12{
    gap: 3rem;
  }

  .aboveSmallDesktop\:gap-14{
    gap: 3.5rem;
  }

  .aboveSmallDesktop\:gap-16{
    gap: 4rem;
  }

  .aboveSmallDesktop\:gap-20{
    gap: 5rem;
  }

  .aboveSmallDesktop\:gap-24{
    gap: 6rem;
  }

  .aboveSmallDesktop\:gap-28{
    gap: 7rem;
  }

  .aboveSmallDesktop\:gap-32{
    gap: 8rem;
  }

  .aboveSmallDesktop\:gap-36{
    gap: 9rem;
  }

  .aboveSmallDesktop\:gap-40{
    gap: 10rem;
  }

  .aboveSmallDesktop\:gap-44{
    gap: 11rem;
  }

  .aboveSmallDesktop\:gap-48{
    gap: 12rem;
  }

  .aboveSmallDesktop\:gap-52{
    gap: 13rem;
  }

  .aboveSmallDesktop\:gap-56{
    gap: 14rem;
  }

  .aboveSmallDesktop\:gap-60{
    gap: 15rem;
  }

  .aboveSmallDesktop\:gap-64{
    gap: 16rem;
  }

  .aboveSmallDesktop\:gap-72{
    gap: 18rem;
  }

  .aboveSmallDesktop\:gap-80{
    gap: 20rem;
  }

  .aboveSmallDesktop\:gap-96{
    gap: 24rem;
  }

  .aboveSmallDesktop\:gap-px{
    gap: 1px;
  }

  .aboveSmallDesktop\:gap-0\.5{
    gap: 0.125rem;
  }

  .aboveSmallDesktop\:gap-1\.5{
    gap: 0.375rem;
  }

  .aboveSmallDesktop\:gap-2\.5{
    gap: 0.625rem;
  }

  .aboveSmallDesktop\:gap-3\.5{
    gap: 0.875rem;
  }

  .aboveSmallDesktop\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .aboveSmallDesktop\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .aboveSmallDesktop\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .aboveSmallDesktop\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .aboveSmallDesktop\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .aboveSmallDesktop\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .aboveSmallDesktop\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .aboveSmallDesktop\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .aboveSmallDesktop\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .aboveSmallDesktop\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .aboveSmallDesktop\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .aboveSmallDesktop\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .aboveSmallDesktop\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .aboveSmallDesktop\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .aboveSmallDesktop\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .aboveSmallDesktop\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .aboveSmallDesktop\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .aboveSmallDesktop\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .aboveSmallDesktop\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .aboveSmallDesktop\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .aboveSmallDesktop\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .aboveSmallDesktop\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .aboveSmallDesktop\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .aboveSmallDesktop\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .aboveSmallDesktop\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .aboveSmallDesktop\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .aboveSmallDesktop\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .aboveSmallDesktop\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .aboveSmallDesktop\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .aboveSmallDesktop\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .aboveSmallDesktop\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .aboveSmallDesktop\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .aboveSmallDesktop\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .aboveSmallDesktop\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .aboveSmallDesktop\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .aboveSmallDesktop\:gap-y-0{
    row-gap: 0px;
  }

  .aboveSmallDesktop\:gap-y-1{
    row-gap: 0.25rem;
  }

  .aboveSmallDesktop\:gap-y-2{
    row-gap: 0.5rem;
  }

  .aboveSmallDesktop\:gap-y-3{
    row-gap: 0.75rem;
  }

  .aboveSmallDesktop\:gap-y-4{
    row-gap: 1rem;
  }

  .aboveSmallDesktop\:gap-y-5{
    row-gap: 1.25rem;
  }

  .aboveSmallDesktop\:gap-y-6{
    row-gap: 1.5rem;
  }

  .aboveSmallDesktop\:gap-y-7{
    row-gap: 1.75rem;
  }

  .aboveSmallDesktop\:gap-y-8{
    row-gap: 2rem;
  }

  .aboveSmallDesktop\:gap-y-9{
    row-gap: 2.25rem;
  }

  .aboveSmallDesktop\:gap-y-10{
    row-gap: 2.5rem;
  }

  .aboveSmallDesktop\:gap-y-11{
    row-gap: 2.75rem;
  }

  .aboveSmallDesktop\:gap-y-12{
    row-gap: 3rem;
  }

  .aboveSmallDesktop\:gap-y-14{
    row-gap: 3.5rem;
  }

  .aboveSmallDesktop\:gap-y-16{
    row-gap: 4rem;
  }

  .aboveSmallDesktop\:gap-y-20{
    row-gap: 5rem;
  }

  .aboveSmallDesktop\:gap-y-24{
    row-gap: 6rem;
  }

  .aboveSmallDesktop\:gap-y-28{
    row-gap: 7rem;
  }

  .aboveSmallDesktop\:gap-y-32{
    row-gap: 8rem;
  }

  .aboveSmallDesktop\:gap-y-36{
    row-gap: 9rem;
  }

  .aboveSmallDesktop\:gap-y-40{
    row-gap: 10rem;
  }

  .aboveSmallDesktop\:gap-y-44{
    row-gap: 11rem;
  }

  .aboveSmallDesktop\:gap-y-48{
    row-gap: 12rem;
  }

  .aboveSmallDesktop\:gap-y-52{
    row-gap: 13rem;
  }

  .aboveSmallDesktop\:gap-y-56{
    row-gap: 14rem;
  }

  .aboveSmallDesktop\:gap-y-60{
    row-gap: 15rem;
  }

  .aboveSmallDesktop\:gap-y-64{
    row-gap: 16rem;
  }

  .aboveSmallDesktop\:gap-y-72{
    row-gap: 18rem;
  }

  .aboveSmallDesktop\:gap-y-80{
    row-gap: 20rem;
  }

  .aboveSmallDesktop\:gap-y-96{
    row-gap: 24rem;
  }

  .aboveSmallDesktop\:gap-y-px{
    row-gap: 1px;
  }

  .aboveSmallDesktop\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .aboveSmallDesktop\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .aboveSmallDesktop\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .aboveSmallDesktop\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .aboveSmallDesktop\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallDesktop\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .aboveSmallDesktop\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .aboveSmallDesktop\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .aboveSmallDesktop\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallDesktop\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallDesktop\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallDesktop\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallDesktop\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallDesktop\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .aboveSmallDesktop\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .aboveSmallDesktop\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .aboveSmallDesktop\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .aboveSmallDesktop\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .aboveSmallDesktop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .aboveSmallDesktop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .aboveSmallDesktop\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .aboveSmallDesktop\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .aboveSmallDesktop\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .aboveSmallDesktop\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .aboveSmallDesktop\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .aboveSmallDesktop\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .aboveSmallDesktop\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .aboveSmallDesktop\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .aboveSmallDesktop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .aboveSmallDesktop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .aboveSmallDesktop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .aboveSmallDesktop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .aboveSmallDesktop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .aboveSmallDesktop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .aboveSmallDesktop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .aboveSmallDesktop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .aboveSmallDesktop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .aboveSmallDesktop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .aboveSmallDesktop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .aboveSmallDesktop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .aboveSmallDesktop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .aboveSmallDesktop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .aboveSmallDesktop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .aboveSmallDesktop\:place-self-auto{
    place-self: auto;
  }

  .aboveSmallDesktop\:place-self-start{
    place-self: start;
  }

  .aboveSmallDesktop\:place-self-end{
    place-self: end;
  }

  .aboveSmallDesktop\:place-self-center{
    place-self: center;
  }

  .aboveSmallDesktop\:place-self-stretch{
    place-self: stretch;
  }

  .aboveSmallDesktop\:self-auto{
    align-self: auto;
  }

  .aboveSmallDesktop\:self-start{
    align-self: flex-start;
  }

  .aboveSmallDesktop\:self-end{
    align-self: flex-end;
  }

  .aboveSmallDesktop\:self-center{
    align-self: center;
  }

  .aboveSmallDesktop\:self-stretch{
    align-self: stretch;
  }

  .aboveSmallDesktop\:self-baseline{
    align-self: baseline;
  }

  .aboveSmallDesktop\:justify-self-auto{
    justify-self: auto;
  }

  .aboveSmallDesktop\:justify-self-start{
    justify-self: start;
  }

  .aboveSmallDesktop\:justify-self-end{
    justify-self: end;
  }

  .aboveSmallDesktop\:justify-self-center{
    justify-self: center;
  }

  .aboveSmallDesktop\:justify-self-stretch{
    justify-self: stretch;
  }

  .aboveSmallDesktop\:overflow-auto{
    overflow: auto;
  }

  .aboveSmallDesktop\:overflow-hidden{
    overflow: hidden;
  }

  .aboveSmallDesktop\:overflow-visible{
    overflow: visible;
  }

  .aboveSmallDesktop\:overflow-scroll{
    overflow: scroll;
  }

  .aboveSmallDesktop\:overflow-x-auto{
    overflow-x: auto;
  }

  .aboveSmallDesktop\:overflow-y-auto{
    overflow-y: auto;
  }

  .aboveSmallDesktop\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .aboveSmallDesktop\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .aboveSmallDesktop\:overflow-x-visible{
    overflow-x: visible;
  }

  .aboveSmallDesktop\:overflow-y-visible{
    overflow-y: visible;
  }

  .aboveSmallDesktop\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .aboveSmallDesktop\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .aboveSmallDesktop\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .aboveSmallDesktop\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .aboveSmallDesktop\:overscroll-none{
    overscroll-behavior: none;
  }

  .aboveSmallDesktop\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .aboveSmallDesktop\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .aboveSmallDesktop\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .aboveSmallDesktop\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .aboveSmallDesktop\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .aboveSmallDesktop\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .aboveSmallDesktop\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aboveSmallDesktop\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .aboveSmallDesktop\:overflow-clip{
    text-overflow: clip;
  }

  .aboveSmallDesktop\:whitespace-normal{
    white-space: normal;
  }

  .aboveSmallDesktop\:whitespace-nowrap{
    white-space: nowrap;
  }

  .aboveSmallDesktop\:whitespace-pre{
    white-space: pre;
  }

  .aboveSmallDesktop\:whitespace-pre-line{
    white-space: pre-line;
  }

  .aboveSmallDesktop\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .aboveSmallDesktop\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .aboveSmallDesktop\:break-words{
    overflow-wrap: break-word;
  }

  .aboveSmallDesktop\:break-all{
    word-break: break-all;
  }

  .aboveSmallDesktop\:rounded-none{
    border-radius: 0px;
  }

  .aboveSmallDesktop\:rounded-sm{
    border-radius: 0.125rem;
  }

  .aboveSmallDesktop\:rounded{
    border-radius: 0.25rem;
  }

  .aboveSmallDesktop\:rounded-md{
    border-radius: 0.375rem;
  }

  .aboveSmallDesktop\:rounded-lg{
    border-radius: 0.5rem;
  }

  .aboveSmallDesktop\:rounded-xl{
    border-radius: 0.75rem;
  }

  .aboveSmallDesktop\:rounded-2xl{
    border-radius: 1rem;
  }

  .aboveSmallDesktop\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .aboveSmallDesktop\:rounded-full{
    border-radius: 9999px;
  }

  .aboveSmallDesktop\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .aboveSmallDesktop\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .aboveSmallDesktop\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .aboveSmallDesktop\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .aboveSmallDesktop\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .aboveSmallDesktop\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .aboveSmallDesktop\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .aboveSmallDesktop\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .aboveSmallDesktop\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .aboveSmallDesktop\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .aboveSmallDesktop\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .aboveSmallDesktop\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .aboveSmallDesktop\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .aboveSmallDesktop\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .aboveSmallDesktop\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .aboveSmallDesktop\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .aboveSmallDesktop\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .aboveSmallDesktop\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .aboveSmallDesktop\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveSmallDesktop\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveSmallDesktop\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveSmallDesktop\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveSmallDesktop\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveSmallDesktop\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveSmallDesktop\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveSmallDesktop\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveSmallDesktop\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveSmallDesktop\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveSmallDesktop\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveSmallDesktop\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveSmallDesktop\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveSmallDesktop\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveSmallDesktop\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveSmallDesktop\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveSmallDesktop\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveSmallDesktop\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveSmallDesktop\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .aboveSmallDesktop\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .aboveSmallDesktop\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .aboveSmallDesktop\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .aboveSmallDesktop\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .aboveSmallDesktop\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .aboveSmallDesktop\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .aboveSmallDesktop\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .aboveSmallDesktop\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .aboveSmallDesktop\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .aboveSmallDesktop\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .aboveSmallDesktop\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .aboveSmallDesktop\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .aboveSmallDesktop\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .aboveSmallDesktop\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .aboveSmallDesktop\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .aboveSmallDesktop\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .aboveSmallDesktop\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .aboveSmallDesktop\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .aboveSmallDesktop\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .aboveSmallDesktop\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .aboveSmallDesktop\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .aboveSmallDesktop\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .aboveSmallDesktop\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .aboveSmallDesktop\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .aboveSmallDesktop\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .aboveSmallDesktop\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .aboveSmallDesktop\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .aboveSmallDesktop\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .aboveSmallDesktop\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .aboveSmallDesktop\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .aboveSmallDesktop\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .aboveSmallDesktop\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .aboveSmallDesktop\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .aboveSmallDesktop\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .aboveSmallDesktop\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .aboveSmallDesktop\:border-0{
    border-width: 0px;
  }

  .aboveSmallDesktop\:border-2{
    border-width: 2px;
  }

  .aboveSmallDesktop\:border-4{
    border-width: 4px;
  }

  .aboveSmallDesktop\:border-8{
    border-width: 8px;
  }

  .aboveSmallDesktop\:border{
    border-width: 1px;
  }

  .aboveSmallDesktop\:border-t-0{
    border-top-width: 0px;
  }

  .aboveSmallDesktop\:border-t-2{
    border-top-width: 2px;
  }

  .aboveSmallDesktop\:border-t-4{
    border-top-width: 4px;
  }

  .aboveSmallDesktop\:border-t-8{
    border-top-width: 8px;
  }

  .aboveSmallDesktop\:border-t{
    border-top-width: 1px;
  }

  .aboveSmallDesktop\:border-r-0{
    border-right-width: 0px;
  }

  .aboveSmallDesktop\:border-r-2{
    border-right-width: 2px;
  }

  .aboveSmallDesktop\:border-r-4{
    border-right-width: 4px;
  }

  .aboveSmallDesktop\:border-r-8{
    border-right-width: 8px;
  }

  .aboveSmallDesktop\:border-r{
    border-right-width: 1px;
  }

  .aboveSmallDesktop\:border-b-0{
    border-bottom-width: 0px;
  }

  .aboveSmallDesktop\:border-b-2{
    border-bottom-width: 2px;
  }

  .aboveSmallDesktop\:border-b-4{
    border-bottom-width: 4px;
  }

  .aboveSmallDesktop\:border-b-8{
    border-bottom-width: 8px;
  }

  .aboveSmallDesktop\:border-b{
    border-bottom-width: 1px;
  }

  .aboveSmallDesktop\:border-l-0{
    border-left-width: 0px;
  }

  .aboveSmallDesktop\:border-l-2{
    border-left-width: 2px;
  }

  .aboveSmallDesktop\:border-l-4{
    border-left-width: 4px;
  }

  .aboveSmallDesktop\:border-l-8{
    border-left-width: 8px;
  }

  .aboveSmallDesktop\:border-l{
    border-left-width: 1px;
  }

  .aboveSmallDesktop\:border-solid{
    border-style: solid;
  }

  .aboveSmallDesktop\:border-dashed{
    border-style: dashed;
  }

  .aboveSmallDesktop\:border-dotted{
    border-style: dotted;
  }

  .aboveSmallDesktop\:border-double{
    border-style: double;
  }

  .aboveSmallDesktop\:border-none{
    border-style: none;
  }

  .aboveSmallDesktop\:border-transparent{
    border-color: transparent;
  }

  .aboveSmallDesktop\:border-current{
    border-color: currentColor;
  }

  .aboveSmallDesktop\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .aboveSmallDesktop\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .aboveSmallDesktop\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .aboveSmallDesktop\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .aboveSmallDesktop\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .aboveSmallDesktop\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .aboveSmallDesktop\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallDesktop\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .aboveSmallDesktop\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallDesktop\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallDesktop\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallDesktop\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallDesktop\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallDesktop\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallDesktop\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallDesktop\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallDesktop\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallDesktop\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallDesktop\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallDesktop\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallDesktop\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallDesktop\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallDesktop\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .aboveSmallDesktop\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .aboveSmallDesktop\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallDesktop\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallDesktop\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallDesktop\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallDesktop\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallDesktop\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallDesktop\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallDesktop\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallDesktop\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallDesktop\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallDesktop\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallDesktop\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallDesktop\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallDesktop\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .aboveSmallDesktop\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .aboveSmallDesktop\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallDesktop\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallDesktop\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallDesktop\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallDesktop\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallDesktop\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallDesktop\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallDesktop\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallDesktop\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallDesktop\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallDesktop\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallDesktop\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallDesktop\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallDesktop\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .aboveSmallDesktop\:bg-transparent{
    background-color: transparent;
  }

  .aboveSmallDesktop\:bg-current{
    background-color: currentColor;
  }

  .aboveSmallDesktop\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .aboveSmallDesktop\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .aboveSmallDesktop\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .aboveSmallDesktop\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .aboveSmallDesktop\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .aboveSmallDesktop\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .aboveSmallDesktop\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallDesktop\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .aboveSmallDesktop\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallDesktop\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallDesktop\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallDesktop\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallDesktop\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallDesktop\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallDesktop\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallDesktop\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallDesktop\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallDesktop\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallDesktop\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallDesktop\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallDesktop\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallDesktop\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallDesktop\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallDesktop\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallDesktop\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .aboveSmallDesktop\:bg-none{
    background-image: none;
  }

  .aboveSmallDesktop\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .aboveSmallDesktop\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .aboveSmallDesktop\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .aboveSmallDesktop\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .aboveSmallDesktop\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .aboveSmallDesktop\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .aboveSmallDesktop\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .aboveSmallDesktop\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .aboveSmallDesktop\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallDesktop\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallDesktop\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallDesktop\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallDesktop\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallDesktop\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallDesktop\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallDesktop\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallDesktop\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallDesktop\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallDesktop\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallDesktop\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallDesktop\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallDesktop\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallDesktop\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallDesktop\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallDesktop\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallDesktop\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallDesktop\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallDesktop\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallDesktop\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallDesktop\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallDesktop\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallDesktop\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallDesktop\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallDesktop\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallDesktop\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallDesktop\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallDesktop\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallDesktop\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallDesktop\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallDesktop\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallDesktop\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallDesktop\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallDesktop\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallDesktop\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallDesktop\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallDesktop\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallDesktop\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallDesktop\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallDesktop\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallDesktop\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallDesktop\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallDesktop\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallDesktop\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallDesktop\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallDesktop\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallDesktop\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallDesktop\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallDesktop\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallDesktop\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallDesktop\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallDesktop\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallDesktop\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallDesktop\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallDesktop\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallDesktop\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallDesktop\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallDesktop\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallDesktop\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallDesktop\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallDesktop\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallDesktop\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallDesktop\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallDesktop\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallDesktop\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallDesktop\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallDesktop\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallDesktop\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallDesktop\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallDesktop\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallDesktop\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallDesktop\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallDesktop\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallDesktop\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallDesktop\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallDesktop\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallDesktop\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallDesktop\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallDesktop\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallDesktop\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallDesktop\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallDesktop\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallDesktop\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallDesktop\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallDesktop\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallDesktop\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallDesktop\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallDesktop\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallDesktop\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallDesktop\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallDesktop\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallDesktop\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallDesktop\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallDesktop\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallDesktop\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallDesktop\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallDesktop\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallDesktop\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallDesktop\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallDesktop\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallDesktop\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallDesktop\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallDesktop\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallDesktop\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallDesktop\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallDesktop\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallDesktop\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallDesktop\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallDesktop\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallDesktop\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallDesktop\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallDesktop\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallDesktop\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallDesktop\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallDesktop\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallDesktop\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallDesktop\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallDesktop\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallDesktop\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallDesktop\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallDesktop\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallDesktop\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallDesktop\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallDesktop\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallDesktop\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallDesktop\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallDesktop\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallDesktop\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallDesktop\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallDesktop\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallDesktop\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallDesktop\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallDesktop\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallDesktop\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallDesktop\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallDesktop\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallDesktop\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallDesktop\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallDesktop\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallDesktop\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallDesktop\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallDesktop\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallDesktop\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallDesktop\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallDesktop\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallDesktop\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallDesktop\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallDesktop\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallDesktop\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallDesktop\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallDesktop\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallDesktop\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallDesktop\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallDesktop\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallDesktop\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallDesktop\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallDesktop\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallDesktop\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallDesktop\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallDesktop\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallDesktop\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallDesktop\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallDesktop\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallDesktop\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallDesktop\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallDesktop\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallDesktop\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallDesktop\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallDesktop\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallDesktop\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallDesktop\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallDesktop\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallDesktop\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallDesktop\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallDesktop\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallDesktop\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallDesktop\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallDesktop\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallDesktop\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallDesktop\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallDesktop\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallDesktop\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallDesktop\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallDesktop\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallDesktop\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallDesktop\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallDesktop\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallDesktop\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallDesktop\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallDesktop\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallDesktop\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallDesktop\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallDesktop\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallDesktop\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallDesktop\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallDesktop\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallDesktop\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallDesktop\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallDesktop\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallDesktop\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallDesktop\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallDesktop\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallDesktop\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallDesktop\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallDesktop\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallDesktop\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallDesktop\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallDesktop\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallDesktop\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallDesktop\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallDesktop\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallDesktop\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallDesktop\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallDesktop\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallDesktop\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallDesktop\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallDesktop\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallDesktop\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallDesktop\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallDesktop\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallDesktop\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallDesktop\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallDesktop\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallDesktop\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallDesktop\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallDesktop\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallDesktop\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallDesktop\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallDesktop\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallDesktop\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallDesktop\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallDesktop\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallDesktop\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallDesktop\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallDesktop\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallDesktop\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallDesktop\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallDesktop\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallDesktop\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallDesktop\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallDesktop\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallDesktop\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallDesktop\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallDesktop\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallDesktop\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallDesktop\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallDesktop\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallDesktop\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallDesktop\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallDesktop\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallDesktop\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallDesktop\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallDesktop\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallDesktop\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallDesktop\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallDesktop\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallDesktop\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallDesktop\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallDesktop\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallDesktop\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallDesktop\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallDesktop\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallDesktop\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallDesktop\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallDesktop\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallDesktop\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallDesktop\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallDesktop\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallDesktop\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallDesktop\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallDesktop\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallDesktop\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallDesktop\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallDesktop\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallDesktop\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallDesktop\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallDesktop\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallDesktop\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallDesktop\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallDesktop\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallDesktop\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallDesktop\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallDesktop\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallDesktop\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallDesktop\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallDesktop\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallDesktop\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallDesktop\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallDesktop\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallDesktop\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallDesktop\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallDesktop\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallDesktop\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallDesktop\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallDesktop\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallDesktop\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallDesktop\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallDesktop\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallDesktop\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallDesktop\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallDesktop\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallDesktop\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallDesktop\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallDesktop\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallDesktop\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallDesktop\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallDesktop\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallDesktop\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallDesktop\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallDesktop\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallDesktop\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallDesktop\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallDesktop\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallDesktop\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallDesktop\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallDesktop\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallDesktop\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallDesktop\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallDesktop\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallDesktop\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallDesktop\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallDesktop\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallDesktop\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallDesktop\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallDesktop\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallDesktop\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallDesktop\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallDesktop\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallDesktop\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallDesktop\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallDesktop\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallDesktop\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallDesktop\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallDesktop\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallDesktop\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallDesktop\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallDesktop\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallDesktop\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallDesktop\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallDesktop\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallDesktop\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallDesktop\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallDesktop\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallDesktop\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallDesktop\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallDesktop\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallDesktop\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallDesktop\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallDesktop\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallDesktop\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallDesktop\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallDesktop\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallDesktop\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallDesktop\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallDesktop\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallDesktop\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallDesktop\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallDesktop\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallDesktop\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallDesktop\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallDesktop\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallDesktop\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallDesktop\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallDesktop\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallDesktop\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallDesktop\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallDesktop\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallDesktop\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .aboveSmallDesktop\:to-current{
    --tw-gradient-to: currentColor;
  }

  .aboveSmallDesktop\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .aboveSmallDesktop\:to-black{
    --tw-gradient-to: #000;
  }

  .aboveSmallDesktop\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .aboveSmallDesktop\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveSmallDesktop\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveSmallDesktop\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .aboveSmallDesktop\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .aboveSmallDesktop\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .aboveSmallDesktop\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .aboveSmallDesktop\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .aboveSmallDesktop\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .aboveSmallDesktop\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .aboveSmallDesktop\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveSmallDesktop\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveSmallDesktop\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .aboveSmallDesktop\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveSmallDesktop\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .aboveSmallDesktop\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveSmallDesktop\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .aboveSmallDesktop\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .aboveSmallDesktop\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .aboveSmallDesktop\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveSmallDesktop\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .aboveSmallDesktop\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveSmallDesktop\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .aboveSmallDesktop\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .aboveSmallDesktop\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .aboveSmallDesktop\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .aboveSmallDesktop\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .aboveSmallDesktop\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .aboveSmallDesktop\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .aboveSmallDesktop\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .aboveSmallDesktop\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveSmallDesktop\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .aboveSmallDesktop\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveSmallDesktop\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .aboveSmallDesktop\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .aboveSmallDesktop\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .aboveSmallDesktop\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .aboveSmallDesktop\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .aboveSmallDesktop\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .aboveSmallDesktop\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .aboveSmallDesktop\:to-white{
    --tw-gradient-to: #fff;
  }

  .aboveSmallDesktop\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .aboveSmallDesktop\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveSmallDesktop\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveSmallDesktop\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveSmallDesktop\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .aboveSmallDesktop\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .aboveSmallDesktop\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .aboveSmallDesktop\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .aboveSmallDesktop\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .aboveSmallDesktop\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .aboveSmallDesktop\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveSmallDesktop\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .aboveSmallDesktop\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveSmallDesktop\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .aboveSmallDesktop\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .aboveSmallDesktop\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .aboveSmallDesktop\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .aboveSmallDesktop\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .aboveSmallDesktop\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .aboveSmallDesktop\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .aboveSmallDesktop\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .aboveSmallDesktop\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .aboveSmallDesktop\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .aboveSmallDesktop\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .aboveSmallDesktop\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .aboveSmallDesktop\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveSmallDesktop\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveSmallDesktop\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .aboveSmallDesktop\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .aboveSmallDesktop\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .aboveSmallDesktop\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .aboveSmallDesktop\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .aboveSmallDesktop\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .aboveSmallDesktop\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .aboveSmallDesktop\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveSmallDesktop\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveSmallDesktop\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .aboveSmallDesktop\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveSmallDesktop\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .aboveSmallDesktop\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveSmallDesktop\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .aboveSmallDesktop\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .aboveSmallDesktop\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .aboveSmallDesktop\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveSmallDesktop\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .aboveSmallDesktop\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveSmallDesktop\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .aboveSmallDesktop\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .aboveSmallDesktop\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .aboveSmallDesktop\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .aboveSmallDesktop\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .aboveSmallDesktop\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .aboveSmallDesktop\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .aboveSmallDesktop\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .aboveSmallDesktop\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveSmallDesktop\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .aboveSmallDesktop\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveSmallDesktop\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .aboveSmallDesktop\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .aboveSmallDesktop\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .aboveSmallDesktop\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .aboveSmallDesktop\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .aboveSmallDesktop\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .aboveSmallDesktop\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .aboveSmallDesktop\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .aboveSmallDesktop\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .aboveSmallDesktop\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveSmallDesktop\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveSmallDesktop\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveSmallDesktop\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .aboveSmallDesktop\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .aboveSmallDesktop\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .aboveSmallDesktop\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .aboveSmallDesktop\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .aboveSmallDesktop\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .aboveSmallDesktop\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveSmallDesktop\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .aboveSmallDesktop\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveSmallDesktop\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .aboveSmallDesktop\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .aboveSmallDesktop\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .aboveSmallDesktop\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .aboveSmallDesktop\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .aboveSmallDesktop\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .aboveSmallDesktop\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .aboveSmallDesktop\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .aboveSmallDesktop\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .aboveSmallDesktop\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .aboveSmallDesktop\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .aboveSmallDesktop\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .aboveSmallDesktop\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveSmallDesktop\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveSmallDesktop\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .aboveSmallDesktop\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .aboveSmallDesktop\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .aboveSmallDesktop\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .aboveSmallDesktop\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .aboveSmallDesktop\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .aboveSmallDesktop\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .aboveSmallDesktop\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveSmallDesktop\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveSmallDesktop\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .aboveSmallDesktop\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveSmallDesktop\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .aboveSmallDesktop\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveSmallDesktop\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .aboveSmallDesktop\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .aboveSmallDesktop\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .aboveSmallDesktop\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveSmallDesktop\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .aboveSmallDesktop\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveSmallDesktop\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .aboveSmallDesktop\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .aboveSmallDesktop\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .aboveSmallDesktop\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .aboveSmallDesktop\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .aboveSmallDesktop\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .aboveSmallDesktop\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .aboveSmallDesktop\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .aboveSmallDesktop\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveSmallDesktop\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .aboveSmallDesktop\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveSmallDesktop\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .aboveSmallDesktop\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .aboveSmallDesktop\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .aboveSmallDesktop\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .aboveSmallDesktop\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .aboveSmallDesktop\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .aboveSmallDesktop\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .aboveSmallDesktop\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .aboveSmallDesktop\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .aboveSmallDesktop\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveSmallDesktop\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveSmallDesktop\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveSmallDesktop\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .aboveSmallDesktop\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .aboveSmallDesktop\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .aboveSmallDesktop\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .aboveSmallDesktop\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .aboveSmallDesktop\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .aboveSmallDesktop\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveSmallDesktop\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .aboveSmallDesktop\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveSmallDesktop\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .aboveSmallDesktop\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .aboveSmallDesktop\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .aboveSmallDesktop\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .aboveSmallDesktop\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .aboveSmallDesktop\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .aboveSmallDesktop\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .aboveSmallDesktop\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .aboveSmallDesktop\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .aboveSmallDesktop\:bg-auto{
    background-size: auto;
  }

  .aboveSmallDesktop\:bg-cover{
    background-size: cover;
  }

  .aboveSmallDesktop\:bg-contain{
    background-size: contain;
  }

  .aboveSmallDesktop\:bg-fixed{
    background-attachment: fixed;
  }

  .aboveSmallDesktop\:bg-local{
    background-attachment: local;
  }

  .aboveSmallDesktop\:bg-scroll{
    background-attachment: scroll;
  }

  .aboveSmallDesktop\:bg-clip-border{
    background-clip: border-box;
  }

  .aboveSmallDesktop\:bg-clip-padding{
    background-clip: padding-box;
  }

  .aboveSmallDesktop\:bg-clip-content{
    background-clip: content-box;
  }

  .aboveSmallDesktop\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .aboveSmallDesktop\:bg-bottom{
    background-position: bottom;
  }

  .aboveSmallDesktop\:bg-center{
    background-position: center;
  }

  .aboveSmallDesktop\:bg-left{
    background-position: left;
  }

  .aboveSmallDesktop\:bg-left-bottom{
    background-position: left bottom;
  }

  .aboveSmallDesktop\:bg-left-top{
    background-position: left top;
  }

  .aboveSmallDesktop\:bg-right{
    background-position: right;
  }

  .aboveSmallDesktop\:bg-right-bottom{
    background-position: right bottom;
  }

  .aboveSmallDesktop\:bg-right-top{
    background-position: right top;
  }

  .aboveSmallDesktop\:bg-top{
    background-position: top;
  }

  .aboveSmallDesktop\:bg-repeat{
    background-repeat: repeat;
  }

  .aboveSmallDesktop\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .aboveSmallDesktop\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .aboveSmallDesktop\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .aboveSmallDesktop\:bg-repeat-round{
    background-repeat: round;
  }

  .aboveSmallDesktop\:bg-repeat-space{
    background-repeat: space;
  }

  .aboveSmallDesktop\:bg-origin-border{
    background-origin: border-box;
  }

  .aboveSmallDesktop\:bg-origin-padding{
    background-origin: padding-box;
  }

  .aboveSmallDesktop\:bg-origin-content{
    background-origin: content-box;
  }

  .aboveSmallDesktop\:fill-current{
    fill: currentColor;
  }

  .aboveSmallDesktop\:stroke-current{
    stroke: currentColor;
  }

  .aboveSmallDesktop\:stroke-0{
    stroke-width: 0;
  }

  .aboveSmallDesktop\:stroke-1{
    stroke-width: 1;
  }

  .aboveSmallDesktop\:stroke-2{
    stroke-width: 2;
  }

  .aboveSmallDesktop\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .aboveSmallDesktop\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .aboveSmallDesktop\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .aboveSmallDesktop\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .aboveSmallDesktop\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .aboveSmallDesktop\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .aboveSmallDesktop\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .aboveSmallDesktop\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .aboveSmallDesktop\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .aboveSmallDesktop\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .aboveSmallDesktop\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .aboveSmallDesktop\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .aboveSmallDesktop\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .aboveSmallDesktop\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .aboveSmallDesktop\:p-0{
    padding: 0px;
  }

  .aboveSmallDesktop\:p-1{
    padding: 0.25rem;
  }

  .aboveSmallDesktop\:p-2{
    padding: 0.5rem;
  }

  .aboveSmallDesktop\:p-3{
    padding: 0.75rem;
  }

  .aboveSmallDesktop\:p-4{
    padding: 1rem;
  }

  .aboveSmallDesktop\:p-5{
    padding: 1.25rem;
  }

  .aboveSmallDesktop\:p-6{
    padding: 1.5rem;
  }

  .aboveSmallDesktop\:p-7{
    padding: 1.75rem;
  }

  .aboveSmallDesktop\:p-8{
    padding: 2rem;
  }

  .aboveSmallDesktop\:p-9{
    padding: 2.25rem;
  }

  .aboveSmallDesktop\:p-10{
    padding: 2.5rem;
  }

  .aboveSmallDesktop\:p-11{
    padding: 2.75rem;
  }

  .aboveSmallDesktop\:p-12{
    padding: 3rem;
  }

  .aboveSmallDesktop\:p-14{
    padding: 3.5rem;
  }

  .aboveSmallDesktop\:p-16{
    padding: 4rem;
  }

  .aboveSmallDesktop\:p-20{
    padding: 5rem;
  }

  .aboveSmallDesktop\:p-24{
    padding: 6rem;
  }

  .aboveSmallDesktop\:p-28{
    padding: 7rem;
  }

  .aboveSmallDesktop\:p-32{
    padding: 8rem;
  }

  .aboveSmallDesktop\:p-36{
    padding: 9rem;
  }

  .aboveSmallDesktop\:p-40{
    padding: 10rem;
  }

  .aboveSmallDesktop\:p-44{
    padding: 11rem;
  }

  .aboveSmallDesktop\:p-48{
    padding: 12rem;
  }

  .aboveSmallDesktop\:p-52{
    padding: 13rem;
  }

  .aboveSmallDesktop\:p-56{
    padding: 14rem;
  }

  .aboveSmallDesktop\:p-60{
    padding: 15rem;
  }

  .aboveSmallDesktop\:p-64{
    padding: 16rem;
  }

  .aboveSmallDesktop\:p-72{
    padding: 18rem;
  }

  .aboveSmallDesktop\:p-80{
    padding: 20rem;
  }

  .aboveSmallDesktop\:p-96{
    padding: 24rem;
  }

  .aboveSmallDesktop\:p-px{
    padding: 1px;
  }

  .aboveSmallDesktop\:p-0\.5{
    padding: 0.125rem;
  }

  .aboveSmallDesktop\:p-1\.5{
    padding: 0.375rem;
  }

  .aboveSmallDesktop\:p-2\.5{
    padding: 0.625rem;
  }

  .aboveSmallDesktop\:p-3\.5{
    padding: 0.875rem;
  }

  .aboveSmallDesktop\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .aboveSmallDesktop\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .aboveSmallDesktop\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .aboveSmallDesktop\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .aboveSmallDesktop\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .aboveSmallDesktop\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .aboveSmallDesktop\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .aboveSmallDesktop\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .aboveSmallDesktop\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aboveSmallDesktop\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .aboveSmallDesktop\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .aboveSmallDesktop\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .aboveSmallDesktop\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .aboveSmallDesktop\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .aboveSmallDesktop\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .aboveSmallDesktop\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .aboveSmallDesktop\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .aboveSmallDesktop\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .aboveSmallDesktop\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .aboveSmallDesktop\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .aboveSmallDesktop\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .aboveSmallDesktop\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .aboveSmallDesktop\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .aboveSmallDesktop\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .aboveSmallDesktop\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .aboveSmallDesktop\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .aboveSmallDesktop\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .aboveSmallDesktop\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .aboveSmallDesktop\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .aboveSmallDesktop\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .aboveSmallDesktop\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .aboveSmallDesktop\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .aboveSmallDesktop\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .aboveSmallDesktop\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .aboveSmallDesktop\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .aboveSmallDesktop\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .aboveSmallDesktop\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .aboveSmallDesktop\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .aboveSmallDesktop\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .aboveSmallDesktop\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aboveSmallDesktop\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .aboveSmallDesktop\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .aboveSmallDesktop\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .aboveSmallDesktop\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aboveSmallDesktop\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .aboveSmallDesktop\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .aboveSmallDesktop\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .aboveSmallDesktop\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aboveSmallDesktop\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .aboveSmallDesktop\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .aboveSmallDesktop\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .aboveSmallDesktop\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .aboveSmallDesktop\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .aboveSmallDesktop\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .aboveSmallDesktop\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .aboveSmallDesktop\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .aboveSmallDesktop\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .aboveSmallDesktop\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .aboveSmallDesktop\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .aboveSmallDesktop\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .aboveSmallDesktop\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .aboveSmallDesktop\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .aboveSmallDesktop\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .aboveSmallDesktop\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .aboveSmallDesktop\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .aboveSmallDesktop\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .aboveSmallDesktop\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .aboveSmallDesktop\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .aboveSmallDesktop\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .aboveSmallDesktop\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .aboveSmallDesktop\:pt-0{
    padding-top: 0px;
  }

  .aboveSmallDesktop\:pt-1{
    padding-top: 0.25rem;
  }

  .aboveSmallDesktop\:pt-2{
    padding-top: 0.5rem;
  }

  .aboveSmallDesktop\:pt-3{
    padding-top: 0.75rem;
  }

  .aboveSmallDesktop\:pt-4{
    padding-top: 1rem;
  }

  .aboveSmallDesktop\:pt-5{
    padding-top: 1.25rem;
  }

  .aboveSmallDesktop\:pt-6{
    padding-top: 1.5rem;
  }

  .aboveSmallDesktop\:pt-7{
    padding-top: 1.75rem;
  }

  .aboveSmallDesktop\:pt-8{
    padding-top: 2rem;
  }

  .aboveSmallDesktop\:pt-9{
    padding-top: 2.25rem;
  }

  .aboveSmallDesktop\:pt-10{
    padding-top: 2.5rem;
  }

  .aboveSmallDesktop\:pt-11{
    padding-top: 2.75rem;
  }

  .aboveSmallDesktop\:pt-12{
    padding-top: 3rem;
  }

  .aboveSmallDesktop\:pt-14{
    padding-top: 3.5rem;
  }

  .aboveSmallDesktop\:pt-16{
    padding-top: 4rem;
  }

  .aboveSmallDesktop\:pt-20{
    padding-top: 5rem;
  }

  .aboveSmallDesktop\:pt-24{
    padding-top: 6rem;
  }

  .aboveSmallDesktop\:pt-28{
    padding-top: 7rem;
  }

  .aboveSmallDesktop\:pt-32{
    padding-top: 8rem;
  }

  .aboveSmallDesktop\:pt-36{
    padding-top: 9rem;
  }

  .aboveSmallDesktop\:pt-40{
    padding-top: 10rem;
  }

  .aboveSmallDesktop\:pt-44{
    padding-top: 11rem;
  }

  .aboveSmallDesktop\:pt-48{
    padding-top: 12rem;
  }

  .aboveSmallDesktop\:pt-52{
    padding-top: 13rem;
  }

  .aboveSmallDesktop\:pt-56{
    padding-top: 14rem;
  }

  .aboveSmallDesktop\:pt-60{
    padding-top: 15rem;
  }

  .aboveSmallDesktop\:pt-64{
    padding-top: 16rem;
  }

  .aboveSmallDesktop\:pt-72{
    padding-top: 18rem;
  }

  .aboveSmallDesktop\:pt-80{
    padding-top: 20rem;
  }

  .aboveSmallDesktop\:pt-96{
    padding-top: 24rem;
  }

  .aboveSmallDesktop\:pt-px{
    padding-top: 1px;
  }

  .aboveSmallDesktop\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .aboveSmallDesktop\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .aboveSmallDesktop\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .aboveSmallDesktop\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .aboveSmallDesktop\:pr-0{
    padding-right: 0px;
  }

  .aboveSmallDesktop\:pr-1{
    padding-right: 0.25rem;
  }

  .aboveSmallDesktop\:pr-2{
    padding-right: 0.5rem;
  }

  .aboveSmallDesktop\:pr-3{
    padding-right: 0.75rem;
  }

  .aboveSmallDesktop\:pr-4{
    padding-right: 1rem;
  }

  .aboveSmallDesktop\:pr-5{
    padding-right: 1.25rem;
  }

  .aboveSmallDesktop\:pr-6{
    padding-right: 1.5rem;
  }

  .aboveSmallDesktop\:pr-7{
    padding-right: 1.75rem;
  }

  .aboveSmallDesktop\:pr-8{
    padding-right: 2rem;
  }

  .aboveSmallDesktop\:pr-9{
    padding-right: 2.25rem;
  }

  .aboveSmallDesktop\:pr-10{
    padding-right: 2.5rem;
  }

  .aboveSmallDesktop\:pr-11{
    padding-right: 2.75rem;
  }

  .aboveSmallDesktop\:pr-12{
    padding-right: 3rem;
  }

  .aboveSmallDesktop\:pr-14{
    padding-right: 3.5rem;
  }

  .aboveSmallDesktop\:pr-16{
    padding-right: 4rem;
  }

  .aboveSmallDesktop\:pr-20{
    padding-right: 5rem;
  }

  .aboveSmallDesktop\:pr-24{
    padding-right: 6rem;
  }

  .aboveSmallDesktop\:pr-28{
    padding-right: 7rem;
  }

  .aboveSmallDesktop\:pr-32{
    padding-right: 8rem;
  }

  .aboveSmallDesktop\:pr-36{
    padding-right: 9rem;
  }

  .aboveSmallDesktop\:pr-40{
    padding-right: 10rem;
  }

  .aboveSmallDesktop\:pr-44{
    padding-right: 11rem;
  }

  .aboveSmallDesktop\:pr-48{
    padding-right: 12rem;
  }

  .aboveSmallDesktop\:pr-52{
    padding-right: 13rem;
  }

  .aboveSmallDesktop\:pr-56{
    padding-right: 14rem;
  }

  .aboveSmallDesktop\:pr-60{
    padding-right: 15rem;
  }

  .aboveSmallDesktop\:pr-64{
    padding-right: 16rem;
  }

  .aboveSmallDesktop\:pr-72{
    padding-right: 18rem;
  }

  .aboveSmallDesktop\:pr-80{
    padding-right: 20rem;
  }

  .aboveSmallDesktop\:pr-96{
    padding-right: 24rem;
  }

  .aboveSmallDesktop\:pr-px{
    padding-right: 1px;
  }

  .aboveSmallDesktop\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .aboveSmallDesktop\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .aboveSmallDesktop\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .aboveSmallDesktop\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .aboveSmallDesktop\:pb-0{
    padding-bottom: 0px;
  }

  .aboveSmallDesktop\:pb-1{
    padding-bottom: 0.25rem;
  }

  .aboveSmallDesktop\:pb-2{
    padding-bottom: 0.5rem;
  }

  .aboveSmallDesktop\:pb-3{
    padding-bottom: 0.75rem;
  }

  .aboveSmallDesktop\:pb-4{
    padding-bottom: 1rem;
  }

  .aboveSmallDesktop\:pb-5{
    padding-bottom: 1.25rem;
  }

  .aboveSmallDesktop\:pb-6{
    padding-bottom: 1.5rem;
  }

  .aboveSmallDesktop\:pb-7{
    padding-bottom: 1.75rem;
  }

  .aboveSmallDesktop\:pb-8{
    padding-bottom: 2rem;
  }

  .aboveSmallDesktop\:pb-9{
    padding-bottom: 2.25rem;
  }

  .aboveSmallDesktop\:pb-10{
    padding-bottom: 2.5rem;
  }

  .aboveSmallDesktop\:pb-11{
    padding-bottom: 2.75rem;
  }

  .aboveSmallDesktop\:pb-12{
    padding-bottom: 3rem;
  }

  .aboveSmallDesktop\:pb-14{
    padding-bottom: 3.5rem;
  }

  .aboveSmallDesktop\:pb-16{
    padding-bottom: 4rem;
  }

  .aboveSmallDesktop\:pb-20{
    padding-bottom: 5rem;
  }

  .aboveSmallDesktop\:pb-24{
    padding-bottom: 6rem;
  }

  .aboveSmallDesktop\:pb-28{
    padding-bottom: 7rem;
  }

  .aboveSmallDesktop\:pb-32{
    padding-bottom: 8rem;
  }

  .aboveSmallDesktop\:pb-36{
    padding-bottom: 9rem;
  }

  .aboveSmallDesktop\:pb-40{
    padding-bottom: 10rem;
  }

  .aboveSmallDesktop\:pb-44{
    padding-bottom: 11rem;
  }

  .aboveSmallDesktop\:pb-48{
    padding-bottom: 12rem;
  }

  .aboveSmallDesktop\:pb-52{
    padding-bottom: 13rem;
  }

  .aboveSmallDesktop\:pb-56{
    padding-bottom: 14rem;
  }

  .aboveSmallDesktop\:pb-60{
    padding-bottom: 15rem;
  }

  .aboveSmallDesktop\:pb-64{
    padding-bottom: 16rem;
  }

  .aboveSmallDesktop\:pb-72{
    padding-bottom: 18rem;
  }

  .aboveSmallDesktop\:pb-80{
    padding-bottom: 20rem;
  }

  .aboveSmallDesktop\:pb-96{
    padding-bottom: 24rem;
  }

  .aboveSmallDesktop\:pb-px{
    padding-bottom: 1px;
  }

  .aboveSmallDesktop\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .aboveSmallDesktop\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .aboveSmallDesktop\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .aboveSmallDesktop\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .aboveSmallDesktop\:pl-0{
    padding-left: 0px;
  }

  .aboveSmallDesktop\:pl-1{
    padding-left: 0.25rem;
  }

  .aboveSmallDesktop\:pl-2{
    padding-left: 0.5rem;
  }

  .aboveSmallDesktop\:pl-3{
    padding-left: 0.75rem;
  }

  .aboveSmallDesktop\:pl-4{
    padding-left: 1rem;
  }

  .aboveSmallDesktop\:pl-5{
    padding-left: 1.25rem;
  }

  .aboveSmallDesktop\:pl-6{
    padding-left: 1.5rem;
  }

  .aboveSmallDesktop\:pl-7{
    padding-left: 1.75rem;
  }

  .aboveSmallDesktop\:pl-8{
    padding-left: 2rem;
  }

  .aboveSmallDesktop\:pl-9{
    padding-left: 2.25rem;
  }

  .aboveSmallDesktop\:pl-10{
    padding-left: 2.5rem;
  }

  .aboveSmallDesktop\:pl-11{
    padding-left: 2.75rem;
  }

  .aboveSmallDesktop\:pl-12{
    padding-left: 3rem;
  }

  .aboveSmallDesktop\:pl-14{
    padding-left: 3.5rem;
  }

  .aboveSmallDesktop\:pl-16{
    padding-left: 4rem;
  }

  .aboveSmallDesktop\:pl-20{
    padding-left: 5rem;
  }

  .aboveSmallDesktop\:pl-24{
    padding-left: 6rem;
  }

  .aboveSmallDesktop\:pl-28{
    padding-left: 7rem;
  }

  .aboveSmallDesktop\:pl-32{
    padding-left: 8rem;
  }

  .aboveSmallDesktop\:pl-36{
    padding-left: 9rem;
  }

  .aboveSmallDesktop\:pl-40{
    padding-left: 10rem;
  }

  .aboveSmallDesktop\:pl-44{
    padding-left: 11rem;
  }

  .aboveSmallDesktop\:pl-48{
    padding-left: 12rem;
  }

  .aboveSmallDesktop\:pl-52{
    padding-left: 13rem;
  }

  .aboveSmallDesktop\:pl-56{
    padding-left: 14rem;
  }

  .aboveSmallDesktop\:pl-60{
    padding-left: 15rem;
  }

  .aboveSmallDesktop\:pl-64{
    padding-left: 16rem;
  }

  .aboveSmallDesktop\:pl-72{
    padding-left: 18rem;
  }

  .aboveSmallDesktop\:pl-80{
    padding-left: 20rem;
  }

  .aboveSmallDesktop\:pl-96{
    padding-left: 24rem;
  }

  .aboveSmallDesktop\:pl-px{
    padding-left: 1px;
  }

  .aboveSmallDesktop\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .aboveSmallDesktop\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .aboveSmallDesktop\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .aboveSmallDesktop\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .aboveSmallDesktop\:text-left{
    text-align: left;
  }

  .aboveSmallDesktop\:text-center{
    text-align: center;
  }

  .aboveSmallDesktop\:text-right{
    text-align: right;
  }

  .aboveSmallDesktop\:text-justify{
    text-align: justify;
  }

  .aboveSmallDesktop\:align-baseline{
    vertical-align: baseline;
  }

  .aboveSmallDesktop\:align-top{
    vertical-align: top;
  }

  .aboveSmallDesktop\:align-middle{
    vertical-align: middle;
  }

  .aboveSmallDesktop\:align-bottom{
    vertical-align: bottom;
  }

  .aboveSmallDesktop\:align-text-top{
    vertical-align: text-top;
  }

  .aboveSmallDesktop\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .aboveSmallDesktop\:font-sans{
    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";
  }

  .aboveSmallDesktop\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .aboveSmallDesktop\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .aboveSmallDesktop\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .aboveSmallDesktop\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .aboveSmallDesktop\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .aboveSmallDesktop\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .aboveSmallDesktop\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .aboveSmallDesktop\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .aboveSmallDesktop\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .aboveSmallDesktop\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .aboveSmallDesktop\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .aboveSmallDesktop\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .aboveSmallDesktop\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .aboveSmallDesktop\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .aboveSmallDesktop\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .aboveSmallDesktop\:font-thin{
    font-weight: 100;
  }

  .aboveSmallDesktop\:font-extralight{
    font-weight: 200;
  }

  .aboveSmallDesktop\:font-light{
    font-weight: 300;
  }

  .aboveSmallDesktop\:font-normal{
    font-weight: 400;
  }

  .aboveSmallDesktop\:font-medium{
    font-weight: 500;
  }

  .aboveSmallDesktop\:font-semibold{
    font-weight: 600;
  }

  .aboveSmallDesktop\:font-bold{
    font-weight: 700;
  }

  .aboveSmallDesktop\:font-extrabold{
    font-weight: 800;
  }

  .aboveSmallDesktop\:font-black{
    font-weight: 900;
  }

  .aboveSmallDesktop\:uppercase{
    text-transform: uppercase;
  }

  .aboveSmallDesktop\:lowercase{
    text-transform: lowercase;
  }

  .aboveSmallDesktop\:capitalize{
    text-transform: capitalize;
  }

  .aboveSmallDesktop\:normal-case{
    text-transform: none;
  }

  .aboveSmallDesktop\:italic{
    font-style: italic;
  }

  .aboveSmallDesktop\:not-italic{
    font-style: normal;
  }

  .aboveSmallDesktop\:ordinal, .aboveSmallDesktop\:slashed-zero, .aboveSmallDesktop\:lining-nums, .aboveSmallDesktop\:oldstyle-nums, .aboveSmallDesktop\:proportional-nums, .aboveSmallDesktop\:tabular-nums, .aboveSmallDesktop\:diagonal-fractions, .aboveSmallDesktop\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .aboveSmallDesktop\:normal-nums{
    font-variant-numeric: normal;
  }

  .aboveSmallDesktop\:ordinal{
    --tw-ordinal: ordinal;
  }

  .aboveSmallDesktop\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .aboveSmallDesktop\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .aboveSmallDesktop\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .aboveSmallDesktop\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .aboveSmallDesktop\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .aboveSmallDesktop\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .aboveSmallDesktop\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .aboveSmallDesktop\:leading-3{
    line-height: .75rem;
  }

  .aboveSmallDesktop\:leading-4{
    line-height: 1rem;
  }

  .aboveSmallDesktop\:leading-5{
    line-height: 1.25rem;
  }

  .aboveSmallDesktop\:leading-6{
    line-height: 1.5rem;
  }

  .aboveSmallDesktop\:leading-7{
    line-height: 1.75rem;
  }

  .aboveSmallDesktop\:leading-8{
    line-height: 2rem;
  }

  .aboveSmallDesktop\:leading-9{
    line-height: 2.25rem;
  }

  .aboveSmallDesktop\:leading-10{
    line-height: 2.5rem;
  }

  .aboveSmallDesktop\:leading-none{
    line-height: 1;
  }

  .aboveSmallDesktop\:leading-tight{
    line-height: 1.25;
  }

  .aboveSmallDesktop\:leading-snug{
    line-height: 1.375;
  }

  .aboveSmallDesktop\:leading-normal{
    line-height: 1.5;
  }

  .aboveSmallDesktop\:leading-relaxed{
    line-height: 1.625;
  }

  .aboveSmallDesktop\:leading-loose{
    line-height: 2;
  }

  .aboveSmallDesktop\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .aboveSmallDesktop\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .aboveSmallDesktop\:tracking-normal{
    letter-spacing: 0em;
  }

  .aboveSmallDesktop\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .aboveSmallDesktop\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .aboveSmallDesktop\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .aboveSmallDesktop\:text-transparent{
    color: transparent;
  }

  .aboveSmallDesktop\:text-current{
    color: currentColor;
  }

  .aboveSmallDesktop\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .aboveSmallDesktop\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .aboveSmallDesktop\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-transparent:hover{
    color: transparent;
  }

  .aboveSmallDesktop\:hover\:text-current:hover{
    color: currentColor;
  }

  .aboveSmallDesktop\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-transparent:focus{
    color: transparent;
  }

  .aboveSmallDesktop\:focus\:text-current:focus{
    color: currentColor;
  }

  .aboveSmallDesktop\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallDesktop\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .aboveSmallDesktop\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallDesktop\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallDesktop\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallDesktop\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallDesktop\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallDesktop\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallDesktop\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallDesktop\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallDesktop\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallDesktop\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallDesktop\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallDesktop\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallDesktop\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallDesktop\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallDesktop\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .aboveSmallDesktop\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .aboveSmallDesktop\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallDesktop\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallDesktop\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallDesktop\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallDesktop\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallDesktop\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallDesktop\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallDesktop\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallDesktop\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallDesktop\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallDesktop\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallDesktop\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallDesktop\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallDesktop\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .aboveSmallDesktop\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .aboveSmallDesktop\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallDesktop\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallDesktop\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallDesktop\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallDesktop\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallDesktop\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallDesktop\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallDesktop\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallDesktop\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallDesktop\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallDesktop\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallDesktop\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallDesktop\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallDesktop\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .aboveSmallDesktop\:underline{
    text-decoration: underline;
  }

  .aboveSmallDesktop\:line-through{
    text-decoration: line-through;
  }

  .aboveSmallDesktop\:no-underline{
    text-decoration: none;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:no-underline{
    text-decoration: none;
  }

  .aboveSmallDesktop\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .aboveSmallDesktop\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .aboveSmallDesktop\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .aboveSmallDesktop\:hover\:underline:hover{
    text-decoration: underline;
  }

  .aboveSmallDesktop\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .aboveSmallDesktop\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .aboveSmallDesktop\:focus\:underline:focus{
    text-decoration: underline;
  }

  .aboveSmallDesktop\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .aboveSmallDesktop\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .aboveSmallDesktop\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .aboveSmallDesktop\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .aboveSmallDesktop\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .aboveSmallDesktop\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .aboveSmallDesktop\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .aboveSmallDesktop\:placeholder-current::placeholder{
    color: currentColor;
  }

  .aboveSmallDesktop\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .aboveSmallDesktop\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .aboveSmallDesktop\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .aboveSmallDesktop\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .aboveSmallDesktop\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallDesktop\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallDesktop\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallDesktop\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallDesktop\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallDesktop\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallDesktop\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallDesktop\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallDesktop\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallDesktop\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallDesktop\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallDesktop\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallDesktop\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallDesktop\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallDesktop\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallDesktop\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallDesktop\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallDesktop\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallDesktop\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallDesktop\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallDesktop\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallDesktop\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallDesktop\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallDesktop\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallDesktop\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallDesktop\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallDesktop\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallDesktop\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallDesktop\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallDesktop\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallDesktop\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallDesktop\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallDesktop\:opacity-0{
    opacity: 0;
  }

  .aboveSmallDesktop\:opacity-5{
    opacity: 0.05;
  }

  .aboveSmallDesktop\:opacity-10{
    opacity: 0.1;
  }

  .aboveSmallDesktop\:opacity-20{
    opacity: 0.2;
  }

  .aboveSmallDesktop\:opacity-25{
    opacity: 0.25;
  }

  .aboveSmallDesktop\:opacity-30{
    opacity: 0.3;
  }

  .aboveSmallDesktop\:opacity-40{
    opacity: 0.4;
  }

  .aboveSmallDesktop\:opacity-50{
    opacity: 0.5;
  }

  .aboveSmallDesktop\:opacity-60{
    opacity: 0.6;
  }

  .aboveSmallDesktop\:opacity-70{
    opacity: 0.7;
  }

  .aboveSmallDesktop\:opacity-75{
    opacity: 0.75;
  }

  .aboveSmallDesktop\:opacity-80{
    opacity: 0.8;
  }

  .aboveSmallDesktop\:opacity-90{
    opacity: 0.9;
  }

  .aboveSmallDesktop\:opacity-95{
    opacity: 0.95;
  }

  .aboveSmallDesktop\:opacity-100{
    opacity: 1;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .aboveSmallDesktop\:group-hover\:opacity-100{
    opacity: 1;
  }

  .aboveSmallDesktop\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .aboveSmallDesktop\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .aboveSmallDesktop\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .aboveSmallDesktop\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .aboveSmallDesktop\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .aboveSmallDesktop\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .aboveSmallDesktop\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .aboveSmallDesktop\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .aboveSmallDesktop\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .aboveSmallDesktop\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .aboveSmallDesktop\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .aboveSmallDesktop\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .aboveSmallDesktop\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .aboveSmallDesktop\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .aboveSmallDesktop\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .aboveSmallDesktop\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .aboveSmallDesktop\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .aboveSmallDesktop\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .aboveSmallDesktop\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .aboveSmallDesktop\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .aboveSmallDesktop\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .aboveSmallDesktop\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .aboveSmallDesktop\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .aboveSmallDesktop\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .aboveSmallDesktop\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .aboveSmallDesktop\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .aboveSmallDesktop\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .aboveSmallDesktop\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .aboveSmallDesktop\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .aboveSmallDesktop\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .aboveSmallDesktop\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .aboveSmallDesktop\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .aboveSmallDesktop\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .aboveSmallDesktop\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .aboveSmallDesktop\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .aboveSmallDesktop\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .aboveSmallDesktop\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .aboveSmallDesktop\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .aboveSmallDesktop\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .aboveSmallDesktop\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .aboveSmallDesktop\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .aboveSmallDesktop\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .aboveSmallDesktop\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .aboveSmallDesktop\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .aboveSmallDesktop\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .aboveSmallDesktop\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .aboveSmallDesktop\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .aboveSmallDesktop\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .aboveSmallDesktop\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .aboveSmallDesktop\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .aboveSmallDesktop\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .aboveSmallDesktop\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .aboveSmallDesktop\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .aboveSmallDesktop\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .aboveSmallDesktop\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .aboveSmallDesktop\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .aboveSmallDesktop\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .aboveSmallDesktop\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .aboveSmallDesktop\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .aboveSmallDesktop\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .aboveSmallDesktop\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .aboveSmallDesktop\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .aboveSmallDesktop\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .aboveSmallDesktop\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .aboveSmallDesktop\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .aboveSmallDesktop\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .aboveSmallDesktop\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .aboveSmallDesktop\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .aboveSmallDesktop\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .aboveSmallDesktop\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .aboveSmallDesktop\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .aboveSmallDesktop\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .aboveSmallDesktop\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .aboveSmallDesktop\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .aboveSmallDesktop\:bg-blend-color{
    background-blend-mode: color;
  }

  .aboveSmallDesktop\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .aboveSmallDesktop\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .aboveSmallDesktop\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .aboveSmallDesktop\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .aboveSmallDesktop\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .aboveSmallDesktop\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .aboveSmallDesktop\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .aboveSmallDesktop\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .aboveSmallDesktop\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .aboveSmallDesktop\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .aboveSmallDesktop\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .aboveSmallDesktop\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .aboveSmallDesktop\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .aboveSmallDesktop\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .aboveSmallDesktop\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .aboveSmallDesktop\:mix-blend-color{
    mix-blend-mode: color;
  }

  .aboveSmallDesktop\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .aboveSmallDesktop\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallDesktop\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallDesktop\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallDesktop\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallDesktop\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallDesktop\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallDesktop\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallDesktop\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallDesktop\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallDesktop\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveSmallDesktop\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveSmallDesktop\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveSmallDesktop\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveSmallDesktop\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveSmallDesktop\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveSmallDesktop\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveSmallDesktop\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveSmallDesktop\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveSmallDesktop\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallDesktop\:ring-inset{
    --tw-ring-inset: inset;
  }

  .aboveSmallDesktop\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .aboveSmallDesktop\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .aboveSmallDesktop\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .aboveSmallDesktop\:ring-current{
    --tw-ring-color: currentColor;
  }

  .aboveSmallDesktop\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .aboveSmallDesktop\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .aboveSmallDesktop\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .aboveSmallDesktop\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .aboveSmallDesktop\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveSmallDesktop\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .aboveSmallDesktop\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .aboveSmallDesktop\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .aboveSmallDesktop\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .aboveSmallDesktop\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .aboveSmallDesktop\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .aboveSmallDesktop\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .aboveSmallDesktop\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .aboveSmallDesktop\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .aboveSmallDesktop\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .aboveSmallDesktop\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .aboveSmallDesktop\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .aboveSmallDesktop\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .aboveSmallDesktop\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .aboveSmallDesktop\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .aboveSmallDesktop\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .aboveSmallDesktop\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .aboveSmallDesktop\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .aboveSmallDesktop\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .aboveSmallDesktop\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .aboveSmallDesktop\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .aboveSmallDesktop\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .aboveSmallDesktop\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .aboveSmallDesktop\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .aboveSmallDesktop\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .aboveSmallDesktop\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .aboveSmallDesktop\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .aboveSmallDesktop\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .aboveSmallDesktop\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .aboveSmallDesktop\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .aboveSmallDesktop\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .aboveSmallDesktop\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveSmallDesktop\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveSmallDesktop\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveSmallDesktop\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveSmallDesktop\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveSmallDesktop\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveSmallDesktop\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveSmallDesktop\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .aboveSmallDesktop\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveSmallDesktop\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .aboveSmallDesktop\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveSmallDesktop\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveSmallDesktop\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveSmallDesktop\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveSmallDesktop\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveSmallDesktop\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveSmallDesktop\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveSmallDesktop\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveSmallDesktop\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .aboveSmallDesktop\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveSmallDesktop\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveSmallDesktop\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveSmallDesktop\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveSmallDesktop\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveSmallDesktop\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveSmallDesktop\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveSmallDesktop\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveSmallDesktop\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .aboveSmallDesktop\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveSmallDesktop\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .aboveSmallDesktop\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveSmallDesktop\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveSmallDesktop\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveSmallDesktop\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveSmallDesktop\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveSmallDesktop\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveSmallDesktop\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveSmallDesktop\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveSmallDesktop\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .aboveSmallDesktop\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .aboveSmallDesktop\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .aboveSmallDesktop\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveSmallDesktop\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveSmallDesktop\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveSmallDesktop\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveSmallDesktop\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveSmallDesktop\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveSmallDesktop\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveSmallDesktop\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveSmallDesktop\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveSmallDesktop\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .aboveSmallDesktop\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveSmallDesktop\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveSmallDesktop\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveSmallDesktop\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .aboveSmallDesktop\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveSmallDesktop\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveSmallDesktop\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveSmallDesktop\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .aboveSmallDesktop\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .aboveSmallDesktop\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .aboveSmallDesktop\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .aboveSmallDesktop\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .aboveSmallDesktop\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .aboveSmallDesktop\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .aboveSmallDesktop\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .aboveSmallDesktop\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveSmallDesktop\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveSmallDesktop\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveSmallDesktop\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveSmallDesktop\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveSmallDesktop\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveSmallDesktop\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveSmallDesktop\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .aboveSmallDesktop\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveSmallDesktop\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .aboveSmallDesktop\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveSmallDesktop\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveSmallDesktop\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveSmallDesktop\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveSmallDesktop\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveSmallDesktop\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveSmallDesktop\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveSmallDesktop\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveSmallDesktop\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .aboveSmallDesktop\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveSmallDesktop\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveSmallDesktop\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveSmallDesktop\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveSmallDesktop\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveSmallDesktop\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveSmallDesktop\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveSmallDesktop\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveSmallDesktop\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .aboveSmallDesktop\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveSmallDesktop\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .aboveSmallDesktop\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveSmallDesktop\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveSmallDesktop\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveSmallDesktop\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveSmallDesktop\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveSmallDesktop\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveSmallDesktop\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveSmallDesktop\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveSmallDesktop\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .aboveSmallDesktop\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .aboveSmallDesktop\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .aboveSmallDesktop\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveSmallDesktop\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveSmallDesktop\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveSmallDesktop\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveSmallDesktop\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveSmallDesktop\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveSmallDesktop\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveSmallDesktop\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveSmallDesktop\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveSmallDesktop\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .aboveSmallDesktop\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveSmallDesktop\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveSmallDesktop\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveSmallDesktop\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .aboveSmallDesktop\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveSmallDesktop\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveSmallDesktop\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveSmallDesktop\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .aboveSmallDesktop\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .aboveSmallDesktop\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .aboveSmallDesktop\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .aboveSmallDesktop\:filter-none{
    filter: none;
  }

  .aboveSmallDesktop\:blur-0{
    --tw-blur: blur(0);
  }

  .aboveSmallDesktop\:blur-none{
    --tw-blur: blur(0);
  }

  .aboveSmallDesktop\:blur-sm{
    --tw-blur: blur(4px);
  }

  .aboveSmallDesktop\:blur{
    --tw-blur: blur(8px);
  }

  .aboveSmallDesktop\:blur-md{
    --tw-blur: blur(12px);
  }

  .aboveSmallDesktop\:blur-lg{
    --tw-blur: blur(16px);
  }

  .aboveSmallDesktop\:blur-xl{
    --tw-blur: blur(24px);
  }

  .aboveSmallDesktop\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .aboveSmallDesktop\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .aboveSmallDesktop\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .aboveSmallDesktop\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .aboveSmallDesktop\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .aboveSmallDesktop\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .aboveSmallDesktop\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .aboveSmallDesktop\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .aboveSmallDesktop\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .aboveSmallDesktop\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .aboveSmallDesktop\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .aboveSmallDesktop\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .aboveSmallDesktop\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .aboveSmallDesktop\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .aboveSmallDesktop\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .aboveSmallDesktop\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .aboveSmallDesktop\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .aboveSmallDesktop\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .aboveSmallDesktop\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .aboveSmallDesktop\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .aboveSmallDesktop\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .aboveSmallDesktop\: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));
  }

  .aboveSmallDesktop\: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));
  }

  .aboveSmallDesktop\: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));
  }

  .aboveSmallDesktop\: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));
  }

  .aboveSmallDesktop\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .aboveSmallDesktop\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .aboveSmallDesktop\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .aboveSmallDesktop\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .aboveSmallDesktop\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .aboveSmallDesktop\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .aboveSmallDesktop\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .aboveSmallDesktop\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .aboveSmallDesktop\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .aboveSmallDesktop\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .aboveSmallDesktop\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .aboveSmallDesktop\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .aboveSmallDesktop\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .aboveSmallDesktop\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .aboveSmallDesktop\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .aboveSmallDesktop\:invert-0{
    --tw-invert: invert(0);
  }

  .aboveSmallDesktop\:invert{
    --tw-invert: invert(100%);
  }

  .aboveSmallDesktop\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .aboveSmallDesktop\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .aboveSmallDesktop\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .aboveSmallDesktop\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .aboveSmallDesktop\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .aboveSmallDesktop\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .aboveSmallDesktop\:sepia{
    --tw-sepia: sepia(100%);
  }

  .aboveSmallDesktop\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .aboveSmallDesktop\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .aboveSmallDesktop\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .aboveSmallDesktop\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .aboveSmallDesktop\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .aboveSmallDesktop\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .aboveSmallDesktop\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .aboveSmallDesktop\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .aboveSmallDesktop\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .aboveSmallDesktop\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .aboveSmallDesktop\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .aboveSmallDesktop\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .aboveSmallDesktop\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .aboveSmallDesktop\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .aboveSmallDesktop\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .aboveSmallDesktop\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .aboveSmallDesktop\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .aboveSmallDesktop\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .aboveSmallDesktop\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .aboveSmallDesktop\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .aboveSmallDesktop\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .aboveSmallDesktop\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .aboveSmallDesktop\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .aboveSmallDesktop\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .aboveSmallDesktop\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .aboveSmallDesktop\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .aboveSmallDesktop\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .aboveSmallDesktop\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .aboveSmallDesktop\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .aboveSmallDesktop\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .aboveSmallDesktop\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .aboveSmallDesktop\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .aboveSmallDesktop\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .aboveSmallDesktop\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .aboveSmallDesktop\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .aboveSmallDesktop\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .aboveSmallDesktop\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .aboveSmallDesktop\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .aboveSmallDesktop\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .aboveSmallDesktop\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .aboveSmallDesktop\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .aboveSmallDesktop\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .aboveSmallDesktop\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .aboveSmallDesktop\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .aboveSmallDesktop\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .aboveSmallDesktop\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .aboveSmallDesktop\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .aboveSmallDesktop\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .aboveSmallDesktop\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .aboveSmallDesktop\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .aboveSmallDesktop\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .aboveSmallDesktop\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .aboveSmallDesktop\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .aboveSmallDesktop\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .aboveSmallDesktop\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .aboveSmallDesktop\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .aboveSmallDesktop\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .aboveSmallDesktop\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .aboveSmallDesktop\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .aboveSmallDesktop\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .aboveSmallDesktop\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .aboveSmallDesktop\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .aboveSmallDesktop\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .aboveSmallDesktop\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .aboveSmallDesktop\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .aboveSmallDesktop\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .aboveSmallDesktop\:transition-none{
    transition-property: none;
  }

  .aboveSmallDesktop\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallDesktop\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallDesktop\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallDesktop\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallDesktop\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallDesktop\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallDesktop\:delay-75{
    transition-delay: 75ms;
  }

  .aboveSmallDesktop\:delay-100{
    transition-delay: 100ms;
  }

  .aboveSmallDesktop\:delay-150{
    transition-delay: 150ms;
  }

  .aboveSmallDesktop\:delay-200{
    transition-delay: 200ms;
  }

  .aboveSmallDesktop\:delay-300{
    transition-delay: 300ms;
  }

  .aboveSmallDesktop\:delay-500{
    transition-delay: 500ms;
  }

  .aboveSmallDesktop\:delay-700{
    transition-delay: 700ms;
  }

  .aboveSmallDesktop\:delay-1000{
    transition-delay: 1000ms;
  }

  .aboveSmallDesktop\:duration-75{
    transition-duration: 75ms;
  }

  .aboveSmallDesktop\:duration-100{
    transition-duration: 100ms;
  }

  .aboveSmallDesktop\:duration-150{
    transition-duration: 150ms;
  }

  .aboveSmallDesktop\:duration-200{
    transition-duration: 200ms;
  }

  .aboveSmallDesktop\:duration-300{
    transition-duration: 300ms;
  }

  .aboveSmallDesktop\:duration-500{
    transition-duration: 500ms;
  }

  .aboveSmallDesktop\:duration-700{
    transition-duration: 700ms;
  }

  .aboveSmallDesktop\:duration-1000{
    transition-duration: 1000ms;
  }

  .aboveSmallDesktop\:ease-linear{
    transition-timing-function: linear;
  }

  .aboveSmallDesktop\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .aboveSmallDesktop\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .aboveSmallDesktop\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1451px){
  .aboveLaptop\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .aboveLaptop\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .aboveLaptop\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .aboveLaptop\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .aboveLaptop\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .aboveLaptop\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .aboveLaptop\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .aboveLaptop\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .aboveLaptop\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .aboveLaptop\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .aboveLaptop\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .aboveLaptop\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .aboveLaptop\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .aboveLaptop\:container{
      max-width: 1701px;
    }
  }

  .aboveLaptop\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .aboveLaptop\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveLaptop\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .aboveLaptop\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .aboveLaptop\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveLaptop\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .aboveLaptop\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .aboveLaptop\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .aboveLaptop\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .aboveLaptop\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveLaptop\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .aboveLaptop\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .aboveLaptop\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .aboveLaptop\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveLaptop\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .aboveLaptop\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveLaptop\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .aboveLaptop\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .aboveLaptop\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .aboveLaptop\:prose code::before{
    content: "`";
  }

  .aboveLaptop\:prose code::after{
    content: "`";
  }

  .aboveLaptop\:prose a code{
    color: #111827;
  }

  .aboveLaptop\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .aboveLaptop\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .aboveLaptop\:prose pre code::before{
    content: "";
  }

  .aboveLaptop\:prose pre code::after{
    content: "";
  }

  .aboveLaptop\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .aboveLaptop\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .aboveLaptop\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveLaptop\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .aboveLaptop\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .aboveLaptop\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveLaptop\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .aboveLaptop\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveLaptop\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLaptop\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLaptop\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLaptop\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveLaptop\:prose h2 code{
    font-size: 0.875em;
  }

  .aboveLaptop\:prose h3 code{
    font-size: 0.9em;
  }

  .aboveLaptop\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveLaptop\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveLaptop\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveLaptop\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveLaptop\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveLaptop\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveLaptop\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveLaptop\:prose ul ul, .aboveLaptop\:prose ul ol, .aboveLaptop\:prose ol ul, .aboveLaptop\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveLaptop\:prose hr + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose h2 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose h3 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose h4 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose thead th:first-child{
    padding-left: 0;
  }

  .aboveLaptop\:prose thead th:last-child{
    padding-right: 0;
  }

  .aboveLaptop\:prose tbody td:first-child{
    padding-left: 0;
  }

  .aboveLaptop\:prose tbody td:last-child{
    padding-right: 0;
  }

  .aboveLaptop\:prose > :first-child{
    margin-top: 0;
  }

  .aboveLaptop\:prose > :last-child{
    margin-bottom: 0;
  }

  .aboveLaptop\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .aboveLaptop\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveLaptop\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveLaptop\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .aboveLaptop\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .aboveLaptop\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .aboveLaptop\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveLaptop\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .aboveLaptop\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveLaptop\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveLaptop\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveLaptop\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveLaptop\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .aboveLaptop\:prose-sm code{
    font-size: 0.8571429em;
  }

  .aboveLaptop\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .aboveLaptop\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .aboveLaptop\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveLaptop\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveLaptop\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveLaptop\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .aboveLaptop\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .aboveLaptop\:prose-sm ol > li::before{
    left: 0;
  }

  .aboveLaptop\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .aboveLaptop\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .aboveLaptop\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveLaptop\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveLaptop\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveLaptop\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveLaptop\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveLaptop\:prose-sm ul ul, .aboveLaptop\:prose-sm ul ol, .aboveLaptop\:prose-sm ol ul, .aboveLaptop\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveLaptop\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .aboveLaptop\:prose-sm hr + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-sm h2 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-sm h3 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-sm h4 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .aboveLaptop\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveLaptop\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .aboveLaptop\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .aboveLaptop\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveLaptop\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .aboveLaptop\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .aboveLaptop\:prose-sm > :first-child{
    margin-top: 0;
  }

  .aboveLaptop\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .aboveLaptop\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .aboveLaptop\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLaptop\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .aboveLaptop\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .aboveLaptop\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .aboveLaptop\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .aboveLaptop\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveLaptop\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveLaptop\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveLaptop\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveLaptop\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveLaptop\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveLaptop\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .aboveLaptop\:prose-lg code{
    font-size: 0.8888889em;
  }

  .aboveLaptop\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .aboveLaptop\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .aboveLaptop\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .aboveLaptop\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLaptop\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLaptop\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveLaptop\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .aboveLaptop\:prose-lg ol > li::before{
    left: 0;
  }

  .aboveLaptop\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .aboveLaptop\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .aboveLaptop\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveLaptop\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveLaptop\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveLaptop\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveLaptop\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveLaptop\:prose-lg ul ul, .aboveLaptop\:prose-lg ul ol, .aboveLaptop\:prose-lg ol ul, .aboveLaptop\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveLaptop\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .aboveLaptop\:prose-lg hr + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-lg h2 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-lg h3 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-lg h4 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .aboveLaptop\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveLaptop\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .aboveLaptop\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .aboveLaptop\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveLaptop\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .aboveLaptop\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .aboveLaptop\:prose-lg > :first-child{
    margin-top: 0;
  }

  .aboveLaptop\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .aboveLaptop\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .aboveLaptop\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveLaptop\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .aboveLaptop\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .aboveLaptop\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .aboveLaptop\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveLaptop\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .aboveLaptop\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveLaptop\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLaptop\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLaptop\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLaptop\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveLaptop\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .aboveLaptop\:prose-xl code{
    font-size: 0.9em;
  }

  .aboveLaptop\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .aboveLaptop\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .aboveLaptop\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .aboveLaptop\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveLaptop\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveLaptop\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .aboveLaptop\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .aboveLaptop\:prose-xl ol > li::before{
    left: 0;
  }

  .aboveLaptop\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .aboveLaptop\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .aboveLaptop\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveLaptop\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveLaptop\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveLaptop\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveLaptop\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveLaptop\:prose-xl ul ul, .aboveLaptop\:prose-xl ul ol, .aboveLaptop\:prose-xl ol ul, .aboveLaptop\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveLaptop\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .aboveLaptop\:prose-xl hr + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-xl h2 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-xl h3 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-xl h4 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .aboveLaptop\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveLaptop\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .aboveLaptop\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .aboveLaptop\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveLaptop\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveLaptop\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveLaptop\:prose-xl > :first-child{
    margin-top: 0;
  }

  .aboveLaptop\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .aboveLaptop\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .aboveLaptop\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLaptop\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .aboveLaptop\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .aboveLaptop\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .aboveLaptop\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .aboveLaptop\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .aboveLaptop\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveLaptop\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLaptop\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLaptop\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLaptop\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveLaptop\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .aboveLaptop\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .aboveLaptop\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .aboveLaptop\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .aboveLaptop\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .aboveLaptop\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLaptop\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLaptop\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveLaptop\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .aboveLaptop\:prose-2xl ol > li::before{
    left: 0;
  }

  .aboveLaptop\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .aboveLaptop\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .aboveLaptop\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .aboveLaptop\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveLaptop\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveLaptop\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveLaptop\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveLaptop\:prose-2xl ul ul, .aboveLaptop\:prose-2xl ul ol, .aboveLaptop\:prose-2xl ol ul, .aboveLaptop\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveLaptop\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveLaptop\:prose-2xl hr + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .aboveLaptop\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .aboveLaptop\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveLaptop\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .aboveLaptop\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .aboveLaptop\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveLaptop\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveLaptop\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveLaptop\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .aboveLaptop\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .aboveLaptop\:prose-blue{
  }

  .aboveLaptop\:prose-red{
  }

  .aboveLaptop\:prose-pink{
  }

  .aboveLaptop\:prose-indigo a{
    color: #4f46e5;
  }

  .aboveLaptop\:prose-indigo a code{
    color: #4f46e5;
  }

  .aboveLaptop\:prose-green a{
    color: #16a34a;
  }

  .aboveLaptop\:prose-green a code{
    color: #16a34a;
  }

  .aboveLaptop\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveLaptop\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveLaptop\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveLaptop\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveLaptop\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveLaptop\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveLaptop\:pointer-events-none{
    pointer-events: none;
  }

  .aboveLaptop\:pointer-events-auto{
    pointer-events: auto;
  }

  .aboveLaptop\:visible{
    visibility: visible;
  }

  .aboveLaptop\:invisible{
    visibility: hidden;
  }

  .aboveLaptop\:static{
    position: static;
  }

  .aboveLaptop\:fixed{
    position: fixed;
  }

  .aboveLaptop\:absolute{
    position: absolute;
  }

  .aboveLaptop\:relative{
    position: relative;
  }

  .aboveLaptop\:sticky{
    position: sticky;
  }

  .aboveLaptop\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveLaptop\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .aboveLaptop\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .aboveLaptop\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .aboveLaptop\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .aboveLaptop\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .aboveLaptop\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .aboveLaptop\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .aboveLaptop\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .aboveLaptop\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .aboveLaptop\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .aboveLaptop\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .aboveLaptop\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .aboveLaptop\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .aboveLaptop\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .aboveLaptop\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .aboveLaptop\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .aboveLaptop\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .aboveLaptop\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .aboveLaptop\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .aboveLaptop\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .aboveLaptop\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .aboveLaptop\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .aboveLaptop\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .aboveLaptop\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .aboveLaptop\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .aboveLaptop\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .aboveLaptop\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .aboveLaptop\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .aboveLaptop\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .aboveLaptop\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .aboveLaptop\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .aboveLaptop\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .aboveLaptop\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .aboveLaptop\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .aboveLaptop\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .aboveLaptop\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveLaptop\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .aboveLaptop\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .aboveLaptop\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .aboveLaptop\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .aboveLaptop\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .aboveLaptop\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .aboveLaptop\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .aboveLaptop\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .aboveLaptop\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .aboveLaptop\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .aboveLaptop\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .aboveLaptop\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .aboveLaptop\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .aboveLaptop\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .aboveLaptop\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .aboveLaptop\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .aboveLaptop\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .aboveLaptop\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .aboveLaptop\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .aboveLaptop\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .aboveLaptop\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .aboveLaptop\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .aboveLaptop\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .aboveLaptop\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .aboveLaptop\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .aboveLaptop\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .aboveLaptop\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .aboveLaptop\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .aboveLaptop\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .aboveLaptop\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .aboveLaptop\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .aboveLaptop\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .aboveLaptop\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .aboveLaptop\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .aboveLaptop\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveLaptop\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .aboveLaptop\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .aboveLaptop\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .aboveLaptop\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveLaptop\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .aboveLaptop\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .aboveLaptop\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveLaptop\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .aboveLaptop\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .aboveLaptop\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .aboveLaptop\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveLaptop\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .aboveLaptop\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .aboveLaptop\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveLaptop\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .aboveLaptop\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .aboveLaptop\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .aboveLaptop\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .aboveLaptop\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .aboveLaptop\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .aboveLaptop\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .aboveLaptop\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .aboveLaptop\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .aboveLaptop\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .aboveLaptop\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .aboveLaptop\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .aboveLaptop\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .aboveLaptop\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .aboveLaptop\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .aboveLaptop\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .aboveLaptop\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .aboveLaptop\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .aboveLaptop\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .aboveLaptop\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .aboveLaptop\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .aboveLaptop\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .aboveLaptop\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .aboveLaptop\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .aboveLaptop\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .aboveLaptop\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .aboveLaptop\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .aboveLaptop\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .aboveLaptop\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .aboveLaptop\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .aboveLaptop\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .aboveLaptop\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .aboveLaptop\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .aboveLaptop\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .aboveLaptop\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .aboveLaptop\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveLaptop\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .aboveLaptop\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .aboveLaptop\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .aboveLaptop\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .aboveLaptop\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .aboveLaptop\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .aboveLaptop\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .aboveLaptop\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .aboveLaptop\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .aboveLaptop\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .aboveLaptop\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .aboveLaptop\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .aboveLaptop\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .aboveLaptop\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .aboveLaptop\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .aboveLaptop\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .aboveLaptop\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .aboveLaptop\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .aboveLaptop\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .aboveLaptop\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .aboveLaptop\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .aboveLaptop\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .aboveLaptop\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .aboveLaptop\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .aboveLaptop\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .aboveLaptop\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .aboveLaptop\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .aboveLaptop\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .aboveLaptop\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .aboveLaptop\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .aboveLaptop\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .aboveLaptop\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .aboveLaptop\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .aboveLaptop\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .aboveLaptop\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .aboveLaptop\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .aboveLaptop\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .aboveLaptop\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .aboveLaptop\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .aboveLaptop\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .aboveLaptop\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .aboveLaptop\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .aboveLaptop\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .aboveLaptop\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .aboveLaptop\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .aboveLaptop\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .aboveLaptop\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .aboveLaptop\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .aboveLaptop\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveLaptop\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .aboveLaptop\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .aboveLaptop\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .aboveLaptop\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .aboveLaptop\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .aboveLaptop\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .aboveLaptop\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .aboveLaptop\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .aboveLaptop\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .aboveLaptop\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .aboveLaptop\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .aboveLaptop\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .aboveLaptop\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .aboveLaptop\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .aboveLaptop\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .aboveLaptop\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .aboveLaptop\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .aboveLaptop\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .aboveLaptop\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .aboveLaptop\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .aboveLaptop\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .aboveLaptop\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .aboveLaptop\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .aboveLaptop\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .aboveLaptop\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .aboveLaptop\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .aboveLaptop\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .aboveLaptop\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .aboveLaptop\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .aboveLaptop\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .aboveLaptop\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .aboveLaptop\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .aboveLaptop\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .aboveLaptop\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .aboveLaptop\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .aboveLaptop\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveLaptop\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .aboveLaptop\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .aboveLaptop\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .aboveLaptop\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .aboveLaptop\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .aboveLaptop\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .aboveLaptop\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .aboveLaptop\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .aboveLaptop\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .aboveLaptop\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .aboveLaptop\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .aboveLaptop\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .aboveLaptop\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .aboveLaptop\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .aboveLaptop\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .aboveLaptop\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .aboveLaptop\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .aboveLaptop\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .aboveLaptop\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .aboveLaptop\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .aboveLaptop\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .aboveLaptop\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .aboveLaptop\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .aboveLaptop\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .aboveLaptop\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .aboveLaptop\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .aboveLaptop\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .aboveLaptop\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .aboveLaptop\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .aboveLaptop\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .aboveLaptop\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .aboveLaptop\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .aboveLaptop\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .aboveLaptop\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .aboveLaptop\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .aboveLaptop\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .aboveLaptop\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .aboveLaptop\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .aboveLaptop\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .aboveLaptop\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .aboveLaptop\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .aboveLaptop\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .aboveLaptop\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .aboveLaptop\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .aboveLaptop\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .aboveLaptop\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .aboveLaptop\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .aboveLaptop\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .aboveLaptop\:top-0{
    top: 0px;
  }

  .aboveLaptop\:top-1{
    top: 0.25rem;
  }

  .aboveLaptop\:top-2{
    top: 0.5rem;
  }

  .aboveLaptop\:top-3{
    top: 0.75rem;
  }

  .aboveLaptop\:top-4{
    top: 1rem;
  }

  .aboveLaptop\:top-5{
    top: 1.25rem;
  }

  .aboveLaptop\:top-6{
    top: 1.5rem;
  }

  .aboveLaptop\:top-7{
    top: 1.75rem;
  }

  .aboveLaptop\:top-8{
    top: 2rem;
  }

  .aboveLaptop\:top-9{
    top: 2.25rem;
  }

  .aboveLaptop\:top-10{
    top: 2.5rem;
  }

  .aboveLaptop\:top-11{
    top: 2.75rem;
  }

  .aboveLaptop\:top-12{
    top: 3rem;
  }

  .aboveLaptop\:top-14{
    top: 3.5rem;
  }

  .aboveLaptop\:top-16{
    top: 4rem;
  }

  .aboveLaptop\:top-20{
    top: 5rem;
  }

  .aboveLaptop\:top-24{
    top: 6rem;
  }

  .aboveLaptop\:top-28{
    top: 7rem;
  }

  .aboveLaptop\:top-32{
    top: 8rem;
  }

  .aboveLaptop\:top-36{
    top: 9rem;
  }

  .aboveLaptop\:top-40{
    top: 10rem;
  }

  .aboveLaptop\:top-44{
    top: 11rem;
  }

  .aboveLaptop\:top-48{
    top: 12rem;
  }

  .aboveLaptop\:top-52{
    top: 13rem;
  }

  .aboveLaptop\:top-56{
    top: 14rem;
  }

  .aboveLaptop\:top-60{
    top: 15rem;
  }

  .aboveLaptop\:top-64{
    top: 16rem;
  }

  .aboveLaptop\:top-72{
    top: 18rem;
  }

  .aboveLaptop\:top-80{
    top: 20rem;
  }

  .aboveLaptop\:top-96{
    top: 24rem;
  }

  .aboveLaptop\:top-auto{
    top: auto;
  }

  .aboveLaptop\:top-px{
    top: 1px;
  }

  .aboveLaptop\:top-0\.5{
    top: 0.125rem;
  }

  .aboveLaptop\:top-1\.5{
    top: 0.375rem;
  }

  .aboveLaptop\:top-2\.5{
    top: 0.625rem;
  }

  .aboveLaptop\:top-3\.5{
    top: 0.875rem;
  }

  .aboveLaptop\:-top-0{
    top: 0px;
  }

  .aboveLaptop\:-top-1{
    top: -0.25rem;
  }

  .aboveLaptop\:-top-2{
    top: -0.5rem;
  }

  .aboveLaptop\:-top-3{
    top: -0.75rem;
  }

  .aboveLaptop\:-top-4{
    top: -1rem;
  }

  .aboveLaptop\:-top-5{
    top: -1.25rem;
  }

  .aboveLaptop\:-top-6{
    top: -1.5rem;
  }

  .aboveLaptop\:-top-7{
    top: -1.75rem;
  }

  .aboveLaptop\:-top-8{
    top: -2rem;
  }

  .aboveLaptop\:-top-9{
    top: -2.25rem;
  }

  .aboveLaptop\:-top-10{
    top: -2.5rem;
  }

  .aboveLaptop\:-top-11{
    top: -2.75rem;
  }

  .aboveLaptop\:-top-12{
    top: -3rem;
  }

  .aboveLaptop\:-top-14{
    top: -3.5rem;
  }

  .aboveLaptop\:-top-16{
    top: -4rem;
  }

  .aboveLaptop\:-top-20{
    top: -5rem;
  }

  .aboveLaptop\:-top-24{
    top: -6rem;
  }

  .aboveLaptop\:-top-28{
    top: -7rem;
  }

  .aboveLaptop\:-top-32{
    top: -8rem;
  }

  .aboveLaptop\:-top-36{
    top: -9rem;
  }

  .aboveLaptop\:-top-40{
    top: -10rem;
  }

  .aboveLaptop\:-top-44{
    top: -11rem;
  }

  .aboveLaptop\:-top-48{
    top: -12rem;
  }

  .aboveLaptop\:-top-52{
    top: -13rem;
  }

  .aboveLaptop\:-top-56{
    top: -14rem;
  }

  .aboveLaptop\:-top-60{
    top: -15rem;
  }

  .aboveLaptop\:-top-64{
    top: -16rem;
  }

  .aboveLaptop\:-top-72{
    top: -18rem;
  }

  .aboveLaptop\:-top-80{
    top: -20rem;
  }

  .aboveLaptop\:-top-96{
    top: -24rem;
  }

  .aboveLaptop\:-top-px{
    top: -1px;
  }

  .aboveLaptop\:-top-0\.5{
    top: -0.125rem;
  }

  .aboveLaptop\:-top-1\.5{
    top: -0.375rem;
  }

  .aboveLaptop\:-top-2\.5{
    top: -0.625rem;
  }

  .aboveLaptop\:-top-3\.5{
    top: -0.875rem;
  }

  .aboveLaptop\:top-1\/2{
    top: 50%;
  }

  .aboveLaptop\:top-1\/3{
    top: 33.333333%;
  }

  .aboveLaptop\:top-2\/3{
    top: 66.666667%;
  }

  .aboveLaptop\:top-1\/4{
    top: 25%;
  }

  .aboveLaptop\:top-2\/4{
    top: 50%;
  }

  .aboveLaptop\:top-3\/4{
    top: 75%;
  }

  .aboveLaptop\:top-full{
    top: 100%;
  }

  .aboveLaptop\:-top-1\/2{
    top: -50%;
  }

  .aboveLaptop\:-top-1\/3{
    top: -33.333333%;
  }

  .aboveLaptop\:-top-2\/3{
    top: -66.666667%;
  }

  .aboveLaptop\:-top-1\/4{
    top: -25%;
  }

  .aboveLaptop\:-top-2\/4{
    top: -50%;
  }

  .aboveLaptop\:-top-3\/4{
    top: -75%;
  }

  .aboveLaptop\:-top-full{
    top: -100%;
  }

  .aboveLaptop\:right-0{
    right: 0px;
  }

  .aboveLaptop\:right-1{
    right: 0.25rem;
  }

  .aboveLaptop\:right-2{
    right: 0.5rem;
  }

  .aboveLaptop\:right-3{
    right: 0.75rem;
  }

  .aboveLaptop\:right-4{
    right: 1rem;
  }

  .aboveLaptop\:right-5{
    right: 1.25rem;
  }

  .aboveLaptop\:right-6{
    right: 1.5rem;
  }

  .aboveLaptop\:right-7{
    right: 1.75rem;
  }

  .aboveLaptop\:right-8{
    right: 2rem;
  }

  .aboveLaptop\:right-9{
    right: 2.25rem;
  }

  .aboveLaptop\:right-10{
    right: 2.5rem;
  }

  .aboveLaptop\:right-11{
    right: 2.75rem;
  }

  .aboveLaptop\:right-12{
    right: 3rem;
  }

  .aboveLaptop\:right-14{
    right: 3.5rem;
  }

  .aboveLaptop\:right-16{
    right: 4rem;
  }

  .aboveLaptop\:right-20{
    right: 5rem;
  }

  .aboveLaptop\:right-24{
    right: 6rem;
  }

  .aboveLaptop\:right-28{
    right: 7rem;
  }

  .aboveLaptop\:right-32{
    right: 8rem;
  }

  .aboveLaptop\:right-36{
    right: 9rem;
  }

  .aboveLaptop\:right-40{
    right: 10rem;
  }

  .aboveLaptop\:right-44{
    right: 11rem;
  }

  .aboveLaptop\:right-48{
    right: 12rem;
  }

  .aboveLaptop\:right-52{
    right: 13rem;
  }

  .aboveLaptop\:right-56{
    right: 14rem;
  }

  .aboveLaptop\:right-60{
    right: 15rem;
  }

  .aboveLaptop\:right-64{
    right: 16rem;
  }

  .aboveLaptop\:right-72{
    right: 18rem;
  }

  .aboveLaptop\:right-80{
    right: 20rem;
  }

  .aboveLaptop\:right-96{
    right: 24rem;
  }

  .aboveLaptop\:right-auto{
    right: auto;
  }

  .aboveLaptop\:right-px{
    right: 1px;
  }

  .aboveLaptop\:right-0\.5{
    right: 0.125rem;
  }

  .aboveLaptop\:right-1\.5{
    right: 0.375rem;
  }

  .aboveLaptop\:right-2\.5{
    right: 0.625rem;
  }

  .aboveLaptop\:right-3\.5{
    right: 0.875rem;
  }

  .aboveLaptop\:-right-0{
    right: 0px;
  }

  .aboveLaptop\:-right-1{
    right: -0.25rem;
  }

  .aboveLaptop\:-right-2{
    right: -0.5rem;
  }

  .aboveLaptop\:-right-3{
    right: -0.75rem;
  }

  .aboveLaptop\:-right-4{
    right: -1rem;
  }

  .aboveLaptop\:-right-5{
    right: -1.25rem;
  }

  .aboveLaptop\:-right-6{
    right: -1.5rem;
  }

  .aboveLaptop\:-right-7{
    right: -1.75rem;
  }

  .aboveLaptop\:-right-8{
    right: -2rem;
  }

  .aboveLaptop\:-right-9{
    right: -2.25rem;
  }

  .aboveLaptop\:-right-10{
    right: -2.5rem;
  }

  .aboveLaptop\:-right-11{
    right: -2.75rem;
  }

  .aboveLaptop\:-right-12{
    right: -3rem;
  }

  .aboveLaptop\:-right-14{
    right: -3.5rem;
  }

  .aboveLaptop\:-right-16{
    right: -4rem;
  }

  .aboveLaptop\:-right-20{
    right: -5rem;
  }

  .aboveLaptop\:-right-24{
    right: -6rem;
  }

  .aboveLaptop\:-right-28{
    right: -7rem;
  }

  .aboveLaptop\:-right-32{
    right: -8rem;
  }

  .aboveLaptop\:-right-36{
    right: -9rem;
  }

  .aboveLaptop\:-right-40{
    right: -10rem;
  }

  .aboveLaptop\:-right-44{
    right: -11rem;
  }

  .aboveLaptop\:-right-48{
    right: -12rem;
  }

  .aboveLaptop\:-right-52{
    right: -13rem;
  }

  .aboveLaptop\:-right-56{
    right: -14rem;
  }

  .aboveLaptop\:-right-60{
    right: -15rem;
  }

  .aboveLaptop\:-right-64{
    right: -16rem;
  }

  .aboveLaptop\:-right-72{
    right: -18rem;
  }

  .aboveLaptop\:-right-80{
    right: -20rem;
  }

  .aboveLaptop\:-right-96{
    right: -24rem;
  }

  .aboveLaptop\:-right-px{
    right: -1px;
  }

  .aboveLaptop\:-right-0\.5{
    right: -0.125rem;
  }

  .aboveLaptop\:-right-1\.5{
    right: -0.375rem;
  }

  .aboveLaptop\:-right-2\.5{
    right: -0.625rem;
  }

  .aboveLaptop\:-right-3\.5{
    right: -0.875rem;
  }

  .aboveLaptop\:right-1\/2{
    right: 50%;
  }

  .aboveLaptop\:right-1\/3{
    right: 33.333333%;
  }

  .aboveLaptop\:right-2\/3{
    right: 66.666667%;
  }

  .aboveLaptop\:right-1\/4{
    right: 25%;
  }

  .aboveLaptop\:right-2\/4{
    right: 50%;
  }

  .aboveLaptop\:right-3\/4{
    right: 75%;
  }

  .aboveLaptop\:right-full{
    right: 100%;
  }

  .aboveLaptop\:-right-1\/2{
    right: -50%;
  }

  .aboveLaptop\:-right-1\/3{
    right: -33.333333%;
  }

  .aboveLaptop\:-right-2\/3{
    right: -66.666667%;
  }

  .aboveLaptop\:-right-1\/4{
    right: -25%;
  }

  .aboveLaptop\:-right-2\/4{
    right: -50%;
  }

  .aboveLaptop\:-right-3\/4{
    right: -75%;
  }

  .aboveLaptop\:-right-full{
    right: -100%;
  }

  .aboveLaptop\:bottom-0{
    bottom: 0px;
  }

  .aboveLaptop\:bottom-1{
    bottom: 0.25rem;
  }

  .aboveLaptop\:bottom-2{
    bottom: 0.5rem;
  }

  .aboveLaptop\:bottom-3{
    bottom: 0.75rem;
  }

  .aboveLaptop\:bottom-4{
    bottom: 1rem;
  }

  .aboveLaptop\:bottom-5{
    bottom: 1.25rem;
  }

  .aboveLaptop\:bottom-6{
    bottom: 1.5rem;
  }

  .aboveLaptop\:bottom-7{
    bottom: 1.75rem;
  }

  .aboveLaptop\:bottom-8{
    bottom: 2rem;
  }

  .aboveLaptop\:bottom-9{
    bottom: 2.25rem;
  }

  .aboveLaptop\:bottom-10{
    bottom: 2.5rem;
  }

  .aboveLaptop\:bottom-11{
    bottom: 2.75rem;
  }

  .aboveLaptop\:bottom-12{
    bottom: 3rem;
  }

  .aboveLaptop\:bottom-14{
    bottom: 3.5rem;
  }

  .aboveLaptop\:bottom-16{
    bottom: 4rem;
  }

  .aboveLaptop\:bottom-20{
    bottom: 5rem;
  }

  .aboveLaptop\:bottom-24{
    bottom: 6rem;
  }

  .aboveLaptop\:bottom-28{
    bottom: 7rem;
  }

  .aboveLaptop\:bottom-32{
    bottom: 8rem;
  }

  .aboveLaptop\:bottom-36{
    bottom: 9rem;
  }

  .aboveLaptop\:bottom-40{
    bottom: 10rem;
  }

  .aboveLaptop\:bottom-44{
    bottom: 11rem;
  }

  .aboveLaptop\:bottom-48{
    bottom: 12rem;
  }

  .aboveLaptop\:bottom-52{
    bottom: 13rem;
  }

  .aboveLaptop\:bottom-56{
    bottom: 14rem;
  }

  .aboveLaptop\:bottom-60{
    bottom: 15rem;
  }

  .aboveLaptop\:bottom-64{
    bottom: 16rem;
  }

  .aboveLaptop\:bottom-72{
    bottom: 18rem;
  }

  .aboveLaptop\:bottom-80{
    bottom: 20rem;
  }

  .aboveLaptop\:bottom-96{
    bottom: 24rem;
  }

  .aboveLaptop\:bottom-auto{
    bottom: auto;
  }

  .aboveLaptop\:bottom-px{
    bottom: 1px;
  }

  .aboveLaptop\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .aboveLaptop\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .aboveLaptop\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .aboveLaptop\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .aboveLaptop\:-bottom-0{
    bottom: 0px;
  }

  .aboveLaptop\:-bottom-1{
    bottom: -0.25rem;
  }

  .aboveLaptop\:-bottom-2{
    bottom: -0.5rem;
  }

  .aboveLaptop\:-bottom-3{
    bottom: -0.75rem;
  }

  .aboveLaptop\:-bottom-4{
    bottom: -1rem;
  }

  .aboveLaptop\:-bottom-5{
    bottom: -1.25rem;
  }

  .aboveLaptop\:-bottom-6{
    bottom: -1.5rem;
  }

  .aboveLaptop\:-bottom-7{
    bottom: -1.75rem;
  }

  .aboveLaptop\:-bottom-8{
    bottom: -2rem;
  }

  .aboveLaptop\:-bottom-9{
    bottom: -2.25rem;
  }

  .aboveLaptop\:-bottom-10{
    bottom: -2.5rem;
  }

  .aboveLaptop\:-bottom-11{
    bottom: -2.75rem;
  }

  .aboveLaptop\:-bottom-12{
    bottom: -3rem;
  }

  .aboveLaptop\:-bottom-14{
    bottom: -3.5rem;
  }

  .aboveLaptop\:-bottom-16{
    bottom: -4rem;
  }

  .aboveLaptop\:-bottom-20{
    bottom: -5rem;
  }

  .aboveLaptop\:-bottom-24{
    bottom: -6rem;
  }

  .aboveLaptop\:-bottom-28{
    bottom: -7rem;
  }

  .aboveLaptop\:-bottom-32{
    bottom: -8rem;
  }

  .aboveLaptop\:-bottom-36{
    bottom: -9rem;
  }

  .aboveLaptop\:-bottom-40{
    bottom: -10rem;
  }

  .aboveLaptop\:-bottom-44{
    bottom: -11rem;
  }

  .aboveLaptop\:-bottom-48{
    bottom: -12rem;
  }

  .aboveLaptop\:-bottom-52{
    bottom: -13rem;
  }

  .aboveLaptop\:-bottom-56{
    bottom: -14rem;
  }

  .aboveLaptop\:-bottom-60{
    bottom: -15rem;
  }

  .aboveLaptop\:-bottom-64{
    bottom: -16rem;
  }

  .aboveLaptop\:-bottom-72{
    bottom: -18rem;
  }

  .aboveLaptop\:-bottom-80{
    bottom: -20rem;
  }

  .aboveLaptop\:-bottom-96{
    bottom: -24rem;
  }

  .aboveLaptop\:-bottom-px{
    bottom: -1px;
  }

  .aboveLaptop\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .aboveLaptop\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .aboveLaptop\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .aboveLaptop\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .aboveLaptop\:bottom-1\/2{
    bottom: 50%;
  }

  .aboveLaptop\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .aboveLaptop\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .aboveLaptop\:bottom-1\/4{
    bottom: 25%;
  }

  .aboveLaptop\:bottom-2\/4{
    bottom: 50%;
  }

  .aboveLaptop\:bottom-3\/4{
    bottom: 75%;
  }

  .aboveLaptop\:bottom-full{
    bottom: 100%;
  }

  .aboveLaptop\:-bottom-1\/2{
    bottom: -50%;
  }

  .aboveLaptop\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .aboveLaptop\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .aboveLaptop\:-bottom-1\/4{
    bottom: -25%;
  }

  .aboveLaptop\:-bottom-2\/4{
    bottom: -50%;
  }

  .aboveLaptop\:-bottom-3\/4{
    bottom: -75%;
  }

  .aboveLaptop\:-bottom-full{
    bottom: -100%;
  }

  .aboveLaptop\:left-0{
    left: 0px;
  }

  .aboveLaptop\:left-1{
    left: 0.25rem;
  }

  .aboveLaptop\:left-2{
    left: 0.5rem;
  }

  .aboveLaptop\:left-3{
    left: 0.75rem;
  }

  .aboveLaptop\:left-4{
    left: 1rem;
  }

  .aboveLaptop\:left-5{
    left: 1.25rem;
  }

  .aboveLaptop\:left-6{
    left: 1.5rem;
  }

  .aboveLaptop\:left-7{
    left: 1.75rem;
  }

  .aboveLaptop\:left-8{
    left: 2rem;
  }

  .aboveLaptop\:left-9{
    left: 2.25rem;
  }

  .aboveLaptop\:left-10{
    left: 2.5rem;
  }

  .aboveLaptop\:left-11{
    left: 2.75rem;
  }

  .aboveLaptop\:left-12{
    left: 3rem;
  }

  .aboveLaptop\:left-14{
    left: 3.5rem;
  }

  .aboveLaptop\:left-16{
    left: 4rem;
  }

  .aboveLaptop\:left-20{
    left: 5rem;
  }

  .aboveLaptop\:left-24{
    left: 6rem;
  }

  .aboveLaptop\:left-28{
    left: 7rem;
  }

  .aboveLaptop\:left-32{
    left: 8rem;
  }

  .aboveLaptop\:left-36{
    left: 9rem;
  }

  .aboveLaptop\:left-40{
    left: 10rem;
  }

  .aboveLaptop\:left-44{
    left: 11rem;
  }

  .aboveLaptop\:left-48{
    left: 12rem;
  }

  .aboveLaptop\:left-52{
    left: 13rem;
  }

  .aboveLaptop\:left-56{
    left: 14rem;
  }

  .aboveLaptop\:left-60{
    left: 15rem;
  }

  .aboveLaptop\:left-64{
    left: 16rem;
  }

  .aboveLaptop\:left-72{
    left: 18rem;
  }

  .aboveLaptop\:left-80{
    left: 20rem;
  }

  .aboveLaptop\:left-96{
    left: 24rem;
  }

  .aboveLaptop\:left-auto{
    left: auto;
  }

  .aboveLaptop\:left-px{
    left: 1px;
  }

  .aboveLaptop\:left-0\.5{
    left: 0.125rem;
  }

  .aboveLaptop\:left-1\.5{
    left: 0.375rem;
  }

  .aboveLaptop\:left-2\.5{
    left: 0.625rem;
  }

  .aboveLaptop\:left-3\.5{
    left: 0.875rem;
  }

  .aboveLaptop\:-left-0{
    left: 0px;
  }

  .aboveLaptop\:-left-1{
    left: -0.25rem;
  }

  .aboveLaptop\:-left-2{
    left: -0.5rem;
  }

  .aboveLaptop\:-left-3{
    left: -0.75rem;
  }

  .aboveLaptop\:-left-4{
    left: -1rem;
  }

  .aboveLaptop\:-left-5{
    left: -1.25rem;
  }

  .aboveLaptop\:-left-6{
    left: -1.5rem;
  }

  .aboveLaptop\:-left-7{
    left: -1.75rem;
  }

  .aboveLaptop\:-left-8{
    left: -2rem;
  }

  .aboveLaptop\:-left-9{
    left: -2.25rem;
  }

  .aboveLaptop\:-left-10{
    left: -2.5rem;
  }

  .aboveLaptop\:-left-11{
    left: -2.75rem;
  }

  .aboveLaptop\:-left-12{
    left: -3rem;
  }

  .aboveLaptop\:-left-14{
    left: -3.5rem;
  }

  .aboveLaptop\:-left-16{
    left: -4rem;
  }

  .aboveLaptop\:-left-20{
    left: -5rem;
  }

  .aboveLaptop\:-left-24{
    left: -6rem;
  }

  .aboveLaptop\:-left-28{
    left: -7rem;
  }

  .aboveLaptop\:-left-32{
    left: -8rem;
  }

  .aboveLaptop\:-left-36{
    left: -9rem;
  }

  .aboveLaptop\:-left-40{
    left: -10rem;
  }

  .aboveLaptop\:-left-44{
    left: -11rem;
  }

  .aboveLaptop\:-left-48{
    left: -12rem;
  }

  .aboveLaptop\:-left-52{
    left: -13rem;
  }

  .aboveLaptop\:-left-56{
    left: -14rem;
  }

  .aboveLaptop\:-left-60{
    left: -15rem;
  }

  .aboveLaptop\:-left-64{
    left: -16rem;
  }

  .aboveLaptop\:-left-72{
    left: -18rem;
  }

  .aboveLaptop\:-left-80{
    left: -20rem;
  }

  .aboveLaptop\:-left-96{
    left: -24rem;
  }

  .aboveLaptop\:-left-px{
    left: -1px;
  }

  .aboveLaptop\:-left-0\.5{
    left: -0.125rem;
  }

  .aboveLaptop\:-left-1\.5{
    left: -0.375rem;
  }

  .aboveLaptop\:-left-2\.5{
    left: -0.625rem;
  }

  .aboveLaptop\:-left-3\.5{
    left: -0.875rem;
  }

  .aboveLaptop\:left-1\/2{
    left: 50%;
  }

  .aboveLaptop\:left-1\/3{
    left: 33.333333%;
  }

  .aboveLaptop\:left-2\/3{
    left: 66.666667%;
  }

  .aboveLaptop\:left-1\/4{
    left: 25%;
  }

  .aboveLaptop\:left-2\/4{
    left: 50%;
  }

  .aboveLaptop\:left-3\/4{
    left: 75%;
  }

  .aboveLaptop\:left-full{
    left: 100%;
  }

  .aboveLaptop\:-left-1\/2{
    left: -50%;
  }

  .aboveLaptop\:-left-1\/3{
    left: -33.333333%;
  }

  .aboveLaptop\:-left-2\/3{
    left: -66.666667%;
  }

  .aboveLaptop\:-left-1\/4{
    left: -25%;
  }

  .aboveLaptop\:-left-2\/4{
    left: -50%;
  }

  .aboveLaptop\:-left-3\/4{
    left: -75%;
  }

  .aboveLaptop\:-left-full{
    left: -100%;
  }

  .aboveLaptop\:isolate{
    isolation: isolate;
  }

  .aboveLaptop\:isolation-auto{
    isolation: auto;
  }

  .aboveLaptop\:z-0{
    z-index: 0;
  }

  .aboveLaptop\:z-10{
    z-index: 10;
  }

  .aboveLaptop\:z-20{
    z-index: 20;
  }

  .aboveLaptop\:z-30{
    z-index: 30;
  }

  .aboveLaptop\:z-40{
    z-index: 40;
  }

  .aboveLaptop\:z-50{
    z-index: 50;
  }

  .aboveLaptop\:z-auto{
    z-index: auto;
  }

  .aboveLaptop\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .aboveLaptop\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .aboveLaptop\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .aboveLaptop\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .aboveLaptop\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .aboveLaptop\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .aboveLaptop\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .aboveLaptop\:focus\:z-0:focus{
    z-index: 0;
  }

  .aboveLaptop\:focus\:z-10:focus{
    z-index: 10;
  }

  .aboveLaptop\:focus\:z-20:focus{
    z-index: 20;
  }

  .aboveLaptop\:focus\:z-30:focus{
    z-index: 30;
  }

  .aboveLaptop\:focus\:z-40:focus{
    z-index: 40;
  }

  .aboveLaptop\:focus\:z-50:focus{
    z-index: 50;
  }

  .aboveLaptop\:focus\:z-auto:focus{
    z-index: auto;
  }

  .aboveLaptop\:order-1{
    order: 1;
  }

  .aboveLaptop\:order-2{
    order: 2;
  }

  .aboveLaptop\:order-3{
    order: 3;
  }

  .aboveLaptop\:order-4{
    order: 4;
  }

  .aboveLaptop\:order-5{
    order: 5;
  }

  .aboveLaptop\:order-6{
    order: 6;
  }

  .aboveLaptop\:order-7{
    order: 7;
  }

  .aboveLaptop\:order-8{
    order: 8;
  }

  .aboveLaptop\:order-9{
    order: 9;
  }

  .aboveLaptop\:order-10{
    order: 10;
  }

  .aboveLaptop\:order-11{
    order: 11;
  }

  .aboveLaptop\:order-12{
    order: 12;
  }

  .aboveLaptop\:order-first{
    order: -9999;
  }

  .aboveLaptop\:order-last{
    order: 9999;
  }

  .aboveLaptop\:order-none{
    order: 0;
  }

  .aboveLaptop\:col-auto{
    grid-column: auto;
  }

  .aboveLaptop\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .aboveLaptop\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .aboveLaptop\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .aboveLaptop\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .aboveLaptop\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .aboveLaptop\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .aboveLaptop\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .aboveLaptop\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .aboveLaptop\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .aboveLaptop\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .aboveLaptop\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .aboveLaptop\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .aboveLaptop\:col-span-full{
    grid-column: 1 / -1;
  }

  .aboveLaptop\:col-start-1{
    grid-column-start: 1;
  }

  .aboveLaptop\:col-start-2{
    grid-column-start: 2;
  }

  .aboveLaptop\:col-start-3{
    grid-column-start: 3;
  }

  .aboveLaptop\:col-start-4{
    grid-column-start: 4;
  }

  .aboveLaptop\:col-start-5{
    grid-column-start: 5;
  }

  .aboveLaptop\:col-start-6{
    grid-column-start: 6;
  }

  .aboveLaptop\:col-start-7{
    grid-column-start: 7;
  }

  .aboveLaptop\:col-start-8{
    grid-column-start: 8;
  }

  .aboveLaptop\:col-start-9{
    grid-column-start: 9;
  }

  .aboveLaptop\:col-start-10{
    grid-column-start: 10;
  }

  .aboveLaptop\:col-start-11{
    grid-column-start: 11;
  }

  .aboveLaptop\:col-start-12{
    grid-column-start: 12;
  }

  .aboveLaptop\:col-start-13{
    grid-column-start: 13;
  }

  .aboveLaptop\:col-start-auto{
    grid-column-start: auto;
  }

  .aboveLaptop\:col-end-1{
    grid-column-end: 1;
  }

  .aboveLaptop\:col-end-2{
    grid-column-end: 2;
  }

  .aboveLaptop\:col-end-3{
    grid-column-end: 3;
  }

  .aboveLaptop\:col-end-4{
    grid-column-end: 4;
  }

  .aboveLaptop\:col-end-5{
    grid-column-end: 5;
  }

  .aboveLaptop\:col-end-6{
    grid-column-end: 6;
  }

  .aboveLaptop\:col-end-7{
    grid-column-end: 7;
  }

  .aboveLaptop\:col-end-8{
    grid-column-end: 8;
  }

  .aboveLaptop\:col-end-9{
    grid-column-end: 9;
  }

  .aboveLaptop\:col-end-10{
    grid-column-end: 10;
  }

  .aboveLaptop\:col-end-11{
    grid-column-end: 11;
  }

  .aboveLaptop\:col-end-12{
    grid-column-end: 12;
  }

  .aboveLaptop\:col-end-13{
    grid-column-end: 13;
  }

  .aboveLaptop\:col-end-auto{
    grid-column-end: auto;
  }

  .aboveLaptop\:row-auto{
    grid-row: auto;
  }

  .aboveLaptop\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .aboveLaptop\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .aboveLaptop\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .aboveLaptop\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .aboveLaptop\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .aboveLaptop\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .aboveLaptop\:row-span-full{
    grid-row: 1 / -1;
  }

  .aboveLaptop\:row-start-1{
    grid-row-start: 1;
  }

  .aboveLaptop\:row-start-2{
    grid-row-start: 2;
  }

  .aboveLaptop\:row-start-3{
    grid-row-start: 3;
  }

  .aboveLaptop\:row-start-4{
    grid-row-start: 4;
  }

  .aboveLaptop\:row-start-5{
    grid-row-start: 5;
  }

  .aboveLaptop\:row-start-6{
    grid-row-start: 6;
  }

  .aboveLaptop\:row-start-7{
    grid-row-start: 7;
  }

  .aboveLaptop\:row-start-auto{
    grid-row-start: auto;
  }

  .aboveLaptop\:row-end-1{
    grid-row-end: 1;
  }

  .aboveLaptop\:row-end-2{
    grid-row-end: 2;
  }

  .aboveLaptop\:row-end-3{
    grid-row-end: 3;
  }

  .aboveLaptop\:row-end-4{
    grid-row-end: 4;
  }

  .aboveLaptop\:row-end-5{
    grid-row-end: 5;
  }

  .aboveLaptop\:row-end-6{
    grid-row-end: 6;
  }

  .aboveLaptop\:row-end-7{
    grid-row-end: 7;
  }

  .aboveLaptop\:row-end-auto{
    grid-row-end: auto;
  }

  .aboveLaptop\:float-right{
    float: right;
  }

  .aboveLaptop\:float-left{
    float: left;
  }

  .aboveLaptop\:float-none{
    float: none;
  }

  .aboveLaptop\:clear-left{
    clear: left;
  }

  .aboveLaptop\:clear-right{
    clear: right;
  }

  .aboveLaptop\:clear-both{
    clear: both;
  }

  .aboveLaptop\:clear-none{
    clear: none;
  }

  .aboveLaptop\:m-0{
    margin: 0px;
  }

  .aboveLaptop\:m-1{
    margin: 0.25rem;
  }

  .aboveLaptop\:m-2{
    margin: 0.5rem;
  }

  .aboveLaptop\:m-3{
    margin: 0.75rem;
  }

  .aboveLaptop\:m-4{
    margin: 1rem;
  }

  .aboveLaptop\:m-5{
    margin: 1.25rem;
  }

  .aboveLaptop\:m-6{
    margin: 1.5rem;
  }

  .aboveLaptop\:m-7{
    margin: 1.75rem;
  }

  .aboveLaptop\:m-8{
    margin: 2rem;
  }

  .aboveLaptop\:m-9{
    margin: 2.25rem;
  }

  .aboveLaptop\:m-10{
    margin: 2.5rem;
  }

  .aboveLaptop\:m-11{
    margin: 2.75rem;
  }

  .aboveLaptop\:m-12{
    margin: 3rem;
  }

  .aboveLaptop\:m-14{
    margin: 3.5rem;
  }

  .aboveLaptop\:m-16{
    margin: 4rem;
  }

  .aboveLaptop\:m-20{
    margin: 5rem;
  }

  .aboveLaptop\:m-24{
    margin: 6rem;
  }

  .aboveLaptop\:m-28{
    margin: 7rem;
  }

  .aboveLaptop\:m-32{
    margin: 8rem;
  }

  .aboveLaptop\:m-36{
    margin: 9rem;
  }

  .aboveLaptop\:m-40{
    margin: 10rem;
  }

  .aboveLaptop\:m-44{
    margin: 11rem;
  }

  .aboveLaptop\:m-48{
    margin: 12rem;
  }

  .aboveLaptop\:m-52{
    margin: 13rem;
  }

  .aboveLaptop\:m-56{
    margin: 14rem;
  }

  .aboveLaptop\:m-60{
    margin: 15rem;
  }

  .aboveLaptop\:m-64{
    margin: 16rem;
  }

  .aboveLaptop\:m-72{
    margin: 18rem;
  }

  .aboveLaptop\:m-80{
    margin: 20rem;
  }

  .aboveLaptop\:m-96{
    margin: 24rem;
  }

  .aboveLaptop\:m-auto{
    margin: auto;
  }

  .aboveLaptop\:m-px{
    margin: 1px;
  }

  .aboveLaptop\:m-0\.5{
    margin: 0.125rem;
  }

  .aboveLaptop\:m-1\.5{
    margin: 0.375rem;
  }

  .aboveLaptop\:m-2\.5{
    margin: 0.625rem;
  }

  .aboveLaptop\:m-3\.5{
    margin: 0.875rem;
  }

  .aboveLaptop\:-m-0{
    margin: 0px;
  }

  .aboveLaptop\:-m-1{
    margin: -0.25rem;
  }

  .aboveLaptop\:-m-2{
    margin: -0.5rem;
  }

  .aboveLaptop\:-m-3{
    margin: -0.75rem;
  }

  .aboveLaptop\:-m-4{
    margin: -1rem;
  }

  .aboveLaptop\:-m-5{
    margin: -1.25rem;
  }

  .aboveLaptop\:-m-6{
    margin: -1.5rem;
  }

  .aboveLaptop\:-m-7{
    margin: -1.75rem;
  }

  .aboveLaptop\:-m-8{
    margin: -2rem;
  }

  .aboveLaptop\:-m-9{
    margin: -2.25rem;
  }

  .aboveLaptop\:-m-10{
    margin: -2.5rem;
  }

  .aboveLaptop\:-m-11{
    margin: -2.75rem;
  }

  .aboveLaptop\:-m-12{
    margin: -3rem;
  }

  .aboveLaptop\:-m-14{
    margin: -3.5rem;
  }

  .aboveLaptop\:-m-16{
    margin: -4rem;
  }

  .aboveLaptop\:-m-20{
    margin: -5rem;
  }

  .aboveLaptop\:-m-24{
    margin: -6rem;
  }

  .aboveLaptop\:-m-28{
    margin: -7rem;
  }

  .aboveLaptop\:-m-32{
    margin: -8rem;
  }

  .aboveLaptop\:-m-36{
    margin: -9rem;
  }

  .aboveLaptop\:-m-40{
    margin: -10rem;
  }

  .aboveLaptop\:-m-44{
    margin: -11rem;
  }

  .aboveLaptop\:-m-48{
    margin: -12rem;
  }

  .aboveLaptop\:-m-52{
    margin: -13rem;
  }

  .aboveLaptop\:-m-56{
    margin: -14rem;
  }

  .aboveLaptop\:-m-60{
    margin: -15rem;
  }

  .aboveLaptop\:-m-64{
    margin: -16rem;
  }

  .aboveLaptop\:-m-72{
    margin: -18rem;
  }

  .aboveLaptop\:-m-80{
    margin: -20rem;
  }

  .aboveLaptop\:-m-96{
    margin: -24rem;
  }

  .aboveLaptop\:-m-px{
    margin: -1px;
  }

  .aboveLaptop\:-m-0\.5{
    margin: -0.125rem;
  }

  .aboveLaptop\:-m-1\.5{
    margin: -0.375rem;
  }

  .aboveLaptop\:-m-2\.5{
    margin: -0.625rem;
  }

  .aboveLaptop\:-m-3\.5{
    margin: -0.875rem;
  }

  .aboveLaptop\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveLaptop\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .aboveLaptop\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .aboveLaptop\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .aboveLaptop\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .aboveLaptop\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .aboveLaptop\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .aboveLaptop\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .aboveLaptop\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .aboveLaptop\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .aboveLaptop\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .aboveLaptop\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .aboveLaptop\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .aboveLaptop\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .aboveLaptop\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .aboveLaptop\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .aboveLaptop\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .aboveLaptop\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .aboveLaptop\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .aboveLaptop\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .aboveLaptop\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .aboveLaptop\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .aboveLaptop\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .aboveLaptop\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .aboveLaptop\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .aboveLaptop\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .aboveLaptop\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .aboveLaptop\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .aboveLaptop\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .aboveLaptop\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .aboveLaptop\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .aboveLaptop\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .aboveLaptop\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .aboveLaptop\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .aboveLaptop\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .aboveLaptop\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .aboveLaptop\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveLaptop\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .aboveLaptop\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .aboveLaptop\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .aboveLaptop\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .aboveLaptop\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .aboveLaptop\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .aboveLaptop\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .aboveLaptop\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .aboveLaptop\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .aboveLaptop\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .aboveLaptop\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .aboveLaptop\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .aboveLaptop\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .aboveLaptop\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .aboveLaptop\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .aboveLaptop\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .aboveLaptop\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .aboveLaptop\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .aboveLaptop\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .aboveLaptop\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .aboveLaptop\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .aboveLaptop\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .aboveLaptop\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .aboveLaptop\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .aboveLaptop\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .aboveLaptop\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .aboveLaptop\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .aboveLaptop\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .aboveLaptop\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .aboveLaptop\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .aboveLaptop\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .aboveLaptop\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .aboveLaptop\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .aboveLaptop\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .aboveLaptop\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveLaptop\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .aboveLaptop\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .aboveLaptop\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .aboveLaptop\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .aboveLaptop\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .aboveLaptop\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .aboveLaptop\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .aboveLaptop\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .aboveLaptop\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .aboveLaptop\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .aboveLaptop\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .aboveLaptop\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .aboveLaptop\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .aboveLaptop\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .aboveLaptop\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .aboveLaptop\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .aboveLaptop\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .aboveLaptop\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .aboveLaptop\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .aboveLaptop\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .aboveLaptop\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .aboveLaptop\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .aboveLaptop\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .aboveLaptop\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .aboveLaptop\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .aboveLaptop\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .aboveLaptop\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .aboveLaptop\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .aboveLaptop\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .aboveLaptop\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .aboveLaptop\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .aboveLaptop\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .aboveLaptop\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .aboveLaptop\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .aboveLaptop\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .aboveLaptop\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveLaptop\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .aboveLaptop\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .aboveLaptop\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .aboveLaptop\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .aboveLaptop\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .aboveLaptop\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .aboveLaptop\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .aboveLaptop\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .aboveLaptop\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .aboveLaptop\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .aboveLaptop\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .aboveLaptop\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .aboveLaptop\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .aboveLaptop\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .aboveLaptop\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .aboveLaptop\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .aboveLaptop\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .aboveLaptop\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .aboveLaptop\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .aboveLaptop\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .aboveLaptop\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .aboveLaptop\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .aboveLaptop\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .aboveLaptop\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .aboveLaptop\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .aboveLaptop\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .aboveLaptop\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .aboveLaptop\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .aboveLaptop\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .aboveLaptop\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .aboveLaptop\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .aboveLaptop\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .aboveLaptop\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .aboveLaptop\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .aboveLaptop\:mt-0{
    margin-top: 0px;
  }

  .aboveLaptop\:mt-1{
    margin-top: 0.25rem;
  }

  .aboveLaptop\:mt-2{
    margin-top: 0.5rem;
  }

  .aboveLaptop\:mt-3{
    margin-top: 0.75rem;
  }

  .aboveLaptop\:mt-4{
    margin-top: 1rem;
  }

  .aboveLaptop\:mt-5{
    margin-top: 1.25rem;
  }

  .aboveLaptop\:mt-6{
    margin-top: 1.5rem;
  }

  .aboveLaptop\:mt-7{
    margin-top: 1.75rem;
  }

  .aboveLaptop\:mt-8{
    margin-top: 2rem;
  }

  .aboveLaptop\:mt-9{
    margin-top: 2.25rem;
  }

  .aboveLaptop\:mt-10{
    margin-top: 2.5rem;
  }

  .aboveLaptop\:mt-11{
    margin-top: 2.75rem;
  }

  .aboveLaptop\:mt-12{
    margin-top: 3rem;
  }

  .aboveLaptop\:mt-14{
    margin-top: 3.5rem;
  }

  .aboveLaptop\:mt-16{
    margin-top: 4rem;
  }

  .aboveLaptop\:mt-20{
    margin-top: 5rem;
  }

  .aboveLaptop\:mt-24{
    margin-top: 6rem;
  }

  .aboveLaptop\:mt-28{
    margin-top: 7rem;
  }

  .aboveLaptop\:mt-32{
    margin-top: 8rem;
  }

  .aboveLaptop\:mt-36{
    margin-top: 9rem;
  }

  .aboveLaptop\:mt-40{
    margin-top: 10rem;
  }

  .aboveLaptop\:mt-44{
    margin-top: 11rem;
  }

  .aboveLaptop\:mt-48{
    margin-top: 12rem;
  }

  .aboveLaptop\:mt-52{
    margin-top: 13rem;
  }

  .aboveLaptop\:mt-56{
    margin-top: 14rem;
  }

  .aboveLaptop\:mt-60{
    margin-top: 15rem;
  }

  .aboveLaptop\:mt-64{
    margin-top: 16rem;
  }

  .aboveLaptop\:mt-72{
    margin-top: 18rem;
  }

  .aboveLaptop\:mt-80{
    margin-top: 20rem;
  }

  .aboveLaptop\:mt-96{
    margin-top: 24rem;
  }

  .aboveLaptop\:mt-auto{
    margin-top: auto;
  }

  .aboveLaptop\:mt-px{
    margin-top: 1px;
  }

  .aboveLaptop\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .aboveLaptop\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .aboveLaptop\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .aboveLaptop\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .aboveLaptop\:-mt-0{
    margin-top: 0px;
  }

  .aboveLaptop\:-mt-1{
    margin-top: -0.25rem;
  }

  .aboveLaptop\:-mt-2{
    margin-top: -0.5rem;
  }

  .aboveLaptop\:-mt-3{
    margin-top: -0.75rem;
  }

  .aboveLaptop\:-mt-4{
    margin-top: -1rem;
  }

  .aboveLaptop\:-mt-5{
    margin-top: -1.25rem;
  }

  .aboveLaptop\:-mt-6{
    margin-top: -1.5rem;
  }

  .aboveLaptop\:-mt-7{
    margin-top: -1.75rem;
  }

  .aboveLaptop\:-mt-8{
    margin-top: -2rem;
  }

  .aboveLaptop\:-mt-9{
    margin-top: -2.25rem;
  }

  .aboveLaptop\:-mt-10{
    margin-top: -2.5rem;
  }

  .aboveLaptop\:-mt-11{
    margin-top: -2.75rem;
  }

  .aboveLaptop\:-mt-12{
    margin-top: -3rem;
  }

  .aboveLaptop\:-mt-14{
    margin-top: -3.5rem;
  }

  .aboveLaptop\:-mt-16{
    margin-top: -4rem;
  }

  .aboveLaptop\:-mt-20{
    margin-top: -5rem;
  }

  .aboveLaptop\:-mt-24{
    margin-top: -6rem;
  }

  .aboveLaptop\:-mt-28{
    margin-top: -7rem;
  }

  .aboveLaptop\:-mt-32{
    margin-top: -8rem;
  }

  .aboveLaptop\:-mt-36{
    margin-top: -9rem;
  }

  .aboveLaptop\:-mt-40{
    margin-top: -10rem;
  }

  .aboveLaptop\:-mt-44{
    margin-top: -11rem;
  }

  .aboveLaptop\:-mt-48{
    margin-top: -12rem;
  }

  .aboveLaptop\:-mt-52{
    margin-top: -13rem;
  }

  .aboveLaptop\:-mt-56{
    margin-top: -14rem;
  }

  .aboveLaptop\:-mt-60{
    margin-top: -15rem;
  }

  .aboveLaptop\:-mt-64{
    margin-top: -16rem;
  }

  .aboveLaptop\:-mt-72{
    margin-top: -18rem;
  }

  .aboveLaptop\:-mt-80{
    margin-top: -20rem;
  }

  .aboveLaptop\:-mt-96{
    margin-top: -24rem;
  }

  .aboveLaptop\:-mt-px{
    margin-top: -1px;
  }

  .aboveLaptop\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .aboveLaptop\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .aboveLaptop\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .aboveLaptop\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .aboveLaptop\:mr-0{
    margin-right: 0px;
  }

  .aboveLaptop\:mr-1{
    margin-right: 0.25rem;
  }

  .aboveLaptop\:mr-2{
    margin-right: 0.5rem;
  }

  .aboveLaptop\:mr-3{
    margin-right: 0.75rem;
  }

  .aboveLaptop\:mr-4{
    margin-right: 1rem;
  }

  .aboveLaptop\:mr-5{
    margin-right: 1.25rem;
  }

  .aboveLaptop\:mr-6{
    margin-right: 1.5rem;
  }

  .aboveLaptop\:mr-7{
    margin-right: 1.75rem;
  }

  .aboveLaptop\:mr-8{
    margin-right: 2rem;
  }

  .aboveLaptop\:mr-9{
    margin-right: 2.25rem;
  }

  .aboveLaptop\:mr-10{
    margin-right: 2.5rem;
  }

  .aboveLaptop\:mr-11{
    margin-right: 2.75rem;
  }

  .aboveLaptop\:mr-12{
    margin-right: 3rem;
  }

  .aboveLaptop\:mr-14{
    margin-right: 3.5rem;
  }

  .aboveLaptop\:mr-16{
    margin-right: 4rem;
  }

  .aboveLaptop\:mr-20{
    margin-right: 5rem;
  }

  .aboveLaptop\:mr-24{
    margin-right: 6rem;
  }

  .aboveLaptop\:mr-28{
    margin-right: 7rem;
  }

  .aboveLaptop\:mr-32{
    margin-right: 8rem;
  }

  .aboveLaptop\:mr-36{
    margin-right: 9rem;
  }

  .aboveLaptop\:mr-40{
    margin-right: 10rem;
  }

  .aboveLaptop\:mr-44{
    margin-right: 11rem;
  }

  .aboveLaptop\:mr-48{
    margin-right: 12rem;
  }

  .aboveLaptop\:mr-52{
    margin-right: 13rem;
  }

  .aboveLaptop\:mr-56{
    margin-right: 14rem;
  }

  .aboveLaptop\:mr-60{
    margin-right: 15rem;
  }

  .aboveLaptop\:mr-64{
    margin-right: 16rem;
  }

  .aboveLaptop\:mr-72{
    margin-right: 18rem;
  }

  .aboveLaptop\:mr-80{
    margin-right: 20rem;
  }

  .aboveLaptop\:mr-96{
    margin-right: 24rem;
  }

  .aboveLaptop\:mr-auto{
    margin-right: auto;
  }

  .aboveLaptop\:mr-px{
    margin-right: 1px;
  }

  .aboveLaptop\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .aboveLaptop\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .aboveLaptop\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .aboveLaptop\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .aboveLaptop\:-mr-0{
    margin-right: 0px;
  }

  .aboveLaptop\:-mr-1{
    margin-right: -0.25rem;
  }

  .aboveLaptop\:-mr-2{
    margin-right: -0.5rem;
  }

  .aboveLaptop\:-mr-3{
    margin-right: -0.75rem;
  }

  .aboveLaptop\:-mr-4{
    margin-right: -1rem;
  }

  .aboveLaptop\:-mr-5{
    margin-right: -1.25rem;
  }

  .aboveLaptop\:-mr-6{
    margin-right: -1.5rem;
  }

  .aboveLaptop\:-mr-7{
    margin-right: -1.75rem;
  }

  .aboveLaptop\:-mr-8{
    margin-right: -2rem;
  }

  .aboveLaptop\:-mr-9{
    margin-right: -2.25rem;
  }

  .aboveLaptop\:-mr-10{
    margin-right: -2.5rem;
  }

  .aboveLaptop\:-mr-11{
    margin-right: -2.75rem;
  }

  .aboveLaptop\:-mr-12{
    margin-right: -3rem;
  }

  .aboveLaptop\:-mr-14{
    margin-right: -3.5rem;
  }

  .aboveLaptop\:-mr-16{
    margin-right: -4rem;
  }

  .aboveLaptop\:-mr-20{
    margin-right: -5rem;
  }

  .aboveLaptop\:-mr-24{
    margin-right: -6rem;
  }

  .aboveLaptop\:-mr-28{
    margin-right: -7rem;
  }

  .aboveLaptop\:-mr-32{
    margin-right: -8rem;
  }

  .aboveLaptop\:-mr-36{
    margin-right: -9rem;
  }

  .aboveLaptop\:-mr-40{
    margin-right: -10rem;
  }

  .aboveLaptop\:-mr-44{
    margin-right: -11rem;
  }

  .aboveLaptop\:-mr-48{
    margin-right: -12rem;
  }

  .aboveLaptop\:-mr-52{
    margin-right: -13rem;
  }

  .aboveLaptop\:-mr-56{
    margin-right: -14rem;
  }

  .aboveLaptop\:-mr-60{
    margin-right: -15rem;
  }

  .aboveLaptop\:-mr-64{
    margin-right: -16rem;
  }

  .aboveLaptop\:-mr-72{
    margin-right: -18rem;
  }

  .aboveLaptop\:-mr-80{
    margin-right: -20rem;
  }

  .aboveLaptop\:-mr-96{
    margin-right: -24rem;
  }

  .aboveLaptop\:-mr-px{
    margin-right: -1px;
  }

  .aboveLaptop\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .aboveLaptop\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .aboveLaptop\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .aboveLaptop\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .aboveLaptop\:mb-0{
    margin-bottom: 0px;
  }

  .aboveLaptop\:mb-1{
    margin-bottom: 0.25rem;
  }

  .aboveLaptop\:mb-2{
    margin-bottom: 0.5rem;
  }

  .aboveLaptop\:mb-3{
    margin-bottom: 0.75rem;
  }

  .aboveLaptop\:mb-4{
    margin-bottom: 1rem;
  }

  .aboveLaptop\:mb-5{
    margin-bottom: 1.25rem;
  }

  .aboveLaptop\:mb-6{
    margin-bottom: 1.5rem;
  }

  .aboveLaptop\:mb-7{
    margin-bottom: 1.75rem;
  }

  .aboveLaptop\:mb-8{
    margin-bottom: 2rem;
  }

  .aboveLaptop\:mb-9{
    margin-bottom: 2.25rem;
  }

  .aboveLaptop\:mb-10{
    margin-bottom: 2.5rem;
  }

  .aboveLaptop\:mb-11{
    margin-bottom: 2.75rem;
  }

  .aboveLaptop\:mb-12{
    margin-bottom: 3rem;
  }

  .aboveLaptop\:mb-14{
    margin-bottom: 3.5rem;
  }

  .aboveLaptop\:mb-16{
    margin-bottom: 4rem;
  }

  .aboveLaptop\:mb-20{
    margin-bottom: 5rem;
  }

  .aboveLaptop\:mb-24{
    margin-bottom: 6rem;
  }

  .aboveLaptop\:mb-28{
    margin-bottom: 7rem;
  }

  .aboveLaptop\:mb-32{
    margin-bottom: 8rem;
  }

  .aboveLaptop\:mb-36{
    margin-bottom: 9rem;
  }

  .aboveLaptop\:mb-40{
    margin-bottom: 10rem;
  }

  .aboveLaptop\:mb-44{
    margin-bottom: 11rem;
  }

  .aboveLaptop\:mb-48{
    margin-bottom: 12rem;
  }

  .aboveLaptop\:mb-52{
    margin-bottom: 13rem;
  }

  .aboveLaptop\:mb-56{
    margin-bottom: 14rem;
  }

  .aboveLaptop\:mb-60{
    margin-bottom: 15rem;
  }

  .aboveLaptop\:mb-64{
    margin-bottom: 16rem;
  }

  .aboveLaptop\:mb-72{
    margin-bottom: 18rem;
  }

  .aboveLaptop\:mb-80{
    margin-bottom: 20rem;
  }

  .aboveLaptop\:mb-96{
    margin-bottom: 24rem;
  }

  .aboveLaptop\:mb-auto{
    margin-bottom: auto;
  }

  .aboveLaptop\:mb-px{
    margin-bottom: 1px;
  }

  .aboveLaptop\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .aboveLaptop\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .aboveLaptop\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .aboveLaptop\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .aboveLaptop\:-mb-0{
    margin-bottom: 0px;
  }

  .aboveLaptop\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .aboveLaptop\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .aboveLaptop\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .aboveLaptop\:-mb-4{
    margin-bottom: -1rem;
  }

  .aboveLaptop\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .aboveLaptop\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .aboveLaptop\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .aboveLaptop\:-mb-8{
    margin-bottom: -2rem;
  }

  .aboveLaptop\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .aboveLaptop\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .aboveLaptop\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .aboveLaptop\:-mb-12{
    margin-bottom: -3rem;
  }

  .aboveLaptop\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .aboveLaptop\:-mb-16{
    margin-bottom: -4rem;
  }

  .aboveLaptop\:-mb-20{
    margin-bottom: -5rem;
  }

  .aboveLaptop\:-mb-24{
    margin-bottom: -6rem;
  }

  .aboveLaptop\:-mb-28{
    margin-bottom: -7rem;
  }

  .aboveLaptop\:-mb-32{
    margin-bottom: -8rem;
  }

  .aboveLaptop\:-mb-36{
    margin-bottom: -9rem;
  }

  .aboveLaptop\:-mb-40{
    margin-bottom: -10rem;
  }

  .aboveLaptop\:-mb-44{
    margin-bottom: -11rem;
  }

  .aboveLaptop\:-mb-48{
    margin-bottom: -12rem;
  }

  .aboveLaptop\:-mb-52{
    margin-bottom: -13rem;
  }

  .aboveLaptop\:-mb-56{
    margin-bottom: -14rem;
  }

  .aboveLaptop\:-mb-60{
    margin-bottom: -15rem;
  }

  .aboveLaptop\:-mb-64{
    margin-bottom: -16rem;
  }

  .aboveLaptop\:-mb-72{
    margin-bottom: -18rem;
  }

  .aboveLaptop\:-mb-80{
    margin-bottom: -20rem;
  }

  .aboveLaptop\:-mb-96{
    margin-bottom: -24rem;
  }

  .aboveLaptop\:-mb-px{
    margin-bottom: -1px;
  }

  .aboveLaptop\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .aboveLaptop\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .aboveLaptop\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .aboveLaptop\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .aboveLaptop\:ml-0{
    margin-left: 0px;
  }

  .aboveLaptop\:ml-1{
    margin-left: 0.25rem;
  }

  .aboveLaptop\:ml-2{
    margin-left: 0.5rem;
  }

  .aboveLaptop\:ml-3{
    margin-left: 0.75rem;
  }

  .aboveLaptop\:ml-4{
    margin-left: 1rem;
  }

  .aboveLaptop\:ml-5{
    margin-left: 1.25rem;
  }

  .aboveLaptop\:ml-6{
    margin-left: 1.5rem;
  }

  .aboveLaptop\:ml-7{
    margin-left: 1.75rem;
  }

  .aboveLaptop\:ml-8{
    margin-left: 2rem;
  }

  .aboveLaptop\:ml-9{
    margin-left: 2.25rem;
  }

  .aboveLaptop\:ml-10{
    margin-left: 2.5rem;
  }

  .aboveLaptop\:ml-11{
    margin-left: 2.75rem;
  }

  .aboveLaptop\:ml-12{
    margin-left: 3rem;
  }

  .aboveLaptop\:ml-14{
    margin-left: 3.5rem;
  }

  .aboveLaptop\:ml-16{
    margin-left: 4rem;
  }

  .aboveLaptop\:ml-20{
    margin-left: 5rem;
  }

  .aboveLaptop\:ml-24{
    margin-left: 6rem;
  }

  .aboveLaptop\:ml-28{
    margin-left: 7rem;
  }

  .aboveLaptop\:ml-32{
    margin-left: 8rem;
  }

  .aboveLaptop\:ml-36{
    margin-left: 9rem;
  }

  .aboveLaptop\:ml-40{
    margin-left: 10rem;
  }

  .aboveLaptop\:ml-44{
    margin-left: 11rem;
  }

  .aboveLaptop\:ml-48{
    margin-left: 12rem;
  }

  .aboveLaptop\:ml-52{
    margin-left: 13rem;
  }

  .aboveLaptop\:ml-56{
    margin-left: 14rem;
  }

  .aboveLaptop\:ml-60{
    margin-left: 15rem;
  }

  .aboveLaptop\:ml-64{
    margin-left: 16rem;
  }

  .aboveLaptop\:ml-72{
    margin-left: 18rem;
  }

  .aboveLaptop\:ml-80{
    margin-left: 20rem;
  }

  .aboveLaptop\:ml-96{
    margin-left: 24rem;
  }

  .aboveLaptop\:ml-auto{
    margin-left: auto;
  }

  .aboveLaptop\:ml-px{
    margin-left: 1px;
  }

  .aboveLaptop\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .aboveLaptop\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .aboveLaptop\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .aboveLaptop\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .aboveLaptop\:-ml-0{
    margin-left: 0px;
  }

  .aboveLaptop\:-ml-1{
    margin-left: -0.25rem;
  }

  .aboveLaptop\:-ml-2{
    margin-left: -0.5rem;
  }

  .aboveLaptop\:-ml-3{
    margin-left: -0.75rem;
  }

  .aboveLaptop\:-ml-4{
    margin-left: -1rem;
  }

  .aboveLaptop\:-ml-5{
    margin-left: -1.25rem;
  }

  .aboveLaptop\:-ml-6{
    margin-left: -1.5rem;
  }

  .aboveLaptop\:-ml-7{
    margin-left: -1.75rem;
  }

  .aboveLaptop\:-ml-8{
    margin-left: -2rem;
  }

  .aboveLaptop\:-ml-9{
    margin-left: -2.25rem;
  }

  .aboveLaptop\:-ml-10{
    margin-left: -2.5rem;
  }

  .aboveLaptop\:-ml-11{
    margin-left: -2.75rem;
  }

  .aboveLaptop\:-ml-12{
    margin-left: -3rem;
  }

  .aboveLaptop\:-ml-14{
    margin-left: -3.5rem;
  }

  .aboveLaptop\:-ml-16{
    margin-left: -4rem;
  }

  .aboveLaptop\:-ml-20{
    margin-left: -5rem;
  }

  .aboveLaptop\:-ml-24{
    margin-left: -6rem;
  }

  .aboveLaptop\:-ml-28{
    margin-left: -7rem;
  }

  .aboveLaptop\:-ml-32{
    margin-left: -8rem;
  }

  .aboveLaptop\:-ml-36{
    margin-left: -9rem;
  }

  .aboveLaptop\:-ml-40{
    margin-left: -10rem;
  }

  .aboveLaptop\:-ml-44{
    margin-left: -11rem;
  }

  .aboveLaptop\:-ml-48{
    margin-left: -12rem;
  }

  .aboveLaptop\:-ml-52{
    margin-left: -13rem;
  }

  .aboveLaptop\:-ml-56{
    margin-left: -14rem;
  }

  .aboveLaptop\:-ml-60{
    margin-left: -15rem;
  }

  .aboveLaptop\:-ml-64{
    margin-left: -16rem;
  }

  .aboveLaptop\:-ml-72{
    margin-left: -18rem;
  }

  .aboveLaptop\:-ml-80{
    margin-left: -20rem;
  }

  .aboveLaptop\:-ml-96{
    margin-left: -24rem;
  }

  .aboveLaptop\:-ml-px{
    margin-left: -1px;
  }

  .aboveLaptop\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .aboveLaptop\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .aboveLaptop\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .aboveLaptop\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .aboveLaptop\:box-border{
    box-sizing: border-box;
  }

  .aboveLaptop\:box-content{
    box-sizing: content-box;
  }

  .aboveLaptop\:block{
    display: block;
  }

  .aboveLaptop\:inline-block{
    display: inline-block;
  }

  .aboveLaptop\:inline{
    display: inline;
  }

  .aboveLaptop\:flex{
    display: flex;
  }

  .aboveLaptop\:inline-flex{
    display: inline-flex;
  }

  .aboveLaptop\:table{
    display: table;
  }

  .aboveLaptop\:inline-table{
    display: inline-table;
  }

  .aboveLaptop\:table-caption{
    display: table-caption;
  }

  .aboveLaptop\:table-cell{
    display: table-cell;
  }

  .aboveLaptop\:table-column{
    display: table-column;
  }

  .aboveLaptop\:table-column-group{
    display: table-column-group;
  }

  .aboveLaptop\:table-footer-group{
    display: table-footer-group;
  }

  .aboveLaptop\:table-header-group{
    display: table-header-group;
  }

  .aboveLaptop\:table-row-group{
    display: table-row-group;
  }

  .aboveLaptop\:table-row{
    display: table-row;
  }

  .aboveLaptop\:flow-root{
    display: flow-root;
  }

  .aboveLaptop\:grid{
    display: grid;
  }

  .aboveLaptop\:inline-grid{
    display: inline-grid;
  }

  .aboveLaptop\:contents{
    display: contents;
  }

  .aboveLaptop\:list-item{
    display: list-item;
  }

  .aboveLaptop\:hidden{
    display: none;
  }

  .aboveLaptop\:h-0{
    height: 0px;
  }

  .aboveLaptop\:h-1{
    height: 0.25rem;
  }

  .aboveLaptop\:h-2{
    height: 0.5rem;
  }

  .aboveLaptop\:h-3{
    height: 0.75rem;
  }

  .aboveLaptop\:h-4{
    height: 1rem;
  }

  .aboveLaptop\:h-5{
    height: 1.25rem;
  }

  .aboveLaptop\:h-6{
    height: 1.5rem;
  }

  .aboveLaptop\:h-7{
    height: 1.75rem;
  }

  .aboveLaptop\:h-8{
    height: 2rem;
  }

  .aboveLaptop\:h-9{
    height: 2.25rem;
  }

  .aboveLaptop\:h-10{
    height: 2.5rem;
  }

  .aboveLaptop\:h-11{
    height: 2.75rem;
  }

  .aboveLaptop\:h-12{
    height: 3rem;
  }

  .aboveLaptop\:h-14{
    height: 3.5rem;
  }

  .aboveLaptop\:h-16{
    height: 4rem;
  }

  .aboveLaptop\:h-20{
    height: 5rem;
  }

  .aboveLaptop\:h-24{
    height: 6rem;
  }

  .aboveLaptop\:h-28{
    height: 7rem;
  }

  .aboveLaptop\:h-32{
    height: 8rem;
  }

  .aboveLaptop\:h-36{
    height: 9rem;
  }

  .aboveLaptop\:h-40{
    height: 10rem;
  }

  .aboveLaptop\:h-44{
    height: 11rem;
  }

  .aboveLaptop\:h-48{
    height: 12rem;
  }

  .aboveLaptop\:h-52{
    height: 13rem;
  }

  .aboveLaptop\:h-56{
    height: 14rem;
  }

  .aboveLaptop\:h-60{
    height: 15rem;
  }

  .aboveLaptop\:h-64{
    height: 16rem;
  }

  .aboveLaptop\:h-72{
    height: 18rem;
  }

  .aboveLaptop\:h-80{
    height: 20rem;
  }

  .aboveLaptop\:h-96{
    height: 24rem;
  }

  .aboveLaptop\:h-auto{
    height: auto;
  }

  .aboveLaptop\:h-px{
    height: 1px;
  }

  .aboveLaptop\:h-0\.5{
    height: 0.125rem;
  }

  .aboveLaptop\:h-1\.5{
    height: 0.375rem;
  }

  .aboveLaptop\:h-2\.5{
    height: 0.625rem;
  }

  .aboveLaptop\:h-3\.5{
    height: 0.875rem;
  }

  .aboveLaptop\:h-1\/2{
    height: 50%;
  }

  .aboveLaptop\:h-1\/3{
    height: 33.333333%;
  }

  .aboveLaptop\:h-2\/3{
    height: 66.666667%;
  }

  .aboveLaptop\:h-1\/4{
    height: 25%;
  }

  .aboveLaptop\:h-2\/4{
    height: 50%;
  }

  .aboveLaptop\:h-3\/4{
    height: 75%;
  }

  .aboveLaptop\:h-1\/5{
    height: 20%;
  }

  .aboveLaptop\:h-2\/5{
    height: 40%;
  }

  .aboveLaptop\:h-3\/5{
    height: 60%;
  }

  .aboveLaptop\:h-4\/5{
    height: 80%;
  }

  .aboveLaptop\:h-1\/6{
    height: 16.666667%;
  }

  .aboveLaptop\:h-2\/6{
    height: 33.333333%;
  }

  .aboveLaptop\:h-3\/6{
    height: 50%;
  }

  .aboveLaptop\:h-4\/6{
    height: 66.666667%;
  }

  .aboveLaptop\:h-5\/6{
    height: 83.333333%;
  }

  .aboveLaptop\:h-full{
    height: 100%;
  }

  .aboveLaptop\:h-screen{
    height: 100vh;
  }

  .aboveLaptop\:max-h-0{
    max-height: 0px;
  }

  .aboveLaptop\:max-h-1{
    max-height: 0.25rem;
  }

  .aboveLaptop\:max-h-2{
    max-height: 0.5rem;
  }

  .aboveLaptop\:max-h-3{
    max-height: 0.75rem;
  }

  .aboveLaptop\:max-h-4{
    max-height: 1rem;
  }

  .aboveLaptop\:max-h-5{
    max-height: 1.25rem;
  }

  .aboveLaptop\:max-h-6{
    max-height: 1.5rem;
  }

  .aboveLaptop\:max-h-7{
    max-height: 1.75rem;
  }

  .aboveLaptop\:max-h-8{
    max-height: 2rem;
  }

  .aboveLaptop\:max-h-9{
    max-height: 2.25rem;
  }

  .aboveLaptop\:max-h-10{
    max-height: 2.5rem;
  }

  .aboveLaptop\:max-h-11{
    max-height: 2.75rem;
  }

  .aboveLaptop\:max-h-12{
    max-height: 3rem;
  }

  .aboveLaptop\:max-h-14{
    max-height: 3.5rem;
  }

  .aboveLaptop\:max-h-16{
    max-height: 4rem;
  }

  .aboveLaptop\:max-h-20{
    max-height: 5rem;
  }

  .aboveLaptop\:max-h-24{
    max-height: 6rem;
  }

  .aboveLaptop\:max-h-28{
    max-height: 7rem;
  }

  .aboveLaptop\:max-h-32{
    max-height: 8rem;
  }

  .aboveLaptop\:max-h-36{
    max-height: 9rem;
  }

  .aboveLaptop\:max-h-40{
    max-height: 10rem;
  }

  .aboveLaptop\:max-h-44{
    max-height: 11rem;
  }

  .aboveLaptop\:max-h-48{
    max-height: 12rem;
  }

  .aboveLaptop\:max-h-52{
    max-height: 13rem;
  }

  .aboveLaptop\:max-h-56{
    max-height: 14rem;
  }

  .aboveLaptop\:max-h-60{
    max-height: 15rem;
  }

  .aboveLaptop\:max-h-64{
    max-height: 16rem;
  }

  .aboveLaptop\:max-h-72{
    max-height: 18rem;
  }

  .aboveLaptop\:max-h-80{
    max-height: 20rem;
  }

  .aboveLaptop\:max-h-96{
    max-height: 24rem;
  }

  .aboveLaptop\:max-h-px{
    max-height: 1px;
  }

  .aboveLaptop\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .aboveLaptop\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .aboveLaptop\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .aboveLaptop\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .aboveLaptop\:max-h-full{
    max-height: 100%;
  }

  .aboveLaptop\:max-h-screen{
    max-height: 100vh;
  }

  .aboveLaptop\:min-h-0{
    min-height: 0px;
  }

  .aboveLaptop\:min-h-full{
    min-height: 100%;
  }

  .aboveLaptop\:min-h-screen{
    min-height: 100vh;
  }

  .aboveLaptop\:w-0{
    width: 0px;
  }

  .aboveLaptop\:w-1{
    width: 0.25rem;
  }

  .aboveLaptop\:w-2{
    width: 0.5rem;
  }

  .aboveLaptop\:w-3{
    width: 0.75rem;
  }

  .aboveLaptop\:w-4{
    width: 1rem;
  }

  .aboveLaptop\:w-5{
    width: 1.25rem;
  }

  .aboveLaptop\:w-6{
    width: 1.5rem;
  }

  .aboveLaptop\:w-7{
    width: 1.75rem;
  }

  .aboveLaptop\:w-8{
    width: 2rem;
  }

  .aboveLaptop\:w-9{
    width: 2.25rem;
  }

  .aboveLaptop\:w-10{
    width: 2.5rem;
  }

  .aboveLaptop\:w-11{
    width: 2.75rem;
  }

  .aboveLaptop\:w-12{
    width: 3rem;
  }

  .aboveLaptop\:w-14{
    width: 3.5rem;
  }

  .aboveLaptop\:w-16{
    width: 4rem;
  }

  .aboveLaptop\:w-20{
    width: 5rem;
  }

  .aboveLaptop\:w-24{
    width: 6rem;
  }

  .aboveLaptop\:w-28{
    width: 7rem;
  }

  .aboveLaptop\:w-32{
    width: 8rem;
  }

  .aboveLaptop\:w-36{
    width: 9rem;
  }

  .aboveLaptop\:w-40{
    width: 10rem;
  }

  .aboveLaptop\:w-44{
    width: 11rem;
  }

  .aboveLaptop\:w-48{
    width: 12rem;
  }

  .aboveLaptop\:w-52{
    width: 13rem;
  }

  .aboveLaptop\:w-56{
    width: 14rem;
  }

  .aboveLaptop\:w-60{
    width: 15rem;
  }

  .aboveLaptop\:w-64{
    width: 16rem;
  }

  .aboveLaptop\:w-72{
    width: 18rem;
  }

  .aboveLaptop\:w-80{
    width: 20rem;
  }

  .aboveLaptop\:w-96{
    width: 24rem;
  }

  .aboveLaptop\:w-auto{
    width: auto;
  }

  .aboveLaptop\:w-px{
    width: 1px;
  }

  .aboveLaptop\:w-0\.5{
    width: 0.125rem;
  }

  .aboveLaptop\:w-1\.5{
    width: 0.375rem;
  }

  .aboveLaptop\:w-2\.5{
    width: 0.625rem;
  }

  .aboveLaptop\:w-3\.5{
    width: 0.875rem;
  }

  .aboveLaptop\:w-1\/2{
    width: 50%;
  }

  .aboveLaptop\:w-1\/3{
    width: 33.333333%;
  }

  .aboveLaptop\:w-2\/3{
    width: 66.666667%;
  }

  .aboveLaptop\:w-1\/4{
    width: 25%;
  }

  .aboveLaptop\:w-2\/4{
    width: 50%;
  }

  .aboveLaptop\:w-3\/4{
    width: 75%;
  }

  .aboveLaptop\:w-1\/5{
    width: 20%;
  }

  .aboveLaptop\:w-2\/5{
    width: 40%;
  }

  .aboveLaptop\:w-3\/5{
    width: 60%;
  }

  .aboveLaptop\:w-4\/5{
    width: 80%;
  }

  .aboveLaptop\:w-1\/6{
    width: 16.666667%;
  }

  .aboveLaptop\:w-2\/6{
    width: 33.333333%;
  }

  .aboveLaptop\:w-3\/6{
    width: 50%;
  }

  .aboveLaptop\:w-4\/6{
    width: 66.666667%;
  }

  .aboveLaptop\:w-5\/6{
    width: 83.333333%;
  }

  .aboveLaptop\:w-1\/12{
    width: 8.333333%;
  }

  .aboveLaptop\:w-2\/12{
    width: 16.666667%;
  }

  .aboveLaptop\:w-3\/12{
    width: 25%;
  }

  .aboveLaptop\:w-4\/12{
    width: 33.333333%;
  }

  .aboveLaptop\:w-5\/12{
    width: 41.666667%;
  }

  .aboveLaptop\:w-6\/12{
    width: 50%;
  }

  .aboveLaptop\:w-7\/12{
    width: 58.333333%;
  }

  .aboveLaptop\:w-8\/12{
    width: 66.666667%;
  }

  .aboveLaptop\:w-9\/12{
    width: 75%;
  }

  .aboveLaptop\:w-10\/12{
    width: 83.333333%;
  }

  .aboveLaptop\:w-11\/12{
    width: 91.666667%;
  }

  .aboveLaptop\:w-full{
    width: 100%;
  }

  .aboveLaptop\:w-screen{
    width: 100vw;
  }

  .aboveLaptop\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .aboveLaptop\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .aboveLaptop\:min-w-0{
    min-width: 0px;
  }

  .aboveLaptop\:min-w-full{
    min-width: 100%;
  }

  .aboveLaptop\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .aboveLaptop\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .aboveLaptop\:max-w-0{
    max-width: 0rem;
  }

  .aboveLaptop\:max-w-none{
    max-width: none;
  }

  .aboveLaptop\:max-w-xs{
    max-width: 20rem;
  }

  .aboveLaptop\:max-w-sm{
    max-width: 24rem;
  }

  .aboveLaptop\:max-w-md{
    max-width: 28rem;
  }

  .aboveLaptop\:max-w-lg{
    max-width: 32rem;
  }

  .aboveLaptop\:max-w-xl{
    max-width: 36rem;
  }

  .aboveLaptop\:max-w-2xl{
    max-width: 42rem;
  }

  .aboveLaptop\:max-w-3xl{
    max-width: 48rem;
  }

  .aboveLaptop\:max-w-4xl{
    max-width: 56rem;
  }

  .aboveLaptop\:max-w-5xl{
    max-width: 64rem;
  }

  .aboveLaptop\:max-w-6xl{
    max-width: 72rem;
  }

  .aboveLaptop\:max-w-7xl{
    max-width: 80rem;
  }

  .aboveLaptop\:max-w-full{
    max-width: 100%;
  }

  .aboveLaptop\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .aboveLaptop\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .aboveLaptop\:max-w-prose{
    max-width: 65ch;
  }

  .aboveLaptop\:max-w-screen-sm{
    max-width: 640px;
  }

  .aboveLaptop\:max-w-screen-md{
    max-width: 768px;
  }

  .aboveLaptop\:max-w-screen-lg{
    max-width: 1024px;
  }

  .aboveLaptop\:max-w-screen-xl{
    max-width: 1280px;
  }

  .aboveLaptop\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .aboveLaptop\:flex-1{
    flex: 1 1 0%;
  }

  .aboveLaptop\:flex-auto{
    flex: 1 1 auto;
  }

  .aboveLaptop\:flex-initial{
    flex: 0 1 auto;
  }

  .aboveLaptop\:flex-none{
    flex: none;
  }

  .aboveLaptop\:flex-shrink-0{
    flex-shrink: 0;
  }

  .aboveLaptop\:flex-shrink{
    flex-shrink: 1;
  }

  .aboveLaptop\:flex-grow-0{
    flex-grow: 0;
  }

  .aboveLaptop\:flex-grow{
    flex-grow: 1;
  }

  .aboveLaptop\:table-auto{
    table-layout: auto;
  }

  .aboveLaptop\:table-fixed{
    table-layout: fixed;
  }

  .aboveLaptop\:border-collapse{
    border-collapse: collapse;
  }

  .aboveLaptop\:border-separate{
    border-collapse: separate;
  }

  .aboveLaptop\:origin-center{
    transform-origin: center;
  }

  .aboveLaptop\:origin-top{
    transform-origin: top;
  }

  .aboveLaptop\:origin-top-right{
    transform-origin: top right;
  }

  .aboveLaptop\:origin-right{
    transform-origin: right;
  }

  .aboveLaptop\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .aboveLaptop\:origin-bottom{
    transform-origin: bottom;
  }

  .aboveLaptop\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .aboveLaptop\:origin-left{
    transform-origin: left;
  }

  .aboveLaptop\:origin-top-left{
    transform-origin: top left;
  }

  .aboveLaptop\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveLaptop\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveLaptop\:transform-none{
    transform: none;
  }

  .aboveLaptop\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveLaptop\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .aboveLaptop\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .aboveLaptop\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .aboveLaptop\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .aboveLaptop\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .aboveLaptop\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .aboveLaptop\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .aboveLaptop\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .aboveLaptop\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .aboveLaptop\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .aboveLaptop\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .aboveLaptop\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .aboveLaptop\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .aboveLaptop\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .aboveLaptop\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .aboveLaptop\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .aboveLaptop\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .aboveLaptop\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .aboveLaptop\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .aboveLaptop\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .aboveLaptop\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .aboveLaptop\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .aboveLaptop\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .aboveLaptop\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .aboveLaptop\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .aboveLaptop\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .aboveLaptop\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .aboveLaptop\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .aboveLaptop\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .aboveLaptop\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .aboveLaptop\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .aboveLaptop\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .aboveLaptop\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .aboveLaptop\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .aboveLaptop\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveLaptop\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .aboveLaptop\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .aboveLaptop\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .aboveLaptop\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .aboveLaptop\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .aboveLaptop\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .aboveLaptop\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .aboveLaptop\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .aboveLaptop\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .aboveLaptop\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .aboveLaptop\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .aboveLaptop\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .aboveLaptop\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .aboveLaptop\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .aboveLaptop\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .aboveLaptop\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .aboveLaptop\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .aboveLaptop\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .aboveLaptop\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .aboveLaptop\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .aboveLaptop\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .aboveLaptop\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .aboveLaptop\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .aboveLaptop\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .aboveLaptop\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .aboveLaptop\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .aboveLaptop\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .aboveLaptop\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .aboveLaptop\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .aboveLaptop\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .aboveLaptop\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .aboveLaptop\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .aboveLaptop\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .aboveLaptop\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .aboveLaptop\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .aboveLaptop\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .aboveLaptop\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .aboveLaptop\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .aboveLaptop\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .aboveLaptop\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .aboveLaptop\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .aboveLaptop\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .aboveLaptop\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .aboveLaptop\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .aboveLaptop\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .aboveLaptop\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .aboveLaptop\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .aboveLaptop\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .aboveLaptop\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveLaptop\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .aboveLaptop\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .aboveLaptop\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .aboveLaptop\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .aboveLaptop\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .aboveLaptop\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .aboveLaptop\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .aboveLaptop\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .aboveLaptop\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .aboveLaptop\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .aboveLaptop\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .aboveLaptop\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .aboveLaptop\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .aboveLaptop\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .aboveLaptop\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .aboveLaptop\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .aboveLaptop\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .aboveLaptop\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .aboveLaptop\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .aboveLaptop\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .aboveLaptop\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .aboveLaptop\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .aboveLaptop\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .aboveLaptop\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .aboveLaptop\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .aboveLaptop\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .aboveLaptop\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .aboveLaptop\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .aboveLaptop\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .aboveLaptop\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .aboveLaptop\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .aboveLaptop\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .aboveLaptop\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .aboveLaptop\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .aboveLaptop\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveLaptop\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .aboveLaptop\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .aboveLaptop\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .aboveLaptop\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .aboveLaptop\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .aboveLaptop\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .aboveLaptop\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .aboveLaptop\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .aboveLaptop\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .aboveLaptop\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .aboveLaptop\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .aboveLaptop\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .aboveLaptop\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .aboveLaptop\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .aboveLaptop\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .aboveLaptop\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .aboveLaptop\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .aboveLaptop\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .aboveLaptop\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .aboveLaptop\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .aboveLaptop\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .aboveLaptop\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .aboveLaptop\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .aboveLaptop\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .aboveLaptop\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .aboveLaptop\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .aboveLaptop\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .aboveLaptop\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .aboveLaptop\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .aboveLaptop\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .aboveLaptop\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .aboveLaptop\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .aboveLaptop\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .aboveLaptop\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .aboveLaptop\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .aboveLaptop\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .aboveLaptop\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .aboveLaptop\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .aboveLaptop\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .aboveLaptop\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .aboveLaptop\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .aboveLaptop\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .aboveLaptop\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .aboveLaptop\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .aboveLaptop\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .aboveLaptop\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .aboveLaptop\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .aboveLaptop\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .aboveLaptop\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveLaptop\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .aboveLaptop\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .aboveLaptop\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .aboveLaptop\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .aboveLaptop\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .aboveLaptop\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .aboveLaptop\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .aboveLaptop\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .aboveLaptop\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .aboveLaptop\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .aboveLaptop\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .aboveLaptop\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .aboveLaptop\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .aboveLaptop\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .aboveLaptop\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .aboveLaptop\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .aboveLaptop\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .aboveLaptop\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .aboveLaptop\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .aboveLaptop\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .aboveLaptop\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .aboveLaptop\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .aboveLaptop\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .aboveLaptop\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .aboveLaptop\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .aboveLaptop\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .aboveLaptop\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .aboveLaptop\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .aboveLaptop\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .aboveLaptop\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .aboveLaptop\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .aboveLaptop\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .aboveLaptop\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .aboveLaptop\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .aboveLaptop\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveLaptop\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .aboveLaptop\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .aboveLaptop\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .aboveLaptop\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .aboveLaptop\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .aboveLaptop\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .aboveLaptop\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .aboveLaptop\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .aboveLaptop\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .aboveLaptop\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .aboveLaptop\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .aboveLaptop\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .aboveLaptop\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .aboveLaptop\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .aboveLaptop\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .aboveLaptop\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .aboveLaptop\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .aboveLaptop\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .aboveLaptop\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .aboveLaptop\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .aboveLaptop\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .aboveLaptop\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .aboveLaptop\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .aboveLaptop\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .aboveLaptop\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .aboveLaptop\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .aboveLaptop\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .aboveLaptop\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .aboveLaptop\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .aboveLaptop\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .aboveLaptop\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .aboveLaptop\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .aboveLaptop\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .aboveLaptop\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .aboveLaptop\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .aboveLaptop\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .aboveLaptop\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .aboveLaptop\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .aboveLaptop\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .aboveLaptop\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .aboveLaptop\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .aboveLaptop\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .aboveLaptop\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .aboveLaptop\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .aboveLaptop\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .aboveLaptop\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .aboveLaptop\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .aboveLaptop\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .aboveLaptop\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveLaptop\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .aboveLaptop\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .aboveLaptop\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .aboveLaptop\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .aboveLaptop\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .aboveLaptop\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .aboveLaptop\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .aboveLaptop\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .aboveLaptop\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .aboveLaptop\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .aboveLaptop\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .aboveLaptop\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .aboveLaptop\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .aboveLaptop\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .aboveLaptop\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .aboveLaptop\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .aboveLaptop\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .aboveLaptop\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .aboveLaptop\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .aboveLaptop\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .aboveLaptop\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .aboveLaptop\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .aboveLaptop\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .aboveLaptop\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .aboveLaptop\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .aboveLaptop\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .aboveLaptop\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .aboveLaptop\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .aboveLaptop\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .aboveLaptop\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .aboveLaptop\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .aboveLaptop\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .aboveLaptop\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .aboveLaptop\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .aboveLaptop\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveLaptop\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .aboveLaptop\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .aboveLaptop\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .aboveLaptop\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .aboveLaptop\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .aboveLaptop\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .aboveLaptop\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .aboveLaptop\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .aboveLaptop\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .aboveLaptop\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .aboveLaptop\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .aboveLaptop\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .aboveLaptop\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .aboveLaptop\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .aboveLaptop\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .aboveLaptop\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .aboveLaptop\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .aboveLaptop\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .aboveLaptop\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .aboveLaptop\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .aboveLaptop\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .aboveLaptop\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .aboveLaptop\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .aboveLaptop\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .aboveLaptop\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .aboveLaptop\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .aboveLaptop\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .aboveLaptop\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .aboveLaptop\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .aboveLaptop\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .aboveLaptop\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .aboveLaptop\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .aboveLaptop\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .aboveLaptop\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .aboveLaptop\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .aboveLaptop\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .aboveLaptop\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .aboveLaptop\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .aboveLaptop\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .aboveLaptop\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .aboveLaptop\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .aboveLaptop\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .aboveLaptop\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .aboveLaptop\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .aboveLaptop\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .aboveLaptop\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .aboveLaptop\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .aboveLaptop\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .aboveLaptop\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveLaptop\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .aboveLaptop\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .aboveLaptop\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .aboveLaptop\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .aboveLaptop\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .aboveLaptop\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .aboveLaptop\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .aboveLaptop\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .aboveLaptop\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .aboveLaptop\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .aboveLaptop\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .aboveLaptop\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .aboveLaptop\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .aboveLaptop\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .aboveLaptop\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .aboveLaptop\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .aboveLaptop\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .aboveLaptop\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .aboveLaptop\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .aboveLaptop\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .aboveLaptop\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .aboveLaptop\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .aboveLaptop\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .aboveLaptop\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .aboveLaptop\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .aboveLaptop\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .aboveLaptop\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .aboveLaptop\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .aboveLaptop\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .aboveLaptop\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .aboveLaptop\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .aboveLaptop\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .aboveLaptop\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .aboveLaptop\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .aboveLaptop\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveLaptop\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .aboveLaptop\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .aboveLaptop\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .aboveLaptop\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .aboveLaptop\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .aboveLaptop\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .aboveLaptop\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .aboveLaptop\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .aboveLaptop\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .aboveLaptop\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .aboveLaptop\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .aboveLaptop\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .aboveLaptop\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .aboveLaptop\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .aboveLaptop\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .aboveLaptop\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .aboveLaptop\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .aboveLaptop\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .aboveLaptop\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .aboveLaptop\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .aboveLaptop\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .aboveLaptop\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .aboveLaptop\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .aboveLaptop\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .aboveLaptop\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .aboveLaptop\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .aboveLaptop\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .aboveLaptop\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .aboveLaptop\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .aboveLaptop\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .aboveLaptop\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .aboveLaptop\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .aboveLaptop\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .aboveLaptop\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .aboveLaptop\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .aboveLaptop\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .aboveLaptop\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .aboveLaptop\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .aboveLaptop\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .aboveLaptop\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .aboveLaptop\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .aboveLaptop\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .aboveLaptop\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .aboveLaptop\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .aboveLaptop\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .aboveLaptop\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .aboveLaptop\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .aboveLaptop\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .aboveLaptop\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveLaptop\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .aboveLaptop\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .aboveLaptop\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .aboveLaptop\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .aboveLaptop\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .aboveLaptop\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .aboveLaptop\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .aboveLaptop\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .aboveLaptop\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .aboveLaptop\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .aboveLaptop\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .aboveLaptop\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .aboveLaptop\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .aboveLaptop\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .aboveLaptop\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .aboveLaptop\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .aboveLaptop\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .aboveLaptop\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .aboveLaptop\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .aboveLaptop\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .aboveLaptop\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .aboveLaptop\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .aboveLaptop\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .aboveLaptop\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .aboveLaptop\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .aboveLaptop\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .aboveLaptop\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .aboveLaptop\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .aboveLaptop\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .aboveLaptop\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .aboveLaptop\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .aboveLaptop\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .aboveLaptop\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .aboveLaptop\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .aboveLaptop\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveLaptop\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .aboveLaptop\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .aboveLaptop\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .aboveLaptop\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .aboveLaptop\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .aboveLaptop\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .aboveLaptop\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .aboveLaptop\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .aboveLaptop\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .aboveLaptop\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .aboveLaptop\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .aboveLaptop\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .aboveLaptop\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .aboveLaptop\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .aboveLaptop\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .aboveLaptop\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .aboveLaptop\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .aboveLaptop\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .aboveLaptop\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .aboveLaptop\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .aboveLaptop\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .aboveLaptop\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .aboveLaptop\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .aboveLaptop\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .aboveLaptop\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .aboveLaptop\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .aboveLaptop\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .aboveLaptop\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .aboveLaptop\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .aboveLaptop\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .aboveLaptop\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .aboveLaptop\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .aboveLaptop\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .aboveLaptop\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .aboveLaptop\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .aboveLaptop\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .aboveLaptop\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .aboveLaptop\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .aboveLaptop\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .aboveLaptop\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .aboveLaptop\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .aboveLaptop\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .aboveLaptop\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .aboveLaptop\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .aboveLaptop\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .aboveLaptop\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .aboveLaptop\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .aboveLaptop\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .aboveLaptop\:rotate-0{
    --tw-rotate: 0deg;
  }

  .aboveLaptop\:rotate-1{
    --tw-rotate: 1deg;
  }

  .aboveLaptop\:rotate-2{
    --tw-rotate: 2deg;
  }

  .aboveLaptop\:rotate-3{
    --tw-rotate: 3deg;
  }

  .aboveLaptop\:rotate-6{
    --tw-rotate: 6deg;
  }

  .aboveLaptop\:rotate-12{
    --tw-rotate: 12deg;
  }

  .aboveLaptop\:rotate-45{
    --tw-rotate: 45deg;
  }

  .aboveLaptop\:rotate-90{
    --tw-rotate: 90deg;
  }

  .aboveLaptop\:rotate-180{
    --tw-rotate: 180deg;
  }

  .aboveLaptop\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .aboveLaptop\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .aboveLaptop\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .aboveLaptop\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .aboveLaptop\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .aboveLaptop\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .aboveLaptop\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .aboveLaptop\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .aboveLaptop\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .aboveLaptop\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .aboveLaptop\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .aboveLaptop\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .aboveLaptop\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .aboveLaptop\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .aboveLaptop\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .aboveLaptop\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .aboveLaptop\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .aboveLaptop\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .aboveLaptop\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .aboveLaptop\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .aboveLaptop\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .aboveLaptop\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .aboveLaptop\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .aboveLaptop\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .aboveLaptop\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .aboveLaptop\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .aboveLaptop\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .aboveLaptop\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .aboveLaptop\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .aboveLaptop\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .aboveLaptop\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .aboveLaptop\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .aboveLaptop\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .aboveLaptop\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .aboveLaptop\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .aboveLaptop\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .aboveLaptop\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .aboveLaptop\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .aboveLaptop\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .aboveLaptop\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .aboveLaptop\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .aboveLaptop\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .aboveLaptop\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .aboveLaptop\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .aboveLaptop\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .aboveLaptop\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .aboveLaptop\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .aboveLaptop\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .aboveLaptop\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .aboveLaptop\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .aboveLaptop\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .aboveLaptop\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .aboveLaptop\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .aboveLaptop\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .aboveLaptop\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .aboveLaptop\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .aboveLaptop\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .aboveLaptop\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .aboveLaptop\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .aboveLaptop\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .aboveLaptop\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .aboveLaptop\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .aboveLaptop\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .aboveLaptop\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .aboveLaptop\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .aboveLaptop\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .aboveLaptop\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .aboveLaptop\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .aboveLaptop\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .aboveLaptop\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .aboveLaptop\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .aboveLaptop\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .aboveLaptop\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .aboveLaptop\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .aboveLaptop\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .aboveLaptop\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .aboveLaptop\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .aboveLaptop\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .aboveLaptop\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .aboveLaptop\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .aboveLaptop\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .aboveLaptop\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .aboveLaptop\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .aboveLaptop\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .aboveLaptop\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .aboveLaptop\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .aboveLaptop\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .aboveLaptop\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .aboveLaptop\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .aboveLaptop\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .aboveLaptop\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .aboveLaptop\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .aboveLaptop\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .aboveLaptop\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .aboveLaptop\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .aboveLaptop\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .aboveLaptop\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .aboveLaptop\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .aboveLaptop\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .aboveLaptop\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .aboveLaptop\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .aboveLaptop\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .aboveLaptop\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .aboveLaptop\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .aboveLaptop\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .aboveLaptop\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .aboveLaptop\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .aboveLaptop\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .aboveLaptop\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveLaptop\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveLaptop\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveLaptop\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveLaptop\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveLaptop\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveLaptop\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveLaptop\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveLaptop\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveLaptop\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveLaptop\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveLaptop\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveLaptop\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveLaptop\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveLaptop\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveLaptop\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveLaptop\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveLaptop\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveLaptop\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveLaptop\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveLaptop\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveLaptop\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveLaptop\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveLaptop\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveLaptop\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveLaptop\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveLaptop\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveLaptop\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveLaptop\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveLaptop\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveLaptop\:scale-x-0{
    --tw-scale-x: 0;
  }

  .aboveLaptop\:scale-x-50{
    --tw-scale-x: .5;
  }

  .aboveLaptop\:scale-x-75{
    --tw-scale-x: .75;
  }

  .aboveLaptop\:scale-x-90{
    --tw-scale-x: .9;
  }

  .aboveLaptop\:scale-x-95{
    --tw-scale-x: .95;
  }

  .aboveLaptop\:scale-x-100{
    --tw-scale-x: 1;
  }

  .aboveLaptop\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .aboveLaptop\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .aboveLaptop\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .aboveLaptop\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .aboveLaptop\:scale-y-0{
    --tw-scale-y: 0;
  }

  .aboveLaptop\:scale-y-50{
    --tw-scale-y: .5;
  }

  .aboveLaptop\:scale-y-75{
    --tw-scale-y: .75;
  }

  .aboveLaptop\:scale-y-90{
    --tw-scale-y: .9;
  }

  .aboveLaptop\:scale-y-95{
    --tw-scale-y: .95;
  }

  .aboveLaptop\:scale-y-100{
    --tw-scale-y: 1;
  }

  .aboveLaptop\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .aboveLaptop\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .aboveLaptop\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .aboveLaptop\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .aboveLaptop\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .aboveLaptop\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .aboveLaptop\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .aboveLaptop\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .aboveLaptop\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .aboveLaptop\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .aboveLaptop\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .aboveLaptop\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .aboveLaptop\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .aboveLaptop\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .aboveLaptop\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .aboveLaptop\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .aboveLaptop\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .aboveLaptop\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .aboveLaptop\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .aboveLaptop\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .aboveLaptop\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .aboveLaptop\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .aboveLaptop\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .aboveLaptop\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .aboveLaptop\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .aboveLaptop\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .aboveLaptop\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .aboveLaptop\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .aboveLaptop\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .aboveLaptop\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .aboveLaptop\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .aboveLaptop\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .aboveLaptop\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .aboveLaptop\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .aboveLaptop\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .aboveLaptop\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .aboveLaptop\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .aboveLaptop\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .aboveLaptop\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .aboveLaptop\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .aboveLaptop\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .aboveLaptop\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .aboveLaptop\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .aboveLaptop\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .aboveLaptop\:animate-none{
    animation: none;
  }

  .aboveLaptop\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .aboveLaptop\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .aboveLaptop\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .aboveLaptop\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .aboveLaptop\:cursor-auto{
    cursor: auto;
  }

  .aboveLaptop\:cursor-default{
    cursor: default;
  }

  .aboveLaptop\:cursor-pointer{
    cursor: pointer;
  }

  .aboveLaptop\:cursor-wait{
    cursor: wait;
  }

  .aboveLaptop\:cursor-text{
    cursor: text;
  }

  .aboveLaptop\:cursor-move{
    cursor: move;
  }

  .aboveLaptop\:cursor-help{
    cursor: help;
  }

  .aboveLaptop\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .aboveLaptop\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .aboveLaptop\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .aboveLaptop\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .aboveLaptop\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .aboveLaptop\:resize-none{
    resize: none;
  }

  .aboveLaptop\:resize-y{
    resize: vertical;
  }

  .aboveLaptop\:resize-x{
    resize: horizontal;
  }

  .aboveLaptop\:resize{
    resize: both;
  }

  .aboveLaptop\:list-inside{
    list-style-position: inside;
  }

  .aboveLaptop\:list-outside{
    list-style-position: outside;
  }

  .aboveLaptop\:list-none{
    list-style-type: none;
  }

  .aboveLaptop\:list-disc{
    list-style-type: disc;
  }

  .aboveLaptop\:list-decimal{
    list-style-type: decimal;
  }

  .aboveLaptop\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .aboveLaptop\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .aboveLaptop\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .aboveLaptop\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .aboveLaptop\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .aboveLaptop\:grid-flow-row{
    grid-auto-flow: row;
  }

  .aboveLaptop\:grid-flow-col{
    grid-auto-flow: column;
  }

  .aboveLaptop\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .aboveLaptop\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .aboveLaptop\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .aboveLaptop\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .aboveLaptop\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .aboveLaptop\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .aboveLaptop\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-cols-none{
    grid-template-columns: none;
  }

  .aboveLaptop\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .aboveLaptop\:grid-rows-none{
    grid-template-rows: none;
  }

  .aboveLaptop\:flex-row{
    flex-direction: row;
  }

  .aboveLaptop\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .aboveLaptop\:flex-col{
    flex-direction: column;
  }

  .aboveLaptop\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .aboveLaptop\:flex-wrap{
    flex-wrap: wrap;
  }

  .aboveLaptop\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .aboveLaptop\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .aboveLaptop\:place-content-center{
    place-content: center;
  }

  .aboveLaptop\:place-content-start{
    place-content: start;
  }

  .aboveLaptop\:place-content-end{
    place-content: end;
  }

  .aboveLaptop\:place-content-between{
    place-content: space-between;
  }

  .aboveLaptop\:place-content-around{
    place-content: space-around;
  }

  .aboveLaptop\:place-content-evenly{
    place-content: space-evenly;
  }

  .aboveLaptop\:place-content-stretch{
    place-content: stretch;
  }

  .aboveLaptop\:place-items-start{
    place-items: start;
  }

  .aboveLaptop\:place-items-end{
    place-items: end;
  }

  .aboveLaptop\:place-items-center{
    place-items: center;
  }

  .aboveLaptop\:place-items-stretch{
    place-items: stretch;
  }

  .aboveLaptop\:content-center{
    align-content: center;
  }

  .aboveLaptop\:content-start{
    align-content: flex-start;
  }

  .aboveLaptop\:content-end{
    align-content: flex-end;
  }

  .aboveLaptop\:content-between{
    align-content: space-between;
  }

  .aboveLaptop\:content-around{
    align-content: space-around;
  }

  .aboveLaptop\:content-evenly{
    align-content: space-evenly;
  }

  .aboveLaptop\:items-start{
    align-items: flex-start;
  }

  .aboveLaptop\:items-end{
    align-items: flex-end;
  }

  .aboveLaptop\:items-center{
    align-items: center;
  }

  .aboveLaptop\:items-baseline{
    align-items: baseline;
  }

  .aboveLaptop\:items-stretch{
    align-items: stretch;
  }

  .aboveLaptop\:justify-start{
    justify-content: flex-start;
  }

  .aboveLaptop\:justify-end{
    justify-content: flex-end;
  }

  .aboveLaptop\:justify-center{
    justify-content: center;
  }

  .aboveLaptop\:justify-between{
    justify-content: space-between;
  }

  .aboveLaptop\:justify-around{
    justify-content: space-around;
  }

  .aboveLaptop\:justify-evenly{
    justify-content: space-evenly;
  }

  .aboveLaptop\:justify-items-start{
    justify-items: start;
  }

  .aboveLaptop\:justify-items-end{
    justify-items: end;
  }

  .aboveLaptop\:justify-items-center{
    justify-items: center;
  }

  .aboveLaptop\:justify-items-stretch{
    justify-items: stretch;
  }

  .aboveLaptop\:gap-0{
    gap: 0px;
  }

  .aboveLaptop\:gap-1{
    gap: 0.25rem;
  }

  .aboveLaptop\:gap-2{
    gap: 0.5rem;
  }

  .aboveLaptop\:gap-3{
    gap: 0.75rem;
  }

  .aboveLaptop\:gap-4{
    gap: 1rem;
  }

  .aboveLaptop\:gap-5{
    gap: 1.25rem;
  }

  .aboveLaptop\:gap-6{
    gap: 1.5rem;
  }

  .aboveLaptop\:gap-7{
    gap: 1.75rem;
  }

  .aboveLaptop\:gap-8{
    gap: 2rem;
  }

  .aboveLaptop\:gap-9{
    gap: 2.25rem;
  }

  .aboveLaptop\:gap-10{
    gap: 2.5rem;
  }

  .aboveLaptop\:gap-11{
    gap: 2.75rem;
  }

  .aboveLaptop\:gap-12{
    gap: 3rem;
  }

  .aboveLaptop\:gap-14{
    gap: 3.5rem;
  }

  .aboveLaptop\:gap-16{
    gap: 4rem;
  }

  .aboveLaptop\:gap-20{
    gap: 5rem;
  }

  .aboveLaptop\:gap-24{
    gap: 6rem;
  }

  .aboveLaptop\:gap-28{
    gap: 7rem;
  }

  .aboveLaptop\:gap-32{
    gap: 8rem;
  }

  .aboveLaptop\:gap-36{
    gap: 9rem;
  }

  .aboveLaptop\:gap-40{
    gap: 10rem;
  }

  .aboveLaptop\:gap-44{
    gap: 11rem;
  }

  .aboveLaptop\:gap-48{
    gap: 12rem;
  }

  .aboveLaptop\:gap-52{
    gap: 13rem;
  }

  .aboveLaptop\:gap-56{
    gap: 14rem;
  }

  .aboveLaptop\:gap-60{
    gap: 15rem;
  }

  .aboveLaptop\:gap-64{
    gap: 16rem;
  }

  .aboveLaptop\:gap-72{
    gap: 18rem;
  }

  .aboveLaptop\:gap-80{
    gap: 20rem;
  }

  .aboveLaptop\:gap-96{
    gap: 24rem;
  }

  .aboveLaptop\:gap-px{
    gap: 1px;
  }

  .aboveLaptop\:gap-0\.5{
    gap: 0.125rem;
  }

  .aboveLaptop\:gap-1\.5{
    gap: 0.375rem;
  }

  .aboveLaptop\:gap-2\.5{
    gap: 0.625rem;
  }

  .aboveLaptop\:gap-3\.5{
    gap: 0.875rem;
  }

  .aboveLaptop\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .aboveLaptop\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .aboveLaptop\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .aboveLaptop\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .aboveLaptop\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .aboveLaptop\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .aboveLaptop\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .aboveLaptop\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .aboveLaptop\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .aboveLaptop\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .aboveLaptop\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .aboveLaptop\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .aboveLaptop\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .aboveLaptop\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .aboveLaptop\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .aboveLaptop\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .aboveLaptop\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .aboveLaptop\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .aboveLaptop\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .aboveLaptop\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .aboveLaptop\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .aboveLaptop\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .aboveLaptop\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .aboveLaptop\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .aboveLaptop\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .aboveLaptop\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .aboveLaptop\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .aboveLaptop\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .aboveLaptop\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .aboveLaptop\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .aboveLaptop\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .aboveLaptop\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .aboveLaptop\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .aboveLaptop\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .aboveLaptop\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .aboveLaptop\:gap-y-0{
    row-gap: 0px;
  }

  .aboveLaptop\:gap-y-1{
    row-gap: 0.25rem;
  }

  .aboveLaptop\:gap-y-2{
    row-gap: 0.5rem;
  }

  .aboveLaptop\:gap-y-3{
    row-gap: 0.75rem;
  }

  .aboveLaptop\:gap-y-4{
    row-gap: 1rem;
  }

  .aboveLaptop\:gap-y-5{
    row-gap: 1.25rem;
  }

  .aboveLaptop\:gap-y-6{
    row-gap: 1.5rem;
  }

  .aboveLaptop\:gap-y-7{
    row-gap: 1.75rem;
  }

  .aboveLaptop\:gap-y-8{
    row-gap: 2rem;
  }

  .aboveLaptop\:gap-y-9{
    row-gap: 2.25rem;
  }

  .aboveLaptop\:gap-y-10{
    row-gap: 2.5rem;
  }

  .aboveLaptop\:gap-y-11{
    row-gap: 2.75rem;
  }

  .aboveLaptop\:gap-y-12{
    row-gap: 3rem;
  }

  .aboveLaptop\:gap-y-14{
    row-gap: 3.5rem;
  }

  .aboveLaptop\:gap-y-16{
    row-gap: 4rem;
  }

  .aboveLaptop\:gap-y-20{
    row-gap: 5rem;
  }

  .aboveLaptop\:gap-y-24{
    row-gap: 6rem;
  }

  .aboveLaptop\:gap-y-28{
    row-gap: 7rem;
  }

  .aboveLaptop\:gap-y-32{
    row-gap: 8rem;
  }

  .aboveLaptop\:gap-y-36{
    row-gap: 9rem;
  }

  .aboveLaptop\:gap-y-40{
    row-gap: 10rem;
  }

  .aboveLaptop\:gap-y-44{
    row-gap: 11rem;
  }

  .aboveLaptop\:gap-y-48{
    row-gap: 12rem;
  }

  .aboveLaptop\:gap-y-52{
    row-gap: 13rem;
  }

  .aboveLaptop\:gap-y-56{
    row-gap: 14rem;
  }

  .aboveLaptop\:gap-y-60{
    row-gap: 15rem;
  }

  .aboveLaptop\:gap-y-64{
    row-gap: 16rem;
  }

  .aboveLaptop\:gap-y-72{
    row-gap: 18rem;
  }

  .aboveLaptop\:gap-y-80{
    row-gap: 20rem;
  }

  .aboveLaptop\:gap-y-96{
    row-gap: 24rem;
  }

  .aboveLaptop\:gap-y-px{
    row-gap: 1px;
  }

  .aboveLaptop\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .aboveLaptop\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .aboveLaptop\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .aboveLaptop\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .aboveLaptop\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLaptop\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .aboveLaptop\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .aboveLaptop\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .aboveLaptop\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveLaptop\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveLaptop\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveLaptop\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveLaptop\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveLaptop\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .aboveLaptop\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .aboveLaptop\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .aboveLaptop\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .aboveLaptop\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .aboveLaptop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .aboveLaptop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .aboveLaptop\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .aboveLaptop\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .aboveLaptop\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .aboveLaptop\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .aboveLaptop\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .aboveLaptop\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .aboveLaptop\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .aboveLaptop\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .aboveLaptop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .aboveLaptop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .aboveLaptop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .aboveLaptop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .aboveLaptop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .aboveLaptop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .aboveLaptop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .aboveLaptop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .aboveLaptop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .aboveLaptop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .aboveLaptop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .aboveLaptop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .aboveLaptop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .aboveLaptop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .aboveLaptop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .aboveLaptop\:place-self-auto{
    place-self: auto;
  }

  .aboveLaptop\:place-self-start{
    place-self: start;
  }

  .aboveLaptop\:place-self-end{
    place-self: end;
  }

  .aboveLaptop\:place-self-center{
    place-self: center;
  }

  .aboveLaptop\:place-self-stretch{
    place-self: stretch;
  }

  .aboveLaptop\:self-auto{
    align-self: auto;
  }

  .aboveLaptop\:self-start{
    align-self: flex-start;
  }

  .aboveLaptop\:self-end{
    align-self: flex-end;
  }

  .aboveLaptop\:self-center{
    align-self: center;
  }

  .aboveLaptop\:self-stretch{
    align-self: stretch;
  }

  .aboveLaptop\:self-baseline{
    align-self: baseline;
  }

  .aboveLaptop\:justify-self-auto{
    justify-self: auto;
  }

  .aboveLaptop\:justify-self-start{
    justify-self: start;
  }

  .aboveLaptop\:justify-self-end{
    justify-self: end;
  }

  .aboveLaptop\:justify-self-center{
    justify-self: center;
  }

  .aboveLaptop\:justify-self-stretch{
    justify-self: stretch;
  }

  .aboveLaptop\:overflow-auto{
    overflow: auto;
  }

  .aboveLaptop\:overflow-hidden{
    overflow: hidden;
  }

  .aboveLaptop\:overflow-visible{
    overflow: visible;
  }

  .aboveLaptop\:overflow-scroll{
    overflow: scroll;
  }

  .aboveLaptop\:overflow-x-auto{
    overflow-x: auto;
  }

  .aboveLaptop\:overflow-y-auto{
    overflow-y: auto;
  }

  .aboveLaptop\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .aboveLaptop\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .aboveLaptop\:overflow-x-visible{
    overflow-x: visible;
  }

  .aboveLaptop\:overflow-y-visible{
    overflow-y: visible;
  }

  .aboveLaptop\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .aboveLaptop\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .aboveLaptop\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .aboveLaptop\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .aboveLaptop\:overscroll-none{
    overscroll-behavior: none;
  }

  .aboveLaptop\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .aboveLaptop\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .aboveLaptop\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .aboveLaptop\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .aboveLaptop\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .aboveLaptop\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .aboveLaptop\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aboveLaptop\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .aboveLaptop\:overflow-clip{
    text-overflow: clip;
  }

  .aboveLaptop\:whitespace-normal{
    white-space: normal;
  }

  .aboveLaptop\:whitespace-nowrap{
    white-space: nowrap;
  }

  .aboveLaptop\:whitespace-pre{
    white-space: pre;
  }

  .aboveLaptop\:whitespace-pre-line{
    white-space: pre-line;
  }

  .aboveLaptop\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .aboveLaptop\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .aboveLaptop\:break-words{
    overflow-wrap: break-word;
  }

  .aboveLaptop\:break-all{
    word-break: break-all;
  }

  .aboveLaptop\:rounded-none{
    border-radius: 0px;
  }

  .aboveLaptop\:rounded-sm{
    border-radius: 0.125rem;
  }

  .aboveLaptop\:rounded{
    border-radius: 0.25rem;
  }

  .aboveLaptop\:rounded-md{
    border-radius: 0.375rem;
  }

  .aboveLaptop\:rounded-lg{
    border-radius: 0.5rem;
  }

  .aboveLaptop\:rounded-xl{
    border-radius: 0.75rem;
  }

  .aboveLaptop\:rounded-2xl{
    border-radius: 1rem;
  }

  .aboveLaptop\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .aboveLaptop\:rounded-full{
    border-radius: 9999px;
  }

  .aboveLaptop\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .aboveLaptop\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .aboveLaptop\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .aboveLaptop\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .aboveLaptop\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .aboveLaptop\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .aboveLaptop\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .aboveLaptop\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .aboveLaptop\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .aboveLaptop\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .aboveLaptop\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .aboveLaptop\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .aboveLaptop\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .aboveLaptop\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .aboveLaptop\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .aboveLaptop\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .aboveLaptop\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .aboveLaptop\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .aboveLaptop\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveLaptop\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveLaptop\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveLaptop\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveLaptop\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveLaptop\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveLaptop\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveLaptop\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveLaptop\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveLaptop\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveLaptop\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveLaptop\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveLaptop\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveLaptop\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveLaptop\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveLaptop\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveLaptop\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveLaptop\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveLaptop\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .aboveLaptop\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .aboveLaptop\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .aboveLaptop\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .aboveLaptop\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .aboveLaptop\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .aboveLaptop\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .aboveLaptop\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .aboveLaptop\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .aboveLaptop\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .aboveLaptop\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .aboveLaptop\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .aboveLaptop\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .aboveLaptop\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .aboveLaptop\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .aboveLaptop\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .aboveLaptop\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .aboveLaptop\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .aboveLaptop\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .aboveLaptop\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .aboveLaptop\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .aboveLaptop\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .aboveLaptop\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .aboveLaptop\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .aboveLaptop\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .aboveLaptop\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .aboveLaptop\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .aboveLaptop\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .aboveLaptop\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .aboveLaptop\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .aboveLaptop\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .aboveLaptop\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .aboveLaptop\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .aboveLaptop\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .aboveLaptop\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .aboveLaptop\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .aboveLaptop\:border-0{
    border-width: 0px;
  }

  .aboveLaptop\:border-2{
    border-width: 2px;
  }

  .aboveLaptop\:border-4{
    border-width: 4px;
  }

  .aboveLaptop\:border-8{
    border-width: 8px;
  }

  .aboveLaptop\:border{
    border-width: 1px;
  }

  .aboveLaptop\:border-t-0{
    border-top-width: 0px;
  }

  .aboveLaptop\:border-t-2{
    border-top-width: 2px;
  }

  .aboveLaptop\:border-t-4{
    border-top-width: 4px;
  }

  .aboveLaptop\:border-t-8{
    border-top-width: 8px;
  }

  .aboveLaptop\:border-t{
    border-top-width: 1px;
  }

  .aboveLaptop\:border-r-0{
    border-right-width: 0px;
  }

  .aboveLaptop\:border-r-2{
    border-right-width: 2px;
  }

  .aboveLaptop\:border-r-4{
    border-right-width: 4px;
  }

  .aboveLaptop\:border-r-8{
    border-right-width: 8px;
  }

  .aboveLaptop\:border-r{
    border-right-width: 1px;
  }

  .aboveLaptop\:border-b-0{
    border-bottom-width: 0px;
  }

  .aboveLaptop\:border-b-2{
    border-bottom-width: 2px;
  }

  .aboveLaptop\:border-b-4{
    border-bottom-width: 4px;
  }

  .aboveLaptop\:border-b-8{
    border-bottom-width: 8px;
  }

  .aboveLaptop\:border-b{
    border-bottom-width: 1px;
  }

  .aboveLaptop\:border-l-0{
    border-left-width: 0px;
  }

  .aboveLaptop\:border-l-2{
    border-left-width: 2px;
  }

  .aboveLaptop\:border-l-4{
    border-left-width: 4px;
  }

  .aboveLaptop\:border-l-8{
    border-left-width: 8px;
  }

  .aboveLaptop\:border-l{
    border-left-width: 1px;
  }

  .aboveLaptop\:border-solid{
    border-style: solid;
  }

  .aboveLaptop\:border-dashed{
    border-style: dashed;
  }

  .aboveLaptop\:border-dotted{
    border-style: dotted;
  }

  .aboveLaptop\:border-double{
    border-style: double;
  }

  .aboveLaptop\:border-none{
    border-style: none;
  }

  .aboveLaptop\:border-transparent{
    border-color: transparent;
  }

  .aboveLaptop\:border-current{
    border-color: currentColor;
  }

  .aboveLaptop\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .aboveLaptop\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .aboveLaptop\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .aboveLaptop\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .aboveLaptop\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .aboveLaptop\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .aboveLaptop\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveLaptop\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .aboveLaptop\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .aboveLaptop\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveLaptop\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveLaptop\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .aboveLaptop\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .aboveLaptop\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .aboveLaptop\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .aboveLaptop\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .aboveLaptop\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .aboveLaptop\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .aboveLaptop\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .aboveLaptop\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .aboveLaptop\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .aboveLaptop\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .aboveLaptop\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .aboveLaptop\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .aboveLaptop\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .aboveLaptop\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .aboveLaptop\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .aboveLaptop\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .aboveLaptop\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .aboveLaptop\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .aboveLaptop\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .aboveLaptop\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .aboveLaptop\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .aboveLaptop\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .aboveLaptop\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .aboveLaptop\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .aboveLaptop\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .aboveLaptop\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .aboveLaptop\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .aboveLaptop\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .aboveLaptop\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .aboveLaptop\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .aboveLaptop\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .aboveLaptop\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .aboveLaptop\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .aboveLaptop\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .aboveLaptop\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .aboveLaptop\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .aboveLaptop\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .aboveLaptop\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .aboveLaptop\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .aboveLaptop\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .aboveLaptop\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .aboveLaptop\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .aboveLaptop\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .aboveLaptop\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .aboveLaptop\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .aboveLaptop\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .aboveLaptop\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .aboveLaptop\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .aboveLaptop\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .aboveLaptop\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .aboveLaptop\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .aboveLaptop\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .aboveLaptop\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .aboveLaptop\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .aboveLaptop\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .aboveLaptop\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .aboveLaptop\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .aboveLaptop\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .aboveLaptop\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .aboveLaptop\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .aboveLaptop\:bg-transparent{
    background-color: transparent;
  }

  .aboveLaptop\:bg-current{
    background-color: currentColor;
  }

  .aboveLaptop\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .aboveLaptop\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .aboveLaptop\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .aboveLaptop\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .aboveLaptop\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveLaptop\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .aboveLaptop\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .aboveLaptop\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveLaptop\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveLaptop\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .aboveLaptop\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .aboveLaptop\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .aboveLaptop\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .aboveLaptop\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .aboveLaptop\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .aboveLaptop\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .aboveLaptop\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .aboveLaptop\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .aboveLaptop\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .aboveLaptop\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .aboveLaptop\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .aboveLaptop\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .aboveLaptop\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .aboveLaptop\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .aboveLaptop\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .aboveLaptop\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .aboveLaptop\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .aboveLaptop\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .aboveLaptop\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .aboveLaptop\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .aboveLaptop\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .aboveLaptop\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .aboveLaptop\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .aboveLaptop\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .aboveLaptop\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .aboveLaptop\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .aboveLaptop\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .aboveLaptop\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .aboveLaptop\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .aboveLaptop\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .aboveLaptop\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .aboveLaptop\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .aboveLaptop\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .aboveLaptop\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .aboveLaptop\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .aboveLaptop\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .aboveLaptop\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .aboveLaptop\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .aboveLaptop\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .aboveLaptop\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .aboveLaptop\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .aboveLaptop\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .aboveLaptop\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .aboveLaptop\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .aboveLaptop\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .aboveLaptop\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .aboveLaptop\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .aboveLaptop\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .aboveLaptop\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .aboveLaptop\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .aboveLaptop\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .aboveLaptop\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .aboveLaptop\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .aboveLaptop\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .aboveLaptop\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .aboveLaptop\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .aboveLaptop\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .aboveLaptop\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .aboveLaptop\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .aboveLaptop\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .aboveLaptop\:bg-none{
    background-image: none;
  }

  .aboveLaptop\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .aboveLaptop\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .aboveLaptop\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .aboveLaptop\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .aboveLaptop\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .aboveLaptop\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .aboveLaptop\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .aboveLaptop\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .aboveLaptop\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLaptop\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLaptop\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLaptop\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLaptop\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLaptop\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLaptop\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLaptop\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLaptop\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLaptop\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLaptop\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLaptop\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLaptop\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLaptop\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLaptop\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLaptop\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLaptop\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLaptop\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLaptop\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLaptop\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLaptop\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLaptop\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLaptop\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLaptop\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLaptop\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLaptop\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLaptop\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLaptop\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLaptop\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLaptop\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLaptop\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLaptop\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLaptop\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLaptop\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLaptop\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLaptop\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLaptop\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLaptop\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLaptop\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLaptop\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLaptop\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLaptop\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLaptop\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLaptop\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLaptop\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLaptop\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLaptop\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLaptop\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLaptop\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLaptop\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLaptop\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLaptop\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLaptop\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLaptop\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLaptop\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLaptop\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLaptop\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLaptop\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLaptop\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLaptop\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLaptop\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLaptop\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLaptop\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLaptop\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLaptop\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLaptop\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLaptop\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLaptop\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLaptop\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLaptop\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLaptop\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLaptop\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLaptop\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLaptop\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLaptop\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLaptop\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLaptop\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLaptop\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLaptop\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLaptop\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLaptop\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLaptop\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLaptop\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLaptop\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLaptop\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLaptop\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLaptop\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLaptop\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLaptop\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLaptop\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLaptop\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLaptop\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLaptop\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLaptop\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLaptop\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLaptop\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLaptop\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLaptop\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLaptop\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLaptop\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLaptop\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLaptop\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLaptop\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLaptop\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLaptop\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLaptop\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLaptop\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLaptop\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLaptop\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLaptop\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLaptop\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLaptop\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLaptop\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLaptop\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLaptop\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLaptop\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLaptop\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLaptop\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLaptop\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLaptop\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLaptop\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLaptop\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLaptop\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLaptop\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLaptop\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLaptop\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLaptop\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLaptop\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLaptop\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLaptop\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLaptop\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLaptop\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLaptop\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLaptop\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLaptop\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLaptop\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLaptop\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLaptop\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLaptop\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLaptop\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLaptop\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLaptop\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLaptop\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLaptop\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLaptop\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLaptop\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLaptop\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLaptop\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLaptop\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLaptop\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLaptop\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLaptop\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLaptop\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLaptop\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLaptop\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLaptop\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLaptop\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLaptop\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLaptop\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLaptop\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLaptop\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLaptop\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLaptop\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLaptop\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLaptop\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLaptop\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLaptop\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLaptop\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLaptop\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLaptop\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLaptop\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLaptop\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLaptop\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLaptop\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLaptop\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLaptop\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLaptop\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLaptop\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLaptop\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLaptop\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLaptop\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLaptop\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLaptop\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLaptop\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLaptop\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLaptop\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLaptop\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLaptop\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLaptop\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLaptop\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLaptop\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLaptop\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLaptop\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLaptop\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLaptop\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLaptop\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLaptop\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLaptop\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLaptop\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLaptop\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLaptop\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLaptop\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLaptop\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLaptop\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLaptop\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLaptop\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLaptop\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLaptop\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLaptop\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLaptop\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLaptop\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLaptop\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLaptop\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLaptop\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLaptop\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLaptop\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLaptop\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLaptop\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLaptop\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLaptop\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLaptop\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLaptop\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLaptop\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLaptop\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLaptop\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLaptop\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLaptop\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLaptop\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLaptop\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLaptop\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLaptop\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLaptop\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLaptop\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLaptop\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLaptop\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLaptop\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLaptop\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLaptop\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLaptop\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLaptop\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLaptop\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLaptop\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLaptop\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLaptop\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLaptop\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLaptop\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLaptop\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLaptop\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLaptop\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLaptop\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLaptop\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLaptop\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLaptop\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLaptop\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLaptop\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLaptop\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLaptop\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLaptop\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLaptop\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLaptop\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLaptop\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLaptop\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLaptop\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLaptop\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLaptop\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLaptop\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLaptop\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLaptop\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLaptop\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLaptop\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLaptop\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLaptop\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLaptop\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLaptop\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLaptop\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLaptop\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLaptop\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLaptop\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLaptop\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLaptop\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLaptop\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLaptop\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLaptop\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLaptop\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLaptop\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLaptop\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLaptop\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLaptop\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLaptop\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLaptop\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLaptop\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLaptop\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLaptop\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLaptop\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLaptop\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLaptop\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLaptop\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLaptop\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLaptop\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLaptop\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLaptop\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLaptop\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLaptop\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLaptop\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLaptop\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLaptop\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLaptop\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLaptop\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLaptop\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLaptop\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLaptop\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLaptop\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLaptop\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLaptop\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLaptop\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLaptop\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLaptop\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLaptop\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLaptop\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLaptop\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLaptop\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLaptop\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLaptop\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLaptop\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLaptop\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLaptop\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLaptop\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLaptop\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLaptop\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLaptop\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLaptop\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLaptop\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLaptop\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLaptop\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLaptop\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLaptop\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLaptop\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLaptop\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLaptop\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLaptop\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLaptop\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLaptop\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLaptop\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLaptop\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLaptop\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLaptop\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLaptop\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLaptop\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLaptop\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLaptop\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLaptop\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLaptop\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLaptop\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLaptop\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLaptop\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLaptop\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLaptop\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLaptop\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLaptop\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLaptop\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLaptop\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLaptop\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLaptop\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLaptop\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLaptop\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLaptop\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLaptop\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLaptop\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLaptop\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .aboveLaptop\:to-current{
    --tw-gradient-to: currentColor;
  }

  .aboveLaptop\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .aboveLaptop\:to-black{
    --tw-gradient-to: #000;
  }

  .aboveLaptop\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .aboveLaptop\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveLaptop\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveLaptop\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .aboveLaptop\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .aboveLaptop\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .aboveLaptop\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .aboveLaptop\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .aboveLaptop\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .aboveLaptop\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .aboveLaptop\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveLaptop\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveLaptop\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .aboveLaptop\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveLaptop\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .aboveLaptop\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveLaptop\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .aboveLaptop\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .aboveLaptop\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .aboveLaptop\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveLaptop\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .aboveLaptop\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveLaptop\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .aboveLaptop\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .aboveLaptop\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .aboveLaptop\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .aboveLaptop\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .aboveLaptop\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .aboveLaptop\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .aboveLaptop\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .aboveLaptop\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveLaptop\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .aboveLaptop\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveLaptop\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .aboveLaptop\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .aboveLaptop\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .aboveLaptop\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .aboveLaptop\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .aboveLaptop\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .aboveLaptop\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .aboveLaptop\:to-white{
    --tw-gradient-to: #fff;
  }

  .aboveLaptop\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .aboveLaptop\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveLaptop\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveLaptop\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveLaptop\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .aboveLaptop\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .aboveLaptop\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .aboveLaptop\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .aboveLaptop\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .aboveLaptop\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .aboveLaptop\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveLaptop\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .aboveLaptop\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveLaptop\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .aboveLaptop\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .aboveLaptop\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .aboveLaptop\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .aboveLaptop\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .aboveLaptop\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .aboveLaptop\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .aboveLaptop\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .aboveLaptop\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .aboveLaptop\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .aboveLaptop\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .aboveLaptop\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .aboveLaptop\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveLaptop\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveLaptop\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .aboveLaptop\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .aboveLaptop\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .aboveLaptop\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .aboveLaptop\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .aboveLaptop\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .aboveLaptop\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .aboveLaptop\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveLaptop\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveLaptop\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .aboveLaptop\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveLaptop\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .aboveLaptop\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveLaptop\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .aboveLaptop\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .aboveLaptop\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .aboveLaptop\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveLaptop\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .aboveLaptop\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveLaptop\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .aboveLaptop\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .aboveLaptop\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .aboveLaptop\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .aboveLaptop\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .aboveLaptop\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .aboveLaptop\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .aboveLaptop\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .aboveLaptop\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveLaptop\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .aboveLaptop\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveLaptop\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .aboveLaptop\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .aboveLaptop\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .aboveLaptop\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .aboveLaptop\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .aboveLaptop\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .aboveLaptop\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .aboveLaptop\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .aboveLaptop\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .aboveLaptop\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveLaptop\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveLaptop\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveLaptop\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .aboveLaptop\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .aboveLaptop\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .aboveLaptop\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .aboveLaptop\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .aboveLaptop\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .aboveLaptop\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveLaptop\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .aboveLaptop\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveLaptop\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .aboveLaptop\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .aboveLaptop\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .aboveLaptop\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .aboveLaptop\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .aboveLaptop\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .aboveLaptop\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .aboveLaptop\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .aboveLaptop\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .aboveLaptop\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .aboveLaptop\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .aboveLaptop\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .aboveLaptop\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveLaptop\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveLaptop\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .aboveLaptop\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .aboveLaptop\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .aboveLaptop\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .aboveLaptop\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .aboveLaptop\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .aboveLaptop\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .aboveLaptop\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveLaptop\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveLaptop\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .aboveLaptop\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveLaptop\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .aboveLaptop\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveLaptop\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .aboveLaptop\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .aboveLaptop\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .aboveLaptop\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveLaptop\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .aboveLaptop\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveLaptop\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .aboveLaptop\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .aboveLaptop\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .aboveLaptop\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .aboveLaptop\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .aboveLaptop\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .aboveLaptop\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .aboveLaptop\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .aboveLaptop\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveLaptop\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .aboveLaptop\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveLaptop\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .aboveLaptop\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .aboveLaptop\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .aboveLaptop\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .aboveLaptop\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .aboveLaptop\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .aboveLaptop\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .aboveLaptop\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .aboveLaptop\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .aboveLaptop\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveLaptop\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveLaptop\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveLaptop\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .aboveLaptop\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .aboveLaptop\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .aboveLaptop\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .aboveLaptop\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .aboveLaptop\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .aboveLaptop\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveLaptop\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .aboveLaptop\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveLaptop\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .aboveLaptop\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .aboveLaptop\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .aboveLaptop\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .aboveLaptop\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .aboveLaptop\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .aboveLaptop\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .aboveLaptop\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .aboveLaptop\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .aboveLaptop\:bg-auto{
    background-size: auto;
  }

  .aboveLaptop\:bg-cover{
    background-size: cover;
  }

  .aboveLaptop\:bg-contain{
    background-size: contain;
  }

  .aboveLaptop\:bg-fixed{
    background-attachment: fixed;
  }

  .aboveLaptop\:bg-local{
    background-attachment: local;
  }

  .aboveLaptop\:bg-scroll{
    background-attachment: scroll;
  }

  .aboveLaptop\:bg-clip-border{
    background-clip: border-box;
  }

  .aboveLaptop\:bg-clip-padding{
    background-clip: padding-box;
  }

  .aboveLaptop\:bg-clip-content{
    background-clip: content-box;
  }

  .aboveLaptop\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .aboveLaptop\:bg-bottom{
    background-position: bottom;
  }

  .aboveLaptop\:bg-center{
    background-position: center;
  }

  .aboveLaptop\:bg-left{
    background-position: left;
  }

  .aboveLaptop\:bg-left-bottom{
    background-position: left bottom;
  }

  .aboveLaptop\:bg-left-top{
    background-position: left top;
  }

  .aboveLaptop\:bg-right{
    background-position: right;
  }

  .aboveLaptop\:bg-right-bottom{
    background-position: right bottom;
  }

  .aboveLaptop\:bg-right-top{
    background-position: right top;
  }

  .aboveLaptop\:bg-top{
    background-position: top;
  }

  .aboveLaptop\:bg-repeat{
    background-repeat: repeat;
  }

  .aboveLaptop\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .aboveLaptop\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .aboveLaptop\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .aboveLaptop\:bg-repeat-round{
    background-repeat: round;
  }

  .aboveLaptop\:bg-repeat-space{
    background-repeat: space;
  }

  .aboveLaptop\:bg-origin-border{
    background-origin: border-box;
  }

  .aboveLaptop\:bg-origin-padding{
    background-origin: padding-box;
  }

  .aboveLaptop\:bg-origin-content{
    background-origin: content-box;
  }

  .aboveLaptop\:fill-current{
    fill: currentColor;
  }

  .aboveLaptop\:stroke-current{
    stroke: currentColor;
  }

  .aboveLaptop\:stroke-0{
    stroke-width: 0;
  }

  .aboveLaptop\:stroke-1{
    stroke-width: 1;
  }

  .aboveLaptop\:stroke-2{
    stroke-width: 2;
  }

  .aboveLaptop\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .aboveLaptop\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .aboveLaptop\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .aboveLaptop\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .aboveLaptop\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .aboveLaptop\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .aboveLaptop\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .aboveLaptop\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .aboveLaptop\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .aboveLaptop\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .aboveLaptop\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .aboveLaptop\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .aboveLaptop\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .aboveLaptop\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .aboveLaptop\:p-0{
    padding: 0px;
  }

  .aboveLaptop\:p-1{
    padding: 0.25rem;
  }

  .aboveLaptop\:p-2{
    padding: 0.5rem;
  }

  .aboveLaptop\:p-3{
    padding: 0.75rem;
  }

  .aboveLaptop\:p-4{
    padding: 1rem;
  }

  .aboveLaptop\:p-5{
    padding: 1.25rem;
  }

  .aboveLaptop\:p-6{
    padding: 1.5rem;
  }

  .aboveLaptop\:p-7{
    padding: 1.75rem;
  }

  .aboveLaptop\:p-8{
    padding: 2rem;
  }

  .aboveLaptop\:p-9{
    padding: 2.25rem;
  }

  .aboveLaptop\:p-10{
    padding: 2.5rem;
  }

  .aboveLaptop\:p-11{
    padding: 2.75rem;
  }

  .aboveLaptop\:p-12{
    padding: 3rem;
  }

  .aboveLaptop\:p-14{
    padding: 3.5rem;
  }

  .aboveLaptop\:p-16{
    padding: 4rem;
  }

  .aboveLaptop\:p-20{
    padding: 5rem;
  }

  .aboveLaptop\:p-24{
    padding: 6rem;
  }

  .aboveLaptop\:p-28{
    padding: 7rem;
  }

  .aboveLaptop\:p-32{
    padding: 8rem;
  }

  .aboveLaptop\:p-36{
    padding: 9rem;
  }

  .aboveLaptop\:p-40{
    padding: 10rem;
  }

  .aboveLaptop\:p-44{
    padding: 11rem;
  }

  .aboveLaptop\:p-48{
    padding: 12rem;
  }

  .aboveLaptop\:p-52{
    padding: 13rem;
  }

  .aboveLaptop\:p-56{
    padding: 14rem;
  }

  .aboveLaptop\:p-60{
    padding: 15rem;
  }

  .aboveLaptop\:p-64{
    padding: 16rem;
  }

  .aboveLaptop\:p-72{
    padding: 18rem;
  }

  .aboveLaptop\:p-80{
    padding: 20rem;
  }

  .aboveLaptop\:p-96{
    padding: 24rem;
  }

  .aboveLaptop\:p-px{
    padding: 1px;
  }

  .aboveLaptop\:p-0\.5{
    padding: 0.125rem;
  }

  .aboveLaptop\:p-1\.5{
    padding: 0.375rem;
  }

  .aboveLaptop\:p-2\.5{
    padding: 0.625rem;
  }

  .aboveLaptop\:p-3\.5{
    padding: 0.875rem;
  }

  .aboveLaptop\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .aboveLaptop\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .aboveLaptop\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .aboveLaptop\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .aboveLaptop\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .aboveLaptop\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .aboveLaptop\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .aboveLaptop\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .aboveLaptop\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aboveLaptop\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .aboveLaptop\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .aboveLaptop\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .aboveLaptop\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .aboveLaptop\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .aboveLaptop\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .aboveLaptop\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .aboveLaptop\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .aboveLaptop\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .aboveLaptop\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .aboveLaptop\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .aboveLaptop\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .aboveLaptop\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .aboveLaptop\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .aboveLaptop\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .aboveLaptop\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .aboveLaptop\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .aboveLaptop\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .aboveLaptop\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .aboveLaptop\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .aboveLaptop\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .aboveLaptop\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .aboveLaptop\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .aboveLaptop\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .aboveLaptop\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .aboveLaptop\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .aboveLaptop\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .aboveLaptop\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .aboveLaptop\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .aboveLaptop\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .aboveLaptop\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aboveLaptop\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .aboveLaptop\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .aboveLaptop\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .aboveLaptop\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aboveLaptop\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .aboveLaptop\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .aboveLaptop\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .aboveLaptop\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aboveLaptop\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .aboveLaptop\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .aboveLaptop\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .aboveLaptop\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .aboveLaptop\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .aboveLaptop\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .aboveLaptop\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .aboveLaptop\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .aboveLaptop\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .aboveLaptop\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .aboveLaptop\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .aboveLaptop\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .aboveLaptop\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .aboveLaptop\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .aboveLaptop\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .aboveLaptop\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .aboveLaptop\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .aboveLaptop\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .aboveLaptop\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .aboveLaptop\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .aboveLaptop\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .aboveLaptop\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .aboveLaptop\:pt-0{
    padding-top: 0px;
  }

  .aboveLaptop\:pt-1{
    padding-top: 0.25rem;
  }

  .aboveLaptop\:pt-2{
    padding-top: 0.5rem;
  }

  .aboveLaptop\:pt-3{
    padding-top: 0.75rem;
  }

  .aboveLaptop\:pt-4{
    padding-top: 1rem;
  }

  .aboveLaptop\:pt-5{
    padding-top: 1.25rem;
  }

  .aboveLaptop\:pt-6{
    padding-top: 1.5rem;
  }

  .aboveLaptop\:pt-7{
    padding-top: 1.75rem;
  }

  .aboveLaptop\:pt-8{
    padding-top: 2rem;
  }

  .aboveLaptop\:pt-9{
    padding-top: 2.25rem;
  }

  .aboveLaptop\:pt-10{
    padding-top: 2.5rem;
  }

  .aboveLaptop\:pt-11{
    padding-top: 2.75rem;
  }

  .aboveLaptop\:pt-12{
    padding-top: 3rem;
  }

  .aboveLaptop\:pt-14{
    padding-top: 3.5rem;
  }

  .aboveLaptop\:pt-16{
    padding-top: 4rem;
  }

  .aboveLaptop\:pt-20{
    padding-top: 5rem;
  }

  .aboveLaptop\:pt-24{
    padding-top: 6rem;
  }

  .aboveLaptop\:pt-28{
    padding-top: 7rem;
  }

  .aboveLaptop\:pt-32{
    padding-top: 8rem;
  }

  .aboveLaptop\:pt-36{
    padding-top: 9rem;
  }

  .aboveLaptop\:pt-40{
    padding-top: 10rem;
  }

  .aboveLaptop\:pt-44{
    padding-top: 11rem;
  }

  .aboveLaptop\:pt-48{
    padding-top: 12rem;
  }

  .aboveLaptop\:pt-52{
    padding-top: 13rem;
  }

  .aboveLaptop\:pt-56{
    padding-top: 14rem;
  }

  .aboveLaptop\:pt-60{
    padding-top: 15rem;
  }

  .aboveLaptop\:pt-64{
    padding-top: 16rem;
  }

  .aboveLaptop\:pt-72{
    padding-top: 18rem;
  }

  .aboveLaptop\:pt-80{
    padding-top: 20rem;
  }

  .aboveLaptop\:pt-96{
    padding-top: 24rem;
  }

  .aboveLaptop\:pt-px{
    padding-top: 1px;
  }

  .aboveLaptop\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .aboveLaptop\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .aboveLaptop\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .aboveLaptop\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .aboveLaptop\:pr-0{
    padding-right: 0px;
  }

  .aboveLaptop\:pr-1{
    padding-right: 0.25rem;
  }

  .aboveLaptop\:pr-2{
    padding-right: 0.5rem;
  }

  .aboveLaptop\:pr-3{
    padding-right: 0.75rem;
  }

  .aboveLaptop\:pr-4{
    padding-right: 1rem;
  }

  .aboveLaptop\:pr-5{
    padding-right: 1.25rem;
  }

  .aboveLaptop\:pr-6{
    padding-right: 1.5rem;
  }

  .aboveLaptop\:pr-7{
    padding-right: 1.75rem;
  }

  .aboveLaptop\:pr-8{
    padding-right: 2rem;
  }

  .aboveLaptop\:pr-9{
    padding-right: 2.25rem;
  }

  .aboveLaptop\:pr-10{
    padding-right: 2.5rem;
  }

  .aboveLaptop\:pr-11{
    padding-right: 2.75rem;
  }

  .aboveLaptop\:pr-12{
    padding-right: 3rem;
  }

  .aboveLaptop\:pr-14{
    padding-right: 3.5rem;
  }

  .aboveLaptop\:pr-16{
    padding-right: 4rem;
  }

  .aboveLaptop\:pr-20{
    padding-right: 5rem;
  }

  .aboveLaptop\:pr-24{
    padding-right: 6rem;
  }

  .aboveLaptop\:pr-28{
    padding-right: 7rem;
  }

  .aboveLaptop\:pr-32{
    padding-right: 8rem;
  }

  .aboveLaptop\:pr-36{
    padding-right: 9rem;
  }

  .aboveLaptop\:pr-40{
    padding-right: 10rem;
  }

  .aboveLaptop\:pr-44{
    padding-right: 11rem;
  }

  .aboveLaptop\:pr-48{
    padding-right: 12rem;
  }

  .aboveLaptop\:pr-52{
    padding-right: 13rem;
  }

  .aboveLaptop\:pr-56{
    padding-right: 14rem;
  }

  .aboveLaptop\:pr-60{
    padding-right: 15rem;
  }

  .aboveLaptop\:pr-64{
    padding-right: 16rem;
  }

  .aboveLaptop\:pr-72{
    padding-right: 18rem;
  }

  .aboveLaptop\:pr-80{
    padding-right: 20rem;
  }

  .aboveLaptop\:pr-96{
    padding-right: 24rem;
  }

  .aboveLaptop\:pr-px{
    padding-right: 1px;
  }

  .aboveLaptop\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .aboveLaptop\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .aboveLaptop\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .aboveLaptop\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .aboveLaptop\:pb-0{
    padding-bottom: 0px;
  }

  .aboveLaptop\:pb-1{
    padding-bottom: 0.25rem;
  }

  .aboveLaptop\:pb-2{
    padding-bottom: 0.5rem;
  }

  .aboveLaptop\:pb-3{
    padding-bottom: 0.75rem;
  }

  .aboveLaptop\:pb-4{
    padding-bottom: 1rem;
  }

  .aboveLaptop\:pb-5{
    padding-bottom: 1.25rem;
  }

  .aboveLaptop\:pb-6{
    padding-bottom: 1.5rem;
  }

  .aboveLaptop\:pb-7{
    padding-bottom: 1.75rem;
  }

  .aboveLaptop\:pb-8{
    padding-bottom: 2rem;
  }

  .aboveLaptop\:pb-9{
    padding-bottom: 2.25rem;
  }

  .aboveLaptop\:pb-10{
    padding-bottom: 2.5rem;
  }

  .aboveLaptop\:pb-11{
    padding-bottom: 2.75rem;
  }

  .aboveLaptop\:pb-12{
    padding-bottom: 3rem;
  }

  .aboveLaptop\:pb-14{
    padding-bottom: 3.5rem;
  }

  .aboveLaptop\:pb-16{
    padding-bottom: 4rem;
  }

  .aboveLaptop\:pb-20{
    padding-bottom: 5rem;
  }

  .aboveLaptop\:pb-24{
    padding-bottom: 6rem;
  }

  .aboveLaptop\:pb-28{
    padding-bottom: 7rem;
  }

  .aboveLaptop\:pb-32{
    padding-bottom: 8rem;
  }

  .aboveLaptop\:pb-36{
    padding-bottom: 9rem;
  }

  .aboveLaptop\:pb-40{
    padding-bottom: 10rem;
  }

  .aboveLaptop\:pb-44{
    padding-bottom: 11rem;
  }

  .aboveLaptop\:pb-48{
    padding-bottom: 12rem;
  }

  .aboveLaptop\:pb-52{
    padding-bottom: 13rem;
  }

  .aboveLaptop\:pb-56{
    padding-bottom: 14rem;
  }

  .aboveLaptop\:pb-60{
    padding-bottom: 15rem;
  }

  .aboveLaptop\:pb-64{
    padding-bottom: 16rem;
  }

  .aboveLaptop\:pb-72{
    padding-bottom: 18rem;
  }

  .aboveLaptop\:pb-80{
    padding-bottom: 20rem;
  }

  .aboveLaptop\:pb-96{
    padding-bottom: 24rem;
  }

  .aboveLaptop\:pb-px{
    padding-bottom: 1px;
  }

  .aboveLaptop\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .aboveLaptop\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .aboveLaptop\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .aboveLaptop\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .aboveLaptop\:pl-0{
    padding-left: 0px;
  }

  .aboveLaptop\:pl-1{
    padding-left: 0.25rem;
  }

  .aboveLaptop\:pl-2{
    padding-left: 0.5rem;
  }

  .aboveLaptop\:pl-3{
    padding-left: 0.75rem;
  }

  .aboveLaptop\:pl-4{
    padding-left: 1rem;
  }

  .aboveLaptop\:pl-5{
    padding-left: 1.25rem;
  }

  .aboveLaptop\:pl-6{
    padding-left: 1.5rem;
  }

  .aboveLaptop\:pl-7{
    padding-left: 1.75rem;
  }

  .aboveLaptop\:pl-8{
    padding-left: 2rem;
  }

  .aboveLaptop\:pl-9{
    padding-left: 2.25rem;
  }

  .aboveLaptop\:pl-10{
    padding-left: 2.5rem;
  }

  .aboveLaptop\:pl-11{
    padding-left: 2.75rem;
  }

  .aboveLaptop\:pl-12{
    padding-left: 3rem;
  }

  .aboveLaptop\:pl-14{
    padding-left: 3.5rem;
  }

  .aboveLaptop\:pl-16{
    padding-left: 4rem;
  }

  .aboveLaptop\:pl-20{
    padding-left: 5rem;
  }

  .aboveLaptop\:pl-24{
    padding-left: 6rem;
  }

  .aboveLaptop\:pl-28{
    padding-left: 7rem;
  }

  .aboveLaptop\:pl-32{
    padding-left: 8rem;
  }

  .aboveLaptop\:pl-36{
    padding-left: 9rem;
  }

  .aboveLaptop\:pl-40{
    padding-left: 10rem;
  }

  .aboveLaptop\:pl-44{
    padding-left: 11rem;
  }

  .aboveLaptop\:pl-48{
    padding-left: 12rem;
  }

  .aboveLaptop\:pl-52{
    padding-left: 13rem;
  }

  .aboveLaptop\:pl-56{
    padding-left: 14rem;
  }

  .aboveLaptop\:pl-60{
    padding-left: 15rem;
  }

  .aboveLaptop\:pl-64{
    padding-left: 16rem;
  }

  .aboveLaptop\:pl-72{
    padding-left: 18rem;
  }

  .aboveLaptop\:pl-80{
    padding-left: 20rem;
  }

  .aboveLaptop\:pl-96{
    padding-left: 24rem;
  }

  .aboveLaptop\:pl-px{
    padding-left: 1px;
  }

  .aboveLaptop\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .aboveLaptop\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .aboveLaptop\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .aboveLaptop\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .aboveLaptop\:text-left{
    text-align: left;
  }

  .aboveLaptop\:text-center{
    text-align: center;
  }

  .aboveLaptop\:text-right{
    text-align: right;
  }

  .aboveLaptop\:text-justify{
    text-align: justify;
  }

  .aboveLaptop\:align-baseline{
    vertical-align: baseline;
  }

  .aboveLaptop\:align-top{
    vertical-align: top;
  }

  .aboveLaptop\:align-middle{
    vertical-align: middle;
  }

  .aboveLaptop\:align-bottom{
    vertical-align: bottom;
  }

  .aboveLaptop\:align-text-top{
    vertical-align: text-top;
  }

  .aboveLaptop\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .aboveLaptop\:font-sans{
    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";
  }

  .aboveLaptop\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .aboveLaptop\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .aboveLaptop\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .aboveLaptop\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .aboveLaptop\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .aboveLaptop\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .aboveLaptop\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .aboveLaptop\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .aboveLaptop\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .aboveLaptop\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .aboveLaptop\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .aboveLaptop\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .aboveLaptop\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .aboveLaptop\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .aboveLaptop\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .aboveLaptop\:font-thin{
    font-weight: 100;
  }

  .aboveLaptop\:font-extralight{
    font-weight: 200;
  }

  .aboveLaptop\:font-light{
    font-weight: 300;
  }

  .aboveLaptop\:font-normal{
    font-weight: 400;
  }

  .aboveLaptop\:font-medium{
    font-weight: 500;
  }

  .aboveLaptop\:font-semibold{
    font-weight: 600;
  }

  .aboveLaptop\:font-bold{
    font-weight: 700;
  }

  .aboveLaptop\:font-extrabold{
    font-weight: 800;
  }

  .aboveLaptop\:font-black{
    font-weight: 900;
  }

  .aboveLaptop\:uppercase{
    text-transform: uppercase;
  }

  .aboveLaptop\:lowercase{
    text-transform: lowercase;
  }

  .aboveLaptop\:capitalize{
    text-transform: capitalize;
  }

  .aboveLaptop\:normal-case{
    text-transform: none;
  }

  .aboveLaptop\:italic{
    font-style: italic;
  }

  .aboveLaptop\:not-italic{
    font-style: normal;
  }

  .aboveLaptop\:ordinal, .aboveLaptop\:slashed-zero, .aboveLaptop\:lining-nums, .aboveLaptop\:oldstyle-nums, .aboveLaptop\:proportional-nums, .aboveLaptop\:tabular-nums, .aboveLaptop\:diagonal-fractions, .aboveLaptop\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .aboveLaptop\:normal-nums{
    font-variant-numeric: normal;
  }

  .aboveLaptop\:ordinal{
    --tw-ordinal: ordinal;
  }

  .aboveLaptop\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .aboveLaptop\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .aboveLaptop\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .aboveLaptop\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .aboveLaptop\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .aboveLaptop\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .aboveLaptop\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .aboveLaptop\:leading-3{
    line-height: .75rem;
  }

  .aboveLaptop\:leading-4{
    line-height: 1rem;
  }

  .aboveLaptop\:leading-5{
    line-height: 1.25rem;
  }

  .aboveLaptop\:leading-6{
    line-height: 1.5rem;
  }

  .aboveLaptop\:leading-7{
    line-height: 1.75rem;
  }

  .aboveLaptop\:leading-8{
    line-height: 2rem;
  }

  .aboveLaptop\:leading-9{
    line-height: 2.25rem;
  }

  .aboveLaptop\:leading-10{
    line-height: 2.5rem;
  }

  .aboveLaptop\:leading-none{
    line-height: 1;
  }

  .aboveLaptop\:leading-tight{
    line-height: 1.25;
  }

  .aboveLaptop\:leading-snug{
    line-height: 1.375;
  }

  .aboveLaptop\:leading-normal{
    line-height: 1.5;
  }

  .aboveLaptop\:leading-relaxed{
    line-height: 1.625;
  }

  .aboveLaptop\:leading-loose{
    line-height: 2;
  }

  .aboveLaptop\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .aboveLaptop\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .aboveLaptop\:tracking-normal{
    letter-spacing: 0em;
  }

  .aboveLaptop\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .aboveLaptop\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .aboveLaptop\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .aboveLaptop\:text-transparent{
    color: transparent;
  }

  .aboveLaptop\:text-current{
    color: currentColor;
  }

  .aboveLaptop\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .aboveLaptop\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .aboveLaptop\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .aboveLaptop\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .aboveLaptop\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .aboveLaptop\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-transparent:hover{
    color: transparent;
  }

  .aboveLaptop\:hover\:text-current:hover{
    color: currentColor;
  }

  .aboveLaptop\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveLaptop\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-transparent:focus{
    color: transparent;
  }

  .aboveLaptop\:focus\:text-current:focus{
    color: currentColor;
  }

  .aboveLaptop\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveLaptop\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveLaptop\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .aboveLaptop\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .aboveLaptop\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .aboveLaptop\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .aboveLaptop\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .aboveLaptop\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .aboveLaptop\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .aboveLaptop\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .aboveLaptop\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .aboveLaptop\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .aboveLaptop\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .aboveLaptop\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .aboveLaptop\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .aboveLaptop\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .aboveLaptop\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .aboveLaptop\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .aboveLaptop\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .aboveLaptop\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .aboveLaptop\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .aboveLaptop\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .aboveLaptop\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .aboveLaptop\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .aboveLaptop\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .aboveLaptop\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .aboveLaptop\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .aboveLaptop\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .aboveLaptop\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .aboveLaptop\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .aboveLaptop\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .aboveLaptop\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .aboveLaptop\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .aboveLaptop\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .aboveLaptop\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .aboveLaptop\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .aboveLaptop\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .aboveLaptop\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .aboveLaptop\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .aboveLaptop\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .aboveLaptop\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .aboveLaptop\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .aboveLaptop\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .aboveLaptop\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .aboveLaptop\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .aboveLaptop\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .aboveLaptop\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .aboveLaptop\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .aboveLaptop\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .aboveLaptop\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .aboveLaptop\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .aboveLaptop\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .aboveLaptop\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .aboveLaptop\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .aboveLaptop\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .aboveLaptop\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .aboveLaptop\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .aboveLaptop\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .aboveLaptop\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .aboveLaptop\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .aboveLaptop\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .aboveLaptop\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .aboveLaptop\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .aboveLaptop\:underline{
    text-decoration: underline;
  }

  .aboveLaptop\:line-through{
    text-decoration: line-through;
  }

  .aboveLaptop\:no-underline{
    text-decoration: none;
  }

  .group:hover .aboveLaptop\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .aboveLaptop\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .aboveLaptop\:group-hover\:no-underline{
    text-decoration: none;
  }

  .aboveLaptop\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .aboveLaptop\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .aboveLaptop\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .aboveLaptop\:hover\:underline:hover{
    text-decoration: underline;
  }

  .aboveLaptop\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .aboveLaptop\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .aboveLaptop\:focus\:underline:focus{
    text-decoration: underline;
  }

  .aboveLaptop\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .aboveLaptop\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .aboveLaptop\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .aboveLaptop\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .aboveLaptop\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .aboveLaptop\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .aboveLaptop\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .aboveLaptop\:placeholder-current::placeholder{
    color: currentColor;
  }

  .aboveLaptop\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .aboveLaptop\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .aboveLaptop\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .aboveLaptop\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .aboveLaptop\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveLaptop\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveLaptop\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveLaptop\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveLaptop\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveLaptop\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveLaptop\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveLaptop\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveLaptop\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveLaptop\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveLaptop\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveLaptop\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveLaptop\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveLaptop\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveLaptop\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveLaptop\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveLaptop\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveLaptop\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveLaptop\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveLaptop\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveLaptop\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveLaptop\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveLaptop\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveLaptop\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveLaptop\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveLaptop\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveLaptop\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveLaptop\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveLaptop\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveLaptop\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveLaptop\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveLaptop\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveLaptop\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveLaptop\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveLaptop\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveLaptop\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveLaptop\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveLaptop\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveLaptop\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveLaptop\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveLaptop\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveLaptop\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveLaptop\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveLaptop\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveLaptop\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveLaptop\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveLaptop\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveLaptop\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveLaptop\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveLaptop\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveLaptop\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveLaptop\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveLaptop\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveLaptop\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveLaptop\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveLaptop\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveLaptop\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveLaptop\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveLaptop\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveLaptop\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveLaptop\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveLaptop\:opacity-0{
    opacity: 0;
  }

  .aboveLaptop\:opacity-5{
    opacity: 0.05;
  }

  .aboveLaptop\:opacity-10{
    opacity: 0.1;
  }

  .aboveLaptop\:opacity-20{
    opacity: 0.2;
  }

  .aboveLaptop\:opacity-25{
    opacity: 0.25;
  }

  .aboveLaptop\:opacity-30{
    opacity: 0.3;
  }

  .aboveLaptop\:opacity-40{
    opacity: 0.4;
  }

  .aboveLaptop\:opacity-50{
    opacity: 0.5;
  }

  .aboveLaptop\:opacity-60{
    opacity: 0.6;
  }

  .aboveLaptop\:opacity-70{
    opacity: 0.7;
  }

  .aboveLaptop\:opacity-75{
    opacity: 0.75;
  }

  .aboveLaptop\:opacity-80{
    opacity: 0.8;
  }

  .aboveLaptop\:opacity-90{
    opacity: 0.9;
  }

  .aboveLaptop\:opacity-95{
    opacity: 0.95;
  }

  .aboveLaptop\:opacity-100{
    opacity: 1;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .aboveLaptop\:group-hover\:opacity-100{
    opacity: 1;
  }

  .aboveLaptop\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .aboveLaptop\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .aboveLaptop\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .aboveLaptop\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .aboveLaptop\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .aboveLaptop\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .aboveLaptop\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .aboveLaptop\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .aboveLaptop\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .aboveLaptop\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .aboveLaptop\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .aboveLaptop\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .aboveLaptop\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .aboveLaptop\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .aboveLaptop\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .aboveLaptop\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .aboveLaptop\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .aboveLaptop\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .aboveLaptop\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .aboveLaptop\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .aboveLaptop\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .aboveLaptop\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .aboveLaptop\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .aboveLaptop\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .aboveLaptop\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .aboveLaptop\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .aboveLaptop\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .aboveLaptop\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .aboveLaptop\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .aboveLaptop\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .aboveLaptop\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .aboveLaptop\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .aboveLaptop\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .aboveLaptop\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .aboveLaptop\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .aboveLaptop\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .aboveLaptop\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .aboveLaptop\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .aboveLaptop\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .aboveLaptop\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .aboveLaptop\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .aboveLaptop\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .aboveLaptop\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .aboveLaptop\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .aboveLaptop\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .aboveLaptop\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .aboveLaptop\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .aboveLaptop\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .aboveLaptop\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .aboveLaptop\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .aboveLaptop\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .aboveLaptop\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .aboveLaptop\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .aboveLaptop\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .aboveLaptop\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .aboveLaptop\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .aboveLaptop\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .aboveLaptop\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .aboveLaptop\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .aboveLaptop\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .aboveLaptop\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .aboveLaptop\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .aboveLaptop\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .aboveLaptop\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .aboveLaptop\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .aboveLaptop\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .aboveLaptop\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .aboveLaptop\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .aboveLaptop\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .aboveLaptop\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .aboveLaptop\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .aboveLaptop\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .aboveLaptop\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .aboveLaptop\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .aboveLaptop\:bg-blend-color{
    background-blend-mode: color;
  }

  .aboveLaptop\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .aboveLaptop\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .aboveLaptop\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .aboveLaptop\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .aboveLaptop\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .aboveLaptop\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .aboveLaptop\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .aboveLaptop\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .aboveLaptop\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .aboveLaptop\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .aboveLaptop\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .aboveLaptop\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .aboveLaptop\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .aboveLaptop\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .aboveLaptop\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .aboveLaptop\:mix-blend-color{
    mix-blend-mode: color;
  }

  .aboveLaptop\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .aboveLaptop\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLaptop\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLaptop\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLaptop\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLaptop\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLaptop\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLaptop\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLaptop\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLaptop\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLaptop\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveLaptop\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveLaptop\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveLaptop\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveLaptop\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveLaptop\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveLaptop\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveLaptop\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveLaptop\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveLaptop\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLaptop\:ring-inset{
    --tw-ring-inset: inset;
  }

  .aboveLaptop\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .aboveLaptop\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .aboveLaptop\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .aboveLaptop\:ring-current{
    --tw-ring-color: currentColor;
  }

  .aboveLaptop\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .aboveLaptop\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .aboveLaptop\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .aboveLaptop\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .aboveLaptop\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveLaptop\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveLaptop\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .aboveLaptop\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .aboveLaptop\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .aboveLaptop\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .aboveLaptop\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .aboveLaptop\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .aboveLaptop\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .aboveLaptop\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .aboveLaptop\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .aboveLaptop\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .aboveLaptop\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .aboveLaptop\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .aboveLaptop\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .aboveLaptop\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .aboveLaptop\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .aboveLaptop\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .aboveLaptop\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .aboveLaptop\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .aboveLaptop\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .aboveLaptop\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .aboveLaptop\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .aboveLaptop\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .aboveLaptop\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .aboveLaptop\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .aboveLaptop\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .aboveLaptop\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .aboveLaptop\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .aboveLaptop\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .aboveLaptop\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .aboveLaptop\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .aboveLaptop\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .aboveLaptop\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .aboveLaptop\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .aboveLaptop\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .aboveLaptop\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .aboveLaptop\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .aboveLaptop\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .aboveLaptop\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .aboveLaptop\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .aboveLaptop\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .aboveLaptop\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .aboveLaptop\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .aboveLaptop\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .aboveLaptop\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .aboveLaptop\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .aboveLaptop\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .aboveLaptop\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .aboveLaptop\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .aboveLaptop\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .aboveLaptop\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .aboveLaptop\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .aboveLaptop\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .aboveLaptop\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .aboveLaptop\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .aboveLaptop\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .aboveLaptop\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .aboveLaptop\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .aboveLaptop\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .aboveLaptop\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .aboveLaptop\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .aboveLaptop\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .aboveLaptop\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .aboveLaptop\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .aboveLaptop\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .aboveLaptop\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveLaptop\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveLaptop\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveLaptop\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveLaptop\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveLaptop\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveLaptop\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveLaptop\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .aboveLaptop\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveLaptop\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .aboveLaptop\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveLaptop\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveLaptop\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveLaptop\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveLaptop\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveLaptop\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveLaptop\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveLaptop\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveLaptop\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .aboveLaptop\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveLaptop\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveLaptop\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveLaptop\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveLaptop\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveLaptop\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveLaptop\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveLaptop\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveLaptop\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .aboveLaptop\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveLaptop\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .aboveLaptop\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveLaptop\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveLaptop\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveLaptop\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveLaptop\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveLaptop\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveLaptop\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveLaptop\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveLaptop\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .aboveLaptop\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .aboveLaptop\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .aboveLaptop\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveLaptop\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveLaptop\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveLaptop\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveLaptop\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveLaptop\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveLaptop\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveLaptop\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveLaptop\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveLaptop\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .aboveLaptop\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveLaptop\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveLaptop\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveLaptop\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .aboveLaptop\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveLaptop\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveLaptop\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveLaptop\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .aboveLaptop\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .aboveLaptop\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .aboveLaptop\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .aboveLaptop\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .aboveLaptop\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .aboveLaptop\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .aboveLaptop\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveLaptop\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveLaptop\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveLaptop\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveLaptop\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveLaptop\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveLaptop\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveLaptop\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .aboveLaptop\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveLaptop\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .aboveLaptop\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveLaptop\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveLaptop\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveLaptop\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveLaptop\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveLaptop\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveLaptop\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveLaptop\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveLaptop\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .aboveLaptop\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveLaptop\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveLaptop\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveLaptop\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveLaptop\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveLaptop\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveLaptop\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveLaptop\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveLaptop\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .aboveLaptop\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveLaptop\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .aboveLaptop\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveLaptop\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveLaptop\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveLaptop\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveLaptop\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveLaptop\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveLaptop\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveLaptop\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveLaptop\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .aboveLaptop\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .aboveLaptop\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .aboveLaptop\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveLaptop\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveLaptop\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveLaptop\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveLaptop\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveLaptop\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveLaptop\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveLaptop\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveLaptop\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveLaptop\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .aboveLaptop\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveLaptop\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveLaptop\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveLaptop\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .aboveLaptop\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveLaptop\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveLaptop\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveLaptop\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .aboveLaptop\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .aboveLaptop\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .aboveLaptop\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .aboveLaptop\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .aboveLaptop\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .aboveLaptop\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .aboveLaptop\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveLaptop\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveLaptop\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveLaptop\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveLaptop\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveLaptop\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveLaptop\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveLaptop\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .aboveLaptop\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveLaptop\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .aboveLaptop\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveLaptop\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveLaptop\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveLaptop\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveLaptop\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveLaptop\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveLaptop\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveLaptop\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveLaptop\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .aboveLaptop\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveLaptop\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveLaptop\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveLaptop\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveLaptop\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveLaptop\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveLaptop\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveLaptop\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveLaptop\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .aboveLaptop\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveLaptop\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .aboveLaptop\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveLaptop\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveLaptop\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveLaptop\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveLaptop\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveLaptop\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveLaptop\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveLaptop\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveLaptop\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .aboveLaptop\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .aboveLaptop\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .aboveLaptop\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveLaptop\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveLaptop\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveLaptop\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveLaptop\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveLaptop\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveLaptop\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveLaptop\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveLaptop\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveLaptop\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .aboveLaptop\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveLaptop\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveLaptop\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveLaptop\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .aboveLaptop\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveLaptop\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveLaptop\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveLaptop\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .aboveLaptop\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .aboveLaptop\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .aboveLaptop\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .aboveLaptop\:filter-none{
    filter: none;
  }

  .aboveLaptop\:blur-0{
    --tw-blur: blur(0);
  }

  .aboveLaptop\:blur-none{
    --tw-blur: blur(0);
  }

  .aboveLaptop\:blur-sm{
    --tw-blur: blur(4px);
  }

  .aboveLaptop\:blur{
    --tw-blur: blur(8px);
  }

  .aboveLaptop\:blur-md{
    --tw-blur: blur(12px);
  }

  .aboveLaptop\:blur-lg{
    --tw-blur: blur(16px);
  }

  .aboveLaptop\:blur-xl{
    --tw-blur: blur(24px);
  }

  .aboveLaptop\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .aboveLaptop\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .aboveLaptop\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .aboveLaptop\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .aboveLaptop\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .aboveLaptop\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .aboveLaptop\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .aboveLaptop\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .aboveLaptop\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .aboveLaptop\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .aboveLaptop\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .aboveLaptop\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .aboveLaptop\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .aboveLaptop\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .aboveLaptop\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .aboveLaptop\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .aboveLaptop\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .aboveLaptop\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .aboveLaptop\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .aboveLaptop\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .aboveLaptop\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .aboveLaptop\: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));
  }

  .aboveLaptop\: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));
  }

  .aboveLaptop\: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));
  }

  .aboveLaptop\: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));
  }

  .aboveLaptop\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .aboveLaptop\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .aboveLaptop\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .aboveLaptop\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .aboveLaptop\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .aboveLaptop\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .aboveLaptop\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .aboveLaptop\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .aboveLaptop\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .aboveLaptop\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .aboveLaptop\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .aboveLaptop\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .aboveLaptop\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .aboveLaptop\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .aboveLaptop\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .aboveLaptop\:invert-0{
    --tw-invert: invert(0);
  }

  .aboveLaptop\:invert{
    --tw-invert: invert(100%);
  }

  .aboveLaptop\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .aboveLaptop\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .aboveLaptop\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .aboveLaptop\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .aboveLaptop\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .aboveLaptop\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .aboveLaptop\:sepia{
    --tw-sepia: sepia(100%);
  }

  .aboveLaptop\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .aboveLaptop\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .aboveLaptop\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .aboveLaptop\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .aboveLaptop\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .aboveLaptop\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .aboveLaptop\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .aboveLaptop\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .aboveLaptop\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .aboveLaptop\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .aboveLaptop\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .aboveLaptop\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .aboveLaptop\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .aboveLaptop\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .aboveLaptop\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .aboveLaptop\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .aboveLaptop\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .aboveLaptop\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .aboveLaptop\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .aboveLaptop\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .aboveLaptop\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .aboveLaptop\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .aboveLaptop\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .aboveLaptop\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .aboveLaptop\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .aboveLaptop\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .aboveLaptop\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .aboveLaptop\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .aboveLaptop\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .aboveLaptop\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .aboveLaptop\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .aboveLaptop\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .aboveLaptop\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .aboveLaptop\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .aboveLaptop\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .aboveLaptop\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .aboveLaptop\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .aboveLaptop\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .aboveLaptop\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .aboveLaptop\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .aboveLaptop\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .aboveLaptop\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .aboveLaptop\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .aboveLaptop\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .aboveLaptop\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .aboveLaptop\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .aboveLaptop\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .aboveLaptop\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .aboveLaptop\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .aboveLaptop\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .aboveLaptop\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .aboveLaptop\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .aboveLaptop\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .aboveLaptop\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .aboveLaptop\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .aboveLaptop\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .aboveLaptop\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .aboveLaptop\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .aboveLaptop\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .aboveLaptop\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .aboveLaptop\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .aboveLaptop\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .aboveLaptop\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .aboveLaptop\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .aboveLaptop\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .aboveLaptop\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .aboveLaptop\:transition-none{
    transition-property: none;
  }

  .aboveLaptop\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLaptop\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLaptop\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLaptop\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLaptop\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLaptop\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLaptop\:delay-75{
    transition-delay: 75ms;
  }

  .aboveLaptop\:delay-100{
    transition-delay: 100ms;
  }

  .aboveLaptop\:delay-150{
    transition-delay: 150ms;
  }

  .aboveLaptop\:delay-200{
    transition-delay: 200ms;
  }

  .aboveLaptop\:delay-300{
    transition-delay: 300ms;
  }

  .aboveLaptop\:delay-500{
    transition-delay: 500ms;
  }

  .aboveLaptop\:delay-700{
    transition-delay: 700ms;
  }

  .aboveLaptop\:delay-1000{
    transition-delay: 1000ms;
  }

  .aboveLaptop\:duration-75{
    transition-duration: 75ms;
  }

  .aboveLaptop\:duration-100{
    transition-duration: 100ms;
  }

  .aboveLaptop\:duration-150{
    transition-duration: 150ms;
  }

  .aboveLaptop\:duration-200{
    transition-duration: 200ms;
  }

  .aboveLaptop\:duration-300{
    transition-duration: 300ms;
  }

  .aboveLaptop\:duration-500{
    transition-duration: 500ms;
  }

  .aboveLaptop\:duration-700{
    transition-duration: 700ms;
  }

  .aboveLaptop\:duration-1000{
    transition-duration: 1000ms;
  }

  .aboveLaptop\:ease-linear{
    transition-timing-function: linear;
  }

  .aboveLaptop\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .aboveLaptop\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .aboveLaptop\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1241px){
  .aboveLargeTablet\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .aboveLargeTablet\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .aboveLargeTablet\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .aboveLargeTablet\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .aboveLargeTablet\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .aboveLargeTablet\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .aboveLargeTablet\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .aboveLargeTablet\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .aboveLargeTablet\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .aboveLargeTablet\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .aboveLargeTablet\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .aboveLargeTablet\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .aboveLargeTablet\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .aboveLargeTablet\:container{
      max-width: 1701px;
    }
  }

  .aboveLargeTablet\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .aboveLargeTablet\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveLargeTablet\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .aboveLargeTablet\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .aboveLargeTablet\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveLargeTablet\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .aboveLargeTablet\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .aboveLargeTablet\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .aboveLargeTablet\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .aboveLargeTablet\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveLargeTablet\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .aboveLargeTablet\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .aboveLargeTablet\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .aboveLargeTablet\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveLargeTablet\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .aboveLargeTablet\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveLargeTablet\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .aboveLargeTablet\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .aboveLargeTablet\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .aboveLargeTablet\:prose code::before{
    content: "`";
  }

  .aboveLargeTablet\:prose code::after{
    content: "`";
  }

  .aboveLargeTablet\:prose a code{
    color: #111827;
  }

  .aboveLargeTablet\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .aboveLargeTablet\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .aboveLargeTablet\:prose pre code::before{
    content: "";
  }

  .aboveLargeTablet\:prose pre code::after{
    content: "";
  }

  .aboveLargeTablet\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .aboveLargeTablet\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .aboveLargeTablet\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveLargeTablet\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .aboveLargeTablet\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .aboveLargeTablet\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveLargeTablet\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .aboveLargeTablet\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveLargeTablet\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLargeTablet\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLargeTablet\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLargeTablet\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveLargeTablet\:prose h2 code{
    font-size: 0.875em;
  }

  .aboveLargeTablet\:prose h3 code{
    font-size: 0.9em;
  }

  .aboveLargeTablet\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveLargeTablet\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveLargeTablet\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveLargeTablet\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveLargeTablet\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveLargeTablet\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveLargeTablet\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveLargeTablet\:prose ul ul, .aboveLargeTablet\:prose ul ol, .aboveLargeTablet\:prose ol ul, .aboveLargeTablet\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveLargeTablet\:prose hr + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose h2 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose h3 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose h4 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose thead th:first-child{
    padding-left: 0;
  }

  .aboveLargeTablet\:prose thead th:last-child{
    padding-right: 0;
  }

  .aboveLargeTablet\:prose tbody td:first-child{
    padding-left: 0;
  }

  .aboveLargeTablet\:prose tbody td:last-child{
    padding-right: 0;
  }

  .aboveLargeTablet\:prose > :first-child{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose > :last-child{
    margin-bottom: 0;
  }

  .aboveLargeTablet\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .aboveLargeTablet\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveLargeTablet\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveLargeTablet\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .aboveLargeTablet\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .aboveLargeTablet\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .aboveLargeTablet\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveLargeTablet\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .aboveLargeTablet\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveLargeTablet\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveLargeTablet\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveLargeTablet\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveLargeTablet\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .aboveLargeTablet\:prose-sm code{
    font-size: 0.8571429em;
  }

  .aboveLargeTablet\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .aboveLargeTablet\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .aboveLargeTablet\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveLargeTablet\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveLargeTablet\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveLargeTablet\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .aboveLargeTablet\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .aboveLargeTablet\:prose-sm ol > li::before{
    left: 0;
  }

  .aboveLargeTablet\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .aboveLargeTablet\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .aboveLargeTablet\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveLargeTablet\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveLargeTablet\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveLargeTablet\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveLargeTablet\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveLargeTablet\:prose-sm ul ul, .aboveLargeTablet\:prose-sm ul ol, .aboveLargeTablet\:prose-sm ol ul, .aboveLargeTablet\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveLargeTablet\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .aboveLargeTablet\:prose-sm hr + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-sm h2 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-sm h3 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-sm h4 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .aboveLargeTablet\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveLargeTablet\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .aboveLargeTablet\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .aboveLargeTablet\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveLargeTablet\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .aboveLargeTablet\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .aboveLargeTablet\:prose-sm > :first-child{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .aboveLargeTablet\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .aboveLargeTablet\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLargeTablet\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .aboveLargeTablet\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .aboveLargeTablet\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .aboveLargeTablet\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .aboveLargeTablet\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveLargeTablet\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveLargeTablet\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveLargeTablet\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveLargeTablet\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveLargeTablet\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveLargeTablet\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .aboveLargeTablet\:prose-lg code{
    font-size: 0.8888889em;
  }

  .aboveLargeTablet\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .aboveLargeTablet\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .aboveLargeTablet\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .aboveLargeTablet\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLargeTablet\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLargeTablet\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveLargeTablet\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .aboveLargeTablet\:prose-lg ol > li::before{
    left: 0;
  }

  .aboveLargeTablet\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .aboveLargeTablet\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .aboveLargeTablet\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveLargeTablet\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveLargeTablet\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveLargeTablet\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveLargeTablet\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveLargeTablet\:prose-lg ul ul, .aboveLargeTablet\:prose-lg ul ol, .aboveLargeTablet\:prose-lg ol ul, .aboveLargeTablet\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveLargeTablet\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .aboveLargeTablet\:prose-lg hr + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-lg h2 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-lg h3 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-lg h4 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .aboveLargeTablet\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveLargeTablet\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .aboveLargeTablet\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .aboveLargeTablet\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveLargeTablet\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .aboveLargeTablet\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .aboveLargeTablet\:prose-lg > :first-child{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .aboveLargeTablet\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .aboveLargeTablet\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveLargeTablet\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .aboveLargeTablet\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .aboveLargeTablet\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .aboveLargeTablet\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveLargeTablet\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .aboveLargeTablet\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveLargeTablet\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLargeTablet\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLargeTablet\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLargeTablet\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveLargeTablet\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .aboveLargeTablet\:prose-xl code{
    font-size: 0.9em;
  }

  .aboveLargeTablet\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .aboveLargeTablet\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .aboveLargeTablet\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .aboveLargeTablet\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveLargeTablet\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveLargeTablet\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .aboveLargeTablet\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .aboveLargeTablet\:prose-xl ol > li::before{
    left: 0;
  }

  .aboveLargeTablet\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .aboveLargeTablet\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .aboveLargeTablet\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveLargeTablet\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveLargeTablet\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveLargeTablet\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveLargeTablet\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveLargeTablet\:prose-xl ul ul, .aboveLargeTablet\:prose-xl ul ol, .aboveLargeTablet\:prose-xl ol ul, .aboveLargeTablet\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveLargeTablet\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .aboveLargeTablet\:prose-xl hr + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-xl h2 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-xl h3 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-xl h4 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .aboveLargeTablet\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveLargeTablet\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .aboveLargeTablet\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .aboveLargeTablet\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveLargeTablet\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveLargeTablet\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveLargeTablet\:prose-xl > :first-child{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .aboveLargeTablet\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .aboveLargeTablet\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLargeTablet\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .aboveLargeTablet\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .aboveLargeTablet\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .aboveLargeTablet\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .aboveLargeTablet\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .aboveLargeTablet\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveLargeTablet\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLargeTablet\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLargeTablet\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveLargeTablet\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveLargeTablet\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .aboveLargeTablet\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .aboveLargeTablet\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .aboveLargeTablet\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .aboveLargeTablet\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .aboveLargeTablet\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLargeTablet\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveLargeTablet\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveLargeTablet\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .aboveLargeTablet\:prose-2xl ol > li::before{
    left: 0;
  }

  .aboveLargeTablet\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .aboveLargeTablet\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .aboveLargeTablet\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .aboveLargeTablet\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveLargeTablet\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveLargeTablet\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveLargeTablet\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveLargeTablet\:prose-2xl ul ul, .aboveLargeTablet\:prose-2xl ul ol, .aboveLargeTablet\:prose-2xl ol ul, .aboveLargeTablet\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveLargeTablet\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveLargeTablet\:prose-2xl hr + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .aboveLargeTablet\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveLargeTablet\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .aboveLargeTablet\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .aboveLargeTablet\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveLargeTablet\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveLargeTablet\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveLargeTablet\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .aboveLargeTablet\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .aboveLargeTablet\:prose-blue{
  }

  .aboveLargeTablet\:prose-red{
  }

  .aboveLargeTablet\:prose-pink{
  }

  .aboveLargeTablet\:prose-indigo a{
    color: #4f46e5;
  }

  .aboveLargeTablet\:prose-indigo a code{
    color: #4f46e5;
  }

  .aboveLargeTablet\:prose-green a{
    color: #16a34a;
  }

  .aboveLargeTablet\:prose-green a code{
    color: #16a34a;
  }

  .aboveLargeTablet\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveLargeTablet\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveLargeTablet\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveLargeTablet\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveLargeTablet\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveLargeTablet\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveLargeTablet\:pointer-events-none{
    pointer-events: none;
  }

  .aboveLargeTablet\:pointer-events-auto{
    pointer-events: auto;
  }

  .aboveLargeTablet\:visible{
    visibility: visible;
  }

  .aboveLargeTablet\:invisible{
    visibility: hidden;
  }

  .aboveLargeTablet\:static{
    position: static;
  }

  .aboveLargeTablet\:fixed{
    position: fixed;
  }

  .aboveLargeTablet\:absolute{
    position: absolute;
  }

  .aboveLargeTablet\:relative{
    position: relative;
  }

  .aboveLargeTablet\:sticky{
    position: sticky;
  }

  .aboveLargeTablet\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveLargeTablet\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .aboveLargeTablet\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .aboveLargeTablet\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .aboveLargeTablet\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .aboveLargeTablet\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .aboveLargeTablet\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .aboveLargeTablet\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .aboveLargeTablet\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .aboveLargeTablet\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .aboveLargeTablet\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .aboveLargeTablet\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .aboveLargeTablet\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .aboveLargeTablet\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .aboveLargeTablet\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .aboveLargeTablet\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .aboveLargeTablet\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .aboveLargeTablet\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .aboveLargeTablet\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .aboveLargeTablet\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .aboveLargeTablet\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .aboveLargeTablet\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .aboveLargeTablet\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .aboveLargeTablet\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .aboveLargeTablet\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .aboveLargeTablet\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .aboveLargeTablet\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .aboveLargeTablet\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .aboveLargeTablet\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .aboveLargeTablet\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .aboveLargeTablet\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .aboveLargeTablet\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .aboveLargeTablet\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .aboveLargeTablet\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .aboveLargeTablet\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .aboveLargeTablet\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .aboveLargeTablet\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveLargeTablet\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .aboveLargeTablet\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .aboveLargeTablet\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .aboveLargeTablet\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .aboveLargeTablet\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .aboveLargeTablet\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .aboveLargeTablet\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .aboveLargeTablet\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .aboveLargeTablet\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .aboveLargeTablet\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .aboveLargeTablet\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .aboveLargeTablet\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .aboveLargeTablet\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .aboveLargeTablet\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .aboveLargeTablet\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .aboveLargeTablet\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .aboveLargeTablet\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .aboveLargeTablet\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .aboveLargeTablet\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .aboveLargeTablet\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .aboveLargeTablet\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .aboveLargeTablet\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .aboveLargeTablet\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .aboveLargeTablet\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .aboveLargeTablet\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .aboveLargeTablet\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .aboveLargeTablet\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .aboveLargeTablet\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .aboveLargeTablet\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .aboveLargeTablet\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .aboveLargeTablet\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .aboveLargeTablet\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .aboveLargeTablet\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .aboveLargeTablet\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .aboveLargeTablet\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveLargeTablet\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .aboveLargeTablet\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .aboveLargeTablet\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .aboveLargeTablet\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveLargeTablet\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .aboveLargeTablet\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .aboveLargeTablet\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveLargeTablet\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .aboveLargeTablet\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .aboveLargeTablet\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .aboveLargeTablet\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveLargeTablet\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .aboveLargeTablet\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .aboveLargeTablet\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveLargeTablet\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .aboveLargeTablet\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .aboveLargeTablet\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .aboveLargeTablet\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .aboveLargeTablet\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .aboveLargeTablet\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .aboveLargeTablet\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .aboveLargeTablet\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .aboveLargeTablet\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .aboveLargeTablet\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .aboveLargeTablet\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .aboveLargeTablet\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .aboveLargeTablet\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .aboveLargeTablet\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .aboveLargeTablet\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .aboveLargeTablet\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .aboveLargeTablet\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .aboveLargeTablet\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .aboveLargeTablet\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .aboveLargeTablet\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .aboveLargeTablet\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .aboveLargeTablet\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .aboveLargeTablet\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .aboveLargeTablet\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .aboveLargeTablet\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .aboveLargeTablet\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .aboveLargeTablet\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .aboveLargeTablet\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .aboveLargeTablet\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .aboveLargeTablet\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .aboveLargeTablet\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .aboveLargeTablet\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .aboveLargeTablet\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .aboveLargeTablet\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .aboveLargeTablet\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .aboveLargeTablet\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveLargeTablet\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .aboveLargeTablet\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .aboveLargeTablet\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .aboveLargeTablet\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .aboveLargeTablet\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .aboveLargeTablet\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .aboveLargeTablet\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .aboveLargeTablet\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .aboveLargeTablet\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .aboveLargeTablet\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .aboveLargeTablet\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .aboveLargeTablet\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .aboveLargeTablet\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .aboveLargeTablet\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .aboveLargeTablet\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .aboveLargeTablet\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .aboveLargeTablet\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .aboveLargeTablet\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .aboveLargeTablet\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .aboveLargeTablet\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .aboveLargeTablet\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .aboveLargeTablet\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .aboveLargeTablet\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .aboveLargeTablet\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .aboveLargeTablet\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .aboveLargeTablet\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .aboveLargeTablet\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .aboveLargeTablet\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .aboveLargeTablet\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .aboveLargeTablet\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .aboveLargeTablet\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .aboveLargeTablet\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .aboveLargeTablet\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .aboveLargeTablet\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .aboveLargeTablet\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .aboveLargeTablet\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .aboveLargeTablet\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .aboveLargeTablet\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .aboveLargeTablet\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .aboveLargeTablet\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .aboveLargeTablet\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .aboveLargeTablet\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .aboveLargeTablet\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .aboveLargeTablet\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .aboveLargeTablet\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .aboveLargeTablet\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .aboveLargeTablet\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .aboveLargeTablet\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .aboveLargeTablet\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveLargeTablet\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .aboveLargeTablet\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .aboveLargeTablet\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .aboveLargeTablet\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .aboveLargeTablet\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .aboveLargeTablet\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .aboveLargeTablet\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .aboveLargeTablet\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .aboveLargeTablet\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .aboveLargeTablet\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .aboveLargeTablet\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .aboveLargeTablet\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .aboveLargeTablet\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .aboveLargeTablet\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .aboveLargeTablet\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .aboveLargeTablet\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .aboveLargeTablet\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .aboveLargeTablet\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .aboveLargeTablet\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .aboveLargeTablet\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .aboveLargeTablet\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .aboveLargeTablet\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .aboveLargeTablet\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .aboveLargeTablet\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .aboveLargeTablet\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .aboveLargeTablet\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .aboveLargeTablet\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .aboveLargeTablet\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .aboveLargeTablet\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .aboveLargeTablet\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .aboveLargeTablet\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .aboveLargeTablet\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .aboveLargeTablet\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .aboveLargeTablet\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .aboveLargeTablet\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .aboveLargeTablet\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveLargeTablet\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .aboveLargeTablet\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .aboveLargeTablet\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .aboveLargeTablet\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .aboveLargeTablet\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .aboveLargeTablet\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .aboveLargeTablet\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .aboveLargeTablet\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .aboveLargeTablet\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .aboveLargeTablet\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .aboveLargeTablet\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .aboveLargeTablet\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .aboveLargeTablet\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .aboveLargeTablet\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .aboveLargeTablet\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .aboveLargeTablet\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .aboveLargeTablet\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .aboveLargeTablet\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .aboveLargeTablet\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .aboveLargeTablet\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .aboveLargeTablet\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .aboveLargeTablet\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .aboveLargeTablet\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .aboveLargeTablet\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .aboveLargeTablet\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .aboveLargeTablet\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .aboveLargeTablet\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .aboveLargeTablet\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .aboveLargeTablet\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .aboveLargeTablet\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .aboveLargeTablet\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .aboveLargeTablet\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .aboveLargeTablet\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .aboveLargeTablet\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .aboveLargeTablet\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .aboveLargeTablet\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .aboveLargeTablet\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .aboveLargeTablet\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .aboveLargeTablet\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .aboveLargeTablet\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .aboveLargeTablet\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .aboveLargeTablet\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .aboveLargeTablet\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .aboveLargeTablet\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .aboveLargeTablet\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .aboveLargeTablet\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .aboveLargeTablet\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .aboveLargeTablet\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .aboveLargeTablet\:top-0{
    top: 0px;
  }

  .aboveLargeTablet\:top-1{
    top: 0.25rem;
  }

  .aboveLargeTablet\:top-2{
    top: 0.5rem;
  }

  .aboveLargeTablet\:top-3{
    top: 0.75rem;
  }

  .aboveLargeTablet\:top-4{
    top: 1rem;
  }

  .aboveLargeTablet\:top-5{
    top: 1.25rem;
  }

  .aboveLargeTablet\:top-6{
    top: 1.5rem;
  }

  .aboveLargeTablet\:top-7{
    top: 1.75rem;
  }

  .aboveLargeTablet\:top-8{
    top: 2rem;
  }

  .aboveLargeTablet\:top-9{
    top: 2.25rem;
  }

  .aboveLargeTablet\:top-10{
    top: 2.5rem;
  }

  .aboveLargeTablet\:top-11{
    top: 2.75rem;
  }

  .aboveLargeTablet\:top-12{
    top: 3rem;
  }

  .aboveLargeTablet\:top-14{
    top: 3.5rem;
  }

  .aboveLargeTablet\:top-16{
    top: 4rem;
  }

  .aboveLargeTablet\:top-20{
    top: 5rem;
  }

  .aboveLargeTablet\:top-24{
    top: 6rem;
  }

  .aboveLargeTablet\:top-28{
    top: 7rem;
  }

  .aboveLargeTablet\:top-32{
    top: 8rem;
  }

  .aboveLargeTablet\:top-36{
    top: 9rem;
  }

  .aboveLargeTablet\:top-40{
    top: 10rem;
  }

  .aboveLargeTablet\:top-44{
    top: 11rem;
  }

  .aboveLargeTablet\:top-48{
    top: 12rem;
  }

  .aboveLargeTablet\:top-52{
    top: 13rem;
  }

  .aboveLargeTablet\:top-56{
    top: 14rem;
  }

  .aboveLargeTablet\:top-60{
    top: 15rem;
  }

  .aboveLargeTablet\:top-64{
    top: 16rem;
  }

  .aboveLargeTablet\:top-72{
    top: 18rem;
  }

  .aboveLargeTablet\:top-80{
    top: 20rem;
  }

  .aboveLargeTablet\:top-96{
    top: 24rem;
  }

  .aboveLargeTablet\:top-auto{
    top: auto;
  }

  .aboveLargeTablet\:top-px{
    top: 1px;
  }

  .aboveLargeTablet\:top-0\.5{
    top: 0.125rem;
  }

  .aboveLargeTablet\:top-1\.5{
    top: 0.375rem;
  }

  .aboveLargeTablet\:top-2\.5{
    top: 0.625rem;
  }

  .aboveLargeTablet\:top-3\.5{
    top: 0.875rem;
  }

  .aboveLargeTablet\:-top-0{
    top: 0px;
  }

  .aboveLargeTablet\:-top-1{
    top: -0.25rem;
  }

  .aboveLargeTablet\:-top-2{
    top: -0.5rem;
  }

  .aboveLargeTablet\:-top-3{
    top: -0.75rem;
  }

  .aboveLargeTablet\:-top-4{
    top: -1rem;
  }

  .aboveLargeTablet\:-top-5{
    top: -1.25rem;
  }

  .aboveLargeTablet\:-top-6{
    top: -1.5rem;
  }

  .aboveLargeTablet\:-top-7{
    top: -1.75rem;
  }

  .aboveLargeTablet\:-top-8{
    top: -2rem;
  }

  .aboveLargeTablet\:-top-9{
    top: -2.25rem;
  }

  .aboveLargeTablet\:-top-10{
    top: -2.5rem;
  }

  .aboveLargeTablet\:-top-11{
    top: -2.75rem;
  }

  .aboveLargeTablet\:-top-12{
    top: -3rem;
  }

  .aboveLargeTablet\:-top-14{
    top: -3.5rem;
  }

  .aboveLargeTablet\:-top-16{
    top: -4rem;
  }

  .aboveLargeTablet\:-top-20{
    top: -5rem;
  }

  .aboveLargeTablet\:-top-24{
    top: -6rem;
  }

  .aboveLargeTablet\:-top-28{
    top: -7rem;
  }

  .aboveLargeTablet\:-top-32{
    top: -8rem;
  }

  .aboveLargeTablet\:-top-36{
    top: -9rem;
  }

  .aboveLargeTablet\:-top-40{
    top: -10rem;
  }

  .aboveLargeTablet\:-top-44{
    top: -11rem;
  }

  .aboveLargeTablet\:-top-48{
    top: -12rem;
  }

  .aboveLargeTablet\:-top-52{
    top: -13rem;
  }

  .aboveLargeTablet\:-top-56{
    top: -14rem;
  }

  .aboveLargeTablet\:-top-60{
    top: -15rem;
  }

  .aboveLargeTablet\:-top-64{
    top: -16rem;
  }

  .aboveLargeTablet\:-top-72{
    top: -18rem;
  }

  .aboveLargeTablet\:-top-80{
    top: -20rem;
  }

  .aboveLargeTablet\:-top-96{
    top: -24rem;
  }

  .aboveLargeTablet\:-top-px{
    top: -1px;
  }

  .aboveLargeTablet\:-top-0\.5{
    top: -0.125rem;
  }

  .aboveLargeTablet\:-top-1\.5{
    top: -0.375rem;
  }

  .aboveLargeTablet\:-top-2\.5{
    top: -0.625rem;
  }

  .aboveLargeTablet\:-top-3\.5{
    top: -0.875rem;
  }

  .aboveLargeTablet\:top-1\/2{
    top: 50%;
  }

  .aboveLargeTablet\:top-1\/3{
    top: 33.333333%;
  }

  .aboveLargeTablet\:top-2\/3{
    top: 66.666667%;
  }

  .aboveLargeTablet\:top-1\/4{
    top: 25%;
  }

  .aboveLargeTablet\:top-2\/4{
    top: 50%;
  }

  .aboveLargeTablet\:top-3\/4{
    top: 75%;
  }

  .aboveLargeTablet\:top-full{
    top: 100%;
  }

  .aboveLargeTablet\:-top-1\/2{
    top: -50%;
  }

  .aboveLargeTablet\:-top-1\/3{
    top: -33.333333%;
  }

  .aboveLargeTablet\:-top-2\/3{
    top: -66.666667%;
  }

  .aboveLargeTablet\:-top-1\/4{
    top: -25%;
  }

  .aboveLargeTablet\:-top-2\/4{
    top: -50%;
  }

  .aboveLargeTablet\:-top-3\/4{
    top: -75%;
  }

  .aboveLargeTablet\:-top-full{
    top: -100%;
  }

  .aboveLargeTablet\:right-0{
    right: 0px;
  }

  .aboveLargeTablet\:right-1{
    right: 0.25rem;
  }

  .aboveLargeTablet\:right-2{
    right: 0.5rem;
  }

  .aboveLargeTablet\:right-3{
    right: 0.75rem;
  }

  .aboveLargeTablet\:right-4{
    right: 1rem;
  }

  .aboveLargeTablet\:right-5{
    right: 1.25rem;
  }

  .aboveLargeTablet\:right-6{
    right: 1.5rem;
  }

  .aboveLargeTablet\:right-7{
    right: 1.75rem;
  }

  .aboveLargeTablet\:right-8{
    right: 2rem;
  }

  .aboveLargeTablet\:right-9{
    right: 2.25rem;
  }

  .aboveLargeTablet\:right-10{
    right: 2.5rem;
  }

  .aboveLargeTablet\:right-11{
    right: 2.75rem;
  }

  .aboveLargeTablet\:right-12{
    right: 3rem;
  }

  .aboveLargeTablet\:right-14{
    right: 3.5rem;
  }

  .aboveLargeTablet\:right-16{
    right: 4rem;
  }

  .aboveLargeTablet\:right-20{
    right: 5rem;
  }

  .aboveLargeTablet\:right-24{
    right: 6rem;
  }

  .aboveLargeTablet\:right-28{
    right: 7rem;
  }

  .aboveLargeTablet\:right-32{
    right: 8rem;
  }

  .aboveLargeTablet\:right-36{
    right: 9rem;
  }

  .aboveLargeTablet\:right-40{
    right: 10rem;
  }

  .aboveLargeTablet\:right-44{
    right: 11rem;
  }

  .aboveLargeTablet\:right-48{
    right: 12rem;
  }

  .aboveLargeTablet\:right-52{
    right: 13rem;
  }

  .aboveLargeTablet\:right-56{
    right: 14rem;
  }

  .aboveLargeTablet\:right-60{
    right: 15rem;
  }

  .aboveLargeTablet\:right-64{
    right: 16rem;
  }

  .aboveLargeTablet\:right-72{
    right: 18rem;
  }

  .aboveLargeTablet\:right-80{
    right: 20rem;
  }

  .aboveLargeTablet\:right-96{
    right: 24rem;
  }

  .aboveLargeTablet\:right-auto{
    right: auto;
  }

  .aboveLargeTablet\:right-px{
    right: 1px;
  }

  .aboveLargeTablet\:right-0\.5{
    right: 0.125rem;
  }

  .aboveLargeTablet\:right-1\.5{
    right: 0.375rem;
  }

  .aboveLargeTablet\:right-2\.5{
    right: 0.625rem;
  }

  .aboveLargeTablet\:right-3\.5{
    right: 0.875rem;
  }

  .aboveLargeTablet\:-right-0{
    right: 0px;
  }

  .aboveLargeTablet\:-right-1{
    right: -0.25rem;
  }

  .aboveLargeTablet\:-right-2{
    right: -0.5rem;
  }

  .aboveLargeTablet\:-right-3{
    right: -0.75rem;
  }

  .aboveLargeTablet\:-right-4{
    right: -1rem;
  }

  .aboveLargeTablet\:-right-5{
    right: -1.25rem;
  }

  .aboveLargeTablet\:-right-6{
    right: -1.5rem;
  }

  .aboveLargeTablet\:-right-7{
    right: -1.75rem;
  }

  .aboveLargeTablet\:-right-8{
    right: -2rem;
  }

  .aboveLargeTablet\:-right-9{
    right: -2.25rem;
  }

  .aboveLargeTablet\:-right-10{
    right: -2.5rem;
  }

  .aboveLargeTablet\:-right-11{
    right: -2.75rem;
  }

  .aboveLargeTablet\:-right-12{
    right: -3rem;
  }

  .aboveLargeTablet\:-right-14{
    right: -3.5rem;
  }

  .aboveLargeTablet\:-right-16{
    right: -4rem;
  }

  .aboveLargeTablet\:-right-20{
    right: -5rem;
  }

  .aboveLargeTablet\:-right-24{
    right: -6rem;
  }

  .aboveLargeTablet\:-right-28{
    right: -7rem;
  }

  .aboveLargeTablet\:-right-32{
    right: -8rem;
  }

  .aboveLargeTablet\:-right-36{
    right: -9rem;
  }

  .aboveLargeTablet\:-right-40{
    right: -10rem;
  }

  .aboveLargeTablet\:-right-44{
    right: -11rem;
  }

  .aboveLargeTablet\:-right-48{
    right: -12rem;
  }

  .aboveLargeTablet\:-right-52{
    right: -13rem;
  }

  .aboveLargeTablet\:-right-56{
    right: -14rem;
  }

  .aboveLargeTablet\:-right-60{
    right: -15rem;
  }

  .aboveLargeTablet\:-right-64{
    right: -16rem;
  }

  .aboveLargeTablet\:-right-72{
    right: -18rem;
  }

  .aboveLargeTablet\:-right-80{
    right: -20rem;
  }

  .aboveLargeTablet\:-right-96{
    right: -24rem;
  }

  .aboveLargeTablet\:-right-px{
    right: -1px;
  }

  .aboveLargeTablet\:-right-0\.5{
    right: -0.125rem;
  }

  .aboveLargeTablet\:-right-1\.5{
    right: -0.375rem;
  }

  .aboveLargeTablet\:-right-2\.5{
    right: -0.625rem;
  }

  .aboveLargeTablet\:-right-3\.5{
    right: -0.875rem;
  }

  .aboveLargeTablet\:right-1\/2{
    right: 50%;
  }

  .aboveLargeTablet\:right-1\/3{
    right: 33.333333%;
  }

  .aboveLargeTablet\:right-2\/3{
    right: 66.666667%;
  }

  .aboveLargeTablet\:right-1\/4{
    right: 25%;
  }

  .aboveLargeTablet\:right-2\/4{
    right: 50%;
  }

  .aboveLargeTablet\:right-3\/4{
    right: 75%;
  }

  .aboveLargeTablet\:right-full{
    right: 100%;
  }

  .aboveLargeTablet\:-right-1\/2{
    right: -50%;
  }

  .aboveLargeTablet\:-right-1\/3{
    right: -33.333333%;
  }

  .aboveLargeTablet\:-right-2\/3{
    right: -66.666667%;
  }

  .aboveLargeTablet\:-right-1\/4{
    right: -25%;
  }

  .aboveLargeTablet\:-right-2\/4{
    right: -50%;
  }

  .aboveLargeTablet\:-right-3\/4{
    right: -75%;
  }

  .aboveLargeTablet\:-right-full{
    right: -100%;
  }

  .aboveLargeTablet\:bottom-0{
    bottom: 0px;
  }

  .aboveLargeTablet\:bottom-1{
    bottom: 0.25rem;
  }

  .aboveLargeTablet\:bottom-2{
    bottom: 0.5rem;
  }

  .aboveLargeTablet\:bottom-3{
    bottom: 0.75rem;
  }

  .aboveLargeTablet\:bottom-4{
    bottom: 1rem;
  }

  .aboveLargeTablet\:bottom-5{
    bottom: 1.25rem;
  }

  .aboveLargeTablet\:bottom-6{
    bottom: 1.5rem;
  }

  .aboveLargeTablet\:bottom-7{
    bottom: 1.75rem;
  }

  .aboveLargeTablet\:bottom-8{
    bottom: 2rem;
  }

  .aboveLargeTablet\:bottom-9{
    bottom: 2.25rem;
  }

  .aboveLargeTablet\:bottom-10{
    bottom: 2.5rem;
  }

  .aboveLargeTablet\:bottom-11{
    bottom: 2.75rem;
  }

  .aboveLargeTablet\:bottom-12{
    bottom: 3rem;
  }

  .aboveLargeTablet\:bottom-14{
    bottom: 3.5rem;
  }

  .aboveLargeTablet\:bottom-16{
    bottom: 4rem;
  }

  .aboveLargeTablet\:bottom-20{
    bottom: 5rem;
  }

  .aboveLargeTablet\:bottom-24{
    bottom: 6rem;
  }

  .aboveLargeTablet\:bottom-28{
    bottom: 7rem;
  }

  .aboveLargeTablet\:bottom-32{
    bottom: 8rem;
  }

  .aboveLargeTablet\:bottom-36{
    bottom: 9rem;
  }

  .aboveLargeTablet\:bottom-40{
    bottom: 10rem;
  }

  .aboveLargeTablet\:bottom-44{
    bottom: 11rem;
  }

  .aboveLargeTablet\:bottom-48{
    bottom: 12rem;
  }

  .aboveLargeTablet\:bottom-52{
    bottom: 13rem;
  }

  .aboveLargeTablet\:bottom-56{
    bottom: 14rem;
  }

  .aboveLargeTablet\:bottom-60{
    bottom: 15rem;
  }

  .aboveLargeTablet\:bottom-64{
    bottom: 16rem;
  }

  .aboveLargeTablet\:bottom-72{
    bottom: 18rem;
  }

  .aboveLargeTablet\:bottom-80{
    bottom: 20rem;
  }

  .aboveLargeTablet\:bottom-96{
    bottom: 24rem;
  }

  .aboveLargeTablet\:bottom-auto{
    bottom: auto;
  }

  .aboveLargeTablet\:bottom-px{
    bottom: 1px;
  }

  .aboveLargeTablet\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .aboveLargeTablet\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .aboveLargeTablet\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .aboveLargeTablet\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .aboveLargeTablet\:-bottom-0{
    bottom: 0px;
  }

  .aboveLargeTablet\:-bottom-1{
    bottom: -0.25rem;
  }

  .aboveLargeTablet\:-bottom-2{
    bottom: -0.5rem;
  }

  .aboveLargeTablet\:-bottom-3{
    bottom: -0.75rem;
  }

  .aboveLargeTablet\:-bottom-4{
    bottom: -1rem;
  }

  .aboveLargeTablet\:-bottom-5{
    bottom: -1.25rem;
  }

  .aboveLargeTablet\:-bottom-6{
    bottom: -1.5rem;
  }

  .aboveLargeTablet\:-bottom-7{
    bottom: -1.75rem;
  }

  .aboveLargeTablet\:-bottom-8{
    bottom: -2rem;
  }

  .aboveLargeTablet\:-bottom-9{
    bottom: -2.25rem;
  }

  .aboveLargeTablet\:-bottom-10{
    bottom: -2.5rem;
  }

  .aboveLargeTablet\:-bottom-11{
    bottom: -2.75rem;
  }

  .aboveLargeTablet\:-bottom-12{
    bottom: -3rem;
  }

  .aboveLargeTablet\:-bottom-14{
    bottom: -3.5rem;
  }

  .aboveLargeTablet\:-bottom-16{
    bottom: -4rem;
  }

  .aboveLargeTablet\:-bottom-20{
    bottom: -5rem;
  }

  .aboveLargeTablet\:-bottom-24{
    bottom: -6rem;
  }

  .aboveLargeTablet\:-bottom-28{
    bottom: -7rem;
  }

  .aboveLargeTablet\:-bottom-32{
    bottom: -8rem;
  }

  .aboveLargeTablet\:-bottom-36{
    bottom: -9rem;
  }

  .aboveLargeTablet\:-bottom-40{
    bottom: -10rem;
  }

  .aboveLargeTablet\:-bottom-44{
    bottom: -11rem;
  }

  .aboveLargeTablet\:-bottom-48{
    bottom: -12rem;
  }

  .aboveLargeTablet\:-bottom-52{
    bottom: -13rem;
  }

  .aboveLargeTablet\:-bottom-56{
    bottom: -14rem;
  }

  .aboveLargeTablet\:-bottom-60{
    bottom: -15rem;
  }

  .aboveLargeTablet\:-bottom-64{
    bottom: -16rem;
  }

  .aboveLargeTablet\:-bottom-72{
    bottom: -18rem;
  }

  .aboveLargeTablet\:-bottom-80{
    bottom: -20rem;
  }

  .aboveLargeTablet\:-bottom-96{
    bottom: -24rem;
  }

  .aboveLargeTablet\:-bottom-px{
    bottom: -1px;
  }

  .aboveLargeTablet\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .aboveLargeTablet\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .aboveLargeTablet\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .aboveLargeTablet\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .aboveLargeTablet\:bottom-1\/2{
    bottom: 50%;
  }

  .aboveLargeTablet\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .aboveLargeTablet\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .aboveLargeTablet\:bottom-1\/4{
    bottom: 25%;
  }

  .aboveLargeTablet\:bottom-2\/4{
    bottom: 50%;
  }

  .aboveLargeTablet\:bottom-3\/4{
    bottom: 75%;
  }

  .aboveLargeTablet\:bottom-full{
    bottom: 100%;
  }

  .aboveLargeTablet\:-bottom-1\/2{
    bottom: -50%;
  }

  .aboveLargeTablet\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .aboveLargeTablet\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .aboveLargeTablet\:-bottom-1\/4{
    bottom: -25%;
  }

  .aboveLargeTablet\:-bottom-2\/4{
    bottom: -50%;
  }

  .aboveLargeTablet\:-bottom-3\/4{
    bottom: -75%;
  }

  .aboveLargeTablet\:-bottom-full{
    bottom: -100%;
  }

  .aboveLargeTablet\:left-0{
    left: 0px;
  }

  .aboveLargeTablet\:left-1{
    left: 0.25rem;
  }

  .aboveLargeTablet\:left-2{
    left: 0.5rem;
  }

  .aboveLargeTablet\:left-3{
    left: 0.75rem;
  }

  .aboveLargeTablet\:left-4{
    left: 1rem;
  }

  .aboveLargeTablet\:left-5{
    left: 1.25rem;
  }

  .aboveLargeTablet\:left-6{
    left: 1.5rem;
  }

  .aboveLargeTablet\:left-7{
    left: 1.75rem;
  }

  .aboveLargeTablet\:left-8{
    left: 2rem;
  }

  .aboveLargeTablet\:left-9{
    left: 2.25rem;
  }

  .aboveLargeTablet\:left-10{
    left: 2.5rem;
  }

  .aboveLargeTablet\:left-11{
    left: 2.75rem;
  }

  .aboveLargeTablet\:left-12{
    left: 3rem;
  }

  .aboveLargeTablet\:left-14{
    left: 3.5rem;
  }

  .aboveLargeTablet\:left-16{
    left: 4rem;
  }

  .aboveLargeTablet\:left-20{
    left: 5rem;
  }

  .aboveLargeTablet\:left-24{
    left: 6rem;
  }

  .aboveLargeTablet\:left-28{
    left: 7rem;
  }

  .aboveLargeTablet\:left-32{
    left: 8rem;
  }

  .aboveLargeTablet\:left-36{
    left: 9rem;
  }

  .aboveLargeTablet\:left-40{
    left: 10rem;
  }

  .aboveLargeTablet\:left-44{
    left: 11rem;
  }

  .aboveLargeTablet\:left-48{
    left: 12rem;
  }

  .aboveLargeTablet\:left-52{
    left: 13rem;
  }

  .aboveLargeTablet\:left-56{
    left: 14rem;
  }

  .aboveLargeTablet\:left-60{
    left: 15rem;
  }

  .aboveLargeTablet\:left-64{
    left: 16rem;
  }

  .aboveLargeTablet\:left-72{
    left: 18rem;
  }

  .aboveLargeTablet\:left-80{
    left: 20rem;
  }

  .aboveLargeTablet\:left-96{
    left: 24rem;
  }

  .aboveLargeTablet\:left-auto{
    left: auto;
  }

  .aboveLargeTablet\:left-px{
    left: 1px;
  }

  .aboveLargeTablet\:left-0\.5{
    left: 0.125rem;
  }

  .aboveLargeTablet\:left-1\.5{
    left: 0.375rem;
  }

  .aboveLargeTablet\:left-2\.5{
    left: 0.625rem;
  }

  .aboveLargeTablet\:left-3\.5{
    left: 0.875rem;
  }

  .aboveLargeTablet\:-left-0{
    left: 0px;
  }

  .aboveLargeTablet\:-left-1{
    left: -0.25rem;
  }

  .aboveLargeTablet\:-left-2{
    left: -0.5rem;
  }

  .aboveLargeTablet\:-left-3{
    left: -0.75rem;
  }

  .aboveLargeTablet\:-left-4{
    left: -1rem;
  }

  .aboveLargeTablet\:-left-5{
    left: -1.25rem;
  }

  .aboveLargeTablet\:-left-6{
    left: -1.5rem;
  }

  .aboveLargeTablet\:-left-7{
    left: -1.75rem;
  }

  .aboveLargeTablet\:-left-8{
    left: -2rem;
  }

  .aboveLargeTablet\:-left-9{
    left: -2.25rem;
  }

  .aboveLargeTablet\:-left-10{
    left: -2.5rem;
  }

  .aboveLargeTablet\:-left-11{
    left: -2.75rem;
  }

  .aboveLargeTablet\:-left-12{
    left: -3rem;
  }

  .aboveLargeTablet\:-left-14{
    left: -3.5rem;
  }

  .aboveLargeTablet\:-left-16{
    left: -4rem;
  }

  .aboveLargeTablet\:-left-20{
    left: -5rem;
  }

  .aboveLargeTablet\:-left-24{
    left: -6rem;
  }

  .aboveLargeTablet\:-left-28{
    left: -7rem;
  }

  .aboveLargeTablet\:-left-32{
    left: -8rem;
  }

  .aboveLargeTablet\:-left-36{
    left: -9rem;
  }

  .aboveLargeTablet\:-left-40{
    left: -10rem;
  }

  .aboveLargeTablet\:-left-44{
    left: -11rem;
  }

  .aboveLargeTablet\:-left-48{
    left: -12rem;
  }

  .aboveLargeTablet\:-left-52{
    left: -13rem;
  }

  .aboveLargeTablet\:-left-56{
    left: -14rem;
  }

  .aboveLargeTablet\:-left-60{
    left: -15rem;
  }

  .aboveLargeTablet\:-left-64{
    left: -16rem;
  }

  .aboveLargeTablet\:-left-72{
    left: -18rem;
  }

  .aboveLargeTablet\:-left-80{
    left: -20rem;
  }

  .aboveLargeTablet\:-left-96{
    left: -24rem;
  }

  .aboveLargeTablet\:-left-px{
    left: -1px;
  }

  .aboveLargeTablet\:-left-0\.5{
    left: -0.125rem;
  }

  .aboveLargeTablet\:-left-1\.5{
    left: -0.375rem;
  }

  .aboveLargeTablet\:-left-2\.5{
    left: -0.625rem;
  }

  .aboveLargeTablet\:-left-3\.5{
    left: -0.875rem;
  }

  .aboveLargeTablet\:left-1\/2{
    left: 50%;
  }

  .aboveLargeTablet\:left-1\/3{
    left: 33.333333%;
  }

  .aboveLargeTablet\:left-2\/3{
    left: 66.666667%;
  }

  .aboveLargeTablet\:left-1\/4{
    left: 25%;
  }

  .aboveLargeTablet\:left-2\/4{
    left: 50%;
  }

  .aboveLargeTablet\:left-3\/4{
    left: 75%;
  }

  .aboveLargeTablet\:left-full{
    left: 100%;
  }

  .aboveLargeTablet\:-left-1\/2{
    left: -50%;
  }

  .aboveLargeTablet\:-left-1\/3{
    left: -33.333333%;
  }

  .aboveLargeTablet\:-left-2\/3{
    left: -66.666667%;
  }

  .aboveLargeTablet\:-left-1\/4{
    left: -25%;
  }

  .aboveLargeTablet\:-left-2\/4{
    left: -50%;
  }

  .aboveLargeTablet\:-left-3\/4{
    left: -75%;
  }

  .aboveLargeTablet\:-left-full{
    left: -100%;
  }

  .aboveLargeTablet\:isolate{
    isolation: isolate;
  }

  .aboveLargeTablet\:isolation-auto{
    isolation: auto;
  }

  .aboveLargeTablet\:z-0{
    z-index: 0;
  }

  .aboveLargeTablet\:z-10{
    z-index: 10;
  }

  .aboveLargeTablet\:z-20{
    z-index: 20;
  }

  .aboveLargeTablet\:z-30{
    z-index: 30;
  }

  .aboveLargeTablet\:z-40{
    z-index: 40;
  }

  .aboveLargeTablet\:z-50{
    z-index: 50;
  }

  .aboveLargeTablet\:z-auto{
    z-index: auto;
  }

  .aboveLargeTablet\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .aboveLargeTablet\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .aboveLargeTablet\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .aboveLargeTablet\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .aboveLargeTablet\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .aboveLargeTablet\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .aboveLargeTablet\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .aboveLargeTablet\:focus\:z-0:focus{
    z-index: 0;
  }

  .aboveLargeTablet\:focus\:z-10:focus{
    z-index: 10;
  }

  .aboveLargeTablet\:focus\:z-20:focus{
    z-index: 20;
  }

  .aboveLargeTablet\:focus\:z-30:focus{
    z-index: 30;
  }

  .aboveLargeTablet\:focus\:z-40:focus{
    z-index: 40;
  }

  .aboveLargeTablet\:focus\:z-50:focus{
    z-index: 50;
  }

  .aboveLargeTablet\:focus\:z-auto:focus{
    z-index: auto;
  }

  .aboveLargeTablet\:order-1{
    order: 1;
  }

  .aboveLargeTablet\:order-2{
    order: 2;
  }

  .aboveLargeTablet\:order-3{
    order: 3;
  }

  .aboveLargeTablet\:order-4{
    order: 4;
  }

  .aboveLargeTablet\:order-5{
    order: 5;
  }

  .aboveLargeTablet\:order-6{
    order: 6;
  }

  .aboveLargeTablet\:order-7{
    order: 7;
  }

  .aboveLargeTablet\:order-8{
    order: 8;
  }

  .aboveLargeTablet\:order-9{
    order: 9;
  }

  .aboveLargeTablet\:order-10{
    order: 10;
  }

  .aboveLargeTablet\:order-11{
    order: 11;
  }

  .aboveLargeTablet\:order-12{
    order: 12;
  }

  .aboveLargeTablet\:order-first{
    order: -9999;
  }

  .aboveLargeTablet\:order-last{
    order: 9999;
  }

  .aboveLargeTablet\:order-none{
    order: 0;
  }

  .aboveLargeTablet\:col-auto{
    grid-column: auto;
  }

  .aboveLargeTablet\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .aboveLargeTablet\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .aboveLargeTablet\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .aboveLargeTablet\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .aboveLargeTablet\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .aboveLargeTablet\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .aboveLargeTablet\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .aboveLargeTablet\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .aboveLargeTablet\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .aboveLargeTablet\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .aboveLargeTablet\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .aboveLargeTablet\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .aboveLargeTablet\:col-span-full{
    grid-column: 1 / -1;
  }

  .aboveLargeTablet\:col-start-1{
    grid-column-start: 1;
  }

  .aboveLargeTablet\:col-start-2{
    grid-column-start: 2;
  }

  .aboveLargeTablet\:col-start-3{
    grid-column-start: 3;
  }

  .aboveLargeTablet\:col-start-4{
    grid-column-start: 4;
  }

  .aboveLargeTablet\:col-start-5{
    grid-column-start: 5;
  }

  .aboveLargeTablet\:col-start-6{
    grid-column-start: 6;
  }

  .aboveLargeTablet\:col-start-7{
    grid-column-start: 7;
  }

  .aboveLargeTablet\:col-start-8{
    grid-column-start: 8;
  }

  .aboveLargeTablet\:col-start-9{
    grid-column-start: 9;
  }

  .aboveLargeTablet\:col-start-10{
    grid-column-start: 10;
  }

  .aboveLargeTablet\:col-start-11{
    grid-column-start: 11;
  }

  .aboveLargeTablet\:col-start-12{
    grid-column-start: 12;
  }

  .aboveLargeTablet\:col-start-13{
    grid-column-start: 13;
  }

  .aboveLargeTablet\:col-start-auto{
    grid-column-start: auto;
  }

  .aboveLargeTablet\:col-end-1{
    grid-column-end: 1;
  }

  .aboveLargeTablet\:col-end-2{
    grid-column-end: 2;
  }

  .aboveLargeTablet\:col-end-3{
    grid-column-end: 3;
  }

  .aboveLargeTablet\:col-end-4{
    grid-column-end: 4;
  }

  .aboveLargeTablet\:col-end-5{
    grid-column-end: 5;
  }

  .aboveLargeTablet\:col-end-6{
    grid-column-end: 6;
  }

  .aboveLargeTablet\:col-end-7{
    grid-column-end: 7;
  }

  .aboveLargeTablet\:col-end-8{
    grid-column-end: 8;
  }

  .aboveLargeTablet\:col-end-9{
    grid-column-end: 9;
  }

  .aboveLargeTablet\:col-end-10{
    grid-column-end: 10;
  }

  .aboveLargeTablet\:col-end-11{
    grid-column-end: 11;
  }

  .aboveLargeTablet\:col-end-12{
    grid-column-end: 12;
  }

  .aboveLargeTablet\:col-end-13{
    grid-column-end: 13;
  }

  .aboveLargeTablet\:col-end-auto{
    grid-column-end: auto;
  }

  .aboveLargeTablet\:row-auto{
    grid-row: auto;
  }

  .aboveLargeTablet\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .aboveLargeTablet\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .aboveLargeTablet\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .aboveLargeTablet\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .aboveLargeTablet\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .aboveLargeTablet\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .aboveLargeTablet\:row-span-full{
    grid-row: 1 / -1;
  }

  .aboveLargeTablet\:row-start-1{
    grid-row-start: 1;
  }

  .aboveLargeTablet\:row-start-2{
    grid-row-start: 2;
  }

  .aboveLargeTablet\:row-start-3{
    grid-row-start: 3;
  }

  .aboveLargeTablet\:row-start-4{
    grid-row-start: 4;
  }

  .aboveLargeTablet\:row-start-5{
    grid-row-start: 5;
  }

  .aboveLargeTablet\:row-start-6{
    grid-row-start: 6;
  }

  .aboveLargeTablet\:row-start-7{
    grid-row-start: 7;
  }

  .aboveLargeTablet\:row-start-auto{
    grid-row-start: auto;
  }

  .aboveLargeTablet\:row-end-1{
    grid-row-end: 1;
  }

  .aboveLargeTablet\:row-end-2{
    grid-row-end: 2;
  }

  .aboveLargeTablet\:row-end-3{
    grid-row-end: 3;
  }

  .aboveLargeTablet\:row-end-4{
    grid-row-end: 4;
  }

  .aboveLargeTablet\:row-end-5{
    grid-row-end: 5;
  }

  .aboveLargeTablet\:row-end-6{
    grid-row-end: 6;
  }

  .aboveLargeTablet\:row-end-7{
    grid-row-end: 7;
  }

  .aboveLargeTablet\:row-end-auto{
    grid-row-end: auto;
  }

  .aboveLargeTablet\:float-right{
    float: right;
  }

  .aboveLargeTablet\:float-left{
    float: left;
  }

  .aboveLargeTablet\:float-none{
    float: none;
  }

  .aboveLargeTablet\:clear-left{
    clear: left;
  }

  .aboveLargeTablet\:clear-right{
    clear: right;
  }

  .aboveLargeTablet\:clear-both{
    clear: both;
  }

  .aboveLargeTablet\:clear-none{
    clear: none;
  }

  .aboveLargeTablet\:m-0{
    margin: 0px;
  }

  .aboveLargeTablet\:m-1{
    margin: 0.25rem;
  }

  .aboveLargeTablet\:m-2{
    margin: 0.5rem;
  }

  .aboveLargeTablet\:m-3{
    margin: 0.75rem;
  }

  .aboveLargeTablet\:m-4{
    margin: 1rem;
  }

  .aboveLargeTablet\:m-5{
    margin: 1.25rem;
  }

  .aboveLargeTablet\:m-6{
    margin: 1.5rem;
  }

  .aboveLargeTablet\:m-7{
    margin: 1.75rem;
  }

  .aboveLargeTablet\:m-8{
    margin: 2rem;
  }

  .aboveLargeTablet\:m-9{
    margin: 2.25rem;
  }

  .aboveLargeTablet\:m-10{
    margin: 2.5rem;
  }

  .aboveLargeTablet\:m-11{
    margin: 2.75rem;
  }

  .aboveLargeTablet\:m-12{
    margin: 3rem;
  }

  .aboveLargeTablet\:m-14{
    margin: 3.5rem;
  }

  .aboveLargeTablet\:m-16{
    margin: 4rem;
  }

  .aboveLargeTablet\:m-20{
    margin: 5rem;
  }

  .aboveLargeTablet\:m-24{
    margin: 6rem;
  }

  .aboveLargeTablet\:m-28{
    margin: 7rem;
  }

  .aboveLargeTablet\:m-32{
    margin: 8rem;
  }

  .aboveLargeTablet\:m-36{
    margin: 9rem;
  }

  .aboveLargeTablet\:m-40{
    margin: 10rem;
  }

  .aboveLargeTablet\:m-44{
    margin: 11rem;
  }

  .aboveLargeTablet\:m-48{
    margin: 12rem;
  }

  .aboveLargeTablet\:m-52{
    margin: 13rem;
  }

  .aboveLargeTablet\:m-56{
    margin: 14rem;
  }

  .aboveLargeTablet\:m-60{
    margin: 15rem;
  }

  .aboveLargeTablet\:m-64{
    margin: 16rem;
  }

  .aboveLargeTablet\:m-72{
    margin: 18rem;
  }

  .aboveLargeTablet\:m-80{
    margin: 20rem;
  }

  .aboveLargeTablet\:m-96{
    margin: 24rem;
  }

  .aboveLargeTablet\:m-auto{
    margin: auto;
  }

  .aboveLargeTablet\:m-px{
    margin: 1px;
  }

  .aboveLargeTablet\:m-0\.5{
    margin: 0.125rem;
  }

  .aboveLargeTablet\:m-1\.5{
    margin: 0.375rem;
  }

  .aboveLargeTablet\:m-2\.5{
    margin: 0.625rem;
  }

  .aboveLargeTablet\:m-3\.5{
    margin: 0.875rem;
  }

  .aboveLargeTablet\:-m-0{
    margin: 0px;
  }

  .aboveLargeTablet\:-m-1{
    margin: -0.25rem;
  }

  .aboveLargeTablet\:-m-2{
    margin: -0.5rem;
  }

  .aboveLargeTablet\:-m-3{
    margin: -0.75rem;
  }

  .aboveLargeTablet\:-m-4{
    margin: -1rem;
  }

  .aboveLargeTablet\:-m-5{
    margin: -1.25rem;
  }

  .aboveLargeTablet\:-m-6{
    margin: -1.5rem;
  }

  .aboveLargeTablet\:-m-7{
    margin: -1.75rem;
  }

  .aboveLargeTablet\:-m-8{
    margin: -2rem;
  }

  .aboveLargeTablet\:-m-9{
    margin: -2.25rem;
  }

  .aboveLargeTablet\:-m-10{
    margin: -2.5rem;
  }

  .aboveLargeTablet\:-m-11{
    margin: -2.75rem;
  }

  .aboveLargeTablet\:-m-12{
    margin: -3rem;
  }

  .aboveLargeTablet\:-m-14{
    margin: -3.5rem;
  }

  .aboveLargeTablet\:-m-16{
    margin: -4rem;
  }

  .aboveLargeTablet\:-m-20{
    margin: -5rem;
  }

  .aboveLargeTablet\:-m-24{
    margin: -6rem;
  }

  .aboveLargeTablet\:-m-28{
    margin: -7rem;
  }

  .aboveLargeTablet\:-m-32{
    margin: -8rem;
  }

  .aboveLargeTablet\:-m-36{
    margin: -9rem;
  }

  .aboveLargeTablet\:-m-40{
    margin: -10rem;
  }

  .aboveLargeTablet\:-m-44{
    margin: -11rem;
  }

  .aboveLargeTablet\:-m-48{
    margin: -12rem;
  }

  .aboveLargeTablet\:-m-52{
    margin: -13rem;
  }

  .aboveLargeTablet\:-m-56{
    margin: -14rem;
  }

  .aboveLargeTablet\:-m-60{
    margin: -15rem;
  }

  .aboveLargeTablet\:-m-64{
    margin: -16rem;
  }

  .aboveLargeTablet\:-m-72{
    margin: -18rem;
  }

  .aboveLargeTablet\:-m-80{
    margin: -20rem;
  }

  .aboveLargeTablet\:-m-96{
    margin: -24rem;
  }

  .aboveLargeTablet\:-m-px{
    margin: -1px;
  }

  .aboveLargeTablet\:-m-0\.5{
    margin: -0.125rem;
  }

  .aboveLargeTablet\:-m-1\.5{
    margin: -0.375rem;
  }

  .aboveLargeTablet\:-m-2\.5{
    margin: -0.625rem;
  }

  .aboveLargeTablet\:-m-3\.5{
    margin: -0.875rem;
  }

  .aboveLargeTablet\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveLargeTablet\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .aboveLargeTablet\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .aboveLargeTablet\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .aboveLargeTablet\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .aboveLargeTablet\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .aboveLargeTablet\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .aboveLargeTablet\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .aboveLargeTablet\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .aboveLargeTablet\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .aboveLargeTablet\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .aboveLargeTablet\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .aboveLargeTablet\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .aboveLargeTablet\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .aboveLargeTablet\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .aboveLargeTablet\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .aboveLargeTablet\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .aboveLargeTablet\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .aboveLargeTablet\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .aboveLargeTablet\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .aboveLargeTablet\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .aboveLargeTablet\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .aboveLargeTablet\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .aboveLargeTablet\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .aboveLargeTablet\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .aboveLargeTablet\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .aboveLargeTablet\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .aboveLargeTablet\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .aboveLargeTablet\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .aboveLargeTablet\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .aboveLargeTablet\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .aboveLargeTablet\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .aboveLargeTablet\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .aboveLargeTablet\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .aboveLargeTablet\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .aboveLargeTablet\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .aboveLargeTablet\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveLargeTablet\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .aboveLargeTablet\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .aboveLargeTablet\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .aboveLargeTablet\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .aboveLargeTablet\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .aboveLargeTablet\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .aboveLargeTablet\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .aboveLargeTablet\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .aboveLargeTablet\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .aboveLargeTablet\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .aboveLargeTablet\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .aboveLargeTablet\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .aboveLargeTablet\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .aboveLargeTablet\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .aboveLargeTablet\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .aboveLargeTablet\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .aboveLargeTablet\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .aboveLargeTablet\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .aboveLargeTablet\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .aboveLargeTablet\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .aboveLargeTablet\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .aboveLargeTablet\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .aboveLargeTablet\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .aboveLargeTablet\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .aboveLargeTablet\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .aboveLargeTablet\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .aboveLargeTablet\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .aboveLargeTablet\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .aboveLargeTablet\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .aboveLargeTablet\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .aboveLargeTablet\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .aboveLargeTablet\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .aboveLargeTablet\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .aboveLargeTablet\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .aboveLargeTablet\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveLargeTablet\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .aboveLargeTablet\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .aboveLargeTablet\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .aboveLargeTablet\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .aboveLargeTablet\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .aboveLargeTablet\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .aboveLargeTablet\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .aboveLargeTablet\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .aboveLargeTablet\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .aboveLargeTablet\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .aboveLargeTablet\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .aboveLargeTablet\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .aboveLargeTablet\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .aboveLargeTablet\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .aboveLargeTablet\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .aboveLargeTablet\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .aboveLargeTablet\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .aboveLargeTablet\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .aboveLargeTablet\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .aboveLargeTablet\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .aboveLargeTablet\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .aboveLargeTablet\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .aboveLargeTablet\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .aboveLargeTablet\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .aboveLargeTablet\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .aboveLargeTablet\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .aboveLargeTablet\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .aboveLargeTablet\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .aboveLargeTablet\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .aboveLargeTablet\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .aboveLargeTablet\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .aboveLargeTablet\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .aboveLargeTablet\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .aboveLargeTablet\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .aboveLargeTablet\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .aboveLargeTablet\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveLargeTablet\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .aboveLargeTablet\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .aboveLargeTablet\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .aboveLargeTablet\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .aboveLargeTablet\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .aboveLargeTablet\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .aboveLargeTablet\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .aboveLargeTablet\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .aboveLargeTablet\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .aboveLargeTablet\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .aboveLargeTablet\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .aboveLargeTablet\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .aboveLargeTablet\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .aboveLargeTablet\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .aboveLargeTablet\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .aboveLargeTablet\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .aboveLargeTablet\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .aboveLargeTablet\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .aboveLargeTablet\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .aboveLargeTablet\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .aboveLargeTablet\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .aboveLargeTablet\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .aboveLargeTablet\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .aboveLargeTablet\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .aboveLargeTablet\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .aboveLargeTablet\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .aboveLargeTablet\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .aboveLargeTablet\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .aboveLargeTablet\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .aboveLargeTablet\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .aboveLargeTablet\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .aboveLargeTablet\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .aboveLargeTablet\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .aboveLargeTablet\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .aboveLargeTablet\:mt-0{
    margin-top: 0px;
  }

  .aboveLargeTablet\:mt-1{
    margin-top: 0.25rem;
  }

  .aboveLargeTablet\:mt-2{
    margin-top: 0.5rem;
  }

  .aboveLargeTablet\:mt-3{
    margin-top: 0.75rem;
  }

  .aboveLargeTablet\:mt-4{
    margin-top: 1rem;
  }

  .aboveLargeTablet\:mt-5{
    margin-top: 1.25rem;
  }

  .aboveLargeTablet\:mt-6{
    margin-top: 1.5rem;
  }

  .aboveLargeTablet\:mt-7{
    margin-top: 1.75rem;
  }

  .aboveLargeTablet\:mt-8{
    margin-top: 2rem;
  }

  .aboveLargeTablet\:mt-9{
    margin-top: 2.25rem;
  }

  .aboveLargeTablet\:mt-10{
    margin-top: 2.5rem;
  }

  .aboveLargeTablet\:mt-11{
    margin-top: 2.75rem;
  }

  .aboveLargeTablet\:mt-12{
    margin-top: 3rem;
  }

  .aboveLargeTablet\:mt-14{
    margin-top: 3.5rem;
  }

  .aboveLargeTablet\:mt-16{
    margin-top: 4rem;
  }

  .aboveLargeTablet\:mt-20{
    margin-top: 5rem;
  }

  .aboveLargeTablet\:mt-24{
    margin-top: 6rem;
  }

  .aboveLargeTablet\:mt-28{
    margin-top: 7rem;
  }

  .aboveLargeTablet\:mt-32{
    margin-top: 8rem;
  }

  .aboveLargeTablet\:mt-36{
    margin-top: 9rem;
  }

  .aboveLargeTablet\:mt-40{
    margin-top: 10rem;
  }

  .aboveLargeTablet\:mt-44{
    margin-top: 11rem;
  }

  .aboveLargeTablet\:mt-48{
    margin-top: 12rem;
  }

  .aboveLargeTablet\:mt-52{
    margin-top: 13rem;
  }

  .aboveLargeTablet\:mt-56{
    margin-top: 14rem;
  }

  .aboveLargeTablet\:mt-60{
    margin-top: 15rem;
  }

  .aboveLargeTablet\:mt-64{
    margin-top: 16rem;
  }

  .aboveLargeTablet\:mt-72{
    margin-top: 18rem;
  }

  .aboveLargeTablet\:mt-80{
    margin-top: 20rem;
  }

  .aboveLargeTablet\:mt-96{
    margin-top: 24rem;
  }

  .aboveLargeTablet\:mt-auto{
    margin-top: auto;
  }

  .aboveLargeTablet\:mt-px{
    margin-top: 1px;
  }

  .aboveLargeTablet\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .aboveLargeTablet\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .aboveLargeTablet\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .aboveLargeTablet\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .aboveLargeTablet\:-mt-0{
    margin-top: 0px;
  }

  .aboveLargeTablet\:-mt-1{
    margin-top: -0.25rem;
  }

  .aboveLargeTablet\:-mt-2{
    margin-top: -0.5rem;
  }

  .aboveLargeTablet\:-mt-3{
    margin-top: -0.75rem;
  }

  .aboveLargeTablet\:-mt-4{
    margin-top: -1rem;
  }

  .aboveLargeTablet\:-mt-5{
    margin-top: -1.25rem;
  }

  .aboveLargeTablet\:-mt-6{
    margin-top: -1.5rem;
  }

  .aboveLargeTablet\:-mt-7{
    margin-top: -1.75rem;
  }

  .aboveLargeTablet\:-mt-8{
    margin-top: -2rem;
  }

  .aboveLargeTablet\:-mt-9{
    margin-top: -2.25rem;
  }

  .aboveLargeTablet\:-mt-10{
    margin-top: -2.5rem;
  }

  .aboveLargeTablet\:-mt-11{
    margin-top: -2.75rem;
  }

  .aboveLargeTablet\:-mt-12{
    margin-top: -3rem;
  }

  .aboveLargeTablet\:-mt-14{
    margin-top: -3.5rem;
  }

  .aboveLargeTablet\:-mt-16{
    margin-top: -4rem;
  }

  .aboveLargeTablet\:-mt-20{
    margin-top: -5rem;
  }

  .aboveLargeTablet\:-mt-24{
    margin-top: -6rem;
  }

  .aboveLargeTablet\:-mt-28{
    margin-top: -7rem;
  }

  .aboveLargeTablet\:-mt-32{
    margin-top: -8rem;
  }

  .aboveLargeTablet\:-mt-36{
    margin-top: -9rem;
  }

  .aboveLargeTablet\:-mt-40{
    margin-top: -10rem;
  }

  .aboveLargeTablet\:-mt-44{
    margin-top: -11rem;
  }

  .aboveLargeTablet\:-mt-48{
    margin-top: -12rem;
  }

  .aboveLargeTablet\:-mt-52{
    margin-top: -13rem;
  }

  .aboveLargeTablet\:-mt-56{
    margin-top: -14rem;
  }

  .aboveLargeTablet\:-mt-60{
    margin-top: -15rem;
  }

  .aboveLargeTablet\:-mt-64{
    margin-top: -16rem;
  }

  .aboveLargeTablet\:-mt-72{
    margin-top: -18rem;
  }

  .aboveLargeTablet\:-mt-80{
    margin-top: -20rem;
  }

  .aboveLargeTablet\:-mt-96{
    margin-top: -24rem;
  }

  .aboveLargeTablet\:-mt-px{
    margin-top: -1px;
  }

  .aboveLargeTablet\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .aboveLargeTablet\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .aboveLargeTablet\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .aboveLargeTablet\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .aboveLargeTablet\:mr-0{
    margin-right: 0px;
  }

  .aboveLargeTablet\:mr-1{
    margin-right: 0.25rem;
  }

  .aboveLargeTablet\:mr-2{
    margin-right: 0.5rem;
  }

  .aboveLargeTablet\:mr-3{
    margin-right: 0.75rem;
  }

  .aboveLargeTablet\:mr-4{
    margin-right: 1rem;
  }

  .aboveLargeTablet\:mr-5{
    margin-right: 1.25rem;
  }

  .aboveLargeTablet\:mr-6{
    margin-right: 1.5rem;
  }

  .aboveLargeTablet\:mr-7{
    margin-right: 1.75rem;
  }

  .aboveLargeTablet\:mr-8{
    margin-right: 2rem;
  }

  .aboveLargeTablet\:mr-9{
    margin-right: 2.25rem;
  }

  .aboveLargeTablet\:mr-10{
    margin-right: 2.5rem;
  }

  .aboveLargeTablet\:mr-11{
    margin-right: 2.75rem;
  }

  .aboveLargeTablet\:mr-12{
    margin-right: 3rem;
  }

  .aboveLargeTablet\:mr-14{
    margin-right: 3.5rem;
  }

  .aboveLargeTablet\:mr-16{
    margin-right: 4rem;
  }

  .aboveLargeTablet\:mr-20{
    margin-right: 5rem;
  }

  .aboveLargeTablet\:mr-24{
    margin-right: 6rem;
  }

  .aboveLargeTablet\:mr-28{
    margin-right: 7rem;
  }

  .aboveLargeTablet\:mr-32{
    margin-right: 8rem;
  }

  .aboveLargeTablet\:mr-36{
    margin-right: 9rem;
  }

  .aboveLargeTablet\:mr-40{
    margin-right: 10rem;
  }

  .aboveLargeTablet\:mr-44{
    margin-right: 11rem;
  }

  .aboveLargeTablet\:mr-48{
    margin-right: 12rem;
  }

  .aboveLargeTablet\:mr-52{
    margin-right: 13rem;
  }

  .aboveLargeTablet\:mr-56{
    margin-right: 14rem;
  }

  .aboveLargeTablet\:mr-60{
    margin-right: 15rem;
  }

  .aboveLargeTablet\:mr-64{
    margin-right: 16rem;
  }

  .aboveLargeTablet\:mr-72{
    margin-right: 18rem;
  }

  .aboveLargeTablet\:mr-80{
    margin-right: 20rem;
  }

  .aboveLargeTablet\:mr-96{
    margin-right: 24rem;
  }

  .aboveLargeTablet\:mr-auto{
    margin-right: auto;
  }

  .aboveLargeTablet\:mr-px{
    margin-right: 1px;
  }

  .aboveLargeTablet\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .aboveLargeTablet\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .aboveLargeTablet\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .aboveLargeTablet\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .aboveLargeTablet\:-mr-0{
    margin-right: 0px;
  }

  .aboveLargeTablet\:-mr-1{
    margin-right: -0.25rem;
  }

  .aboveLargeTablet\:-mr-2{
    margin-right: -0.5rem;
  }

  .aboveLargeTablet\:-mr-3{
    margin-right: -0.75rem;
  }

  .aboveLargeTablet\:-mr-4{
    margin-right: -1rem;
  }

  .aboveLargeTablet\:-mr-5{
    margin-right: -1.25rem;
  }

  .aboveLargeTablet\:-mr-6{
    margin-right: -1.5rem;
  }

  .aboveLargeTablet\:-mr-7{
    margin-right: -1.75rem;
  }

  .aboveLargeTablet\:-mr-8{
    margin-right: -2rem;
  }

  .aboveLargeTablet\:-mr-9{
    margin-right: -2.25rem;
  }

  .aboveLargeTablet\:-mr-10{
    margin-right: -2.5rem;
  }

  .aboveLargeTablet\:-mr-11{
    margin-right: -2.75rem;
  }

  .aboveLargeTablet\:-mr-12{
    margin-right: -3rem;
  }

  .aboveLargeTablet\:-mr-14{
    margin-right: -3.5rem;
  }

  .aboveLargeTablet\:-mr-16{
    margin-right: -4rem;
  }

  .aboveLargeTablet\:-mr-20{
    margin-right: -5rem;
  }

  .aboveLargeTablet\:-mr-24{
    margin-right: -6rem;
  }

  .aboveLargeTablet\:-mr-28{
    margin-right: -7rem;
  }

  .aboveLargeTablet\:-mr-32{
    margin-right: -8rem;
  }

  .aboveLargeTablet\:-mr-36{
    margin-right: -9rem;
  }

  .aboveLargeTablet\:-mr-40{
    margin-right: -10rem;
  }

  .aboveLargeTablet\:-mr-44{
    margin-right: -11rem;
  }

  .aboveLargeTablet\:-mr-48{
    margin-right: -12rem;
  }

  .aboveLargeTablet\:-mr-52{
    margin-right: -13rem;
  }

  .aboveLargeTablet\:-mr-56{
    margin-right: -14rem;
  }

  .aboveLargeTablet\:-mr-60{
    margin-right: -15rem;
  }

  .aboveLargeTablet\:-mr-64{
    margin-right: -16rem;
  }

  .aboveLargeTablet\:-mr-72{
    margin-right: -18rem;
  }

  .aboveLargeTablet\:-mr-80{
    margin-right: -20rem;
  }

  .aboveLargeTablet\:-mr-96{
    margin-right: -24rem;
  }

  .aboveLargeTablet\:-mr-px{
    margin-right: -1px;
  }

  .aboveLargeTablet\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .aboveLargeTablet\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .aboveLargeTablet\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .aboveLargeTablet\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .aboveLargeTablet\:mb-0{
    margin-bottom: 0px;
  }

  .aboveLargeTablet\:mb-1{
    margin-bottom: 0.25rem;
  }

  .aboveLargeTablet\:mb-2{
    margin-bottom: 0.5rem;
  }

  .aboveLargeTablet\:mb-3{
    margin-bottom: 0.75rem;
  }

  .aboveLargeTablet\:mb-4{
    margin-bottom: 1rem;
  }

  .aboveLargeTablet\:mb-5{
    margin-bottom: 1.25rem;
  }

  .aboveLargeTablet\:mb-6{
    margin-bottom: 1.5rem;
  }

  .aboveLargeTablet\:mb-7{
    margin-bottom: 1.75rem;
  }

  .aboveLargeTablet\:mb-8{
    margin-bottom: 2rem;
  }

  .aboveLargeTablet\:mb-9{
    margin-bottom: 2.25rem;
  }

  .aboveLargeTablet\:mb-10{
    margin-bottom: 2.5rem;
  }

  .aboveLargeTablet\:mb-11{
    margin-bottom: 2.75rem;
  }

  .aboveLargeTablet\:mb-12{
    margin-bottom: 3rem;
  }

  .aboveLargeTablet\:mb-14{
    margin-bottom: 3.5rem;
  }

  .aboveLargeTablet\:mb-16{
    margin-bottom: 4rem;
  }

  .aboveLargeTablet\:mb-20{
    margin-bottom: 5rem;
  }

  .aboveLargeTablet\:mb-24{
    margin-bottom: 6rem;
  }

  .aboveLargeTablet\:mb-28{
    margin-bottom: 7rem;
  }

  .aboveLargeTablet\:mb-32{
    margin-bottom: 8rem;
  }

  .aboveLargeTablet\:mb-36{
    margin-bottom: 9rem;
  }

  .aboveLargeTablet\:mb-40{
    margin-bottom: 10rem;
  }

  .aboveLargeTablet\:mb-44{
    margin-bottom: 11rem;
  }

  .aboveLargeTablet\:mb-48{
    margin-bottom: 12rem;
  }

  .aboveLargeTablet\:mb-52{
    margin-bottom: 13rem;
  }

  .aboveLargeTablet\:mb-56{
    margin-bottom: 14rem;
  }

  .aboveLargeTablet\:mb-60{
    margin-bottom: 15rem;
  }

  .aboveLargeTablet\:mb-64{
    margin-bottom: 16rem;
  }

  .aboveLargeTablet\:mb-72{
    margin-bottom: 18rem;
  }

  .aboveLargeTablet\:mb-80{
    margin-bottom: 20rem;
  }

  .aboveLargeTablet\:mb-96{
    margin-bottom: 24rem;
  }

  .aboveLargeTablet\:mb-auto{
    margin-bottom: auto;
  }

  .aboveLargeTablet\:mb-px{
    margin-bottom: 1px;
  }

  .aboveLargeTablet\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .aboveLargeTablet\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .aboveLargeTablet\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .aboveLargeTablet\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .aboveLargeTablet\:-mb-0{
    margin-bottom: 0px;
  }

  .aboveLargeTablet\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .aboveLargeTablet\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .aboveLargeTablet\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .aboveLargeTablet\:-mb-4{
    margin-bottom: -1rem;
  }

  .aboveLargeTablet\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .aboveLargeTablet\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .aboveLargeTablet\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .aboveLargeTablet\:-mb-8{
    margin-bottom: -2rem;
  }

  .aboveLargeTablet\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .aboveLargeTablet\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .aboveLargeTablet\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .aboveLargeTablet\:-mb-12{
    margin-bottom: -3rem;
  }

  .aboveLargeTablet\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .aboveLargeTablet\:-mb-16{
    margin-bottom: -4rem;
  }

  .aboveLargeTablet\:-mb-20{
    margin-bottom: -5rem;
  }

  .aboveLargeTablet\:-mb-24{
    margin-bottom: -6rem;
  }

  .aboveLargeTablet\:-mb-28{
    margin-bottom: -7rem;
  }

  .aboveLargeTablet\:-mb-32{
    margin-bottom: -8rem;
  }

  .aboveLargeTablet\:-mb-36{
    margin-bottom: -9rem;
  }

  .aboveLargeTablet\:-mb-40{
    margin-bottom: -10rem;
  }

  .aboveLargeTablet\:-mb-44{
    margin-bottom: -11rem;
  }

  .aboveLargeTablet\:-mb-48{
    margin-bottom: -12rem;
  }

  .aboveLargeTablet\:-mb-52{
    margin-bottom: -13rem;
  }

  .aboveLargeTablet\:-mb-56{
    margin-bottom: -14rem;
  }

  .aboveLargeTablet\:-mb-60{
    margin-bottom: -15rem;
  }

  .aboveLargeTablet\:-mb-64{
    margin-bottom: -16rem;
  }

  .aboveLargeTablet\:-mb-72{
    margin-bottom: -18rem;
  }

  .aboveLargeTablet\:-mb-80{
    margin-bottom: -20rem;
  }

  .aboveLargeTablet\:-mb-96{
    margin-bottom: -24rem;
  }

  .aboveLargeTablet\:-mb-px{
    margin-bottom: -1px;
  }

  .aboveLargeTablet\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .aboveLargeTablet\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .aboveLargeTablet\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .aboveLargeTablet\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .aboveLargeTablet\:ml-0{
    margin-left: 0px;
  }

  .aboveLargeTablet\:ml-1{
    margin-left: 0.25rem;
  }

  .aboveLargeTablet\:ml-2{
    margin-left: 0.5rem;
  }

  .aboveLargeTablet\:ml-3{
    margin-left: 0.75rem;
  }

  .aboveLargeTablet\:ml-4{
    margin-left: 1rem;
  }

  .aboveLargeTablet\:ml-5{
    margin-left: 1.25rem;
  }

  .aboveLargeTablet\:ml-6{
    margin-left: 1.5rem;
  }

  .aboveLargeTablet\:ml-7{
    margin-left: 1.75rem;
  }

  .aboveLargeTablet\:ml-8{
    margin-left: 2rem;
  }

  .aboveLargeTablet\:ml-9{
    margin-left: 2.25rem;
  }

  .aboveLargeTablet\:ml-10{
    margin-left: 2.5rem;
  }

  .aboveLargeTablet\:ml-11{
    margin-left: 2.75rem;
  }

  .aboveLargeTablet\:ml-12{
    margin-left: 3rem;
  }

  .aboveLargeTablet\:ml-14{
    margin-left: 3.5rem;
  }

  .aboveLargeTablet\:ml-16{
    margin-left: 4rem;
  }

  .aboveLargeTablet\:ml-20{
    margin-left: 5rem;
  }

  .aboveLargeTablet\:ml-24{
    margin-left: 6rem;
  }

  .aboveLargeTablet\:ml-28{
    margin-left: 7rem;
  }

  .aboveLargeTablet\:ml-32{
    margin-left: 8rem;
  }

  .aboveLargeTablet\:ml-36{
    margin-left: 9rem;
  }

  .aboveLargeTablet\:ml-40{
    margin-left: 10rem;
  }

  .aboveLargeTablet\:ml-44{
    margin-left: 11rem;
  }

  .aboveLargeTablet\:ml-48{
    margin-left: 12rem;
  }

  .aboveLargeTablet\:ml-52{
    margin-left: 13rem;
  }

  .aboveLargeTablet\:ml-56{
    margin-left: 14rem;
  }

  .aboveLargeTablet\:ml-60{
    margin-left: 15rem;
  }

  .aboveLargeTablet\:ml-64{
    margin-left: 16rem;
  }

  .aboveLargeTablet\:ml-72{
    margin-left: 18rem;
  }

  .aboveLargeTablet\:ml-80{
    margin-left: 20rem;
  }

  .aboveLargeTablet\:ml-96{
    margin-left: 24rem;
  }

  .aboveLargeTablet\:ml-auto{
    margin-left: auto;
  }

  .aboveLargeTablet\:ml-px{
    margin-left: 1px;
  }

  .aboveLargeTablet\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .aboveLargeTablet\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .aboveLargeTablet\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .aboveLargeTablet\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .aboveLargeTablet\:-ml-0{
    margin-left: 0px;
  }

  .aboveLargeTablet\:-ml-1{
    margin-left: -0.25rem;
  }

  .aboveLargeTablet\:-ml-2{
    margin-left: -0.5rem;
  }

  .aboveLargeTablet\:-ml-3{
    margin-left: -0.75rem;
  }

  .aboveLargeTablet\:-ml-4{
    margin-left: -1rem;
  }

  .aboveLargeTablet\:-ml-5{
    margin-left: -1.25rem;
  }

  .aboveLargeTablet\:-ml-6{
    margin-left: -1.5rem;
  }

  .aboveLargeTablet\:-ml-7{
    margin-left: -1.75rem;
  }

  .aboveLargeTablet\:-ml-8{
    margin-left: -2rem;
  }

  .aboveLargeTablet\:-ml-9{
    margin-left: -2.25rem;
  }

  .aboveLargeTablet\:-ml-10{
    margin-left: -2.5rem;
  }

  .aboveLargeTablet\:-ml-11{
    margin-left: -2.75rem;
  }

  .aboveLargeTablet\:-ml-12{
    margin-left: -3rem;
  }

  .aboveLargeTablet\:-ml-14{
    margin-left: -3.5rem;
  }

  .aboveLargeTablet\:-ml-16{
    margin-left: -4rem;
  }

  .aboveLargeTablet\:-ml-20{
    margin-left: -5rem;
  }

  .aboveLargeTablet\:-ml-24{
    margin-left: -6rem;
  }

  .aboveLargeTablet\:-ml-28{
    margin-left: -7rem;
  }

  .aboveLargeTablet\:-ml-32{
    margin-left: -8rem;
  }

  .aboveLargeTablet\:-ml-36{
    margin-left: -9rem;
  }

  .aboveLargeTablet\:-ml-40{
    margin-left: -10rem;
  }

  .aboveLargeTablet\:-ml-44{
    margin-left: -11rem;
  }

  .aboveLargeTablet\:-ml-48{
    margin-left: -12rem;
  }

  .aboveLargeTablet\:-ml-52{
    margin-left: -13rem;
  }

  .aboveLargeTablet\:-ml-56{
    margin-left: -14rem;
  }

  .aboveLargeTablet\:-ml-60{
    margin-left: -15rem;
  }

  .aboveLargeTablet\:-ml-64{
    margin-left: -16rem;
  }

  .aboveLargeTablet\:-ml-72{
    margin-left: -18rem;
  }

  .aboveLargeTablet\:-ml-80{
    margin-left: -20rem;
  }

  .aboveLargeTablet\:-ml-96{
    margin-left: -24rem;
  }

  .aboveLargeTablet\:-ml-px{
    margin-left: -1px;
  }

  .aboveLargeTablet\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .aboveLargeTablet\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .aboveLargeTablet\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .aboveLargeTablet\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .aboveLargeTablet\:box-border{
    box-sizing: border-box;
  }

  .aboveLargeTablet\:box-content{
    box-sizing: content-box;
  }

  .aboveLargeTablet\:block{
    display: block;
  }

  .aboveLargeTablet\:inline-block{
    display: inline-block;
  }

  .aboveLargeTablet\:inline{
    display: inline;
  }

  .aboveLargeTablet\:flex{
    display: flex;
  }

  .aboveLargeTablet\:inline-flex{
    display: inline-flex;
  }

  .aboveLargeTablet\:table{
    display: table;
  }

  .aboveLargeTablet\:inline-table{
    display: inline-table;
  }

  .aboveLargeTablet\:table-caption{
    display: table-caption;
  }

  .aboveLargeTablet\:table-cell{
    display: table-cell;
  }

  .aboveLargeTablet\:table-column{
    display: table-column;
  }

  .aboveLargeTablet\:table-column-group{
    display: table-column-group;
  }

  .aboveLargeTablet\:table-footer-group{
    display: table-footer-group;
  }

  .aboveLargeTablet\:table-header-group{
    display: table-header-group;
  }

  .aboveLargeTablet\:table-row-group{
    display: table-row-group;
  }

  .aboveLargeTablet\:table-row{
    display: table-row;
  }

  .aboveLargeTablet\:flow-root{
    display: flow-root;
  }

  .aboveLargeTablet\:grid{
    display: grid;
  }

  .aboveLargeTablet\:inline-grid{
    display: inline-grid;
  }

  .aboveLargeTablet\:contents{
    display: contents;
  }

  .aboveLargeTablet\:list-item{
    display: list-item;
  }

  .aboveLargeTablet\:hidden{
    display: none;
  }

  .aboveLargeTablet\:h-0{
    height: 0px;
  }

  .aboveLargeTablet\:h-1{
    height: 0.25rem;
  }

  .aboveLargeTablet\:h-2{
    height: 0.5rem;
  }

  .aboveLargeTablet\:h-3{
    height: 0.75rem;
  }

  .aboveLargeTablet\:h-4{
    height: 1rem;
  }

  .aboveLargeTablet\:h-5{
    height: 1.25rem;
  }

  .aboveLargeTablet\:h-6{
    height: 1.5rem;
  }

  .aboveLargeTablet\:h-7{
    height: 1.75rem;
  }

  .aboveLargeTablet\:h-8{
    height: 2rem;
  }

  .aboveLargeTablet\:h-9{
    height: 2.25rem;
  }

  .aboveLargeTablet\:h-10{
    height: 2.5rem;
  }

  .aboveLargeTablet\:h-11{
    height: 2.75rem;
  }

  .aboveLargeTablet\:h-12{
    height: 3rem;
  }

  .aboveLargeTablet\:h-14{
    height: 3.5rem;
  }

  .aboveLargeTablet\:h-16{
    height: 4rem;
  }

  .aboveLargeTablet\:h-20{
    height: 5rem;
  }

  .aboveLargeTablet\:h-24{
    height: 6rem;
  }

  .aboveLargeTablet\:h-28{
    height: 7rem;
  }

  .aboveLargeTablet\:h-32{
    height: 8rem;
  }

  .aboveLargeTablet\:h-36{
    height: 9rem;
  }

  .aboveLargeTablet\:h-40{
    height: 10rem;
  }

  .aboveLargeTablet\:h-44{
    height: 11rem;
  }

  .aboveLargeTablet\:h-48{
    height: 12rem;
  }

  .aboveLargeTablet\:h-52{
    height: 13rem;
  }

  .aboveLargeTablet\:h-56{
    height: 14rem;
  }

  .aboveLargeTablet\:h-60{
    height: 15rem;
  }

  .aboveLargeTablet\:h-64{
    height: 16rem;
  }

  .aboveLargeTablet\:h-72{
    height: 18rem;
  }

  .aboveLargeTablet\:h-80{
    height: 20rem;
  }

  .aboveLargeTablet\:h-96{
    height: 24rem;
  }

  .aboveLargeTablet\:h-auto{
    height: auto;
  }

  .aboveLargeTablet\:h-px{
    height: 1px;
  }

  .aboveLargeTablet\:h-0\.5{
    height: 0.125rem;
  }

  .aboveLargeTablet\:h-1\.5{
    height: 0.375rem;
  }

  .aboveLargeTablet\:h-2\.5{
    height: 0.625rem;
  }

  .aboveLargeTablet\:h-3\.5{
    height: 0.875rem;
  }

  .aboveLargeTablet\:h-1\/2{
    height: 50%;
  }

  .aboveLargeTablet\:h-1\/3{
    height: 33.333333%;
  }

  .aboveLargeTablet\:h-2\/3{
    height: 66.666667%;
  }

  .aboveLargeTablet\:h-1\/4{
    height: 25%;
  }

  .aboveLargeTablet\:h-2\/4{
    height: 50%;
  }

  .aboveLargeTablet\:h-3\/4{
    height: 75%;
  }

  .aboveLargeTablet\:h-1\/5{
    height: 20%;
  }

  .aboveLargeTablet\:h-2\/5{
    height: 40%;
  }

  .aboveLargeTablet\:h-3\/5{
    height: 60%;
  }

  .aboveLargeTablet\:h-4\/5{
    height: 80%;
  }

  .aboveLargeTablet\:h-1\/6{
    height: 16.666667%;
  }

  .aboveLargeTablet\:h-2\/6{
    height: 33.333333%;
  }

  .aboveLargeTablet\:h-3\/6{
    height: 50%;
  }

  .aboveLargeTablet\:h-4\/6{
    height: 66.666667%;
  }

  .aboveLargeTablet\:h-5\/6{
    height: 83.333333%;
  }

  .aboveLargeTablet\:h-full{
    height: 100%;
  }

  .aboveLargeTablet\:h-screen{
    height: 100vh;
  }

  .aboveLargeTablet\:max-h-0{
    max-height: 0px;
  }

  .aboveLargeTablet\:max-h-1{
    max-height: 0.25rem;
  }

  .aboveLargeTablet\:max-h-2{
    max-height: 0.5rem;
  }

  .aboveLargeTablet\:max-h-3{
    max-height: 0.75rem;
  }

  .aboveLargeTablet\:max-h-4{
    max-height: 1rem;
  }

  .aboveLargeTablet\:max-h-5{
    max-height: 1.25rem;
  }

  .aboveLargeTablet\:max-h-6{
    max-height: 1.5rem;
  }

  .aboveLargeTablet\:max-h-7{
    max-height: 1.75rem;
  }

  .aboveLargeTablet\:max-h-8{
    max-height: 2rem;
  }

  .aboveLargeTablet\:max-h-9{
    max-height: 2.25rem;
  }

  .aboveLargeTablet\:max-h-10{
    max-height: 2.5rem;
  }

  .aboveLargeTablet\:max-h-11{
    max-height: 2.75rem;
  }

  .aboveLargeTablet\:max-h-12{
    max-height: 3rem;
  }

  .aboveLargeTablet\:max-h-14{
    max-height: 3.5rem;
  }

  .aboveLargeTablet\:max-h-16{
    max-height: 4rem;
  }

  .aboveLargeTablet\:max-h-20{
    max-height: 5rem;
  }

  .aboveLargeTablet\:max-h-24{
    max-height: 6rem;
  }

  .aboveLargeTablet\:max-h-28{
    max-height: 7rem;
  }

  .aboveLargeTablet\:max-h-32{
    max-height: 8rem;
  }

  .aboveLargeTablet\:max-h-36{
    max-height: 9rem;
  }

  .aboveLargeTablet\:max-h-40{
    max-height: 10rem;
  }

  .aboveLargeTablet\:max-h-44{
    max-height: 11rem;
  }

  .aboveLargeTablet\:max-h-48{
    max-height: 12rem;
  }

  .aboveLargeTablet\:max-h-52{
    max-height: 13rem;
  }

  .aboveLargeTablet\:max-h-56{
    max-height: 14rem;
  }

  .aboveLargeTablet\:max-h-60{
    max-height: 15rem;
  }

  .aboveLargeTablet\:max-h-64{
    max-height: 16rem;
  }

  .aboveLargeTablet\:max-h-72{
    max-height: 18rem;
  }

  .aboveLargeTablet\:max-h-80{
    max-height: 20rem;
  }

  .aboveLargeTablet\:max-h-96{
    max-height: 24rem;
  }

  .aboveLargeTablet\:max-h-px{
    max-height: 1px;
  }

  .aboveLargeTablet\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .aboveLargeTablet\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .aboveLargeTablet\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .aboveLargeTablet\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .aboveLargeTablet\:max-h-full{
    max-height: 100%;
  }

  .aboveLargeTablet\:max-h-screen{
    max-height: 100vh;
  }

  .aboveLargeTablet\:min-h-0{
    min-height: 0px;
  }

  .aboveLargeTablet\:min-h-full{
    min-height: 100%;
  }

  .aboveLargeTablet\:min-h-screen{
    min-height: 100vh;
  }

  .aboveLargeTablet\:w-0{
    width: 0px;
  }

  .aboveLargeTablet\:w-1{
    width: 0.25rem;
  }

  .aboveLargeTablet\:w-2{
    width: 0.5rem;
  }

  .aboveLargeTablet\:w-3{
    width: 0.75rem;
  }

  .aboveLargeTablet\:w-4{
    width: 1rem;
  }

  .aboveLargeTablet\:w-5{
    width: 1.25rem;
  }

  .aboveLargeTablet\:w-6{
    width: 1.5rem;
  }

  .aboveLargeTablet\:w-7{
    width: 1.75rem;
  }

  .aboveLargeTablet\:w-8{
    width: 2rem;
  }

  .aboveLargeTablet\:w-9{
    width: 2.25rem;
  }

  .aboveLargeTablet\:w-10{
    width: 2.5rem;
  }

  .aboveLargeTablet\:w-11{
    width: 2.75rem;
  }

  .aboveLargeTablet\:w-12{
    width: 3rem;
  }

  .aboveLargeTablet\:w-14{
    width: 3.5rem;
  }

  .aboveLargeTablet\:w-16{
    width: 4rem;
  }

  .aboveLargeTablet\:w-20{
    width: 5rem;
  }

  .aboveLargeTablet\:w-24{
    width: 6rem;
  }

  .aboveLargeTablet\:w-28{
    width: 7rem;
  }

  .aboveLargeTablet\:w-32{
    width: 8rem;
  }

  .aboveLargeTablet\:w-36{
    width: 9rem;
  }

  .aboveLargeTablet\:w-40{
    width: 10rem;
  }

  .aboveLargeTablet\:w-44{
    width: 11rem;
  }

  .aboveLargeTablet\:w-48{
    width: 12rem;
  }

  .aboveLargeTablet\:w-52{
    width: 13rem;
  }

  .aboveLargeTablet\:w-56{
    width: 14rem;
  }

  .aboveLargeTablet\:w-60{
    width: 15rem;
  }

  .aboveLargeTablet\:w-64{
    width: 16rem;
  }

  .aboveLargeTablet\:w-72{
    width: 18rem;
  }

  .aboveLargeTablet\:w-80{
    width: 20rem;
  }

  .aboveLargeTablet\:w-96{
    width: 24rem;
  }

  .aboveLargeTablet\:w-auto{
    width: auto;
  }

  .aboveLargeTablet\:w-px{
    width: 1px;
  }

  .aboveLargeTablet\:w-0\.5{
    width: 0.125rem;
  }

  .aboveLargeTablet\:w-1\.5{
    width: 0.375rem;
  }

  .aboveLargeTablet\:w-2\.5{
    width: 0.625rem;
  }

  .aboveLargeTablet\:w-3\.5{
    width: 0.875rem;
  }

  .aboveLargeTablet\:w-1\/2{
    width: 50%;
  }

  .aboveLargeTablet\:w-1\/3{
    width: 33.333333%;
  }

  .aboveLargeTablet\:w-2\/3{
    width: 66.666667%;
  }

  .aboveLargeTablet\:w-1\/4{
    width: 25%;
  }

  .aboveLargeTablet\:w-2\/4{
    width: 50%;
  }

  .aboveLargeTablet\:w-3\/4{
    width: 75%;
  }

  .aboveLargeTablet\:w-1\/5{
    width: 20%;
  }

  .aboveLargeTablet\:w-2\/5{
    width: 40%;
  }

  .aboveLargeTablet\:w-3\/5{
    width: 60%;
  }

  .aboveLargeTablet\:w-4\/5{
    width: 80%;
  }

  .aboveLargeTablet\:w-1\/6{
    width: 16.666667%;
  }

  .aboveLargeTablet\:w-2\/6{
    width: 33.333333%;
  }

  .aboveLargeTablet\:w-3\/6{
    width: 50%;
  }

  .aboveLargeTablet\:w-4\/6{
    width: 66.666667%;
  }

  .aboveLargeTablet\:w-5\/6{
    width: 83.333333%;
  }

  .aboveLargeTablet\:w-1\/12{
    width: 8.333333%;
  }

  .aboveLargeTablet\:w-2\/12{
    width: 16.666667%;
  }

  .aboveLargeTablet\:w-3\/12{
    width: 25%;
  }

  .aboveLargeTablet\:w-4\/12{
    width: 33.333333%;
  }

  .aboveLargeTablet\:w-5\/12{
    width: 41.666667%;
  }

  .aboveLargeTablet\:w-6\/12{
    width: 50%;
  }

  .aboveLargeTablet\:w-7\/12{
    width: 58.333333%;
  }

  .aboveLargeTablet\:w-8\/12{
    width: 66.666667%;
  }

  .aboveLargeTablet\:w-9\/12{
    width: 75%;
  }

  .aboveLargeTablet\:w-10\/12{
    width: 83.333333%;
  }

  .aboveLargeTablet\:w-11\/12{
    width: 91.666667%;
  }

  .aboveLargeTablet\:w-full{
    width: 100%;
  }

  .aboveLargeTablet\:w-screen{
    width: 100vw;
  }

  .aboveLargeTablet\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .aboveLargeTablet\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .aboveLargeTablet\:min-w-0{
    min-width: 0px;
  }

  .aboveLargeTablet\:min-w-full{
    min-width: 100%;
  }

  .aboveLargeTablet\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .aboveLargeTablet\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .aboveLargeTablet\:max-w-0{
    max-width: 0rem;
  }

  .aboveLargeTablet\:max-w-none{
    max-width: none;
  }

  .aboveLargeTablet\:max-w-xs{
    max-width: 20rem;
  }

  .aboveLargeTablet\:max-w-sm{
    max-width: 24rem;
  }

  .aboveLargeTablet\:max-w-md{
    max-width: 28rem;
  }

  .aboveLargeTablet\:max-w-lg{
    max-width: 32rem;
  }

  .aboveLargeTablet\:max-w-xl{
    max-width: 36rem;
  }

  .aboveLargeTablet\:max-w-2xl{
    max-width: 42rem;
  }

  .aboveLargeTablet\:max-w-3xl{
    max-width: 48rem;
  }

  .aboveLargeTablet\:max-w-4xl{
    max-width: 56rem;
  }

  .aboveLargeTablet\:max-w-5xl{
    max-width: 64rem;
  }

  .aboveLargeTablet\:max-w-6xl{
    max-width: 72rem;
  }

  .aboveLargeTablet\:max-w-7xl{
    max-width: 80rem;
  }

  .aboveLargeTablet\:max-w-full{
    max-width: 100%;
  }

  .aboveLargeTablet\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .aboveLargeTablet\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .aboveLargeTablet\:max-w-prose{
    max-width: 65ch;
  }

  .aboveLargeTablet\:max-w-screen-sm{
    max-width: 640px;
  }

  .aboveLargeTablet\:max-w-screen-md{
    max-width: 768px;
  }

  .aboveLargeTablet\:max-w-screen-lg{
    max-width: 1024px;
  }

  .aboveLargeTablet\:max-w-screen-xl{
    max-width: 1280px;
  }

  .aboveLargeTablet\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .aboveLargeTablet\:flex-1{
    flex: 1 1 0%;
  }

  .aboveLargeTablet\:flex-auto{
    flex: 1 1 auto;
  }

  .aboveLargeTablet\:flex-initial{
    flex: 0 1 auto;
  }

  .aboveLargeTablet\:flex-none{
    flex: none;
  }

  .aboveLargeTablet\:flex-shrink-0{
    flex-shrink: 0;
  }

  .aboveLargeTablet\:flex-shrink{
    flex-shrink: 1;
  }

  .aboveLargeTablet\:flex-grow-0{
    flex-grow: 0;
  }

  .aboveLargeTablet\:flex-grow{
    flex-grow: 1;
  }

  .aboveLargeTablet\:table-auto{
    table-layout: auto;
  }

  .aboveLargeTablet\:table-fixed{
    table-layout: fixed;
  }

  .aboveLargeTablet\:border-collapse{
    border-collapse: collapse;
  }

  .aboveLargeTablet\:border-separate{
    border-collapse: separate;
  }

  .aboveLargeTablet\:origin-center{
    transform-origin: center;
  }

  .aboveLargeTablet\:origin-top{
    transform-origin: top;
  }

  .aboveLargeTablet\:origin-top-right{
    transform-origin: top right;
  }

  .aboveLargeTablet\:origin-right{
    transform-origin: right;
  }

  .aboveLargeTablet\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .aboveLargeTablet\:origin-bottom{
    transform-origin: bottom;
  }

  .aboveLargeTablet\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .aboveLargeTablet\:origin-left{
    transform-origin: left;
  }

  .aboveLargeTablet\:origin-top-left{
    transform-origin: top left;
  }

  .aboveLargeTablet\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveLargeTablet\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveLargeTablet\:transform-none{
    transform: none;
  }

  .aboveLargeTablet\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveLargeTablet\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .aboveLargeTablet\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .aboveLargeTablet\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .aboveLargeTablet\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .aboveLargeTablet\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .aboveLargeTablet\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .aboveLargeTablet\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .aboveLargeTablet\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .aboveLargeTablet\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .aboveLargeTablet\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .aboveLargeTablet\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .aboveLargeTablet\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .aboveLargeTablet\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .aboveLargeTablet\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .aboveLargeTablet\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .aboveLargeTablet\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .aboveLargeTablet\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .aboveLargeTablet\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .aboveLargeTablet\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .aboveLargeTablet\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .aboveLargeTablet\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .aboveLargeTablet\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .aboveLargeTablet\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .aboveLargeTablet\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .aboveLargeTablet\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .aboveLargeTablet\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .aboveLargeTablet\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .aboveLargeTablet\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .aboveLargeTablet\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .aboveLargeTablet\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .aboveLargeTablet\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .aboveLargeTablet\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .aboveLargeTablet\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .aboveLargeTablet\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .aboveLargeTablet\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveLargeTablet\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .aboveLargeTablet\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .aboveLargeTablet\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .aboveLargeTablet\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .aboveLargeTablet\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .aboveLargeTablet\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .aboveLargeTablet\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .aboveLargeTablet\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .aboveLargeTablet\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .aboveLargeTablet\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .aboveLargeTablet\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .aboveLargeTablet\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .aboveLargeTablet\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .aboveLargeTablet\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .aboveLargeTablet\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .aboveLargeTablet\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .aboveLargeTablet\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .aboveLargeTablet\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .aboveLargeTablet\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .aboveLargeTablet\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .aboveLargeTablet\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .aboveLargeTablet\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .aboveLargeTablet\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .aboveLargeTablet\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .aboveLargeTablet\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .aboveLargeTablet\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .aboveLargeTablet\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .aboveLargeTablet\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .aboveLargeTablet\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .aboveLargeTablet\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .aboveLargeTablet\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .aboveLargeTablet\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .aboveLargeTablet\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .aboveLargeTablet\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .aboveLargeTablet\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .aboveLargeTablet\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .aboveLargeTablet\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .aboveLargeTablet\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .aboveLargeTablet\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .aboveLargeTablet\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .aboveLargeTablet\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .aboveLargeTablet\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .aboveLargeTablet\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .aboveLargeTablet\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .aboveLargeTablet\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .aboveLargeTablet\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .aboveLargeTablet\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .aboveLargeTablet\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .aboveLargeTablet\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveLargeTablet\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .aboveLargeTablet\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .aboveLargeTablet\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .aboveLargeTablet\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .aboveLargeTablet\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .aboveLargeTablet\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .aboveLargeTablet\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .aboveLargeTablet\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .aboveLargeTablet\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .aboveLargeTablet\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .aboveLargeTablet\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .aboveLargeTablet\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .aboveLargeTablet\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .aboveLargeTablet\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .aboveLargeTablet\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .aboveLargeTablet\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .aboveLargeTablet\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .aboveLargeTablet\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .aboveLargeTablet\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .aboveLargeTablet\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .aboveLargeTablet\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .aboveLargeTablet\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .aboveLargeTablet\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .aboveLargeTablet\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .aboveLargeTablet\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .aboveLargeTablet\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .aboveLargeTablet\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .aboveLargeTablet\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .aboveLargeTablet\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .aboveLargeTablet\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .aboveLargeTablet\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .aboveLargeTablet\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .aboveLargeTablet\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .aboveLargeTablet\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .aboveLargeTablet\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveLargeTablet\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .aboveLargeTablet\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .aboveLargeTablet\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .aboveLargeTablet\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .aboveLargeTablet\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .aboveLargeTablet\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .aboveLargeTablet\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .aboveLargeTablet\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .aboveLargeTablet\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .aboveLargeTablet\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .aboveLargeTablet\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .aboveLargeTablet\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .aboveLargeTablet\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .aboveLargeTablet\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .aboveLargeTablet\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .aboveLargeTablet\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .aboveLargeTablet\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .aboveLargeTablet\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .aboveLargeTablet\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .aboveLargeTablet\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .aboveLargeTablet\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .aboveLargeTablet\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .aboveLargeTablet\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .aboveLargeTablet\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .aboveLargeTablet\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .aboveLargeTablet\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .aboveLargeTablet\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .aboveLargeTablet\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .aboveLargeTablet\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .aboveLargeTablet\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .aboveLargeTablet\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .aboveLargeTablet\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .aboveLargeTablet\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .aboveLargeTablet\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .aboveLargeTablet\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .aboveLargeTablet\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .aboveLargeTablet\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .aboveLargeTablet\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .aboveLargeTablet\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .aboveLargeTablet\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .aboveLargeTablet\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .aboveLargeTablet\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .aboveLargeTablet\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .aboveLargeTablet\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .aboveLargeTablet\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .aboveLargeTablet\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .aboveLargeTablet\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .aboveLargeTablet\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .aboveLargeTablet\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveLargeTablet\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .aboveLargeTablet\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .aboveLargeTablet\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .aboveLargeTablet\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .aboveLargeTablet\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .aboveLargeTablet\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .aboveLargeTablet\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .aboveLargeTablet\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .aboveLargeTablet\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .aboveLargeTablet\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .aboveLargeTablet\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .aboveLargeTablet\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .aboveLargeTablet\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .aboveLargeTablet\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .aboveLargeTablet\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .aboveLargeTablet\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .aboveLargeTablet\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .aboveLargeTablet\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .aboveLargeTablet\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .aboveLargeTablet\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .aboveLargeTablet\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .aboveLargeTablet\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .aboveLargeTablet\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .aboveLargeTablet\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .aboveLargeTablet\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .aboveLargeTablet\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .aboveLargeTablet\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .aboveLargeTablet\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .aboveLargeTablet\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .aboveLargeTablet\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .aboveLargeTablet\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .aboveLargeTablet\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .aboveLargeTablet\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .aboveLargeTablet\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveLargeTablet\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .aboveLargeTablet\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .aboveLargeTablet\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .aboveLargeTablet\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .aboveLargeTablet\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .aboveLargeTablet\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .aboveLargeTablet\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .aboveLargeTablet\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .aboveLargeTablet\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .aboveLargeTablet\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .aboveLargeTablet\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .aboveLargeTablet\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .aboveLargeTablet\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .aboveLargeTablet\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .aboveLargeTablet\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .aboveLargeTablet\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .aboveLargeTablet\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .aboveLargeTablet\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveLargeTablet\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .aboveLargeTablet\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .aboveLargeTablet\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .aboveLargeTablet\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .aboveLargeTablet\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .aboveLargeTablet\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .aboveLargeTablet\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .aboveLargeTablet\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .aboveLargeTablet\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .aboveLargeTablet\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .aboveLargeTablet\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .aboveLargeTablet\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .aboveLargeTablet\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .aboveLargeTablet\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .aboveLargeTablet\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .aboveLargeTablet\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .aboveLargeTablet\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .aboveLargeTablet\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .aboveLargeTablet\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .aboveLargeTablet\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .aboveLargeTablet\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .aboveLargeTablet\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .aboveLargeTablet\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .aboveLargeTablet\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .aboveLargeTablet\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .aboveLargeTablet\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .aboveLargeTablet\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .aboveLargeTablet\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .aboveLargeTablet\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .aboveLargeTablet\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .aboveLargeTablet\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .aboveLargeTablet\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .aboveLargeTablet\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .aboveLargeTablet\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveLargeTablet\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .aboveLargeTablet\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .aboveLargeTablet\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .aboveLargeTablet\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .aboveLargeTablet\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .aboveLargeTablet\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .aboveLargeTablet\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .aboveLargeTablet\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .aboveLargeTablet\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .aboveLargeTablet\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .aboveLargeTablet\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .aboveLargeTablet\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .aboveLargeTablet\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .aboveLargeTablet\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .aboveLargeTablet\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .aboveLargeTablet\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .aboveLargeTablet\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .aboveLargeTablet\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveLargeTablet\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .aboveLargeTablet\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .aboveLargeTablet\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .aboveLargeTablet\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .aboveLargeTablet\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .aboveLargeTablet\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .aboveLargeTablet\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .aboveLargeTablet\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .aboveLargeTablet\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .aboveLargeTablet\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .aboveLargeTablet\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .aboveLargeTablet\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .aboveLargeTablet\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .aboveLargeTablet\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .aboveLargeTablet\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .aboveLargeTablet\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .aboveLargeTablet\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .aboveLargeTablet\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .aboveLargeTablet\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .aboveLargeTablet\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .aboveLargeTablet\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .aboveLargeTablet\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .aboveLargeTablet\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .aboveLargeTablet\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .aboveLargeTablet\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .aboveLargeTablet\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .aboveLargeTablet\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .aboveLargeTablet\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .aboveLargeTablet\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .aboveLargeTablet\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .aboveLargeTablet\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .aboveLargeTablet\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .aboveLargeTablet\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .aboveLargeTablet\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveLargeTablet\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .aboveLargeTablet\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .aboveLargeTablet\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .aboveLargeTablet\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .aboveLargeTablet\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .aboveLargeTablet\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .aboveLargeTablet\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .aboveLargeTablet\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .aboveLargeTablet\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .aboveLargeTablet\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .aboveLargeTablet\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .aboveLargeTablet\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .aboveLargeTablet\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .aboveLargeTablet\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .aboveLargeTablet\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .aboveLargeTablet\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .aboveLargeTablet\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .aboveLargeTablet\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveLargeTablet\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .aboveLargeTablet\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .aboveLargeTablet\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .aboveLargeTablet\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .aboveLargeTablet\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .aboveLargeTablet\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .aboveLargeTablet\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .aboveLargeTablet\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .aboveLargeTablet\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .aboveLargeTablet\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .aboveLargeTablet\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .aboveLargeTablet\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .aboveLargeTablet\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .aboveLargeTablet\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .aboveLargeTablet\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .aboveLargeTablet\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .aboveLargeTablet\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .aboveLargeTablet\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .aboveLargeTablet\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .aboveLargeTablet\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .aboveLargeTablet\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .aboveLargeTablet\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .aboveLargeTablet\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .aboveLargeTablet\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .aboveLargeTablet\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .aboveLargeTablet\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .aboveLargeTablet\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .aboveLargeTablet\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .aboveLargeTablet\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .aboveLargeTablet\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .aboveLargeTablet\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .aboveLargeTablet\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .aboveLargeTablet\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .aboveLargeTablet\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveLargeTablet\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .aboveLargeTablet\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .aboveLargeTablet\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .aboveLargeTablet\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .aboveLargeTablet\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .aboveLargeTablet\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .aboveLargeTablet\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .aboveLargeTablet\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .aboveLargeTablet\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .aboveLargeTablet\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .aboveLargeTablet\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .aboveLargeTablet\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .aboveLargeTablet\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .aboveLargeTablet\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .aboveLargeTablet\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .aboveLargeTablet\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .aboveLargeTablet\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .aboveLargeTablet\:rotate-0{
    --tw-rotate: 0deg;
  }

  .aboveLargeTablet\:rotate-1{
    --tw-rotate: 1deg;
  }

  .aboveLargeTablet\:rotate-2{
    --tw-rotate: 2deg;
  }

  .aboveLargeTablet\:rotate-3{
    --tw-rotate: 3deg;
  }

  .aboveLargeTablet\:rotate-6{
    --tw-rotate: 6deg;
  }

  .aboveLargeTablet\:rotate-12{
    --tw-rotate: 12deg;
  }

  .aboveLargeTablet\:rotate-45{
    --tw-rotate: 45deg;
  }

  .aboveLargeTablet\:rotate-90{
    --tw-rotate: 90deg;
  }

  .aboveLargeTablet\:rotate-180{
    --tw-rotate: 180deg;
  }

  .aboveLargeTablet\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .aboveLargeTablet\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .aboveLargeTablet\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .aboveLargeTablet\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .aboveLargeTablet\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .aboveLargeTablet\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .aboveLargeTablet\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .aboveLargeTablet\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .aboveLargeTablet\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .aboveLargeTablet\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .aboveLargeTablet\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .aboveLargeTablet\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .aboveLargeTablet\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .aboveLargeTablet\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .aboveLargeTablet\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .aboveLargeTablet\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .aboveLargeTablet\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .aboveLargeTablet\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .aboveLargeTablet\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .aboveLargeTablet\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .aboveLargeTablet\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .aboveLargeTablet\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .aboveLargeTablet\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .aboveLargeTablet\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .aboveLargeTablet\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .aboveLargeTablet\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .aboveLargeTablet\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .aboveLargeTablet\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .aboveLargeTablet\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .aboveLargeTablet\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .aboveLargeTablet\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .aboveLargeTablet\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .aboveLargeTablet\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .aboveLargeTablet\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .aboveLargeTablet\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .aboveLargeTablet\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .aboveLargeTablet\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .aboveLargeTablet\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .aboveLargeTablet\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .aboveLargeTablet\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .aboveLargeTablet\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .aboveLargeTablet\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .aboveLargeTablet\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .aboveLargeTablet\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .aboveLargeTablet\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .aboveLargeTablet\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .aboveLargeTablet\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .aboveLargeTablet\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .aboveLargeTablet\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .aboveLargeTablet\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .aboveLargeTablet\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .aboveLargeTablet\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .aboveLargeTablet\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .aboveLargeTablet\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .aboveLargeTablet\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .aboveLargeTablet\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .aboveLargeTablet\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .aboveLargeTablet\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .aboveLargeTablet\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .aboveLargeTablet\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .aboveLargeTablet\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .aboveLargeTablet\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .aboveLargeTablet\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .aboveLargeTablet\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .aboveLargeTablet\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .aboveLargeTablet\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .aboveLargeTablet\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .aboveLargeTablet\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .aboveLargeTablet\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .aboveLargeTablet\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .aboveLargeTablet\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .aboveLargeTablet\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .aboveLargeTablet\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .aboveLargeTablet\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .aboveLargeTablet\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .aboveLargeTablet\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .aboveLargeTablet\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .aboveLargeTablet\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .aboveLargeTablet\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .aboveLargeTablet\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .aboveLargeTablet\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .aboveLargeTablet\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .aboveLargeTablet\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .aboveLargeTablet\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .aboveLargeTablet\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .aboveLargeTablet\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .aboveLargeTablet\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .aboveLargeTablet\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .aboveLargeTablet\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .aboveLargeTablet\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .aboveLargeTablet\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .aboveLargeTablet\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .aboveLargeTablet\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .aboveLargeTablet\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .aboveLargeTablet\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .aboveLargeTablet\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .aboveLargeTablet\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .aboveLargeTablet\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .aboveLargeTablet\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .aboveLargeTablet\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .aboveLargeTablet\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .aboveLargeTablet\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .aboveLargeTablet\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .aboveLargeTablet\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .aboveLargeTablet\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .aboveLargeTablet\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .aboveLargeTablet\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .aboveLargeTablet\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .aboveLargeTablet\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveLargeTablet\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveLargeTablet\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveLargeTablet\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveLargeTablet\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveLargeTablet\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveLargeTablet\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveLargeTablet\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveLargeTablet\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveLargeTablet\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveLargeTablet\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveLargeTablet\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveLargeTablet\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveLargeTablet\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveLargeTablet\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveLargeTablet\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveLargeTablet\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveLargeTablet\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveLargeTablet\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveLargeTablet\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveLargeTablet\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveLargeTablet\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveLargeTablet\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveLargeTablet\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveLargeTablet\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveLargeTablet\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveLargeTablet\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveLargeTablet\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveLargeTablet\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveLargeTablet\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveLargeTablet\:scale-x-0{
    --tw-scale-x: 0;
  }

  .aboveLargeTablet\:scale-x-50{
    --tw-scale-x: .5;
  }

  .aboveLargeTablet\:scale-x-75{
    --tw-scale-x: .75;
  }

  .aboveLargeTablet\:scale-x-90{
    --tw-scale-x: .9;
  }

  .aboveLargeTablet\:scale-x-95{
    --tw-scale-x: .95;
  }

  .aboveLargeTablet\:scale-x-100{
    --tw-scale-x: 1;
  }

  .aboveLargeTablet\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .aboveLargeTablet\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .aboveLargeTablet\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .aboveLargeTablet\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .aboveLargeTablet\:scale-y-0{
    --tw-scale-y: 0;
  }

  .aboveLargeTablet\:scale-y-50{
    --tw-scale-y: .5;
  }

  .aboveLargeTablet\:scale-y-75{
    --tw-scale-y: .75;
  }

  .aboveLargeTablet\:scale-y-90{
    --tw-scale-y: .9;
  }

  .aboveLargeTablet\:scale-y-95{
    --tw-scale-y: .95;
  }

  .aboveLargeTablet\:scale-y-100{
    --tw-scale-y: 1;
  }

  .aboveLargeTablet\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .aboveLargeTablet\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .aboveLargeTablet\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .aboveLargeTablet\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .aboveLargeTablet\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .aboveLargeTablet\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .aboveLargeTablet\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .aboveLargeTablet\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .aboveLargeTablet\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .aboveLargeTablet\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .aboveLargeTablet\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .aboveLargeTablet\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .aboveLargeTablet\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .aboveLargeTablet\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .aboveLargeTablet\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .aboveLargeTablet\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .aboveLargeTablet\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .aboveLargeTablet\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .aboveLargeTablet\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .aboveLargeTablet\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .aboveLargeTablet\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .aboveLargeTablet\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .aboveLargeTablet\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .aboveLargeTablet\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .aboveLargeTablet\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .aboveLargeTablet\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .aboveLargeTablet\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .aboveLargeTablet\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .aboveLargeTablet\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .aboveLargeTablet\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .aboveLargeTablet\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .aboveLargeTablet\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .aboveLargeTablet\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .aboveLargeTablet\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .aboveLargeTablet\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .aboveLargeTablet\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .aboveLargeTablet\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .aboveLargeTablet\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .aboveLargeTablet\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .aboveLargeTablet\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .aboveLargeTablet\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .aboveLargeTablet\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .aboveLargeTablet\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .aboveLargeTablet\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .aboveLargeTablet\:animate-none{
    animation: none;
  }

  .aboveLargeTablet\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .aboveLargeTablet\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .aboveLargeTablet\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .aboveLargeTablet\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .aboveLargeTablet\:cursor-auto{
    cursor: auto;
  }

  .aboveLargeTablet\:cursor-default{
    cursor: default;
  }

  .aboveLargeTablet\:cursor-pointer{
    cursor: pointer;
  }

  .aboveLargeTablet\:cursor-wait{
    cursor: wait;
  }

  .aboveLargeTablet\:cursor-text{
    cursor: text;
  }

  .aboveLargeTablet\:cursor-move{
    cursor: move;
  }

  .aboveLargeTablet\:cursor-help{
    cursor: help;
  }

  .aboveLargeTablet\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .aboveLargeTablet\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .aboveLargeTablet\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .aboveLargeTablet\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .aboveLargeTablet\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .aboveLargeTablet\:resize-none{
    resize: none;
  }

  .aboveLargeTablet\:resize-y{
    resize: vertical;
  }

  .aboveLargeTablet\:resize-x{
    resize: horizontal;
  }

  .aboveLargeTablet\:resize{
    resize: both;
  }

  .aboveLargeTablet\:list-inside{
    list-style-position: inside;
  }

  .aboveLargeTablet\:list-outside{
    list-style-position: outside;
  }

  .aboveLargeTablet\:list-none{
    list-style-type: none;
  }

  .aboveLargeTablet\:list-disc{
    list-style-type: disc;
  }

  .aboveLargeTablet\:list-decimal{
    list-style-type: decimal;
  }

  .aboveLargeTablet\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .aboveLargeTablet\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .aboveLargeTablet\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .aboveLargeTablet\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .aboveLargeTablet\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .aboveLargeTablet\:grid-flow-row{
    grid-auto-flow: row;
  }

  .aboveLargeTablet\:grid-flow-col{
    grid-auto-flow: column;
  }

  .aboveLargeTablet\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .aboveLargeTablet\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .aboveLargeTablet\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .aboveLargeTablet\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .aboveLargeTablet\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .aboveLargeTablet\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .aboveLargeTablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-cols-none{
    grid-template-columns: none;
  }

  .aboveLargeTablet\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .aboveLargeTablet\:grid-rows-none{
    grid-template-rows: none;
  }

  .aboveLargeTablet\:flex-row{
    flex-direction: row;
  }

  .aboveLargeTablet\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .aboveLargeTablet\:flex-col{
    flex-direction: column;
  }

  .aboveLargeTablet\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .aboveLargeTablet\:flex-wrap{
    flex-wrap: wrap;
  }

  .aboveLargeTablet\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .aboveLargeTablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .aboveLargeTablet\:place-content-center{
    place-content: center;
  }

  .aboveLargeTablet\:place-content-start{
    place-content: start;
  }

  .aboveLargeTablet\:place-content-end{
    place-content: end;
  }

  .aboveLargeTablet\:place-content-between{
    place-content: space-between;
  }

  .aboveLargeTablet\:place-content-around{
    place-content: space-around;
  }

  .aboveLargeTablet\:place-content-evenly{
    place-content: space-evenly;
  }

  .aboveLargeTablet\:place-content-stretch{
    place-content: stretch;
  }

  .aboveLargeTablet\:place-items-start{
    place-items: start;
  }

  .aboveLargeTablet\:place-items-end{
    place-items: end;
  }

  .aboveLargeTablet\:place-items-center{
    place-items: center;
  }

  .aboveLargeTablet\:place-items-stretch{
    place-items: stretch;
  }

  .aboveLargeTablet\:content-center{
    align-content: center;
  }

  .aboveLargeTablet\:content-start{
    align-content: flex-start;
  }

  .aboveLargeTablet\:content-end{
    align-content: flex-end;
  }

  .aboveLargeTablet\:content-between{
    align-content: space-between;
  }

  .aboveLargeTablet\:content-around{
    align-content: space-around;
  }

  .aboveLargeTablet\:content-evenly{
    align-content: space-evenly;
  }

  .aboveLargeTablet\:items-start{
    align-items: flex-start;
  }

  .aboveLargeTablet\:items-end{
    align-items: flex-end;
  }

  .aboveLargeTablet\:items-center{
    align-items: center;
  }

  .aboveLargeTablet\:items-baseline{
    align-items: baseline;
  }

  .aboveLargeTablet\:items-stretch{
    align-items: stretch;
  }

  .aboveLargeTablet\:justify-start{
    justify-content: flex-start;
  }

  .aboveLargeTablet\:justify-end{
    justify-content: flex-end;
  }

  .aboveLargeTablet\:justify-center{
    justify-content: center;
  }

  .aboveLargeTablet\:justify-between{
    justify-content: space-between;
  }

  .aboveLargeTablet\:justify-around{
    justify-content: space-around;
  }

  .aboveLargeTablet\:justify-evenly{
    justify-content: space-evenly;
  }

  .aboveLargeTablet\:justify-items-start{
    justify-items: start;
  }

  .aboveLargeTablet\:justify-items-end{
    justify-items: end;
  }

  .aboveLargeTablet\:justify-items-center{
    justify-items: center;
  }

  .aboveLargeTablet\:justify-items-stretch{
    justify-items: stretch;
  }

  .aboveLargeTablet\:gap-0{
    gap: 0px;
  }

  .aboveLargeTablet\:gap-1{
    gap: 0.25rem;
  }

  .aboveLargeTablet\:gap-2{
    gap: 0.5rem;
  }

  .aboveLargeTablet\:gap-3{
    gap: 0.75rem;
  }

  .aboveLargeTablet\:gap-4{
    gap: 1rem;
  }

  .aboveLargeTablet\:gap-5{
    gap: 1.25rem;
  }

  .aboveLargeTablet\:gap-6{
    gap: 1.5rem;
  }

  .aboveLargeTablet\:gap-7{
    gap: 1.75rem;
  }

  .aboveLargeTablet\:gap-8{
    gap: 2rem;
  }

  .aboveLargeTablet\:gap-9{
    gap: 2.25rem;
  }

  .aboveLargeTablet\:gap-10{
    gap: 2.5rem;
  }

  .aboveLargeTablet\:gap-11{
    gap: 2.75rem;
  }

  .aboveLargeTablet\:gap-12{
    gap: 3rem;
  }

  .aboveLargeTablet\:gap-14{
    gap: 3.5rem;
  }

  .aboveLargeTablet\:gap-16{
    gap: 4rem;
  }

  .aboveLargeTablet\:gap-20{
    gap: 5rem;
  }

  .aboveLargeTablet\:gap-24{
    gap: 6rem;
  }

  .aboveLargeTablet\:gap-28{
    gap: 7rem;
  }

  .aboveLargeTablet\:gap-32{
    gap: 8rem;
  }

  .aboveLargeTablet\:gap-36{
    gap: 9rem;
  }

  .aboveLargeTablet\:gap-40{
    gap: 10rem;
  }

  .aboveLargeTablet\:gap-44{
    gap: 11rem;
  }

  .aboveLargeTablet\:gap-48{
    gap: 12rem;
  }

  .aboveLargeTablet\:gap-52{
    gap: 13rem;
  }

  .aboveLargeTablet\:gap-56{
    gap: 14rem;
  }

  .aboveLargeTablet\:gap-60{
    gap: 15rem;
  }

  .aboveLargeTablet\:gap-64{
    gap: 16rem;
  }

  .aboveLargeTablet\:gap-72{
    gap: 18rem;
  }

  .aboveLargeTablet\:gap-80{
    gap: 20rem;
  }

  .aboveLargeTablet\:gap-96{
    gap: 24rem;
  }

  .aboveLargeTablet\:gap-px{
    gap: 1px;
  }

  .aboveLargeTablet\:gap-0\.5{
    gap: 0.125rem;
  }

  .aboveLargeTablet\:gap-1\.5{
    gap: 0.375rem;
  }

  .aboveLargeTablet\:gap-2\.5{
    gap: 0.625rem;
  }

  .aboveLargeTablet\:gap-3\.5{
    gap: 0.875rem;
  }

  .aboveLargeTablet\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .aboveLargeTablet\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .aboveLargeTablet\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .aboveLargeTablet\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .aboveLargeTablet\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .aboveLargeTablet\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .aboveLargeTablet\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .aboveLargeTablet\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .aboveLargeTablet\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .aboveLargeTablet\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .aboveLargeTablet\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .aboveLargeTablet\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .aboveLargeTablet\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .aboveLargeTablet\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .aboveLargeTablet\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .aboveLargeTablet\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .aboveLargeTablet\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .aboveLargeTablet\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .aboveLargeTablet\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .aboveLargeTablet\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .aboveLargeTablet\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .aboveLargeTablet\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .aboveLargeTablet\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .aboveLargeTablet\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .aboveLargeTablet\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .aboveLargeTablet\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .aboveLargeTablet\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .aboveLargeTablet\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .aboveLargeTablet\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .aboveLargeTablet\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .aboveLargeTablet\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .aboveLargeTablet\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .aboveLargeTablet\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .aboveLargeTablet\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .aboveLargeTablet\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .aboveLargeTablet\:gap-y-0{
    row-gap: 0px;
  }

  .aboveLargeTablet\:gap-y-1{
    row-gap: 0.25rem;
  }

  .aboveLargeTablet\:gap-y-2{
    row-gap: 0.5rem;
  }

  .aboveLargeTablet\:gap-y-3{
    row-gap: 0.75rem;
  }

  .aboveLargeTablet\:gap-y-4{
    row-gap: 1rem;
  }

  .aboveLargeTablet\:gap-y-5{
    row-gap: 1.25rem;
  }

  .aboveLargeTablet\:gap-y-6{
    row-gap: 1.5rem;
  }

  .aboveLargeTablet\:gap-y-7{
    row-gap: 1.75rem;
  }

  .aboveLargeTablet\:gap-y-8{
    row-gap: 2rem;
  }

  .aboveLargeTablet\:gap-y-9{
    row-gap: 2.25rem;
  }

  .aboveLargeTablet\:gap-y-10{
    row-gap: 2.5rem;
  }

  .aboveLargeTablet\:gap-y-11{
    row-gap: 2.75rem;
  }

  .aboveLargeTablet\:gap-y-12{
    row-gap: 3rem;
  }

  .aboveLargeTablet\:gap-y-14{
    row-gap: 3.5rem;
  }

  .aboveLargeTablet\:gap-y-16{
    row-gap: 4rem;
  }

  .aboveLargeTablet\:gap-y-20{
    row-gap: 5rem;
  }

  .aboveLargeTablet\:gap-y-24{
    row-gap: 6rem;
  }

  .aboveLargeTablet\:gap-y-28{
    row-gap: 7rem;
  }

  .aboveLargeTablet\:gap-y-32{
    row-gap: 8rem;
  }

  .aboveLargeTablet\:gap-y-36{
    row-gap: 9rem;
  }

  .aboveLargeTablet\:gap-y-40{
    row-gap: 10rem;
  }

  .aboveLargeTablet\:gap-y-44{
    row-gap: 11rem;
  }

  .aboveLargeTablet\:gap-y-48{
    row-gap: 12rem;
  }

  .aboveLargeTablet\:gap-y-52{
    row-gap: 13rem;
  }

  .aboveLargeTablet\:gap-y-56{
    row-gap: 14rem;
  }

  .aboveLargeTablet\:gap-y-60{
    row-gap: 15rem;
  }

  .aboveLargeTablet\:gap-y-64{
    row-gap: 16rem;
  }

  .aboveLargeTablet\:gap-y-72{
    row-gap: 18rem;
  }

  .aboveLargeTablet\:gap-y-80{
    row-gap: 20rem;
  }

  .aboveLargeTablet\:gap-y-96{
    row-gap: 24rem;
  }

  .aboveLargeTablet\:gap-y-px{
    row-gap: 1px;
  }

  .aboveLargeTablet\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .aboveLargeTablet\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .aboveLargeTablet\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .aboveLargeTablet\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .aboveLargeTablet\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveLargeTablet\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .aboveLargeTablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .aboveLargeTablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .aboveLargeTablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveLargeTablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveLargeTablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveLargeTablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveLargeTablet\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveLargeTablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .aboveLargeTablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .aboveLargeTablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .aboveLargeTablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .aboveLargeTablet\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .aboveLargeTablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .aboveLargeTablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .aboveLargeTablet\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .aboveLargeTablet\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .aboveLargeTablet\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .aboveLargeTablet\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .aboveLargeTablet\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .aboveLargeTablet\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .aboveLargeTablet\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .aboveLargeTablet\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .aboveLargeTablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .aboveLargeTablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .aboveLargeTablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .aboveLargeTablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .aboveLargeTablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .aboveLargeTablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .aboveLargeTablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .aboveLargeTablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .aboveLargeTablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .aboveLargeTablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .aboveLargeTablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .aboveLargeTablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .aboveLargeTablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .aboveLargeTablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .aboveLargeTablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .aboveLargeTablet\:place-self-auto{
    place-self: auto;
  }

  .aboveLargeTablet\:place-self-start{
    place-self: start;
  }

  .aboveLargeTablet\:place-self-end{
    place-self: end;
  }

  .aboveLargeTablet\:place-self-center{
    place-self: center;
  }

  .aboveLargeTablet\:place-self-stretch{
    place-self: stretch;
  }

  .aboveLargeTablet\:self-auto{
    align-self: auto;
  }

  .aboveLargeTablet\:self-start{
    align-self: flex-start;
  }

  .aboveLargeTablet\:self-end{
    align-self: flex-end;
  }

  .aboveLargeTablet\:self-center{
    align-self: center;
  }

  .aboveLargeTablet\:self-stretch{
    align-self: stretch;
  }

  .aboveLargeTablet\:self-baseline{
    align-self: baseline;
  }

  .aboveLargeTablet\:justify-self-auto{
    justify-self: auto;
  }

  .aboveLargeTablet\:justify-self-start{
    justify-self: start;
  }

  .aboveLargeTablet\:justify-self-end{
    justify-self: end;
  }

  .aboveLargeTablet\:justify-self-center{
    justify-self: center;
  }

  .aboveLargeTablet\:justify-self-stretch{
    justify-self: stretch;
  }

  .aboveLargeTablet\:overflow-auto{
    overflow: auto;
  }

  .aboveLargeTablet\:overflow-hidden{
    overflow: hidden;
  }

  .aboveLargeTablet\:overflow-visible{
    overflow: visible;
  }

  .aboveLargeTablet\:overflow-scroll{
    overflow: scroll;
  }

  .aboveLargeTablet\:overflow-x-auto{
    overflow-x: auto;
  }

  .aboveLargeTablet\:overflow-y-auto{
    overflow-y: auto;
  }

  .aboveLargeTablet\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .aboveLargeTablet\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .aboveLargeTablet\:overflow-x-visible{
    overflow-x: visible;
  }

  .aboveLargeTablet\:overflow-y-visible{
    overflow-y: visible;
  }

  .aboveLargeTablet\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .aboveLargeTablet\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .aboveLargeTablet\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .aboveLargeTablet\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .aboveLargeTablet\:overscroll-none{
    overscroll-behavior: none;
  }

  .aboveLargeTablet\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .aboveLargeTablet\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .aboveLargeTablet\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .aboveLargeTablet\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .aboveLargeTablet\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .aboveLargeTablet\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .aboveLargeTablet\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aboveLargeTablet\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .aboveLargeTablet\:overflow-clip{
    text-overflow: clip;
  }

  .aboveLargeTablet\:whitespace-normal{
    white-space: normal;
  }

  .aboveLargeTablet\:whitespace-nowrap{
    white-space: nowrap;
  }

  .aboveLargeTablet\:whitespace-pre{
    white-space: pre;
  }

  .aboveLargeTablet\:whitespace-pre-line{
    white-space: pre-line;
  }

  .aboveLargeTablet\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .aboveLargeTablet\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .aboveLargeTablet\:break-words{
    overflow-wrap: break-word;
  }

  .aboveLargeTablet\:break-all{
    word-break: break-all;
  }

  .aboveLargeTablet\:rounded-none{
    border-radius: 0px;
  }

  .aboveLargeTablet\:rounded-sm{
    border-radius: 0.125rem;
  }

  .aboveLargeTablet\:rounded{
    border-radius: 0.25rem;
  }

  .aboveLargeTablet\:rounded-md{
    border-radius: 0.375rem;
  }

  .aboveLargeTablet\:rounded-lg{
    border-radius: 0.5rem;
  }

  .aboveLargeTablet\:rounded-xl{
    border-radius: 0.75rem;
  }

  .aboveLargeTablet\:rounded-2xl{
    border-radius: 1rem;
  }

  .aboveLargeTablet\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .aboveLargeTablet\:rounded-full{
    border-radius: 9999px;
  }

  .aboveLargeTablet\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .aboveLargeTablet\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .aboveLargeTablet\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .aboveLargeTablet\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .aboveLargeTablet\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .aboveLargeTablet\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .aboveLargeTablet\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .aboveLargeTablet\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .aboveLargeTablet\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .aboveLargeTablet\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .aboveLargeTablet\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .aboveLargeTablet\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .aboveLargeTablet\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .aboveLargeTablet\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .aboveLargeTablet\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .aboveLargeTablet\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .aboveLargeTablet\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .aboveLargeTablet\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .aboveLargeTablet\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveLargeTablet\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveLargeTablet\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveLargeTablet\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveLargeTablet\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveLargeTablet\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveLargeTablet\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveLargeTablet\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveLargeTablet\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveLargeTablet\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveLargeTablet\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveLargeTablet\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveLargeTablet\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveLargeTablet\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveLargeTablet\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveLargeTablet\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveLargeTablet\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveLargeTablet\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveLargeTablet\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .aboveLargeTablet\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .aboveLargeTablet\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .aboveLargeTablet\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .aboveLargeTablet\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .aboveLargeTablet\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .aboveLargeTablet\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .aboveLargeTablet\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .aboveLargeTablet\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .aboveLargeTablet\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .aboveLargeTablet\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .aboveLargeTablet\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .aboveLargeTablet\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .aboveLargeTablet\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .aboveLargeTablet\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .aboveLargeTablet\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .aboveLargeTablet\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .aboveLargeTablet\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .aboveLargeTablet\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .aboveLargeTablet\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .aboveLargeTablet\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .aboveLargeTablet\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .aboveLargeTablet\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .aboveLargeTablet\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .aboveLargeTablet\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .aboveLargeTablet\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .aboveLargeTablet\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .aboveLargeTablet\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .aboveLargeTablet\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .aboveLargeTablet\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .aboveLargeTablet\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .aboveLargeTablet\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .aboveLargeTablet\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .aboveLargeTablet\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .aboveLargeTablet\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .aboveLargeTablet\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .aboveLargeTablet\:border-0{
    border-width: 0px;
  }

  .aboveLargeTablet\:border-2{
    border-width: 2px;
  }

  .aboveLargeTablet\:border-4{
    border-width: 4px;
  }

  .aboveLargeTablet\:border-8{
    border-width: 8px;
  }

  .aboveLargeTablet\:border{
    border-width: 1px;
  }

  .aboveLargeTablet\:border-t-0{
    border-top-width: 0px;
  }

  .aboveLargeTablet\:border-t-2{
    border-top-width: 2px;
  }

  .aboveLargeTablet\:border-t-4{
    border-top-width: 4px;
  }

  .aboveLargeTablet\:border-t-8{
    border-top-width: 8px;
  }

  .aboveLargeTablet\:border-t{
    border-top-width: 1px;
  }

  .aboveLargeTablet\:border-r-0{
    border-right-width: 0px;
  }

  .aboveLargeTablet\:border-r-2{
    border-right-width: 2px;
  }

  .aboveLargeTablet\:border-r-4{
    border-right-width: 4px;
  }

  .aboveLargeTablet\:border-r-8{
    border-right-width: 8px;
  }

  .aboveLargeTablet\:border-r{
    border-right-width: 1px;
  }

  .aboveLargeTablet\:border-b-0{
    border-bottom-width: 0px;
  }

  .aboveLargeTablet\:border-b-2{
    border-bottom-width: 2px;
  }

  .aboveLargeTablet\:border-b-4{
    border-bottom-width: 4px;
  }

  .aboveLargeTablet\:border-b-8{
    border-bottom-width: 8px;
  }

  .aboveLargeTablet\:border-b{
    border-bottom-width: 1px;
  }

  .aboveLargeTablet\:border-l-0{
    border-left-width: 0px;
  }

  .aboveLargeTablet\:border-l-2{
    border-left-width: 2px;
  }

  .aboveLargeTablet\:border-l-4{
    border-left-width: 4px;
  }

  .aboveLargeTablet\:border-l-8{
    border-left-width: 8px;
  }

  .aboveLargeTablet\:border-l{
    border-left-width: 1px;
  }

  .aboveLargeTablet\:border-solid{
    border-style: solid;
  }

  .aboveLargeTablet\:border-dashed{
    border-style: dashed;
  }

  .aboveLargeTablet\:border-dotted{
    border-style: dotted;
  }

  .aboveLargeTablet\:border-double{
    border-style: double;
  }

  .aboveLargeTablet\:border-none{
    border-style: none;
  }

  .aboveLargeTablet\:border-transparent{
    border-color: transparent;
  }

  .aboveLargeTablet\:border-current{
    border-color: currentColor;
  }

  .aboveLargeTablet\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .aboveLargeTablet\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .aboveLargeTablet\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .aboveLargeTablet\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .aboveLargeTablet\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .aboveLargeTablet\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .aboveLargeTablet\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveLargeTablet\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .aboveLargeTablet\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .aboveLargeTablet\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .aboveLargeTablet\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .aboveLargeTablet\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .aboveLargeTablet\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .aboveLargeTablet\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .aboveLargeTablet\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .aboveLargeTablet\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .aboveLargeTablet\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .aboveLargeTablet\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .aboveLargeTablet\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .aboveLargeTablet\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .aboveLargeTablet\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .aboveLargeTablet\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .aboveLargeTablet\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .aboveLargeTablet\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .aboveLargeTablet\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .aboveLargeTablet\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .aboveLargeTablet\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .aboveLargeTablet\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .aboveLargeTablet\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .aboveLargeTablet\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .aboveLargeTablet\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .aboveLargeTablet\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .aboveLargeTablet\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .aboveLargeTablet\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .aboveLargeTablet\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .aboveLargeTablet\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .aboveLargeTablet\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .aboveLargeTablet\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .aboveLargeTablet\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .aboveLargeTablet\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .aboveLargeTablet\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .aboveLargeTablet\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .aboveLargeTablet\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .aboveLargeTablet\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .aboveLargeTablet\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .aboveLargeTablet\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .aboveLargeTablet\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .aboveLargeTablet\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .aboveLargeTablet\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .aboveLargeTablet\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .aboveLargeTablet\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .aboveLargeTablet\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .aboveLargeTablet\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .aboveLargeTablet\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .aboveLargeTablet\:bg-transparent{
    background-color: transparent;
  }

  .aboveLargeTablet\:bg-current{
    background-color: currentColor;
  }

  .aboveLargeTablet\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .aboveLargeTablet\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .aboveLargeTablet\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .aboveLargeTablet\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .aboveLargeTablet\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .aboveLargeTablet\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .aboveLargeTablet\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveLargeTablet\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .aboveLargeTablet\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .aboveLargeTablet\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .aboveLargeTablet\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .aboveLargeTablet\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .aboveLargeTablet\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .aboveLargeTablet\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .aboveLargeTablet\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .aboveLargeTablet\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .aboveLargeTablet\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .aboveLargeTablet\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .aboveLargeTablet\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .aboveLargeTablet\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .aboveLargeTablet\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .aboveLargeTablet\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .aboveLargeTablet\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .aboveLargeTablet\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .aboveLargeTablet\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .aboveLargeTablet\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .aboveLargeTablet\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .aboveLargeTablet\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .aboveLargeTablet\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .aboveLargeTablet\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .aboveLargeTablet\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .aboveLargeTablet\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .aboveLargeTablet\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .aboveLargeTablet\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .aboveLargeTablet\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .aboveLargeTablet\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .aboveLargeTablet\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .aboveLargeTablet\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .aboveLargeTablet\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .aboveLargeTablet\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .aboveLargeTablet\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .aboveLargeTablet\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .aboveLargeTablet\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .aboveLargeTablet\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .aboveLargeTablet\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .aboveLargeTablet\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .aboveLargeTablet\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .aboveLargeTablet\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .aboveLargeTablet\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .aboveLargeTablet\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .aboveLargeTablet\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .aboveLargeTablet\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .aboveLargeTablet\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .aboveLargeTablet\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .aboveLargeTablet\:bg-none{
    background-image: none;
  }

  .aboveLargeTablet\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .aboveLargeTablet\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .aboveLargeTablet\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .aboveLargeTablet\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .aboveLargeTablet\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .aboveLargeTablet\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .aboveLargeTablet\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .aboveLargeTablet\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .aboveLargeTablet\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLargeTablet\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLargeTablet\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLargeTablet\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLargeTablet\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLargeTablet\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLargeTablet\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLargeTablet\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLargeTablet\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLargeTablet\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLargeTablet\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLargeTablet\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLargeTablet\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLargeTablet\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLargeTablet\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLargeTablet\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLargeTablet\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLargeTablet\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLargeTablet\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLargeTablet\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLargeTablet\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLargeTablet\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLargeTablet\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLargeTablet\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLargeTablet\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLargeTablet\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLargeTablet\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLargeTablet\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLargeTablet\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLargeTablet\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLargeTablet\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLargeTablet\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLargeTablet\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLargeTablet\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLargeTablet\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLargeTablet\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLargeTablet\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLargeTablet\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLargeTablet\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLargeTablet\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLargeTablet\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLargeTablet\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLargeTablet\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLargeTablet\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLargeTablet\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLargeTablet\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLargeTablet\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLargeTablet\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLargeTablet\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLargeTablet\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLargeTablet\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLargeTablet\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLargeTablet\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLargeTablet\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLargeTablet\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLargeTablet\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLargeTablet\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLargeTablet\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLargeTablet\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLargeTablet\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLargeTablet\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLargeTablet\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLargeTablet\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLargeTablet\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLargeTablet\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLargeTablet\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLargeTablet\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLargeTablet\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLargeTablet\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLargeTablet\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLargeTablet\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLargeTablet\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLargeTablet\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLargeTablet\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLargeTablet\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLargeTablet\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLargeTablet\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLargeTablet\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLargeTablet\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLargeTablet\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLargeTablet\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLargeTablet\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLargeTablet\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLargeTablet\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLargeTablet\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLargeTablet\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLargeTablet\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLargeTablet\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLargeTablet\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLargeTablet\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLargeTablet\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLargeTablet\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLargeTablet\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLargeTablet\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLargeTablet\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLargeTablet\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLargeTablet\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLargeTablet\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLargeTablet\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLargeTablet\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLargeTablet\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLargeTablet\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLargeTablet\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLargeTablet\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLargeTablet\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLargeTablet\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLargeTablet\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLargeTablet\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLargeTablet\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLargeTablet\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLargeTablet\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLargeTablet\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLargeTablet\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLargeTablet\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLargeTablet\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLargeTablet\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLargeTablet\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLargeTablet\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLargeTablet\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLargeTablet\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLargeTablet\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLargeTablet\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLargeTablet\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLargeTablet\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLargeTablet\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLargeTablet\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLargeTablet\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLargeTablet\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLargeTablet\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLargeTablet\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLargeTablet\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLargeTablet\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLargeTablet\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLargeTablet\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLargeTablet\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLargeTablet\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLargeTablet\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLargeTablet\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLargeTablet\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLargeTablet\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLargeTablet\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLargeTablet\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLargeTablet\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLargeTablet\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLargeTablet\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLargeTablet\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLargeTablet\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLargeTablet\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLargeTablet\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLargeTablet\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLargeTablet\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLargeTablet\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLargeTablet\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLargeTablet\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLargeTablet\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLargeTablet\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLargeTablet\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLargeTablet\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLargeTablet\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLargeTablet\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLargeTablet\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLargeTablet\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLargeTablet\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLargeTablet\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLargeTablet\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLargeTablet\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLargeTablet\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLargeTablet\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLargeTablet\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLargeTablet\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLargeTablet\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLargeTablet\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLargeTablet\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLargeTablet\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLargeTablet\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLargeTablet\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLargeTablet\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLargeTablet\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLargeTablet\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLargeTablet\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLargeTablet\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLargeTablet\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLargeTablet\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLargeTablet\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLargeTablet\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLargeTablet\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLargeTablet\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLargeTablet\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLargeTablet\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLargeTablet\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLargeTablet\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLargeTablet\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLargeTablet\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLargeTablet\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLargeTablet\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLargeTablet\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLargeTablet\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLargeTablet\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLargeTablet\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLargeTablet\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLargeTablet\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLargeTablet\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLargeTablet\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLargeTablet\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLargeTablet\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLargeTablet\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLargeTablet\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLargeTablet\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLargeTablet\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLargeTablet\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLargeTablet\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLargeTablet\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLargeTablet\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLargeTablet\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLargeTablet\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLargeTablet\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLargeTablet\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLargeTablet\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLargeTablet\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLargeTablet\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLargeTablet\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLargeTablet\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLargeTablet\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLargeTablet\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLargeTablet\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLargeTablet\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLargeTablet\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLargeTablet\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLargeTablet\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLargeTablet\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLargeTablet\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLargeTablet\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLargeTablet\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLargeTablet\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLargeTablet\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLargeTablet\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLargeTablet\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLargeTablet\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLargeTablet\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLargeTablet\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLargeTablet\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLargeTablet\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLargeTablet\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLargeTablet\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLargeTablet\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLargeTablet\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLargeTablet\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLargeTablet\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLargeTablet\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLargeTablet\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLargeTablet\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLargeTablet\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLargeTablet\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLargeTablet\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLargeTablet\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLargeTablet\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLargeTablet\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLargeTablet\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLargeTablet\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLargeTablet\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLargeTablet\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLargeTablet\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLargeTablet\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLargeTablet\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLargeTablet\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLargeTablet\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLargeTablet\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLargeTablet\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLargeTablet\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLargeTablet\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLargeTablet\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLargeTablet\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLargeTablet\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLargeTablet\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLargeTablet\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLargeTablet\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLargeTablet\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLargeTablet\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLargeTablet\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLargeTablet\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLargeTablet\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLargeTablet\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLargeTablet\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLargeTablet\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLargeTablet\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLargeTablet\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLargeTablet\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLargeTablet\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLargeTablet\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLargeTablet\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLargeTablet\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLargeTablet\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLargeTablet\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLargeTablet\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLargeTablet\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLargeTablet\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLargeTablet\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLargeTablet\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLargeTablet\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLargeTablet\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLargeTablet\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLargeTablet\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLargeTablet\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLargeTablet\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLargeTablet\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLargeTablet\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveLargeTablet\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveLargeTablet\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveLargeTablet\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveLargeTablet\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveLargeTablet\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveLargeTablet\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveLargeTablet\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveLargeTablet\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveLargeTablet\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveLargeTablet\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveLargeTablet\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveLargeTablet\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveLargeTablet\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveLargeTablet\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveLargeTablet\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveLargeTablet\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveLargeTablet\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveLargeTablet\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveLargeTablet\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveLargeTablet\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveLargeTablet\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveLargeTablet\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveLargeTablet\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveLargeTablet\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveLargeTablet\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveLargeTablet\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveLargeTablet\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveLargeTablet\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveLargeTablet\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveLargeTablet\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveLargeTablet\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveLargeTablet\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveLargeTablet\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveLargeTablet\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveLargeTablet\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveLargeTablet\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveLargeTablet\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveLargeTablet\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveLargeTablet\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveLargeTablet\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveLargeTablet\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveLargeTablet\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveLargeTablet\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveLargeTablet\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveLargeTablet\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveLargeTablet\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveLargeTablet\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveLargeTablet\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveLargeTablet\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveLargeTablet\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveLargeTablet\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveLargeTablet\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveLargeTablet\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveLargeTablet\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveLargeTablet\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveLargeTablet\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveLargeTablet\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveLargeTablet\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveLargeTablet\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveLargeTablet\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveLargeTablet\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveLargeTablet\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveLargeTablet\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .aboveLargeTablet\:to-current{
    --tw-gradient-to: currentColor;
  }

  .aboveLargeTablet\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .aboveLargeTablet\:to-black{
    --tw-gradient-to: #000;
  }

  .aboveLargeTablet\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .aboveLargeTablet\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveLargeTablet\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveLargeTablet\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .aboveLargeTablet\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .aboveLargeTablet\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .aboveLargeTablet\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .aboveLargeTablet\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .aboveLargeTablet\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .aboveLargeTablet\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .aboveLargeTablet\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveLargeTablet\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveLargeTablet\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .aboveLargeTablet\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveLargeTablet\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .aboveLargeTablet\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveLargeTablet\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .aboveLargeTablet\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .aboveLargeTablet\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .aboveLargeTablet\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveLargeTablet\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .aboveLargeTablet\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveLargeTablet\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .aboveLargeTablet\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .aboveLargeTablet\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .aboveLargeTablet\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .aboveLargeTablet\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .aboveLargeTablet\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .aboveLargeTablet\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .aboveLargeTablet\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .aboveLargeTablet\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveLargeTablet\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .aboveLargeTablet\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveLargeTablet\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .aboveLargeTablet\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .aboveLargeTablet\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .aboveLargeTablet\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .aboveLargeTablet\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .aboveLargeTablet\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .aboveLargeTablet\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .aboveLargeTablet\:to-white{
    --tw-gradient-to: #fff;
  }

  .aboveLargeTablet\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .aboveLargeTablet\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveLargeTablet\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveLargeTablet\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveLargeTablet\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .aboveLargeTablet\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .aboveLargeTablet\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .aboveLargeTablet\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .aboveLargeTablet\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .aboveLargeTablet\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .aboveLargeTablet\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveLargeTablet\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .aboveLargeTablet\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveLargeTablet\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .aboveLargeTablet\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .aboveLargeTablet\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .aboveLargeTablet\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .aboveLargeTablet\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .aboveLargeTablet\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .aboveLargeTablet\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .aboveLargeTablet\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .aboveLargeTablet\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .aboveLargeTablet\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .aboveLargeTablet\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .aboveLargeTablet\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .aboveLargeTablet\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveLargeTablet\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveLargeTablet\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .aboveLargeTablet\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .aboveLargeTablet\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .aboveLargeTablet\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .aboveLargeTablet\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .aboveLargeTablet\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .aboveLargeTablet\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .aboveLargeTablet\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveLargeTablet\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveLargeTablet\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .aboveLargeTablet\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveLargeTablet\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .aboveLargeTablet\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveLargeTablet\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .aboveLargeTablet\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .aboveLargeTablet\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .aboveLargeTablet\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveLargeTablet\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .aboveLargeTablet\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveLargeTablet\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .aboveLargeTablet\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .aboveLargeTablet\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .aboveLargeTablet\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .aboveLargeTablet\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .aboveLargeTablet\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .aboveLargeTablet\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .aboveLargeTablet\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .aboveLargeTablet\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveLargeTablet\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .aboveLargeTablet\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveLargeTablet\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .aboveLargeTablet\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .aboveLargeTablet\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .aboveLargeTablet\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .aboveLargeTablet\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .aboveLargeTablet\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .aboveLargeTablet\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .aboveLargeTablet\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .aboveLargeTablet\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .aboveLargeTablet\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveLargeTablet\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveLargeTablet\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveLargeTablet\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .aboveLargeTablet\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .aboveLargeTablet\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .aboveLargeTablet\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .aboveLargeTablet\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .aboveLargeTablet\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .aboveLargeTablet\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveLargeTablet\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .aboveLargeTablet\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveLargeTablet\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .aboveLargeTablet\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .aboveLargeTablet\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .aboveLargeTablet\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .aboveLargeTablet\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .aboveLargeTablet\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .aboveLargeTablet\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .aboveLargeTablet\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .aboveLargeTablet\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .aboveLargeTablet\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .aboveLargeTablet\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .aboveLargeTablet\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .aboveLargeTablet\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveLargeTablet\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveLargeTablet\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .aboveLargeTablet\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .aboveLargeTablet\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .aboveLargeTablet\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .aboveLargeTablet\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .aboveLargeTablet\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .aboveLargeTablet\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .aboveLargeTablet\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveLargeTablet\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveLargeTablet\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .aboveLargeTablet\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveLargeTablet\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .aboveLargeTablet\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveLargeTablet\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .aboveLargeTablet\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .aboveLargeTablet\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .aboveLargeTablet\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveLargeTablet\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .aboveLargeTablet\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveLargeTablet\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .aboveLargeTablet\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .aboveLargeTablet\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .aboveLargeTablet\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .aboveLargeTablet\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .aboveLargeTablet\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .aboveLargeTablet\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .aboveLargeTablet\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .aboveLargeTablet\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveLargeTablet\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .aboveLargeTablet\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveLargeTablet\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .aboveLargeTablet\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .aboveLargeTablet\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .aboveLargeTablet\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .aboveLargeTablet\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .aboveLargeTablet\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .aboveLargeTablet\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .aboveLargeTablet\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .aboveLargeTablet\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .aboveLargeTablet\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveLargeTablet\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveLargeTablet\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveLargeTablet\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .aboveLargeTablet\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .aboveLargeTablet\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .aboveLargeTablet\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .aboveLargeTablet\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .aboveLargeTablet\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .aboveLargeTablet\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveLargeTablet\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .aboveLargeTablet\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveLargeTablet\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .aboveLargeTablet\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .aboveLargeTablet\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .aboveLargeTablet\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .aboveLargeTablet\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .aboveLargeTablet\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .aboveLargeTablet\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .aboveLargeTablet\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .aboveLargeTablet\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .aboveLargeTablet\:bg-auto{
    background-size: auto;
  }

  .aboveLargeTablet\:bg-cover{
    background-size: cover;
  }

  .aboveLargeTablet\:bg-contain{
    background-size: contain;
  }

  .aboveLargeTablet\:bg-fixed{
    background-attachment: fixed;
  }

  .aboveLargeTablet\:bg-local{
    background-attachment: local;
  }

  .aboveLargeTablet\:bg-scroll{
    background-attachment: scroll;
  }

  .aboveLargeTablet\:bg-clip-border{
    background-clip: border-box;
  }

  .aboveLargeTablet\:bg-clip-padding{
    background-clip: padding-box;
  }

  .aboveLargeTablet\:bg-clip-content{
    background-clip: content-box;
  }

  .aboveLargeTablet\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .aboveLargeTablet\:bg-bottom{
    background-position: bottom;
  }

  .aboveLargeTablet\:bg-center{
    background-position: center;
  }

  .aboveLargeTablet\:bg-left{
    background-position: left;
  }

  .aboveLargeTablet\:bg-left-bottom{
    background-position: left bottom;
  }

  .aboveLargeTablet\:bg-left-top{
    background-position: left top;
  }

  .aboveLargeTablet\:bg-right{
    background-position: right;
  }

  .aboveLargeTablet\:bg-right-bottom{
    background-position: right bottom;
  }

  .aboveLargeTablet\:bg-right-top{
    background-position: right top;
  }

  .aboveLargeTablet\:bg-top{
    background-position: top;
  }

  .aboveLargeTablet\:bg-repeat{
    background-repeat: repeat;
  }

  .aboveLargeTablet\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .aboveLargeTablet\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .aboveLargeTablet\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .aboveLargeTablet\:bg-repeat-round{
    background-repeat: round;
  }

  .aboveLargeTablet\:bg-repeat-space{
    background-repeat: space;
  }

  .aboveLargeTablet\:bg-origin-border{
    background-origin: border-box;
  }

  .aboveLargeTablet\:bg-origin-padding{
    background-origin: padding-box;
  }

  .aboveLargeTablet\:bg-origin-content{
    background-origin: content-box;
  }

  .aboveLargeTablet\:fill-current{
    fill: currentColor;
  }

  .aboveLargeTablet\:stroke-current{
    stroke: currentColor;
  }

  .aboveLargeTablet\:stroke-0{
    stroke-width: 0;
  }

  .aboveLargeTablet\:stroke-1{
    stroke-width: 1;
  }

  .aboveLargeTablet\:stroke-2{
    stroke-width: 2;
  }

  .aboveLargeTablet\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .aboveLargeTablet\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .aboveLargeTablet\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .aboveLargeTablet\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .aboveLargeTablet\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .aboveLargeTablet\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .aboveLargeTablet\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .aboveLargeTablet\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .aboveLargeTablet\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .aboveLargeTablet\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .aboveLargeTablet\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .aboveLargeTablet\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .aboveLargeTablet\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .aboveLargeTablet\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .aboveLargeTablet\:p-0{
    padding: 0px;
  }

  .aboveLargeTablet\:p-1{
    padding: 0.25rem;
  }

  .aboveLargeTablet\:p-2{
    padding: 0.5rem;
  }

  .aboveLargeTablet\:p-3{
    padding: 0.75rem;
  }

  .aboveLargeTablet\:p-4{
    padding: 1rem;
  }

  .aboveLargeTablet\:p-5{
    padding: 1.25rem;
  }

  .aboveLargeTablet\:p-6{
    padding: 1.5rem;
  }

  .aboveLargeTablet\:p-7{
    padding: 1.75rem;
  }

  .aboveLargeTablet\:p-8{
    padding: 2rem;
  }

  .aboveLargeTablet\:p-9{
    padding: 2.25rem;
  }

  .aboveLargeTablet\:p-10{
    padding: 2.5rem;
  }

  .aboveLargeTablet\:p-11{
    padding: 2.75rem;
  }

  .aboveLargeTablet\:p-12{
    padding: 3rem;
  }

  .aboveLargeTablet\:p-14{
    padding: 3.5rem;
  }

  .aboveLargeTablet\:p-16{
    padding: 4rem;
  }

  .aboveLargeTablet\:p-20{
    padding: 5rem;
  }

  .aboveLargeTablet\:p-24{
    padding: 6rem;
  }

  .aboveLargeTablet\:p-28{
    padding: 7rem;
  }

  .aboveLargeTablet\:p-32{
    padding: 8rem;
  }

  .aboveLargeTablet\:p-36{
    padding: 9rem;
  }

  .aboveLargeTablet\:p-40{
    padding: 10rem;
  }

  .aboveLargeTablet\:p-44{
    padding: 11rem;
  }

  .aboveLargeTablet\:p-48{
    padding: 12rem;
  }

  .aboveLargeTablet\:p-52{
    padding: 13rem;
  }

  .aboveLargeTablet\:p-56{
    padding: 14rem;
  }

  .aboveLargeTablet\:p-60{
    padding: 15rem;
  }

  .aboveLargeTablet\:p-64{
    padding: 16rem;
  }

  .aboveLargeTablet\:p-72{
    padding: 18rem;
  }

  .aboveLargeTablet\:p-80{
    padding: 20rem;
  }

  .aboveLargeTablet\:p-96{
    padding: 24rem;
  }

  .aboveLargeTablet\:p-px{
    padding: 1px;
  }

  .aboveLargeTablet\:p-0\.5{
    padding: 0.125rem;
  }

  .aboveLargeTablet\:p-1\.5{
    padding: 0.375rem;
  }

  .aboveLargeTablet\:p-2\.5{
    padding: 0.625rem;
  }

  .aboveLargeTablet\:p-3\.5{
    padding: 0.875rem;
  }

  .aboveLargeTablet\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .aboveLargeTablet\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .aboveLargeTablet\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .aboveLargeTablet\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .aboveLargeTablet\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .aboveLargeTablet\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .aboveLargeTablet\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .aboveLargeTablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .aboveLargeTablet\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aboveLargeTablet\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .aboveLargeTablet\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .aboveLargeTablet\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .aboveLargeTablet\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .aboveLargeTablet\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .aboveLargeTablet\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .aboveLargeTablet\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .aboveLargeTablet\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .aboveLargeTablet\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .aboveLargeTablet\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .aboveLargeTablet\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .aboveLargeTablet\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .aboveLargeTablet\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .aboveLargeTablet\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .aboveLargeTablet\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .aboveLargeTablet\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .aboveLargeTablet\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .aboveLargeTablet\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .aboveLargeTablet\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .aboveLargeTablet\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .aboveLargeTablet\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .aboveLargeTablet\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .aboveLargeTablet\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .aboveLargeTablet\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .aboveLargeTablet\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .aboveLargeTablet\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .aboveLargeTablet\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .aboveLargeTablet\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .aboveLargeTablet\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .aboveLargeTablet\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .aboveLargeTablet\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aboveLargeTablet\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .aboveLargeTablet\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .aboveLargeTablet\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .aboveLargeTablet\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aboveLargeTablet\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .aboveLargeTablet\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .aboveLargeTablet\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .aboveLargeTablet\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aboveLargeTablet\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .aboveLargeTablet\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .aboveLargeTablet\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .aboveLargeTablet\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .aboveLargeTablet\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .aboveLargeTablet\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .aboveLargeTablet\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .aboveLargeTablet\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .aboveLargeTablet\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .aboveLargeTablet\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .aboveLargeTablet\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .aboveLargeTablet\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .aboveLargeTablet\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .aboveLargeTablet\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .aboveLargeTablet\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .aboveLargeTablet\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .aboveLargeTablet\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .aboveLargeTablet\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .aboveLargeTablet\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .aboveLargeTablet\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .aboveLargeTablet\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .aboveLargeTablet\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .aboveLargeTablet\:pt-0{
    padding-top: 0px;
  }

  .aboveLargeTablet\:pt-1{
    padding-top: 0.25rem;
  }

  .aboveLargeTablet\:pt-2{
    padding-top: 0.5rem;
  }

  .aboveLargeTablet\:pt-3{
    padding-top: 0.75rem;
  }

  .aboveLargeTablet\:pt-4{
    padding-top: 1rem;
  }

  .aboveLargeTablet\:pt-5{
    padding-top: 1.25rem;
  }

  .aboveLargeTablet\:pt-6{
    padding-top: 1.5rem;
  }

  .aboveLargeTablet\:pt-7{
    padding-top: 1.75rem;
  }

  .aboveLargeTablet\:pt-8{
    padding-top: 2rem;
  }

  .aboveLargeTablet\:pt-9{
    padding-top: 2.25rem;
  }

  .aboveLargeTablet\:pt-10{
    padding-top: 2.5rem;
  }

  .aboveLargeTablet\:pt-11{
    padding-top: 2.75rem;
  }

  .aboveLargeTablet\:pt-12{
    padding-top: 3rem;
  }

  .aboveLargeTablet\:pt-14{
    padding-top: 3.5rem;
  }

  .aboveLargeTablet\:pt-16{
    padding-top: 4rem;
  }

  .aboveLargeTablet\:pt-20{
    padding-top: 5rem;
  }

  .aboveLargeTablet\:pt-24{
    padding-top: 6rem;
  }

  .aboveLargeTablet\:pt-28{
    padding-top: 7rem;
  }

  .aboveLargeTablet\:pt-32{
    padding-top: 8rem;
  }

  .aboveLargeTablet\:pt-36{
    padding-top: 9rem;
  }

  .aboveLargeTablet\:pt-40{
    padding-top: 10rem;
  }

  .aboveLargeTablet\:pt-44{
    padding-top: 11rem;
  }

  .aboveLargeTablet\:pt-48{
    padding-top: 12rem;
  }

  .aboveLargeTablet\:pt-52{
    padding-top: 13rem;
  }

  .aboveLargeTablet\:pt-56{
    padding-top: 14rem;
  }

  .aboveLargeTablet\:pt-60{
    padding-top: 15rem;
  }

  .aboveLargeTablet\:pt-64{
    padding-top: 16rem;
  }

  .aboveLargeTablet\:pt-72{
    padding-top: 18rem;
  }

  .aboveLargeTablet\:pt-80{
    padding-top: 20rem;
  }

  .aboveLargeTablet\:pt-96{
    padding-top: 24rem;
  }

  .aboveLargeTablet\:pt-px{
    padding-top: 1px;
  }

  .aboveLargeTablet\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .aboveLargeTablet\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .aboveLargeTablet\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .aboveLargeTablet\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .aboveLargeTablet\:pr-0{
    padding-right: 0px;
  }

  .aboveLargeTablet\:pr-1{
    padding-right: 0.25rem;
  }

  .aboveLargeTablet\:pr-2{
    padding-right: 0.5rem;
  }

  .aboveLargeTablet\:pr-3{
    padding-right: 0.75rem;
  }

  .aboveLargeTablet\:pr-4{
    padding-right: 1rem;
  }

  .aboveLargeTablet\:pr-5{
    padding-right: 1.25rem;
  }

  .aboveLargeTablet\:pr-6{
    padding-right: 1.5rem;
  }

  .aboveLargeTablet\:pr-7{
    padding-right: 1.75rem;
  }

  .aboveLargeTablet\:pr-8{
    padding-right: 2rem;
  }

  .aboveLargeTablet\:pr-9{
    padding-right: 2.25rem;
  }

  .aboveLargeTablet\:pr-10{
    padding-right: 2.5rem;
  }

  .aboveLargeTablet\:pr-11{
    padding-right: 2.75rem;
  }

  .aboveLargeTablet\:pr-12{
    padding-right: 3rem;
  }

  .aboveLargeTablet\:pr-14{
    padding-right: 3.5rem;
  }

  .aboveLargeTablet\:pr-16{
    padding-right: 4rem;
  }

  .aboveLargeTablet\:pr-20{
    padding-right: 5rem;
  }

  .aboveLargeTablet\:pr-24{
    padding-right: 6rem;
  }

  .aboveLargeTablet\:pr-28{
    padding-right: 7rem;
  }

  .aboveLargeTablet\:pr-32{
    padding-right: 8rem;
  }

  .aboveLargeTablet\:pr-36{
    padding-right: 9rem;
  }

  .aboveLargeTablet\:pr-40{
    padding-right: 10rem;
  }

  .aboveLargeTablet\:pr-44{
    padding-right: 11rem;
  }

  .aboveLargeTablet\:pr-48{
    padding-right: 12rem;
  }

  .aboveLargeTablet\:pr-52{
    padding-right: 13rem;
  }

  .aboveLargeTablet\:pr-56{
    padding-right: 14rem;
  }

  .aboveLargeTablet\:pr-60{
    padding-right: 15rem;
  }

  .aboveLargeTablet\:pr-64{
    padding-right: 16rem;
  }

  .aboveLargeTablet\:pr-72{
    padding-right: 18rem;
  }

  .aboveLargeTablet\:pr-80{
    padding-right: 20rem;
  }

  .aboveLargeTablet\:pr-96{
    padding-right: 24rem;
  }

  .aboveLargeTablet\:pr-px{
    padding-right: 1px;
  }

  .aboveLargeTablet\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .aboveLargeTablet\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .aboveLargeTablet\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .aboveLargeTablet\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .aboveLargeTablet\:pb-0{
    padding-bottom: 0px;
  }

  .aboveLargeTablet\:pb-1{
    padding-bottom: 0.25rem;
  }

  .aboveLargeTablet\:pb-2{
    padding-bottom: 0.5rem;
  }

  .aboveLargeTablet\:pb-3{
    padding-bottom: 0.75rem;
  }

  .aboveLargeTablet\:pb-4{
    padding-bottom: 1rem;
  }

  .aboveLargeTablet\:pb-5{
    padding-bottom: 1.25rem;
  }

  .aboveLargeTablet\:pb-6{
    padding-bottom: 1.5rem;
  }

  .aboveLargeTablet\:pb-7{
    padding-bottom: 1.75rem;
  }

  .aboveLargeTablet\:pb-8{
    padding-bottom: 2rem;
  }

  .aboveLargeTablet\:pb-9{
    padding-bottom: 2.25rem;
  }

  .aboveLargeTablet\:pb-10{
    padding-bottom: 2.5rem;
  }

  .aboveLargeTablet\:pb-11{
    padding-bottom: 2.75rem;
  }

  .aboveLargeTablet\:pb-12{
    padding-bottom: 3rem;
  }

  .aboveLargeTablet\:pb-14{
    padding-bottom: 3.5rem;
  }

  .aboveLargeTablet\:pb-16{
    padding-bottom: 4rem;
  }

  .aboveLargeTablet\:pb-20{
    padding-bottom: 5rem;
  }

  .aboveLargeTablet\:pb-24{
    padding-bottom: 6rem;
  }

  .aboveLargeTablet\:pb-28{
    padding-bottom: 7rem;
  }

  .aboveLargeTablet\:pb-32{
    padding-bottom: 8rem;
  }

  .aboveLargeTablet\:pb-36{
    padding-bottom: 9rem;
  }

  .aboveLargeTablet\:pb-40{
    padding-bottom: 10rem;
  }

  .aboveLargeTablet\:pb-44{
    padding-bottom: 11rem;
  }

  .aboveLargeTablet\:pb-48{
    padding-bottom: 12rem;
  }

  .aboveLargeTablet\:pb-52{
    padding-bottom: 13rem;
  }

  .aboveLargeTablet\:pb-56{
    padding-bottom: 14rem;
  }

  .aboveLargeTablet\:pb-60{
    padding-bottom: 15rem;
  }

  .aboveLargeTablet\:pb-64{
    padding-bottom: 16rem;
  }

  .aboveLargeTablet\:pb-72{
    padding-bottom: 18rem;
  }

  .aboveLargeTablet\:pb-80{
    padding-bottom: 20rem;
  }

  .aboveLargeTablet\:pb-96{
    padding-bottom: 24rem;
  }

  .aboveLargeTablet\:pb-px{
    padding-bottom: 1px;
  }

  .aboveLargeTablet\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .aboveLargeTablet\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .aboveLargeTablet\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .aboveLargeTablet\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .aboveLargeTablet\:pl-0{
    padding-left: 0px;
  }

  .aboveLargeTablet\:pl-1{
    padding-left: 0.25rem;
  }

  .aboveLargeTablet\:pl-2{
    padding-left: 0.5rem;
  }

  .aboveLargeTablet\:pl-3{
    padding-left: 0.75rem;
  }

  .aboveLargeTablet\:pl-4{
    padding-left: 1rem;
  }

  .aboveLargeTablet\:pl-5{
    padding-left: 1.25rem;
  }

  .aboveLargeTablet\:pl-6{
    padding-left: 1.5rem;
  }

  .aboveLargeTablet\:pl-7{
    padding-left: 1.75rem;
  }

  .aboveLargeTablet\:pl-8{
    padding-left: 2rem;
  }

  .aboveLargeTablet\:pl-9{
    padding-left: 2.25rem;
  }

  .aboveLargeTablet\:pl-10{
    padding-left: 2.5rem;
  }

  .aboveLargeTablet\:pl-11{
    padding-left: 2.75rem;
  }

  .aboveLargeTablet\:pl-12{
    padding-left: 3rem;
  }

  .aboveLargeTablet\:pl-14{
    padding-left: 3.5rem;
  }

  .aboveLargeTablet\:pl-16{
    padding-left: 4rem;
  }

  .aboveLargeTablet\:pl-20{
    padding-left: 5rem;
  }

  .aboveLargeTablet\:pl-24{
    padding-left: 6rem;
  }

  .aboveLargeTablet\:pl-28{
    padding-left: 7rem;
  }

  .aboveLargeTablet\:pl-32{
    padding-left: 8rem;
  }

  .aboveLargeTablet\:pl-36{
    padding-left: 9rem;
  }

  .aboveLargeTablet\:pl-40{
    padding-left: 10rem;
  }

  .aboveLargeTablet\:pl-44{
    padding-left: 11rem;
  }

  .aboveLargeTablet\:pl-48{
    padding-left: 12rem;
  }

  .aboveLargeTablet\:pl-52{
    padding-left: 13rem;
  }

  .aboveLargeTablet\:pl-56{
    padding-left: 14rem;
  }

  .aboveLargeTablet\:pl-60{
    padding-left: 15rem;
  }

  .aboveLargeTablet\:pl-64{
    padding-left: 16rem;
  }

  .aboveLargeTablet\:pl-72{
    padding-left: 18rem;
  }

  .aboveLargeTablet\:pl-80{
    padding-left: 20rem;
  }

  .aboveLargeTablet\:pl-96{
    padding-left: 24rem;
  }

  .aboveLargeTablet\:pl-px{
    padding-left: 1px;
  }

  .aboveLargeTablet\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .aboveLargeTablet\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .aboveLargeTablet\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .aboveLargeTablet\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .aboveLargeTablet\:text-left{
    text-align: left;
  }

  .aboveLargeTablet\:text-center{
    text-align: center;
  }

  .aboveLargeTablet\:text-right{
    text-align: right;
  }

  .aboveLargeTablet\:text-justify{
    text-align: justify;
  }

  .aboveLargeTablet\:align-baseline{
    vertical-align: baseline;
  }

  .aboveLargeTablet\:align-top{
    vertical-align: top;
  }

  .aboveLargeTablet\:align-middle{
    vertical-align: middle;
  }

  .aboveLargeTablet\:align-bottom{
    vertical-align: bottom;
  }

  .aboveLargeTablet\:align-text-top{
    vertical-align: text-top;
  }

  .aboveLargeTablet\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .aboveLargeTablet\:font-sans{
    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";
  }

  .aboveLargeTablet\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .aboveLargeTablet\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .aboveLargeTablet\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .aboveLargeTablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .aboveLargeTablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .aboveLargeTablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .aboveLargeTablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .aboveLargeTablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .aboveLargeTablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .aboveLargeTablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .aboveLargeTablet\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .aboveLargeTablet\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .aboveLargeTablet\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .aboveLargeTablet\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .aboveLargeTablet\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .aboveLargeTablet\:font-thin{
    font-weight: 100;
  }

  .aboveLargeTablet\:font-extralight{
    font-weight: 200;
  }

  .aboveLargeTablet\:font-light{
    font-weight: 300;
  }

  .aboveLargeTablet\:font-normal{
    font-weight: 400;
  }

  .aboveLargeTablet\:font-medium{
    font-weight: 500;
  }

  .aboveLargeTablet\:font-semibold{
    font-weight: 600;
  }

  .aboveLargeTablet\:font-bold{
    font-weight: 700;
  }

  .aboveLargeTablet\:font-extrabold{
    font-weight: 800;
  }

  .aboveLargeTablet\:font-black{
    font-weight: 900;
  }

  .aboveLargeTablet\:uppercase{
    text-transform: uppercase;
  }

  .aboveLargeTablet\:lowercase{
    text-transform: lowercase;
  }

  .aboveLargeTablet\:capitalize{
    text-transform: capitalize;
  }

  .aboveLargeTablet\:normal-case{
    text-transform: none;
  }

  .aboveLargeTablet\:italic{
    font-style: italic;
  }

  .aboveLargeTablet\:not-italic{
    font-style: normal;
  }

  .aboveLargeTablet\:ordinal, .aboveLargeTablet\:slashed-zero, .aboveLargeTablet\:lining-nums, .aboveLargeTablet\:oldstyle-nums, .aboveLargeTablet\:proportional-nums, .aboveLargeTablet\:tabular-nums, .aboveLargeTablet\:diagonal-fractions, .aboveLargeTablet\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .aboveLargeTablet\:normal-nums{
    font-variant-numeric: normal;
  }

  .aboveLargeTablet\:ordinal{
    --tw-ordinal: ordinal;
  }

  .aboveLargeTablet\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .aboveLargeTablet\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .aboveLargeTablet\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .aboveLargeTablet\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .aboveLargeTablet\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .aboveLargeTablet\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .aboveLargeTablet\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .aboveLargeTablet\:leading-3{
    line-height: .75rem;
  }

  .aboveLargeTablet\:leading-4{
    line-height: 1rem;
  }

  .aboveLargeTablet\:leading-5{
    line-height: 1.25rem;
  }

  .aboveLargeTablet\:leading-6{
    line-height: 1.5rem;
  }

  .aboveLargeTablet\:leading-7{
    line-height: 1.75rem;
  }

  .aboveLargeTablet\:leading-8{
    line-height: 2rem;
  }

  .aboveLargeTablet\:leading-9{
    line-height: 2.25rem;
  }

  .aboveLargeTablet\:leading-10{
    line-height: 2.5rem;
  }

  .aboveLargeTablet\:leading-none{
    line-height: 1;
  }

  .aboveLargeTablet\:leading-tight{
    line-height: 1.25;
  }

  .aboveLargeTablet\:leading-snug{
    line-height: 1.375;
  }

  .aboveLargeTablet\:leading-normal{
    line-height: 1.5;
  }

  .aboveLargeTablet\:leading-relaxed{
    line-height: 1.625;
  }

  .aboveLargeTablet\:leading-loose{
    line-height: 2;
  }

  .aboveLargeTablet\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .aboveLargeTablet\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .aboveLargeTablet\:tracking-normal{
    letter-spacing: 0em;
  }

  .aboveLargeTablet\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .aboveLargeTablet\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .aboveLargeTablet\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .aboveLargeTablet\:text-transparent{
    color: transparent;
  }

  .aboveLargeTablet\:text-current{
    color: currentColor;
  }

  .aboveLargeTablet\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .aboveLargeTablet\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .aboveLargeTablet\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-transparent:hover{
    color: transparent;
  }

  .aboveLargeTablet\:hover\:text-current:hover{
    color: currentColor;
  }

  .aboveLargeTablet\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-transparent:focus{
    color: transparent;
  }

  .aboveLargeTablet\:focus\:text-current:focus{
    color: currentColor;
  }

  .aboveLargeTablet\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveLargeTablet\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .aboveLargeTablet\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .aboveLargeTablet\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .aboveLargeTablet\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .aboveLargeTablet\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .aboveLargeTablet\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .aboveLargeTablet\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .aboveLargeTablet\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .aboveLargeTablet\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .aboveLargeTablet\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .aboveLargeTablet\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .aboveLargeTablet\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .aboveLargeTablet\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .aboveLargeTablet\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .aboveLargeTablet\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .aboveLargeTablet\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .aboveLargeTablet\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .aboveLargeTablet\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .aboveLargeTablet\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .aboveLargeTablet\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .aboveLargeTablet\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .aboveLargeTablet\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .aboveLargeTablet\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .aboveLargeTablet\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .aboveLargeTablet\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .aboveLargeTablet\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .aboveLargeTablet\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .aboveLargeTablet\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .aboveLargeTablet\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .aboveLargeTablet\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .aboveLargeTablet\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .aboveLargeTablet\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .aboveLargeTablet\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .aboveLargeTablet\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .aboveLargeTablet\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .aboveLargeTablet\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .aboveLargeTablet\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .aboveLargeTablet\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .aboveLargeTablet\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .aboveLargeTablet\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .aboveLargeTablet\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .aboveLargeTablet\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .aboveLargeTablet\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .aboveLargeTablet\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .aboveLargeTablet\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .aboveLargeTablet\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .aboveLargeTablet\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .aboveLargeTablet\:underline{
    text-decoration: underline;
  }

  .aboveLargeTablet\:line-through{
    text-decoration: line-through;
  }

  .aboveLargeTablet\:no-underline{
    text-decoration: none;
  }

  .group:hover .aboveLargeTablet\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .aboveLargeTablet\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .aboveLargeTablet\:group-hover\:no-underline{
    text-decoration: none;
  }

  .aboveLargeTablet\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .aboveLargeTablet\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .aboveLargeTablet\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .aboveLargeTablet\:hover\:underline:hover{
    text-decoration: underline;
  }

  .aboveLargeTablet\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .aboveLargeTablet\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .aboveLargeTablet\:focus\:underline:focus{
    text-decoration: underline;
  }

  .aboveLargeTablet\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .aboveLargeTablet\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .aboveLargeTablet\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .aboveLargeTablet\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .aboveLargeTablet\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .aboveLargeTablet\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .aboveLargeTablet\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .aboveLargeTablet\:placeholder-current::placeholder{
    color: currentColor;
  }

  .aboveLargeTablet\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .aboveLargeTablet\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .aboveLargeTablet\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .aboveLargeTablet\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .aboveLargeTablet\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveLargeTablet\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveLargeTablet\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveLargeTablet\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveLargeTablet\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveLargeTablet\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveLargeTablet\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveLargeTablet\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveLargeTablet\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveLargeTablet\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveLargeTablet\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveLargeTablet\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveLargeTablet\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveLargeTablet\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveLargeTablet\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveLargeTablet\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveLargeTablet\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveLargeTablet\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveLargeTablet\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveLargeTablet\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveLargeTablet\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveLargeTablet\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveLargeTablet\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveLargeTablet\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveLargeTablet\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveLargeTablet\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveLargeTablet\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveLargeTablet\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveLargeTablet\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveLargeTablet\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveLargeTablet\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveLargeTablet\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveLargeTablet\:opacity-0{
    opacity: 0;
  }

  .aboveLargeTablet\:opacity-5{
    opacity: 0.05;
  }

  .aboveLargeTablet\:opacity-10{
    opacity: 0.1;
  }

  .aboveLargeTablet\:opacity-20{
    opacity: 0.2;
  }

  .aboveLargeTablet\:opacity-25{
    opacity: 0.25;
  }

  .aboveLargeTablet\:opacity-30{
    opacity: 0.3;
  }

  .aboveLargeTablet\:opacity-40{
    opacity: 0.4;
  }

  .aboveLargeTablet\:opacity-50{
    opacity: 0.5;
  }

  .aboveLargeTablet\:opacity-60{
    opacity: 0.6;
  }

  .aboveLargeTablet\:opacity-70{
    opacity: 0.7;
  }

  .aboveLargeTablet\:opacity-75{
    opacity: 0.75;
  }

  .aboveLargeTablet\:opacity-80{
    opacity: 0.8;
  }

  .aboveLargeTablet\:opacity-90{
    opacity: 0.9;
  }

  .aboveLargeTablet\:opacity-95{
    opacity: 0.95;
  }

  .aboveLargeTablet\:opacity-100{
    opacity: 1;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .aboveLargeTablet\:group-hover\:opacity-100{
    opacity: 1;
  }

  .aboveLargeTablet\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .aboveLargeTablet\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .aboveLargeTablet\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .aboveLargeTablet\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .aboveLargeTablet\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .aboveLargeTablet\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .aboveLargeTablet\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .aboveLargeTablet\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .aboveLargeTablet\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .aboveLargeTablet\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .aboveLargeTablet\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .aboveLargeTablet\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .aboveLargeTablet\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .aboveLargeTablet\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .aboveLargeTablet\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .aboveLargeTablet\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .aboveLargeTablet\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .aboveLargeTablet\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .aboveLargeTablet\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .aboveLargeTablet\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .aboveLargeTablet\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .aboveLargeTablet\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .aboveLargeTablet\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .aboveLargeTablet\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .aboveLargeTablet\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .aboveLargeTablet\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .aboveLargeTablet\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .aboveLargeTablet\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .aboveLargeTablet\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .aboveLargeTablet\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .aboveLargeTablet\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .aboveLargeTablet\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .aboveLargeTablet\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .aboveLargeTablet\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .aboveLargeTablet\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .aboveLargeTablet\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .aboveLargeTablet\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .aboveLargeTablet\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .aboveLargeTablet\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .aboveLargeTablet\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .aboveLargeTablet\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .aboveLargeTablet\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .aboveLargeTablet\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .aboveLargeTablet\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .aboveLargeTablet\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .aboveLargeTablet\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .aboveLargeTablet\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .aboveLargeTablet\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .aboveLargeTablet\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .aboveLargeTablet\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .aboveLargeTablet\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .aboveLargeTablet\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .aboveLargeTablet\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .aboveLargeTablet\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .aboveLargeTablet\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .aboveLargeTablet\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .aboveLargeTablet\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .aboveLargeTablet\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .aboveLargeTablet\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .aboveLargeTablet\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .aboveLargeTablet\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .aboveLargeTablet\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .aboveLargeTablet\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .aboveLargeTablet\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .aboveLargeTablet\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .aboveLargeTablet\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .aboveLargeTablet\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .aboveLargeTablet\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .aboveLargeTablet\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .aboveLargeTablet\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .aboveLargeTablet\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .aboveLargeTablet\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .aboveLargeTablet\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .aboveLargeTablet\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .aboveLargeTablet\:bg-blend-color{
    background-blend-mode: color;
  }

  .aboveLargeTablet\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .aboveLargeTablet\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .aboveLargeTablet\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .aboveLargeTablet\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .aboveLargeTablet\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .aboveLargeTablet\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .aboveLargeTablet\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .aboveLargeTablet\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .aboveLargeTablet\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .aboveLargeTablet\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .aboveLargeTablet\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .aboveLargeTablet\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .aboveLargeTablet\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .aboveLargeTablet\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .aboveLargeTablet\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .aboveLargeTablet\:mix-blend-color{
    mix-blend-mode: color;
  }

  .aboveLargeTablet\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .aboveLargeTablet\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLargeTablet\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLargeTablet\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLargeTablet\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLargeTablet\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLargeTablet\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLargeTablet\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLargeTablet\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveLargeTablet\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveLargeTablet\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveLargeTablet\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveLargeTablet\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveLargeTablet\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveLargeTablet\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveLargeTablet\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveLargeTablet\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveLargeTablet\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveLargeTablet\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveLargeTablet\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveLargeTablet\:ring-inset{
    --tw-ring-inset: inset;
  }

  .aboveLargeTablet\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .aboveLargeTablet\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .aboveLargeTablet\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .aboveLargeTablet\:ring-current{
    --tw-ring-color: currentColor;
  }

  .aboveLargeTablet\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .aboveLargeTablet\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .aboveLargeTablet\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .aboveLargeTablet\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .aboveLargeTablet\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveLargeTablet\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .aboveLargeTablet\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .aboveLargeTablet\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .aboveLargeTablet\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .aboveLargeTablet\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .aboveLargeTablet\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .aboveLargeTablet\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .aboveLargeTablet\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .aboveLargeTablet\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .aboveLargeTablet\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .aboveLargeTablet\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .aboveLargeTablet\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .aboveLargeTablet\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .aboveLargeTablet\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .aboveLargeTablet\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .aboveLargeTablet\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .aboveLargeTablet\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .aboveLargeTablet\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .aboveLargeTablet\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .aboveLargeTablet\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .aboveLargeTablet\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .aboveLargeTablet\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .aboveLargeTablet\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .aboveLargeTablet\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .aboveLargeTablet\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .aboveLargeTablet\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .aboveLargeTablet\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .aboveLargeTablet\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .aboveLargeTablet\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .aboveLargeTablet\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .aboveLargeTablet\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .aboveLargeTablet\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .aboveLargeTablet\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .aboveLargeTablet\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .aboveLargeTablet\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .aboveLargeTablet\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .aboveLargeTablet\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .aboveLargeTablet\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .aboveLargeTablet\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .aboveLargeTablet\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .aboveLargeTablet\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .aboveLargeTablet\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .aboveLargeTablet\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .aboveLargeTablet\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .aboveLargeTablet\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .aboveLargeTablet\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveLargeTablet\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveLargeTablet\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveLargeTablet\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveLargeTablet\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveLargeTablet\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveLargeTablet\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveLargeTablet\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .aboveLargeTablet\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveLargeTablet\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .aboveLargeTablet\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveLargeTablet\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveLargeTablet\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveLargeTablet\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveLargeTablet\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveLargeTablet\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveLargeTablet\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveLargeTablet\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveLargeTablet\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .aboveLargeTablet\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveLargeTablet\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveLargeTablet\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveLargeTablet\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveLargeTablet\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveLargeTablet\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveLargeTablet\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveLargeTablet\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveLargeTablet\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .aboveLargeTablet\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveLargeTablet\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .aboveLargeTablet\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveLargeTablet\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveLargeTablet\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveLargeTablet\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveLargeTablet\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveLargeTablet\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveLargeTablet\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveLargeTablet\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveLargeTablet\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .aboveLargeTablet\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .aboveLargeTablet\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .aboveLargeTablet\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveLargeTablet\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveLargeTablet\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveLargeTablet\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveLargeTablet\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveLargeTablet\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveLargeTablet\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveLargeTablet\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveLargeTablet\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveLargeTablet\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .aboveLargeTablet\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveLargeTablet\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveLargeTablet\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveLargeTablet\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .aboveLargeTablet\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveLargeTablet\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveLargeTablet\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveLargeTablet\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .aboveLargeTablet\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .aboveLargeTablet\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .aboveLargeTablet\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .aboveLargeTablet\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .aboveLargeTablet\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .aboveLargeTablet\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .aboveLargeTablet\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .aboveLargeTablet\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveLargeTablet\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveLargeTablet\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveLargeTablet\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveLargeTablet\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveLargeTablet\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveLargeTablet\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveLargeTablet\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .aboveLargeTablet\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveLargeTablet\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .aboveLargeTablet\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveLargeTablet\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveLargeTablet\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveLargeTablet\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveLargeTablet\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveLargeTablet\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveLargeTablet\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveLargeTablet\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveLargeTablet\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .aboveLargeTablet\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveLargeTablet\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveLargeTablet\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveLargeTablet\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveLargeTablet\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveLargeTablet\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveLargeTablet\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveLargeTablet\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveLargeTablet\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .aboveLargeTablet\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveLargeTablet\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .aboveLargeTablet\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveLargeTablet\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveLargeTablet\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveLargeTablet\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveLargeTablet\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveLargeTablet\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveLargeTablet\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveLargeTablet\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveLargeTablet\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .aboveLargeTablet\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .aboveLargeTablet\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .aboveLargeTablet\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveLargeTablet\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveLargeTablet\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveLargeTablet\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveLargeTablet\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveLargeTablet\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveLargeTablet\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveLargeTablet\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveLargeTablet\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveLargeTablet\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .aboveLargeTablet\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveLargeTablet\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveLargeTablet\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveLargeTablet\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .aboveLargeTablet\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveLargeTablet\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveLargeTablet\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveLargeTablet\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .aboveLargeTablet\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .aboveLargeTablet\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .aboveLargeTablet\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .aboveLargeTablet\:filter-none{
    filter: none;
  }

  .aboveLargeTablet\:blur-0{
    --tw-blur: blur(0);
  }

  .aboveLargeTablet\:blur-none{
    --tw-blur: blur(0);
  }

  .aboveLargeTablet\:blur-sm{
    --tw-blur: blur(4px);
  }

  .aboveLargeTablet\:blur{
    --tw-blur: blur(8px);
  }

  .aboveLargeTablet\:blur-md{
    --tw-blur: blur(12px);
  }

  .aboveLargeTablet\:blur-lg{
    --tw-blur: blur(16px);
  }

  .aboveLargeTablet\:blur-xl{
    --tw-blur: blur(24px);
  }

  .aboveLargeTablet\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .aboveLargeTablet\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .aboveLargeTablet\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .aboveLargeTablet\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .aboveLargeTablet\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .aboveLargeTablet\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .aboveLargeTablet\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .aboveLargeTablet\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .aboveLargeTablet\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .aboveLargeTablet\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .aboveLargeTablet\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .aboveLargeTablet\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .aboveLargeTablet\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .aboveLargeTablet\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .aboveLargeTablet\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .aboveLargeTablet\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .aboveLargeTablet\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .aboveLargeTablet\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .aboveLargeTablet\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .aboveLargeTablet\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .aboveLargeTablet\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .aboveLargeTablet\: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));
  }

  .aboveLargeTablet\: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));
  }

  .aboveLargeTablet\: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));
  }

  .aboveLargeTablet\: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));
  }

  .aboveLargeTablet\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .aboveLargeTablet\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .aboveLargeTablet\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .aboveLargeTablet\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .aboveLargeTablet\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .aboveLargeTablet\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .aboveLargeTablet\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .aboveLargeTablet\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .aboveLargeTablet\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .aboveLargeTablet\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .aboveLargeTablet\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .aboveLargeTablet\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .aboveLargeTablet\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .aboveLargeTablet\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .aboveLargeTablet\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .aboveLargeTablet\:invert-0{
    --tw-invert: invert(0);
  }

  .aboveLargeTablet\:invert{
    --tw-invert: invert(100%);
  }

  .aboveLargeTablet\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .aboveLargeTablet\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .aboveLargeTablet\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .aboveLargeTablet\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .aboveLargeTablet\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .aboveLargeTablet\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .aboveLargeTablet\:sepia{
    --tw-sepia: sepia(100%);
  }

  .aboveLargeTablet\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .aboveLargeTablet\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .aboveLargeTablet\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .aboveLargeTablet\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .aboveLargeTablet\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .aboveLargeTablet\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .aboveLargeTablet\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .aboveLargeTablet\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .aboveLargeTablet\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .aboveLargeTablet\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .aboveLargeTablet\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .aboveLargeTablet\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .aboveLargeTablet\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .aboveLargeTablet\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .aboveLargeTablet\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .aboveLargeTablet\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .aboveLargeTablet\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .aboveLargeTablet\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .aboveLargeTablet\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .aboveLargeTablet\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .aboveLargeTablet\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .aboveLargeTablet\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .aboveLargeTablet\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .aboveLargeTablet\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .aboveLargeTablet\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .aboveLargeTablet\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .aboveLargeTablet\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .aboveLargeTablet\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .aboveLargeTablet\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .aboveLargeTablet\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .aboveLargeTablet\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .aboveLargeTablet\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .aboveLargeTablet\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .aboveLargeTablet\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .aboveLargeTablet\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .aboveLargeTablet\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .aboveLargeTablet\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .aboveLargeTablet\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .aboveLargeTablet\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .aboveLargeTablet\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .aboveLargeTablet\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .aboveLargeTablet\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .aboveLargeTablet\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .aboveLargeTablet\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .aboveLargeTablet\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .aboveLargeTablet\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .aboveLargeTablet\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .aboveLargeTablet\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .aboveLargeTablet\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .aboveLargeTablet\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .aboveLargeTablet\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .aboveLargeTablet\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .aboveLargeTablet\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .aboveLargeTablet\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .aboveLargeTablet\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .aboveLargeTablet\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .aboveLargeTablet\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .aboveLargeTablet\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .aboveLargeTablet\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .aboveLargeTablet\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .aboveLargeTablet\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .aboveLargeTablet\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .aboveLargeTablet\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .aboveLargeTablet\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .aboveLargeTablet\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .aboveLargeTablet\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .aboveLargeTablet\:transition-none{
    transition-property: none;
  }

  .aboveLargeTablet\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLargeTablet\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLargeTablet\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLargeTablet\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLargeTablet\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLargeTablet\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveLargeTablet\:delay-75{
    transition-delay: 75ms;
  }

  .aboveLargeTablet\:delay-100{
    transition-delay: 100ms;
  }

  .aboveLargeTablet\:delay-150{
    transition-delay: 150ms;
  }

  .aboveLargeTablet\:delay-200{
    transition-delay: 200ms;
  }

  .aboveLargeTablet\:delay-300{
    transition-delay: 300ms;
  }

  .aboveLargeTablet\:delay-500{
    transition-delay: 500ms;
  }

  .aboveLargeTablet\:delay-700{
    transition-delay: 700ms;
  }

  .aboveLargeTablet\:delay-1000{
    transition-delay: 1000ms;
  }

  .aboveLargeTablet\:duration-75{
    transition-duration: 75ms;
  }

  .aboveLargeTablet\:duration-100{
    transition-duration: 100ms;
  }

  .aboveLargeTablet\:duration-150{
    transition-duration: 150ms;
  }

  .aboveLargeTablet\:duration-200{
    transition-duration: 200ms;
  }

  .aboveLargeTablet\:duration-300{
    transition-duration: 300ms;
  }

  .aboveLargeTablet\:duration-500{
    transition-duration: 500ms;
  }

  .aboveLargeTablet\:duration-700{
    transition-duration: 700ms;
  }

  .aboveLargeTablet\:duration-1000{
    transition-duration: 1000ms;
  }

  .aboveLargeTablet\:ease-linear{
    transition-timing-function: linear;
  }

  .aboveLargeTablet\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .aboveLargeTablet\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .aboveLargeTablet\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1031px){
  .aboveTablet\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .aboveTablet\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .aboveTablet\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .aboveTablet\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .aboveTablet\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .aboveTablet\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .aboveTablet\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .aboveTablet\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .aboveTablet\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .aboveTablet\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .aboveTablet\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .aboveTablet\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .aboveTablet\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .aboveTablet\:container{
      max-width: 1701px;
    }
  }

  .aboveTablet\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .aboveTablet\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveTablet\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .aboveTablet\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .aboveTablet\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveTablet\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .aboveTablet\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .aboveTablet\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .aboveTablet\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .aboveTablet\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveTablet\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .aboveTablet\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .aboveTablet\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .aboveTablet\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveTablet\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .aboveTablet\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveTablet\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .aboveTablet\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .aboveTablet\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .aboveTablet\:prose code::before{
    content: "`";
  }

  .aboveTablet\:prose code::after{
    content: "`";
  }

  .aboveTablet\:prose a code{
    color: #111827;
  }

  .aboveTablet\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .aboveTablet\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .aboveTablet\:prose pre code::before{
    content: "";
  }

  .aboveTablet\:prose pre code::after{
    content: "";
  }

  .aboveTablet\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .aboveTablet\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .aboveTablet\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveTablet\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .aboveTablet\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .aboveTablet\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveTablet\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .aboveTablet\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveTablet\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveTablet\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveTablet\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveTablet\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveTablet\:prose h2 code{
    font-size: 0.875em;
  }

  .aboveTablet\:prose h3 code{
    font-size: 0.9em;
  }

  .aboveTablet\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveTablet\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveTablet\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveTablet\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveTablet\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveTablet\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveTablet\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveTablet\:prose ul ul, .aboveTablet\:prose ul ol, .aboveTablet\:prose ol ul, .aboveTablet\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveTablet\:prose hr + *{
    margin-top: 0;
  }

  .aboveTablet\:prose h2 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose h3 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose h4 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose thead th:first-child{
    padding-left: 0;
  }

  .aboveTablet\:prose thead th:last-child{
    padding-right: 0;
  }

  .aboveTablet\:prose tbody td:first-child{
    padding-left: 0;
  }

  .aboveTablet\:prose tbody td:last-child{
    padding-right: 0;
  }

  .aboveTablet\:prose > :first-child{
    margin-top: 0;
  }

  .aboveTablet\:prose > :last-child{
    margin-bottom: 0;
  }

  .aboveTablet\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .aboveTablet\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveTablet\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveTablet\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .aboveTablet\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .aboveTablet\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .aboveTablet\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveTablet\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .aboveTablet\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveTablet\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveTablet\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveTablet\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveTablet\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .aboveTablet\:prose-sm code{
    font-size: 0.8571429em;
  }

  .aboveTablet\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .aboveTablet\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .aboveTablet\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveTablet\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveTablet\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveTablet\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .aboveTablet\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .aboveTablet\:prose-sm ol > li::before{
    left: 0;
  }

  .aboveTablet\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .aboveTablet\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .aboveTablet\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveTablet\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveTablet\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveTablet\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveTablet\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveTablet\:prose-sm ul ul, .aboveTablet\:prose-sm ul ol, .aboveTablet\:prose-sm ol ul, .aboveTablet\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveTablet\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .aboveTablet\:prose-sm hr + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-sm h2 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-sm h3 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-sm h4 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .aboveTablet\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveTablet\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .aboveTablet\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .aboveTablet\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveTablet\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .aboveTablet\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .aboveTablet\:prose-sm > :first-child{
    margin-top: 0;
  }

  .aboveTablet\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .aboveTablet\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .aboveTablet\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveTablet\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .aboveTablet\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .aboveTablet\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .aboveTablet\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .aboveTablet\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveTablet\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveTablet\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveTablet\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveTablet\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveTablet\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveTablet\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .aboveTablet\:prose-lg code{
    font-size: 0.8888889em;
  }

  .aboveTablet\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .aboveTablet\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .aboveTablet\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .aboveTablet\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveTablet\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveTablet\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveTablet\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .aboveTablet\:prose-lg ol > li::before{
    left: 0;
  }

  .aboveTablet\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .aboveTablet\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .aboveTablet\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveTablet\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveTablet\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveTablet\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveTablet\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveTablet\:prose-lg ul ul, .aboveTablet\:prose-lg ul ol, .aboveTablet\:prose-lg ol ul, .aboveTablet\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveTablet\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .aboveTablet\:prose-lg hr + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-lg h2 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-lg h3 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-lg h4 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .aboveTablet\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveTablet\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .aboveTablet\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .aboveTablet\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveTablet\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .aboveTablet\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .aboveTablet\:prose-lg > :first-child{
    margin-top: 0;
  }

  .aboveTablet\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .aboveTablet\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .aboveTablet\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveTablet\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .aboveTablet\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .aboveTablet\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .aboveTablet\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveTablet\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .aboveTablet\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveTablet\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveTablet\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveTablet\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveTablet\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveTablet\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .aboveTablet\:prose-xl code{
    font-size: 0.9em;
  }

  .aboveTablet\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .aboveTablet\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .aboveTablet\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .aboveTablet\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveTablet\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveTablet\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .aboveTablet\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .aboveTablet\:prose-xl ol > li::before{
    left: 0;
  }

  .aboveTablet\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .aboveTablet\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .aboveTablet\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveTablet\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveTablet\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveTablet\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveTablet\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveTablet\:prose-xl ul ul, .aboveTablet\:prose-xl ul ol, .aboveTablet\:prose-xl ol ul, .aboveTablet\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveTablet\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .aboveTablet\:prose-xl hr + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-xl h2 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-xl h3 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-xl h4 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .aboveTablet\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveTablet\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .aboveTablet\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .aboveTablet\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveTablet\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveTablet\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveTablet\:prose-xl > :first-child{
    margin-top: 0;
  }

  .aboveTablet\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .aboveTablet\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .aboveTablet\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveTablet\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .aboveTablet\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .aboveTablet\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .aboveTablet\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .aboveTablet\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .aboveTablet\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveTablet\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveTablet\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveTablet\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveTablet\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveTablet\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .aboveTablet\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .aboveTablet\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .aboveTablet\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .aboveTablet\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .aboveTablet\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveTablet\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveTablet\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveTablet\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .aboveTablet\:prose-2xl ol > li::before{
    left: 0;
  }

  .aboveTablet\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .aboveTablet\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .aboveTablet\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .aboveTablet\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveTablet\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveTablet\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveTablet\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveTablet\:prose-2xl ul ul, .aboveTablet\:prose-2xl ul ol, .aboveTablet\:prose-2xl ol ul, .aboveTablet\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveTablet\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveTablet\:prose-2xl hr + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .aboveTablet\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .aboveTablet\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveTablet\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .aboveTablet\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .aboveTablet\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveTablet\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveTablet\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveTablet\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .aboveTablet\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .aboveTablet\:prose-blue{
  }

  .aboveTablet\:prose-red{
  }

  .aboveTablet\:prose-pink{
  }

  .aboveTablet\:prose-indigo a{
    color: #4f46e5;
  }

  .aboveTablet\:prose-indigo a code{
    color: #4f46e5;
  }

  .aboveTablet\:prose-green a{
    color: #16a34a;
  }

  .aboveTablet\:prose-green a code{
    color: #16a34a;
  }

  .aboveTablet\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveTablet\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveTablet\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveTablet\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveTablet\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveTablet\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveTablet\:pointer-events-none{
    pointer-events: none;
  }

  .aboveTablet\:pointer-events-auto{
    pointer-events: auto;
  }

  .aboveTablet\:visible{
    visibility: visible;
  }

  .aboveTablet\:invisible{
    visibility: hidden;
  }

  .aboveTablet\:static{
    position: static;
  }

  .aboveTablet\:fixed{
    position: fixed;
  }

  .aboveTablet\:absolute{
    position: absolute;
  }

  .aboveTablet\:relative{
    position: relative;
  }

  .aboveTablet\:sticky{
    position: sticky;
  }

  .aboveTablet\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveTablet\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .aboveTablet\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .aboveTablet\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .aboveTablet\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .aboveTablet\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .aboveTablet\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .aboveTablet\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .aboveTablet\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .aboveTablet\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .aboveTablet\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .aboveTablet\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .aboveTablet\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .aboveTablet\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .aboveTablet\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .aboveTablet\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .aboveTablet\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .aboveTablet\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .aboveTablet\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .aboveTablet\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .aboveTablet\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .aboveTablet\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .aboveTablet\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .aboveTablet\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .aboveTablet\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .aboveTablet\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .aboveTablet\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .aboveTablet\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .aboveTablet\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .aboveTablet\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .aboveTablet\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .aboveTablet\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .aboveTablet\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .aboveTablet\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .aboveTablet\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .aboveTablet\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .aboveTablet\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveTablet\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .aboveTablet\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .aboveTablet\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .aboveTablet\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .aboveTablet\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .aboveTablet\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .aboveTablet\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .aboveTablet\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .aboveTablet\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .aboveTablet\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .aboveTablet\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .aboveTablet\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .aboveTablet\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .aboveTablet\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .aboveTablet\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .aboveTablet\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .aboveTablet\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .aboveTablet\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .aboveTablet\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .aboveTablet\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .aboveTablet\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .aboveTablet\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .aboveTablet\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .aboveTablet\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .aboveTablet\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .aboveTablet\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .aboveTablet\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .aboveTablet\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .aboveTablet\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .aboveTablet\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .aboveTablet\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .aboveTablet\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .aboveTablet\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .aboveTablet\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .aboveTablet\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveTablet\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .aboveTablet\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .aboveTablet\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .aboveTablet\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveTablet\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .aboveTablet\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .aboveTablet\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveTablet\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .aboveTablet\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .aboveTablet\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .aboveTablet\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveTablet\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .aboveTablet\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .aboveTablet\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveTablet\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .aboveTablet\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .aboveTablet\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .aboveTablet\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .aboveTablet\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .aboveTablet\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .aboveTablet\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .aboveTablet\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .aboveTablet\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .aboveTablet\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .aboveTablet\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .aboveTablet\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .aboveTablet\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .aboveTablet\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .aboveTablet\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .aboveTablet\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .aboveTablet\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .aboveTablet\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .aboveTablet\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .aboveTablet\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .aboveTablet\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .aboveTablet\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .aboveTablet\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .aboveTablet\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .aboveTablet\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .aboveTablet\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .aboveTablet\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .aboveTablet\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .aboveTablet\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .aboveTablet\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .aboveTablet\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .aboveTablet\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .aboveTablet\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .aboveTablet\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .aboveTablet\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .aboveTablet\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveTablet\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .aboveTablet\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .aboveTablet\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .aboveTablet\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .aboveTablet\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .aboveTablet\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .aboveTablet\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .aboveTablet\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .aboveTablet\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .aboveTablet\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .aboveTablet\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .aboveTablet\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .aboveTablet\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .aboveTablet\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .aboveTablet\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .aboveTablet\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .aboveTablet\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .aboveTablet\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .aboveTablet\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .aboveTablet\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .aboveTablet\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .aboveTablet\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .aboveTablet\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .aboveTablet\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .aboveTablet\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .aboveTablet\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .aboveTablet\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .aboveTablet\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .aboveTablet\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .aboveTablet\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .aboveTablet\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .aboveTablet\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .aboveTablet\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .aboveTablet\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .aboveTablet\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .aboveTablet\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .aboveTablet\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .aboveTablet\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .aboveTablet\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .aboveTablet\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .aboveTablet\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .aboveTablet\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .aboveTablet\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .aboveTablet\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .aboveTablet\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .aboveTablet\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .aboveTablet\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .aboveTablet\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .aboveTablet\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveTablet\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .aboveTablet\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .aboveTablet\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .aboveTablet\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .aboveTablet\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .aboveTablet\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .aboveTablet\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .aboveTablet\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .aboveTablet\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .aboveTablet\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .aboveTablet\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .aboveTablet\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .aboveTablet\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .aboveTablet\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .aboveTablet\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .aboveTablet\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .aboveTablet\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .aboveTablet\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .aboveTablet\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .aboveTablet\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .aboveTablet\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .aboveTablet\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .aboveTablet\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .aboveTablet\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .aboveTablet\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .aboveTablet\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .aboveTablet\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .aboveTablet\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .aboveTablet\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .aboveTablet\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .aboveTablet\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .aboveTablet\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .aboveTablet\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .aboveTablet\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .aboveTablet\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .aboveTablet\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveTablet\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .aboveTablet\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .aboveTablet\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .aboveTablet\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .aboveTablet\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .aboveTablet\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .aboveTablet\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .aboveTablet\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .aboveTablet\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .aboveTablet\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .aboveTablet\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .aboveTablet\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .aboveTablet\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .aboveTablet\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .aboveTablet\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .aboveTablet\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .aboveTablet\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .aboveTablet\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .aboveTablet\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .aboveTablet\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .aboveTablet\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .aboveTablet\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .aboveTablet\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .aboveTablet\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .aboveTablet\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .aboveTablet\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .aboveTablet\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .aboveTablet\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .aboveTablet\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .aboveTablet\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .aboveTablet\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .aboveTablet\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .aboveTablet\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .aboveTablet\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .aboveTablet\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .aboveTablet\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .aboveTablet\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .aboveTablet\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .aboveTablet\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .aboveTablet\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .aboveTablet\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .aboveTablet\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .aboveTablet\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .aboveTablet\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .aboveTablet\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .aboveTablet\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .aboveTablet\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .aboveTablet\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .aboveTablet\:top-0{
    top: 0px;
  }

  .aboveTablet\:top-1{
    top: 0.25rem;
  }

  .aboveTablet\:top-2{
    top: 0.5rem;
  }

  .aboveTablet\:top-3{
    top: 0.75rem;
  }

  .aboveTablet\:top-4{
    top: 1rem;
  }

  .aboveTablet\:top-5{
    top: 1.25rem;
  }

  .aboveTablet\:top-6{
    top: 1.5rem;
  }

  .aboveTablet\:top-7{
    top: 1.75rem;
  }

  .aboveTablet\:top-8{
    top: 2rem;
  }

  .aboveTablet\:top-9{
    top: 2.25rem;
  }

  .aboveTablet\:top-10{
    top: 2.5rem;
  }

  .aboveTablet\:top-11{
    top: 2.75rem;
  }

  .aboveTablet\:top-12{
    top: 3rem;
  }

  .aboveTablet\:top-14{
    top: 3.5rem;
  }

  .aboveTablet\:top-16{
    top: 4rem;
  }

  .aboveTablet\:top-20{
    top: 5rem;
  }

  .aboveTablet\:top-24{
    top: 6rem;
  }

  .aboveTablet\:top-28{
    top: 7rem;
  }

  .aboveTablet\:top-32{
    top: 8rem;
  }

  .aboveTablet\:top-36{
    top: 9rem;
  }

  .aboveTablet\:top-40{
    top: 10rem;
  }

  .aboveTablet\:top-44{
    top: 11rem;
  }

  .aboveTablet\:top-48{
    top: 12rem;
  }

  .aboveTablet\:top-52{
    top: 13rem;
  }

  .aboveTablet\:top-56{
    top: 14rem;
  }

  .aboveTablet\:top-60{
    top: 15rem;
  }

  .aboveTablet\:top-64{
    top: 16rem;
  }

  .aboveTablet\:top-72{
    top: 18rem;
  }

  .aboveTablet\:top-80{
    top: 20rem;
  }

  .aboveTablet\:top-96{
    top: 24rem;
  }

  .aboveTablet\:top-auto{
    top: auto;
  }

  .aboveTablet\:top-px{
    top: 1px;
  }

  .aboveTablet\:top-0\.5{
    top: 0.125rem;
  }

  .aboveTablet\:top-1\.5{
    top: 0.375rem;
  }

  .aboveTablet\:top-2\.5{
    top: 0.625rem;
  }

  .aboveTablet\:top-3\.5{
    top: 0.875rem;
  }

  .aboveTablet\:-top-0{
    top: 0px;
  }

  .aboveTablet\:-top-1{
    top: -0.25rem;
  }

  .aboveTablet\:-top-2{
    top: -0.5rem;
  }

  .aboveTablet\:-top-3{
    top: -0.75rem;
  }

  .aboveTablet\:-top-4{
    top: -1rem;
  }

  .aboveTablet\:-top-5{
    top: -1.25rem;
  }

  .aboveTablet\:-top-6{
    top: -1.5rem;
  }

  .aboveTablet\:-top-7{
    top: -1.75rem;
  }

  .aboveTablet\:-top-8{
    top: -2rem;
  }

  .aboveTablet\:-top-9{
    top: -2.25rem;
  }

  .aboveTablet\:-top-10{
    top: -2.5rem;
  }

  .aboveTablet\:-top-11{
    top: -2.75rem;
  }

  .aboveTablet\:-top-12{
    top: -3rem;
  }

  .aboveTablet\:-top-14{
    top: -3.5rem;
  }

  .aboveTablet\:-top-16{
    top: -4rem;
  }

  .aboveTablet\:-top-20{
    top: -5rem;
  }

  .aboveTablet\:-top-24{
    top: -6rem;
  }

  .aboveTablet\:-top-28{
    top: -7rem;
  }

  .aboveTablet\:-top-32{
    top: -8rem;
  }

  .aboveTablet\:-top-36{
    top: -9rem;
  }

  .aboveTablet\:-top-40{
    top: -10rem;
  }

  .aboveTablet\:-top-44{
    top: -11rem;
  }

  .aboveTablet\:-top-48{
    top: -12rem;
  }

  .aboveTablet\:-top-52{
    top: -13rem;
  }

  .aboveTablet\:-top-56{
    top: -14rem;
  }

  .aboveTablet\:-top-60{
    top: -15rem;
  }

  .aboveTablet\:-top-64{
    top: -16rem;
  }

  .aboveTablet\:-top-72{
    top: -18rem;
  }

  .aboveTablet\:-top-80{
    top: -20rem;
  }

  .aboveTablet\:-top-96{
    top: -24rem;
  }

  .aboveTablet\:-top-px{
    top: -1px;
  }

  .aboveTablet\:-top-0\.5{
    top: -0.125rem;
  }

  .aboveTablet\:-top-1\.5{
    top: -0.375rem;
  }

  .aboveTablet\:-top-2\.5{
    top: -0.625rem;
  }

  .aboveTablet\:-top-3\.5{
    top: -0.875rem;
  }

  .aboveTablet\:top-1\/2{
    top: 50%;
  }

  .aboveTablet\:top-1\/3{
    top: 33.333333%;
  }

  .aboveTablet\:top-2\/3{
    top: 66.666667%;
  }

  .aboveTablet\:top-1\/4{
    top: 25%;
  }

  .aboveTablet\:top-2\/4{
    top: 50%;
  }

  .aboveTablet\:top-3\/4{
    top: 75%;
  }

  .aboveTablet\:top-full{
    top: 100%;
  }

  .aboveTablet\:-top-1\/2{
    top: -50%;
  }

  .aboveTablet\:-top-1\/3{
    top: -33.333333%;
  }

  .aboveTablet\:-top-2\/3{
    top: -66.666667%;
  }

  .aboveTablet\:-top-1\/4{
    top: -25%;
  }

  .aboveTablet\:-top-2\/4{
    top: -50%;
  }

  .aboveTablet\:-top-3\/4{
    top: -75%;
  }

  .aboveTablet\:-top-full{
    top: -100%;
  }

  .aboveTablet\:right-0{
    right: 0px;
  }

  .aboveTablet\:right-1{
    right: 0.25rem;
  }

  .aboveTablet\:right-2{
    right: 0.5rem;
  }

  .aboveTablet\:right-3{
    right: 0.75rem;
  }

  .aboveTablet\:right-4{
    right: 1rem;
  }

  .aboveTablet\:right-5{
    right: 1.25rem;
  }

  .aboveTablet\:right-6{
    right: 1.5rem;
  }

  .aboveTablet\:right-7{
    right: 1.75rem;
  }

  .aboveTablet\:right-8{
    right: 2rem;
  }

  .aboveTablet\:right-9{
    right: 2.25rem;
  }

  .aboveTablet\:right-10{
    right: 2.5rem;
  }

  .aboveTablet\:right-11{
    right: 2.75rem;
  }

  .aboveTablet\:right-12{
    right: 3rem;
  }

  .aboveTablet\:right-14{
    right: 3.5rem;
  }

  .aboveTablet\:right-16{
    right: 4rem;
  }

  .aboveTablet\:right-20{
    right: 5rem;
  }

  .aboveTablet\:right-24{
    right: 6rem;
  }

  .aboveTablet\:right-28{
    right: 7rem;
  }

  .aboveTablet\:right-32{
    right: 8rem;
  }

  .aboveTablet\:right-36{
    right: 9rem;
  }

  .aboveTablet\:right-40{
    right: 10rem;
  }

  .aboveTablet\:right-44{
    right: 11rem;
  }

  .aboveTablet\:right-48{
    right: 12rem;
  }

  .aboveTablet\:right-52{
    right: 13rem;
  }

  .aboveTablet\:right-56{
    right: 14rem;
  }

  .aboveTablet\:right-60{
    right: 15rem;
  }

  .aboveTablet\:right-64{
    right: 16rem;
  }

  .aboveTablet\:right-72{
    right: 18rem;
  }

  .aboveTablet\:right-80{
    right: 20rem;
  }

  .aboveTablet\:right-96{
    right: 24rem;
  }

  .aboveTablet\:right-auto{
    right: auto;
  }

  .aboveTablet\:right-px{
    right: 1px;
  }

  .aboveTablet\:right-0\.5{
    right: 0.125rem;
  }

  .aboveTablet\:right-1\.5{
    right: 0.375rem;
  }

  .aboveTablet\:right-2\.5{
    right: 0.625rem;
  }

  .aboveTablet\:right-3\.5{
    right: 0.875rem;
  }

  .aboveTablet\:-right-0{
    right: 0px;
  }

  .aboveTablet\:-right-1{
    right: -0.25rem;
  }

  .aboveTablet\:-right-2{
    right: -0.5rem;
  }

  .aboveTablet\:-right-3{
    right: -0.75rem;
  }

  .aboveTablet\:-right-4{
    right: -1rem;
  }

  .aboveTablet\:-right-5{
    right: -1.25rem;
  }

  .aboveTablet\:-right-6{
    right: -1.5rem;
  }

  .aboveTablet\:-right-7{
    right: -1.75rem;
  }

  .aboveTablet\:-right-8{
    right: -2rem;
  }

  .aboveTablet\:-right-9{
    right: -2.25rem;
  }

  .aboveTablet\:-right-10{
    right: -2.5rem;
  }

  .aboveTablet\:-right-11{
    right: -2.75rem;
  }

  .aboveTablet\:-right-12{
    right: -3rem;
  }

  .aboveTablet\:-right-14{
    right: -3.5rem;
  }

  .aboveTablet\:-right-16{
    right: -4rem;
  }

  .aboveTablet\:-right-20{
    right: -5rem;
  }

  .aboveTablet\:-right-24{
    right: -6rem;
  }

  .aboveTablet\:-right-28{
    right: -7rem;
  }

  .aboveTablet\:-right-32{
    right: -8rem;
  }

  .aboveTablet\:-right-36{
    right: -9rem;
  }

  .aboveTablet\:-right-40{
    right: -10rem;
  }

  .aboveTablet\:-right-44{
    right: -11rem;
  }

  .aboveTablet\:-right-48{
    right: -12rem;
  }

  .aboveTablet\:-right-52{
    right: -13rem;
  }

  .aboveTablet\:-right-56{
    right: -14rem;
  }

  .aboveTablet\:-right-60{
    right: -15rem;
  }

  .aboveTablet\:-right-64{
    right: -16rem;
  }

  .aboveTablet\:-right-72{
    right: -18rem;
  }

  .aboveTablet\:-right-80{
    right: -20rem;
  }

  .aboveTablet\:-right-96{
    right: -24rem;
  }

  .aboveTablet\:-right-px{
    right: -1px;
  }

  .aboveTablet\:-right-0\.5{
    right: -0.125rem;
  }

  .aboveTablet\:-right-1\.5{
    right: -0.375rem;
  }

  .aboveTablet\:-right-2\.5{
    right: -0.625rem;
  }

  .aboveTablet\:-right-3\.5{
    right: -0.875rem;
  }

  .aboveTablet\:right-1\/2{
    right: 50%;
  }

  .aboveTablet\:right-1\/3{
    right: 33.333333%;
  }

  .aboveTablet\:right-2\/3{
    right: 66.666667%;
  }

  .aboveTablet\:right-1\/4{
    right: 25%;
  }

  .aboveTablet\:right-2\/4{
    right: 50%;
  }

  .aboveTablet\:right-3\/4{
    right: 75%;
  }

  .aboveTablet\:right-full{
    right: 100%;
  }

  .aboveTablet\:-right-1\/2{
    right: -50%;
  }

  .aboveTablet\:-right-1\/3{
    right: -33.333333%;
  }

  .aboveTablet\:-right-2\/3{
    right: -66.666667%;
  }

  .aboveTablet\:-right-1\/4{
    right: -25%;
  }

  .aboveTablet\:-right-2\/4{
    right: -50%;
  }

  .aboveTablet\:-right-3\/4{
    right: -75%;
  }

  .aboveTablet\:-right-full{
    right: -100%;
  }

  .aboveTablet\:bottom-0{
    bottom: 0px;
  }

  .aboveTablet\:bottom-1{
    bottom: 0.25rem;
  }

  .aboveTablet\:bottom-2{
    bottom: 0.5rem;
  }

  .aboveTablet\:bottom-3{
    bottom: 0.75rem;
  }

  .aboveTablet\:bottom-4{
    bottom: 1rem;
  }

  .aboveTablet\:bottom-5{
    bottom: 1.25rem;
  }

  .aboveTablet\:bottom-6{
    bottom: 1.5rem;
  }

  .aboveTablet\:bottom-7{
    bottom: 1.75rem;
  }

  .aboveTablet\:bottom-8{
    bottom: 2rem;
  }

  .aboveTablet\:bottom-9{
    bottom: 2.25rem;
  }

  .aboveTablet\:bottom-10{
    bottom: 2.5rem;
  }

  .aboveTablet\:bottom-11{
    bottom: 2.75rem;
  }

  .aboveTablet\:bottom-12{
    bottom: 3rem;
  }

  .aboveTablet\:bottom-14{
    bottom: 3.5rem;
  }

  .aboveTablet\:bottom-16{
    bottom: 4rem;
  }

  .aboveTablet\:bottom-20{
    bottom: 5rem;
  }

  .aboveTablet\:bottom-24{
    bottom: 6rem;
  }

  .aboveTablet\:bottom-28{
    bottom: 7rem;
  }

  .aboveTablet\:bottom-32{
    bottom: 8rem;
  }

  .aboveTablet\:bottom-36{
    bottom: 9rem;
  }

  .aboveTablet\:bottom-40{
    bottom: 10rem;
  }

  .aboveTablet\:bottom-44{
    bottom: 11rem;
  }

  .aboveTablet\:bottom-48{
    bottom: 12rem;
  }

  .aboveTablet\:bottom-52{
    bottom: 13rem;
  }

  .aboveTablet\:bottom-56{
    bottom: 14rem;
  }

  .aboveTablet\:bottom-60{
    bottom: 15rem;
  }

  .aboveTablet\:bottom-64{
    bottom: 16rem;
  }

  .aboveTablet\:bottom-72{
    bottom: 18rem;
  }

  .aboveTablet\:bottom-80{
    bottom: 20rem;
  }

  .aboveTablet\:bottom-96{
    bottom: 24rem;
  }

  .aboveTablet\:bottom-auto{
    bottom: auto;
  }

  .aboveTablet\:bottom-px{
    bottom: 1px;
  }

  .aboveTablet\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .aboveTablet\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .aboveTablet\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .aboveTablet\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .aboveTablet\:-bottom-0{
    bottom: 0px;
  }

  .aboveTablet\:-bottom-1{
    bottom: -0.25rem;
  }

  .aboveTablet\:-bottom-2{
    bottom: -0.5rem;
  }

  .aboveTablet\:-bottom-3{
    bottom: -0.75rem;
  }

  .aboveTablet\:-bottom-4{
    bottom: -1rem;
  }

  .aboveTablet\:-bottom-5{
    bottom: -1.25rem;
  }

  .aboveTablet\:-bottom-6{
    bottom: -1.5rem;
  }

  .aboveTablet\:-bottom-7{
    bottom: -1.75rem;
  }

  .aboveTablet\:-bottom-8{
    bottom: -2rem;
  }

  .aboveTablet\:-bottom-9{
    bottom: -2.25rem;
  }

  .aboveTablet\:-bottom-10{
    bottom: -2.5rem;
  }

  .aboveTablet\:-bottom-11{
    bottom: -2.75rem;
  }

  .aboveTablet\:-bottom-12{
    bottom: -3rem;
  }

  .aboveTablet\:-bottom-14{
    bottom: -3.5rem;
  }

  .aboveTablet\:-bottom-16{
    bottom: -4rem;
  }

  .aboveTablet\:-bottom-20{
    bottom: -5rem;
  }

  .aboveTablet\:-bottom-24{
    bottom: -6rem;
  }

  .aboveTablet\:-bottom-28{
    bottom: -7rem;
  }

  .aboveTablet\:-bottom-32{
    bottom: -8rem;
  }

  .aboveTablet\:-bottom-36{
    bottom: -9rem;
  }

  .aboveTablet\:-bottom-40{
    bottom: -10rem;
  }

  .aboveTablet\:-bottom-44{
    bottom: -11rem;
  }

  .aboveTablet\:-bottom-48{
    bottom: -12rem;
  }

  .aboveTablet\:-bottom-52{
    bottom: -13rem;
  }

  .aboveTablet\:-bottom-56{
    bottom: -14rem;
  }

  .aboveTablet\:-bottom-60{
    bottom: -15rem;
  }

  .aboveTablet\:-bottom-64{
    bottom: -16rem;
  }

  .aboveTablet\:-bottom-72{
    bottom: -18rem;
  }

  .aboveTablet\:-bottom-80{
    bottom: -20rem;
  }

  .aboveTablet\:-bottom-96{
    bottom: -24rem;
  }

  .aboveTablet\:-bottom-px{
    bottom: -1px;
  }

  .aboveTablet\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .aboveTablet\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .aboveTablet\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .aboveTablet\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .aboveTablet\:bottom-1\/2{
    bottom: 50%;
  }

  .aboveTablet\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .aboveTablet\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .aboveTablet\:bottom-1\/4{
    bottom: 25%;
  }

  .aboveTablet\:bottom-2\/4{
    bottom: 50%;
  }

  .aboveTablet\:bottom-3\/4{
    bottom: 75%;
  }

  .aboveTablet\:bottom-full{
    bottom: 100%;
  }

  .aboveTablet\:-bottom-1\/2{
    bottom: -50%;
  }

  .aboveTablet\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .aboveTablet\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .aboveTablet\:-bottom-1\/4{
    bottom: -25%;
  }

  .aboveTablet\:-bottom-2\/4{
    bottom: -50%;
  }

  .aboveTablet\:-bottom-3\/4{
    bottom: -75%;
  }

  .aboveTablet\:-bottom-full{
    bottom: -100%;
  }

  .aboveTablet\:left-0{
    left: 0px;
  }

  .aboveTablet\:left-1{
    left: 0.25rem;
  }

  .aboveTablet\:left-2{
    left: 0.5rem;
  }

  .aboveTablet\:left-3{
    left: 0.75rem;
  }

  .aboveTablet\:left-4{
    left: 1rem;
  }

  .aboveTablet\:left-5{
    left: 1.25rem;
  }

  .aboveTablet\:left-6{
    left: 1.5rem;
  }

  .aboveTablet\:left-7{
    left: 1.75rem;
  }

  .aboveTablet\:left-8{
    left: 2rem;
  }

  .aboveTablet\:left-9{
    left: 2.25rem;
  }

  .aboveTablet\:left-10{
    left: 2.5rem;
  }

  .aboveTablet\:left-11{
    left: 2.75rem;
  }

  .aboveTablet\:left-12{
    left: 3rem;
  }

  .aboveTablet\:left-14{
    left: 3.5rem;
  }

  .aboveTablet\:left-16{
    left: 4rem;
  }

  .aboveTablet\:left-20{
    left: 5rem;
  }

  .aboveTablet\:left-24{
    left: 6rem;
  }

  .aboveTablet\:left-28{
    left: 7rem;
  }

  .aboveTablet\:left-32{
    left: 8rem;
  }

  .aboveTablet\:left-36{
    left: 9rem;
  }

  .aboveTablet\:left-40{
    left: 10rem;
  }

  .aboveTablet\:left-44{
    left: 11rem;
  }

  .aboveTablet\:left-48{
    left: 12rem;
  }

  .aboveTablet\:left-52{
    left: 13rem;
  }

  .aboveTablet\:left-56{
    left: 14rem;
  }

  .aboveTablet\:left-60{
    left: 15rem;
  }

  .aboveTablet\:left-64{
    left: 16rem;
  }

  .aboveTablet\:left-72{
    left: 18rem;
  }

  .aboveTablet\:left-80{
    left: 20rem;
  }

  .aboveTablet\:left-96{
    left: 24rem;
  }

  .aboveTablet\:left-auto{
    left: auto;
  }

  .aboveTablet\:left-px{
    left: 1px;
  }

  .aboveTablet\:left-0\.5{
    left: 0.125rem;
  }

  .aboveTablet\:left-1\.5{
    left: 0.375rem;
  }

  .aboveTablet\:left-2\.5{
    left: 0.625rem;
  }

  .aboveTablet\:left-3\.5{
    left: 0.875rem;
  }

  .aboveTablet\:-left-0{
    left: 0px;
  }

  .aboveTablet\:-left-1{
    left: -0.25rem;
  }

  .aboveTablet\:-left-2{
    left: -0.5rem;
  }

  .aboveTablet\:-left-3{
    left: -0.75rem;
  }

  .aboveTablet\:-left-4{
    left: -1rem;
  }

  .aboveTablet\:-left-5{
    left: -1.25rem;
  }

  .aboveTablet\:-left-6{
    left: -1.5rem;
  }

  .aboveTablet\:-left-7{
    left: -1.75rem;
  }

  .aboveTablet\:-left-8{
    left: -2rem;
  }

  .aboveTablet\:-left-9{
    left: -2.25rem;
  }

  .aboveTablet\:-left-10{
    left: -2.5rem;
  }

  .aboveTablet\:-left-11{
    left: -2.75rem;
  }

  .aboveTablet\:-left-12{
    left: -3rem;
  }

  .aboveTablet\:-left-14{
    left: -3.5rem;
  }

  .aboveTablet\:-left-16{
    left: -4rem;
  }

  .aboveTablet\:-left-20{
    left: -5rem;
  }

  .aboveTablet\:-left-24{
    left: -6rem;
  }

  .aboveTablet\:-left-28{
    left: -7rem;
  }

  .aboveTablet\:-left-32{
    left: -8rem;
  }

  .aboveTablet\:-left-36{
    left: -9rem;
  }

  .aboveTablet\:-left-40{
    left: -10rem;
  }

  .aboveTablet\:-left-44{
    left: -11rem;
  }

  .aboveTablet\:-left-48{
    left: -12rem;
  }

  .aboveTablet\:-left-52{
    left: -13rem;
  }

  .aboveTablet\:-left-56{
    left: -14rem;
  }

  .aboveTablet\:-left-60{
    left: -15rem;
  }

  .aboveTablet\:-left-64{
    left: -16rem;
  }

  .aboveTablet\:-left-72{
    left: -18rem;
  }

  .aboveTablet\:-left-80{
    left: -20rem;
  }

  .aboveTablet\:-left-96{
    left: -24rem;
  }

  .aboveTablet\:-left-px{
    left: -1px;
  }

  .aboveTablet\:-left-0\.5{
    left: -0.125rem;
  }

  .aboveTablet\:-left-1\.5{
    left: -0.375rem;
  }

  .aboveTablet\:-left-2\.5{
    left: -0.625rem;
  }

  .aboveTablet\:-left-3\.5{
    left: -0.875rem;
  }

  .aboveTablet\:left-1\/2{
    left: 50%;
  }

  .aboveTablet\:left-1\/3{
    left: 33.333333%;
  }

  .aboveTablet\:left-2\/3{
    left: 66.666667%;
  }

  .aboveTablet\:left-1\/4{
    left: 25%;
  }

  .aboveTablet\:left-2\/4{
    left: 50%;
  }

  .aboveTablet\:left-3\/4{
    left: 75%;
  }

  .aboveTablet\:left-full{
    left: 100%;
  }

  .aboveTablet\:-left-1\/2{
    left: -50%;
  }

  .aboveTablet\:-left-1\/3{
    left: -33.333333%;
  }

  .aboveTablet\:-left-2\/3{
    left: -66.666667%;
  }

  .aboveTablet\:-left-1\/4{
    left: -25%;
  }

  .aboveTablet\:-left-2\/4{
    left: -50%;
  }

  .aboveTablet\:-left-3\/4{
    left: -75%;
  }

  .aboveTablet\:-left-full{
    left: -100%;
  }

  .aboveTablet\:isolate{
    isolation: isolate;
  }

  .aboveTablet\:isolation-auto{
    isolation: auto;
  }

  .aboveTablet\:z-0{
    z-index: 0;
  }

  .aboveTablet\:z-10{
    z-index: 10;
  }

  .aboveTablet\:z-20{
    z-index: 20;
  }

  .aboveTablet\:z-30{
    z-index: 30;
  }

  .aboveTablet\:z-40{
    z-index: 40;
  }

  .aboveTablet\:z-50{
    z-index: 50;
  }

  .aboveTablet\:z-auto{
    z-index: auto;
  }

  .aboveTablet\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .aboveTablet\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .aboveTablet\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .aboveTablet\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .aboveTablet\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .aboveTablet\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .aboveTablet\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .aboveTablet\:focus\:z-0:focus{
    z-index: 0;
  }

  .aboveTablet\:focus\:z-10:focus{
    z-index: 10;
  }

  .aboveTablet\:focus\:z-20:focus{
    z-index: 20;
  }

  .aboveTablet\:focus\:z-30:focus{
    z-index: 30;
  }

  .aboveTablet\:focus\:z-40:focus{
    z-index: 40;
  }

  .aboveTablet\:focus\:z-50:focus{
    z-index: 50;
  }

  .aboveTablet\:focus\:z-auto:focus{
    z-index: auto;
  }

  .aboveTablet\:order-1{
    order: 1;
  }

  .aboveTablet\:order-2{
    order: 2;
  }

  .aboveTablet\:order-3{
    order: 3;
  }

  .aboveTablet\:order-4{
    order: 4;
  }

  .aboveTablet\:order-5{
    order: 5;
  }

  .aboveTablet\:order-6{
    order: 6;
  }

  .aboveTablet\:order-7{
    order: 7;
  }

  .aboveTablet\:order-8{
    order: 8;
  }

  .aboveTablet\:order-9{
    order: 9;
  }

  .aboveTablet\:order-10{
    order: 10;
  }

  .aboveTablet\:order-11{
    order: 11;
  }

  .aboveTablet\:order-12{
    order: 12;
  }

  .aboveTablet\:order-first{
    order: -9999;
  }

  .aboveTablet\:order-last{
    order: 9999;
  }

  .aboveTablet\:order-none{
    order: 0;
  }

  .aboveTablet\:col-auto{
    grid-column: auto;
  }

  .aboveTablet\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .aboveTablet\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .aboveTablet\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .aboveTablet\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .aboveTablet\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .aboveTablet\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .aboveTablet\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .aboveTablet\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .aboveTablet\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .aboveTablet\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .aboveTablet\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .aboveTablet\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .aboveTablet\:col-span-full{
    grid-column: 1 / -1;
  }

  .aboveTablet\:col-start-1{
    grid-column-start: 1;
  }

  .aboveTablet\:col-start-2{
    grid-column-start: 2;
  }

  .aboveTablet\:col-start-3{
    grid-column-start: 3;
  }

  .aboveTablet\:col-start-4{
    grid-column-start: 4;
  }

  .aboveTablet\:col-start-5{
    grid-column-start: 5;
  }

  .aboveTablet\:col-start-6{
    grid-column-start: 6;
  }

  .aboveTablet\:col-start-7{
    grid-column-start: 7;
  }

  .aboveTablet\:col-start-8{
    grid-column-start: 8;
  }

  .aboveTablet\:col-start-9{
    grid-column-start: 9;
  }

  .aboveTablet\:col-start-10{
    grid-column-start: 10;
  }

  .aboveTablet\:col-start-11{
    grid-column-start: 11;
  }

  .aboveTablet\:col-start-12{
    grid-column-start: 12;
  }

  .aboveTablet\:col-start-13{
    grid-column-start: 13;
  }

  .aboveTablet\:col-start-auto{
    grid-column-start: auto;
  }

  .aboveTablet\:col-end-1{
    grid-column-end: 1;
  }

  .aboveTablet\:col-end-2{
    grid-column-end: 2;
  }

  .aboveTablet\:col-end-3{
    grid-column-end: 3;
  }

  .aboveTablet\:col-end-4{
    grid-column-end: 4;
  }

  .aboveTablet\:col-end-5{
    grid-column-end: 5;
  }

  .aboveTablet\:col-end-6{
    grid-column-end: 6;
  }

  .aboveTablet\:col-end-7{
    grid-column-end: 7;
  }

  .aboveTablet\:col-end-8{
    grid-column-end: 8;
  }

  .aboveTablet\:col-end-9{
    grid-column-end: 9;
  }

  .aboveTablet\:col-end-10{
    grid-column-end: 10;
  }

  .aboveTablet\:col-end-11{
    grid-column-end: 11;
  }

  .aboveTablet\:col-end-12{
    grid-column-end: 12;
  }

  .aboveTablet\:col-end-13{
    grid-column-end: 13;
  }

  .aboveTablet\:col-end-auto{
    grid-column-end: auto;
  }

  .aboveTablet\:row-auto{
    grid-row: auto;
  }

  .aboveTablet\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .aboveTablet\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .aboveTablet\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .aboveTablet\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .aboveTablet\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .aboveTablet\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .aboveTablet\:row-span-full{
    grid-row: 1 / -1;
  }

  .aboveTablet\:row-start-1{
    grid-row-start: 1;
  }

  .aboveTablet\:row-start-2{
    grid-row-start: 2;
  }

  .aboveTablet\:row-start-3{
    grid-row-start: 3;
  }

  .aboveTablet\:row-start-4{
    grid-row-start: 4;
  }

  .aboveTablet\:row-start-5{
    grid-row-start: 5;
  }

  .aboveTablet\:row-start-6{
    grid-row-start: 6;
  }

  .aboveTablet\:row-start-7{
    grid-row-start: 7;
  }

  .aboveTablet\:row-start-auto{
    grid-row-start: auto;
  }

  .aboveTablet\:row-end-1{
    grid-row-end: 1;
  }

  .aboveTablet\:row-end-2{
    grid-row-end: 2;
  }

  .aboveTablet\:row-end-3{
    grid-row-end: 3;
  }

  .aboveTablet\:row-end-4{
    grid-row-end: 4;
  }

  .aboveTablet\:row-end-5{
    grid-row-end: 5;
  }

  .aboveTablet\:row-end-6{
    grid-row-end: 6;
  }

  .aboveTablet\:row-end-7{
    grid-row-end: 7;
  }

  .aboveTablet\:row-end-auto{
    grid-row-end: auto;
  }

  .aboveTablet\:float-right{
    float: right;
  }

  .aboveTablet\:float-left{
    float: left;
  }

  .aboveTablet\:float-none{
    float: none;
  }

  .aboveTablet\:clear-left{
    clear: left;
  }

  .aboveTablet\:clear-right{
    clear: right;
  }

  .aboveTablet\:clear-both{
    clear: both;
  }

  .aboveTablet\:clear-none{
    clear: none;
  }

  .aboveTablet\:m-0{
    margin: 0px;
  }

  .aboveTablet\:m-1{
    margin: 0.25rem;
  }

  .aboveTablet\:m-2{
    margin: 0.5rem;
  }

  .aboveTablet\:m-3{
    margin: 0.75rem;
  }

  .aboveTablet\:m-4{
    margin: 1rem;
  }

  .aboveTablet\:m-5{
    margin: 1.25rem;
  }

  .aboveTablet\:m-6{
    margin: 1.5rem;
  }

  .aboveTablet\:m-7{
    margin: 1.75rem;
  }

  .aboveTablet\:m-8{
    margin: 2rem;
  }

  .aboveTablet\:m-9{
    margin: 2.25rem;
  }

  .aboveTablet\:m-10{
    margin: 2.5rem;
  }

  .aboveTablet\:m-11{
    margin: 2.75rem;
  }

  .aboveTablet\:m-12{
    margin: 3rem;
  }

  .aboveTablet\:m-14{
    margin: 3.5rem;
  }

  .aboveTablet\:m-16{
    margin: 4rem;
  }

  .aboveTablet\:m-20{
    margin: 5rem;
  }

  .aboveTablet\:m-24{
    margin: 6rem;
  }

  .aboveTablet\:m-28{
    margin: 7rem;
  }

  .aboveTablet\:m-32{
    margin: 8rem;
  }

  .aboveTablet\:m-36{
    margin: 9rem;
  }

  .aboveTablet\:m-40{
    margin: 10rem;
  }

  .aboveTablet\:m-44{
    margin: 11rem;
  }

  .aboveTablet\:m-48{
    margin: 12rem;
  }

  .aboveTablet\:m-52{
    margin: 13rem;
  }

  .aboveTablet\:m-56{
    margin: 14rem;
  }

  .aboveTablet\:m-60{
    margin: 15rem;
  }

  .aboveTablet\:m-64{
    margin: 16rem;
  }

  .aboveTablet\:m-72{
    margin: 18rem;
  }

  .aboveTablet\:m-80{
    margin: 20rem;
  }

  .aboveTablet\:m-96{
    margin: 24rem;
  }

  .aboveTablet\:m-auto{
    margin: auto;
  }

  .aboveTablet\:m-px{
    margin: 1px;
  }

  .aboveTablet\:m-0\.5{
    margin: 0.125rem;
  }

  .aboveTablet\:m-1\.5{
    margin: 0.375rem;
  }

  .aboveTablet\:m-2\.5{
    margin: 0.625rem;
  }

  .aboveTablet\:m-3\.5{
    margin: 0.875rem;
  }

  .aboveTablet\:-m-0{
    margin: 0px;
  }

  .aboveTablet\:-m-1{
    margin: -0.25rem;
  }

  .aboveTablet\:-m-2{
    margin: -0.5rem;
  }

  .aboveTablet\:-m-3{
    margin: -0.75rem;
  }

  .aboveTablet\:-m-4{
    margin: -1rem;
  }

  .aboveTablet\:-m-5{
    margin: -1.25rem;
  }

  .aboveTablet\:-m-6{
    margin: -1.5rem;
  }

  .aboveTablet\:-m-7{
    margin: -1.75rem;
  }

  .aboveTablet\:-m-8{
    margin: -2rem;
  }

  .aboveTablet\:-m-9{
    margin: -2.25rem;
  }

  .aboveTablet\:-m-10{
    margin: -2.5rem;
  }

  .aboveTablet\:-m-11{
    margin: -2.75rem;
  }

  .aboveTablet\:-m-12{
    margin: -3rem;
  }

  .aboveTablet\:-m-14{
    margin: -3.5rem;
  }

  .aboveTablet\:-m-16{
    margin: -4rem;
  }

  .aboveTablet\:-m-20{
    margin: -5rem;
  }

  .aboveTablet\:-m-24{
    margin: -6rem;
  }

  .aboveTablet\:-m-28{
    margin: -7rem;
  }

  .aboveTablet\:-m-32{
    margin: -8rem;
  }

  .aboveTablet\:-m-36{
    margin: -9rem;
  }

  .aboveTablet\:-m-40{
    margin: -10rem;
  }

  .aboveTablet\:-m-44{
    margin: -11rem;
  }

  .aboveTablet\:-m-48{
    margin: -12rem;
  }

  .aboveTablet\:-m-52{
    margin: -13rem;
  }

  .aboveTablet\:-m-56{
    margin: -14rem;
  }

  .aboveTablet\:-m-60{
    margin: -15rem;
  }

  .aboveTablet\:-m-64{
    margin: -16rem;
  }

  .aboveTablet\:-m-72{
    margin: -18rem;
  }

  .aboveTablet\:-m-80{
    margin: -20rem;
  }

  .aboveTablet\:-m-96{
    margin: -24rem;
  }

  .aboveTablet\:-m-px{
    margin: -1px;
  }

  .aboveTablet\:-m-0\.5{
    margin: -0.125rem;
  }

  .aboveTablet\:-m-1\.5{
    margin: -0.375rem;
  }

  .aboveTablet\:-m-2\.5{
    margin: -0.625rem;
  }

  .aboveTablet\:-m-3\.5{
    margin: -0.875rem;
  }

  .aboveTablet\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveTablet\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .aboveTablet\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .aboveTablet\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .aboveTablet\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .aboveTablet\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .aboveTablet\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .aboveTablet\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .aboveTablet\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .aboveTablet\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .aboveTablet\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .aboveTablet\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .aboveTablet\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .aboveTablet\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .aboveTablet\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .aboveTablet\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .aboveTablet\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .aboveTablet\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .aboveTablet\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .aboveTablet\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .aboveTablet\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .aboveTablet\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .aboveTablet\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .aboveTablet\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .aboveTablet\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .aboveTablet\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .aboveTablet\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .aboveTablet\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .aboveTablet\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .aboveTablet\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .aboveTablet\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .aboveTablet\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .aboveTablet\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .aboveTablet\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .aboveTablet\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .aboveTablet\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .aboveTablet\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveTablet\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .aboveTablet\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .aboveTablet\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .aboveTablet\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .aboveTablet\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .aboveTablet\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .aboveTablet\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .aboveTablet\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .aboveTablet\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .aboveTablet\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .aboveTablet\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .aboveTablet\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .aboveTablet\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .aboveTablet\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .aboveTablet\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .aboveTablet\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .aboveTablet\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .aboveTablet\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .aboveTablet\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .aboveTablet\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .aboveTablet\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .aboveTablet\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .aboveTablet\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .aboveTablet\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .aboveTablet\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .aboveTablet\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .aboveTablet\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .aboveTablet\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .aboveTablet\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .aboveTablet\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .aboveTablet\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .aboveTablet\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .aboveTablet\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .aboveTablet\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .aboveTablet\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveTablet\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .aboveTablet\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .aboveTablet\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .aboveTablet\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .aboveTablet\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .aboveTablet\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .aboveTablet\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .aboveTablet\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .aboveTablet\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .aboveTablet\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .aboveTablet\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .aboveTablet\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .aboveTablet\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .aboveTablet\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .aboveTablet\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .aboveTablet\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .aboveTablet\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .aboveTablet\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .aboveTablet\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .aboveTablet\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .aboveTablet\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .aboveTablet\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .aboveTablet\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .aboveTablet\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .aboveTablet\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .aboveTablet\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .aboveTablet\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .aboveTablet\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .aboveTablet\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .aboveTablet\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .aboveTablet\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .aboveTablet\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .aboveTablet\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .aboveTablet\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .aboveTablet\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .aboveTablet\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveTablet\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .aboveTablet\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .aboveTablet\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .aboveTablet\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .aboveTablet\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .aboveTablet\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .aboveTablet\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .aboveTablet\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .aboveTablet\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .aboveTablet\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .aboveTablet\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .aboveTablet\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .aboveTablet\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .aboveTablet\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .aboveTablet\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .aboveTablet\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .aboveTablet\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .aboveTablet\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .aboveTablet\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .aboveTablet\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .aboveTablet\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .aboveTablet\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .aboveTablet\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .aboveTablet\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .aboveTablet\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .aboveTablet\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .aboveTablet\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .aboveTablet\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .aboveTablet\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .aboveTablet\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .aboveTablet\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .aboveTablet\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .aboveTablet\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .aboveTablet\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .aboveTablet\:mt-0{
    margin-top: 0px;
  }

  .aboveTablet\:mt-1{
    margin-top: 0.25rem;
  }

  .aboveTablet\:mt-2{
    margin-top: 0.5rem;
  }

  .aboveTablet\:mt-3{
    margin-top: 0.75rem;
  }

  .aboveTablet\:mt-4{
    margin-top: 1rem;
  }

  .aboveTablet\:mt-5{
    margin-top: 1.25rem;
  }

  .aboveTablet\:mt-6{
    margin-top: 1.5rem;
  }

  .aboveTablet\:mt-7{
    margin-top: 1.75rem;
  }

  .aboveTablet\:mt-8{
    margin-top: 2rem;
  }

  .aboveTablet\:mt-9{
    margin-top: 2.25rem;
  }

  .aboveTablet\:mt-10{
    margin-top: 2.5rem;
  }

  .aboveTablet\:mt-11{
    margin-top: 2.75rem;
  }

  .aboveTablet\:mt-12{
    margin-top: 3rem;
  }

  .aboveTablet\:mt-14{
    margin-top: 3.5rem;
  }

  .aboveTablet\:mt-16{
    margin-top: 4rem;
  }

  .aboveTablet\:mt-20{
    margin-top: 5rem;
  }

  .aboveTablet\:mt-24{
    margin-top: 6rem;
  }

  .aboveTablet\:mt-28{
    margin-top: 7rem;
  }

  .aboveTablet\:mt-32{
    margin-top: 8rem;
  }

  .aboveTablet\:mt-36{
    margin-top: 9rem;
  }

  .aboveTablet\:mt-40{
    margin-top: 10rem;
  }

  .aboveTablet\:mt-44{
    margin-top: 11rem;
  }

  .aboveTablet\:mt-48{
    margin-top: 12rem;
  }

  .aboveTablet\:mt-52{
    margin-top: 13rem;
  }

  .aboveTablet\:mt-56{
    margin-top: 14rem;
  }

  .aboveTablet\:mt-60{
    margin-top: 15rem;
  }

  .aboveTablet\:mt-64{
    margin-top: 16rem;
  }

  .aboveTablet\:mt-72{
    margin-top: 18rem;
  }

  .aboveTablet\:mt-80{
    margin-top: 20rem;
  }

  .aboveTablet\:mt-96{
    margin-top: 24rem;
  }

  .aboveTablet\:mt-auto{
    margin-top: auto;
  }

  .aboveTablet\:mt-px{
    margin-top: 1px;
  }

  .aboveTablet\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .aboveTablet\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .aboveTablet\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .aboveTablet\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .aboveTablet\:-mt-0{
    margin-top: 0px;
  }

  .aboveTablet\:-mt-1{
    margin-top: -0.25rem;
  }

  .aboveTablet\:-mt-2{
    margin-top: -0.5rem;
  }

  .aboveTablet\:-mt-3{
    margin-top: -0.75rem;
  }

  .aboveTablet\:-mt-4{
    margin-top: -1rem;
  }

  .aboveTablet\:-mt-5{
    margin-top: -1.25rem;
  }

  .aboveTablet\:-mt-6{
    margin-top: -1.5rem;
  }

  .aboveTablet\:-mt-7{
    margin-top: -1.75rem;
  }

  .aboveTablet\:-mt-8{
    margin-top: -2rem;
  }

  .aboveTablet\:-mt-9{
    margin-top: -2.25rem;
  }

  .aboveTablet\:-mt-10{
    margin-top: -2.5rem;
  }

  .aboveTablet\:-mt-11{
    margin-top: -2.75rem;
  }

  .aboveTablet\:-mt-12{
    margin-top: -3rem;
  }

  .aboveTablet\:-mt-14{
    margin-top: -3.5rem;
  }

  .aboveTablet\:-mt-16{
    margin-top: -4rem;
  }

  .aboveTablet\:-mt-20{
    margin-top: -5rem;
  }

  .aboveTablet\:-mt-24{
    margin-top: -6rem;
  }

  .aboveTablet\:-mt-28{
    margin-top: -7rem;
  }

  .aboveTablet\:-mt-32{
    margin-top: -8rem;
  }

  .aboveTablet\:-mt-36{
    margin-top: -9rem;
  }

  .aboveTablet\:-mt-40{
    margin-top: -10rem;
  }

  .aboveTablet\:-mt-44{
    margin-top: -11rem;
  }

  .aboveTablet\:-mt-48{
    margin-top: -12rem;
  }

  .aboveTablet\:-mt-52{
    margin-top: -13rem;
  }

  .aboveTablet\:-mt-56{
    margin-top: -14rem;
  }

  .aboveTablet\:-mt-60{
    margin-top: -15rem;
  }

  .aboveTablet\:-mt-64{
    margin-top: -16rem;
  }

  .aboveTablet\:-mt-72{
    margin-top: -18rem;
  }

  .aboveTablet\:-mt-80{
    margin-top: -20rem;
  }

  .aboveTablet\:-mt-96{
    margin-top: -24rem;
  }

  .aboveTablet\:-mt-px{
    margin-top: -1px;
  }

  .aboveTablet\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .aboveTablet\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .aboveTablet\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .aboveTablet\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .aboveTablet\:mr-0{
    margin-right: 0px;
  }

  .aboveTablet\:mr-1{
    margin-right: 0.25rem;
  }

  .aboveTablet\:mr-2{
    margin-right: 0.5rem;
  }

  .aboveTablet\:mr-3{
    margin-right: 0.75rem;
  }

  .aboveTablet\:mr-4{
    margin-right: 1rem;
  }

  .aboveTablet\:mr-5{
    margin-right: 1.25rem;
  }

  .aboveTablet\:mr-6{
    margin-right: 1.5rem;
  }

  .aboveTablet\:mr-7{
    margin-right: 1.75rem;
  }

  .aboveTablet\:mr-8{
    margin-right: 2rem;
  }

  .aboveTablet\:mr-9{
    margin-right: 2.25rem;
  }

  .aboveTablet\:mr-10{
    margin-right: 2.5rem;
  }

  .aboveTablet\:mr-11{
    margin-right: 2.75rem;
  }

  .aboveTablet\:mr-12{
    margin-right: 3rem;
  }

  .aboveTablet\:mr-14{
    margin-right: 3.5rem;
  }

  .aboveTablet\:mr-16{
    margin-right: 4rem;
  }

  .aboveTablet\:mr-20{
    margin-right: 5rem;
  }

  .aboveTablet\:mr-24{
    margin-right: 6rem;
  }

  .aboveTablet\:mr-28{
    margin-right: 7rem;
  }

  .aboveTablet\:mr-32{
    margin-right: 8rem;
  }

  .aboveTablet\:mr-36{
    margin-right: 9rem;
  }

  .aboveTablet\:mr-40{
    margin-right: 10rem;
  }

  .aboveTablet\:mr-44{
    margin-right: 11rem;
  }

  .aboveTablet\:mr-48{
    margin-right: 12rem;
  }

  .aboveTablet\:mr-52{
    margin-right: 13rem;
  }

  .aboveTablet\:mr-56{
    margin-right: 14rem;
  }

  .aboveTablet\:mr-60{
    margin-right: 15rem;
  }

  .aboveTablet\:mr-64{
    margin-right: 16rem;
  }

  .aboveTablet\:mr-72{
    margin-right: 18rem;
  }

  .aboveTablet\:mr-80{
    margin-right: 20rem;
  }

  .aboveTablet\:mr-96{
    margin-right: 24rem;
  }

  .aboveTablet\:mr-auto{
    margin-right: auto;
  }

  .aboveTablet\:mr-px{
    margin-right: 1px;
  }

  .aboveTablet\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .aboveTablet\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .aboveTablet\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .aboveTablet\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .aboveTablet\:-mr-0{
    margin-right: 0px;
  }

  .aboveTablet\:-mr-1{
    margin-right: -0.25rem;
  }

  .aboveTablet\:-mr-2{
    margin-right: -0.5rem;
  }

  .aboveTablet\:-mr-3{
    margin-right: -0.75rem;
  }

  .aboveTablet\:-mr-4{
    margin-right: -1rem;
  }

  .aboveTablet\:-mr-5{
    margin-right: -1.25rem;
  }

  .aboveTablet\:-mr-6{
    margin-right: -1.5rem;
  }

  .aboveTablet\:-mr-7{
    margin-right: -1.75rem;
  }

  .aboveTablet\:-mr-8{
    margin-right: -2rem;
  }

  .aboveTablet\:-mr-9{
    margin-right: -2.25rem;
  }

  .aboveTablet\:-mr-10{
    margin-right: -2.5rem;
  }

  .aboveTablet\:-mr-11{
    margin-right: -2.75rem;
  }

  .aboveTablet\:-mr-12{
    margin-right: -3rem;
  }

  .aboveTablet\:-mr-14{
    margin-right: -3.5rem;
  }

  .aboveTablet\:-mr-16{
    margin-right: -4rem;
  }

  .aboveTablet\:-mr-20{
    margin-right: -5rem;
  }

  .aboveTablet\:-mr-24{
    margin-right: -6rem;
  }

  .aboveTablet\:-mr-28{
    margin-right: -7rem;
  }

  .aboveTablet\:-mr-32{
    margin-right: -8rem;
  }

  .aboveTablet\:-mr-36{
    margin-right: -9rem;
  }

  .aboveTablet\:-mr-40{
    margin-right: -10rem;
  }

  .aboveTablet\:-mr-44{
    margin-right: -11rem;
  }

  .aboveTablet\:-mr-48{
    margin-right: -12rem;
  }

  .aboveTablet\:-mr-52{
    margin-right: -13rem;
  }

  .aboveTablet\:-mr-56{
    margin-right: -14rem;
  }

  .aboveTablet\:-mr-60{
    margin-right: -15rem;
  }

  .aboveTablet\:-mr-64{
    margin-right: -16rem;
  }

  .aboveTablet\:-mr-72{
    margin-right: -18rem;
  }

  .aboveTablet\:-mr-80{
    margin-right: -20rem;
  }

  .aboveTablet\:-mr-96{
    margin-right: -24rem;
  }

  .aboveTablet\:-mr-px{
    margin-right: -1px;
  }

  .aboveTablet\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .aboveTablet\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .aboveTablet\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .aboveTablet\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .aboveTablet\:mb-0{
    margin-bottom: 0px;
  }

  .aboveTablet\:mb-1{
    margin-bottom: 0.25rem;
  }

  .aboveTablet\:mb-2{
    margin-bottom: 0.5rem;
  }

  .aboveTablet\:mb-3{
    margin-bottom: 0.75rem;
  }

  .aboveTablet\:mb-4{
    margin-bottom: 1rem;
  }

  .aboveTablet\:mb-5{
    margin-bottom: 1.25rem;
  }

  .aboveTablet\:mb-6{
    margin-bottom: 1.5rem;
  }

  .aboveTablet\:mb-7{
    margin-bottom: 1.75rem;
  }

  .aboveTablet\:mb-8{
    margin-bottom: 2rem;
  }

  .aboveTablet\:mb-9{
    margin-bottom: 2.25rem;
  }

  .aboveTablet\:mb-10{
    margin-bottom: 2.5rem;
  }

  .aboveTablet\:mb-11{
    margin-bottom: 2.75rem;
  }

  .aboveTablet\:mb-12{
    margin-bottom: 3rem;
  }

  .aboveTablet\:mb-14{
    margin-bottom: 3.5rem;
  }

  .aboveTablet\:mb-16{
    margin-bottom: 4rem;
  }

  .aboveTablet\:mb-20{
    margin-bottom: 5rem;
  }

  .aboveTablet\:mb-24{
    margin-bottom: 6rem;
  }

  .aboveTablet\:mb-28{
    margin-bottom: 7rem;
  }

  .aboveTablet\:mb-32{
    margin-bottom: 8rem;
  }

  .aboveTablet\:mb-36{
    margin-bottom: 9rem;
  }

  .aboveTablet\:mb-40{
    margin-bottom: 10rem;
  }

  .aboveTablet\:mb-44{
    margin-bottom: 11rem;
  }

  .aboveTablet\:mb-48{
    margin-bottom: 12rem;
  }

  .aboveTablet\:mb-52{
    margin-bottom: 13rem;
  }

  .aboveTablet\:mb-56{
    margin-bottom: 14rem;
  }

  .aboveTablet\:mb-60{
    margin-bottom: 15rem;
  }

  .aboveTablet\:mb-64{
    margin-bottom: 16rem;
  }

  .aboveTablet\:mb-72{
    margin-bottom: 18rem;
  }

  .aboveTablet\:mb-80{
    margin-bottom: 20rem;
  }

  .aboveTablet\:mb-96{
    margin-bottom: 24rem;
  }

  .aboveTablet\:mb-auto{
    margin-bottom: auto;
  }

  .aboveTablet\:mb-px{
    margin-bottom: 1px;
  }

  .aboveTablet\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .aboveTablet\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .aboveTablet\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .aboveTablet\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .aboveTablet\:-mb-0{
    margin-bottom: 0px;
  }

  .aboveTablet\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .aboveTablet\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .aboveTablet\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .aboveTablet\:-mb-4{
    margin-bottom: -1rem;
  }

  .aboveTablet\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .aboveTablet\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .aboveTablet\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .aboveTablet\:-mb-8{
    margin-bottom: -2rem;
  }

  .aboveTablet\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .aboveTablet\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .aboveTablet\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .aboveTablet\:-mb-12{
    margin-bottom: -3rem;
  }

  .aboveTablet\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .aboveTablet\:-mb-16{
    margin-bottom: -4rem;
  }

  .aboveTablet\:-mb-20{
    margin-bottom: -5rem;
  }

  .aboveTablet\:-mb-24{
    margin-bottom: -6rem;
  }

  .aboveTablet\:-mb-28{
    margin-bottom: -7rem;
  }

  .aboveTablet\:-mb-32{
    margin-bottom: -8rem;
  }

  .aboveTablet\:-mb-36{
    margin-bottom: -9rem;
  }

  .aboveTablet\:-mb-40{
    margin-bottom: -10rem;
  }

  .aboveTablet\:-mb-44{
    margin-bottom: -11rem;
  }

  .aboveTablet\:-mb-48{
    margin-bottom: -12rem;
  }

  .aboveTablet\:-mb-52{
    margin-bottom: -13rem;
  }

  .aboveTablet\:-mb-56{
    margin-bottom: -14rem;
  }

  .aboveTablet\:-mb-60{
    margin-bottom: -15rem;
  }

  .aboveTablet\:-mb-64{
    margin-bottom: -16rem;
  }

  .aboveTablet\:-mb-72{
    margin-bottom: -18rem;
  }

  .aboveTablet\:-mb-80{
    margin-bottom: -20rem;
  }

  .aboveTablet\:-mb-96{
    margin-bottom: -24rem;
  }

  .aboveTablet\:-mb-px{
    margin-bottom: -1px;
  }

  .aboveTablet\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .aboveTablet\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .aboveTablet\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .aboveTablet\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .aboveTablet\:ml-0{
    margin-left: 0px;
  }

  .aboveTablet\:ml-1{
    margin-left: 0.25rem;
  }

  .aboveTablet\:ml-2{
    margin-left: 0.5rem;
  }

  .aboveTablet\:ml-3{
    margin-left: 0.75rem;
  }

  .aboveTablet\:ml-4{
    margin-left: 1rem;
  }

  .aboveTablet\:ml-5{
    margin-left: 1.25rem;
  }

  .aboveTablet\:ml-6{
    margin-left: 1.5rem;
  }

  .aboveTablet\:ml-7{
    margin-left: 1.75rem;
  }

  .aboveTablet\:ml-8{
    margin-left: 2rem;
  }

  .aboveTablet\:ml-9{
    margin-left: 2.25rem;
  }

  .aboveTablet\:ml-10{
    margin-left: 2.5rem;
  }

  .aboveTablet\:ml-11{
    margin-left: 2.75rem;
  }

  .aboveTablet\:ml-12{
    margin-left: 3rem;
  }

  .aboveTablet\:ml-14{
    margin-left: 3.5rem;
  }

  .aboveTablet\:ml-16{
    margin-left: 4rem;
  }

  .aboveTablet\:ml-20{
    margin-left: 5rem;
  }

  .aboveTablet\:ml-24{
    margin-left: 6rem;
  }

  .aboveTablet\:ml-28{
    margin-left: 7rem;
  }

  .aboveTablet\:ml-32{
    margin-left: 8rem;
  }

  .aboveTablet\:ml-36{
    margin-left: 9rem;
  }

  .aboveTablet\:ml-40{
    margin-left: 10rem;
  }

  .aboveTablet\:ml-44{
    margin-left: 11rem;
  }

  .aboveTablet\:ml-48{
    margin-left: 12rem;
  }

  .aboveTablet\:ml-52{
    margin-left: 13rem;
  }

  .aboveTablet\:ml-56{
    margin-left: 14rem;
  }

  .aboveTablet\:ml-60{
    margin-left: 15rem;
  }

  .aboveTablet\:ml-64{
    margin-left: 16rem;
  }

  .aboveTablet\:ml-72{
    margin-left: 18rem;
  }

  .aboveTablet\:ml-80{
    margin-left: 20rem;
  }

  .aboveTablet\:ml-96{
    margin-left: 24rem;
  }

  .aboveTablet\:ml-auto{
    margin-left: auto;
  }

  .aboveTablet\:ml-px{
    margin-left: 1px;
  }

  .aboveTablet\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .aboveTablet\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .aboveTablet\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .aboveTablet\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .aboveTablet\:-ml-0{
    margin-left: 0px;
  }

  .aboveTablet\:-ml-1{
    margin-left: -0.25rem;
  }

  .aboveTablet\:-ml-2{
    margin-left: -0.5rem;
  }

  .aboveTablet\:-ml-3{
    margin-left: -0.75rem;
  }

  .aboveTablet\:-ml-4{
    margin-left: -1rem;
  }

  .aboveTablet\:-ml-5{
    margin-left: -1.25rem;
  }

  .aboveTablet\:-ml-6{
    margin-left: -1.5rem;
  }

  .aboveTablet\:-ml-7{
    margin-left: -1.75rem;
  }

  .aboveTablet\:-ml-8{
    margin-left: -2rem;
  }

  .aboveTablet\:-ml-9{
    margin-left: -2.25rem;
  }

  .aboveTablet\:-ml-10{
    margin-left: -2.5rem;
  }

  .aboveTablet\:-ml-11{
    margin-left: -2.75rem;
  }

  .aboveTablet\:-ml-12{
    margin-left: -3rem;
  }

  .aboveTablet\:-ml-14{
    margin-left: -3.5rem;
  }

  .aboveTablet\:-ml-16{
    margin-left: -4rem;
  }

  .aboveTablet\:-ml-20{
    margin-left: -5rem;
  }

  .aboveTablet\:-ml-24{
    margin-left: -6rem;
  }

  .aboveTablet\:-ml-28{
    margin-left: -7rem;
  }

  .aboveTablet\:-ml-32{
    margin-left: -8rem;
  }

  .aboveTablet\:-ml-36{
    margin-left: -9rem;
  }

  .aboveTablet\:-ml-40{
    margin-left: -10rem;
  }

  .aboveTablet\:-ml-44{
    margin-left: -11rem;
  }

  .aboveTablet\:-ml-48{
    margin-left: -12rem;
  }

  .aboveTablet\:-ml-52{
    margin-left: -13rem;
  }

  .aboveTablet\:-ml-56{
    margin-left: -14rem;
  }

  .aboveTablet\:-ml-60{
    margin-left: -15rem;
  }

  .aboveTablet\:-ml-64{
    margin-left: -16rem;
  }

  .aboveTablet\:-ml-72{
    margin-left: -18rem;
  }

  .aboveTablet\:-ml-80{
    margin-left: -20rem;
  }

  .aboveTablet\:-ml-96{
    margin-left: -24rem;
  }

  .aboveTablet\:-ml-px{
    margin-left: -1px;
  }

  .aboveTablet\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .aboveTablet\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .aboveTablet\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .aboveTablet\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .aboveTablet\:box-border{
    box-sizing: border-box;
  }

  .aboveTablet\:box-content{
    box-sizing: content-box;
  }

  .aboveTablet\:block{
    display: block;
  }

  .aboveTablet\:inline-block{
    display: inline-block;
  }

  .aboveTablet\:inline{
    display: inline;
  }

  .aboveTablet\:flex{
    display: flex;
  }

  .aboveTablet\:inline-flex{
    display: inline-flex;
  }

  .aboveTablet\:table{
    display: table;
  }

  .aboveTablet\:inline-table{
    display: inline-table;
  }

  .aboveTablet\:table-caption{
    display: table-caption;
  }

  .aboveTablet\:table-cell{
    display: table-cell;
  }

  .aboveTablet\:table-column{
    display: table-column;
  }

  .aboveTablet\:table-column-group{
    display: table-column-group;
  }

  .aboveTablet\:table-footer-group{
    display: table-footer-group;
  }

  .aboveTablet\:table-header-group{
    display: table-header-group;
  }

  .aboveTablet\:table-row-group{
    display: table-row-group;
  }

  .aboveTablet\:table-row{
    display: table-row;
  }

  .aboveTablet\:flow-root{
    display: flow-root;
  }

  .aboveTablet\:grid{
    display: grid;
  }

  .aboveTablet\:inline-grid{
    display: inline-grid;
  }

  .aboveTablet\:contents{
    display: contents;
  }

  .aboveTablet\:list-item{
    display: list-item;
  }

  .aboveTablet\:hidden{
    display: none;
  }

  .aboveTablet\:h-0{
    height: 0px;
  }

  .aboveTablet\:h-1{
    height: 0.25rem;
  }

  .aboveTablet\:h-2{
    height: 0.5rem;
  }

  .aboveTablet\:h-3{
    height: 0.75rem;
  }

  .aboveTablet\:h-4{
    height: 1rem;
  }

  .aboveTablet\:h-5{
    height: 1.25rem;
  }

  .aboveTablet\:h-6{
    height: 1.5rem;
  }

  .aboveTablet\:h-7{
    height: 1.75rem;
  }

  .aboveTablet\:h-8{
    height: 2rem;
  }

  .aboveTablet\:h-9{
    height: 2.25rem;
  }

  .aboveTablet\:h-10{
    height: 2.5rem;
  }

  .aboveTablet\:h-11{
    height: 2.75rem;
  }

  .aboveTablet\:h-12{
    height: 3rem;
  }

  .aboveTablet\:h-14{
    height: 3.5rem;
  }

  .aboveTablet\:h-16{
    height: 4rem;
  }

  .aboveTablet\:h-20{
    height: 5rem;
  }

  .aboveTablet\:h-24{
    height: 6rem;
  }

  .aboveTablet\:h-28{
    height: 7rem;
  }

  .aboveTablet\:h-32{
    height: 8rem;
  }

  .aboveTablet\:h-36{
    height: 9rem;
  }

  .aboveTablet\:h-40{
    height: 10rem;
  }

  .aboveTablet\:h-44{
    height: 11rem;
  }

  .aboveTablet\:h-48{
    height: 12rem;
  }

  .aboveTablet\:h-52{
    height: 13rem;
  }

  .aboveTablet\:h-56{
    height: 14rem;
  }

  .aboveTablet\:h-60{
    height: 15rem;
  }

  .aboveTablet\:h-64{
    height: 16rem;
  }

  .aboveTablet\:h-72{
    height: 18rem;
  }

  .aboveTablet\:h-80{
    height: 20rem;
  }

  .aboveTablet\:h-96{
    height: 24rem;
  }

  .aboveTablet\:h-auto{
    height: auto;
  }

  .aboveTablet\:h-px{
    height: 1px;
  }

  .aboveTablet\:h-0\.5{
    height: 0.125rem;
  }

  .aboveTablet\:h-1\.5{
    height: 0.375rem;
  }

  .aboveTablet\:h-2\.5{
    height: 0.625rem;
  }

  .aboveTablet\:h-3\.5{
    height: 0.875rem;
  }

  .aboveTablet\:h-1\/2{
    height: 50%;
  }

  .aboveTablet\:h-1\/3{
    height: 33.333333%;
  }

  .aboveTablet\:h-2\/3{
    height: 66.666667%;
  }

  .aboveTablet\:h-1\/4{
    height: 25%;
  }

  .aboveTablet\:h-2\/4{
    height: 50%;
  }

  .aboveTablet\:h-3\/4{
    height: 75%;
  }

  .aboveTablet\:h-1\/5{
    height: 20%;
  }

  .aboveTablet\:h-2\/5{
    height: 40%;
  }

  .aboveTablet\:h-3\/5{
    height: 60%;
  }

  .aboveTablet\:h-4\/5{
    height: 80%;
  }

  .aboveTablet\:h-1\/6{
    height: 16.666667%;
  }

  .aboveTablet\:h-2\/6{
    height: 33.333333%;
  }

  .aboveTablet\:h-3\/6{
    height: 50%;
  }

  .aboveTablet\:h-4\/6{
    height: 66.666667%;
  }

  .aboveTablet\:h-5\/6{
    height: 83.333333%;
  }

  .aboveTablet\:h-full{
    height: 100%;
  }

  .aboveTablet\:h-screen{
    height: 100vh;
  }

  .aboveTablet\:max-h-0{
    max-height: 0px;
  }

  .aboveTablet\:max-h-1{
    max-height: 0.25rem;
  }

  .aboveTablet\:max-h-2{
    max-height: 0.5rem;
  }

  .aboveTablet\:max-h-3{
    max-height: 0.75rem;
  }

  .aboveTablet\:max-h-4{
    max-height: 1rem;
  }

  .aboveTablet\:max-h-5{
    max-height: 1.25rem;
  }

  .aboveTablet\:max-h-6{
    max-height: 1.5rem;
  }

  .aboveTablet\:max-h-7{
    max-height: 1.75rem;
  }

  .aboveTablet\:max-h-8{
    max-height: 2rem;
  }

  .aboveTablet\:max-h-9{
    max-height: 2.25rem;
  }

  .aboveTablet\:max-h-10{
    max-height: 2.5rem;
  }

  .aboveTablet\:max-h-11{
    max-height: 2.75rem;
  }

  .aboveTablet\:max-h-12{
    max-height: 3rem;
  }

  .aboveTablet\:max-h-14{
    max-height: 3.5rem;
  }

  .aboveTablet\:max-h-16{
    max-height: 4rem;
  }

  .aboveTablet\:max-h-20{
    max-height: 5rem;
  }

  .aboveTablet\:max-h-24{
    max-height: 6rem;
  }

  .aboveTablet\:max-h-28{
    max-height: 7rem;
  }

  .aboveTablet\:max-h-32{
    max-height: 8rem;
  }

  .aboveTablet\:max-h-36{
    max-height: 9rem;
  }

  .aboveTablet\:max-h-40{
    max-height: 10rem;
  }

  .aboveTablet\:max-h-44{
    max-height: 11rem;
  }

  .aboveTablet\:max-h-48{
    max-height: 12rem;
  }

  .aboveTablet\:max-h-52{
    max-height: 13rem;
  }

  .aboveTablet\:max-h-56{
    max-height: 14rem;
  }

  .aboveTablet\:max-h-60{
    max-height: 15rem;
  }

  .aboveTablet\:max-h-64{
    max-height: 16rem;
  }

  .aboveTablet\:max-h-72{
    max-height: 18rem;
  }

  .aboveTablet\:max-h-80{
    max-height: 20rem;
  }

  .aboveTablet\:max-h-96{
    max-height: 24rem;
  }

  .aboveTablet\:max-h-px{
    max-height: 1px;
  }

  .aboveTablet\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .aboveTablet\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .aboveTablet\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .aboveTablet\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .aboveTablet\:max-h-full{
    max-height: 100%;
  }

  .aboveTablet\:max-h-screen{
    max-height: 100vh;
  }

  .aboveTablet\:min-h-0{
    min-height: 0px;
  }

  .aboveTablet\:min-h-full{
    min-height: 100%;
  }

  .aboveTablet\:min-h-screen{
    min-height: 100vh;
  }

  .aboveTablet\:w-0{
    width: 0px;
  }

  .aboveTablet\:w-1{
    width: 0.25rem;
  }

  .aboveTablet\:w-2{
    width: 0.5rem;
  }

  .aboveTablet\:w-3{
    width: 0.75rem;
  }

  .aboveTablet\:w-4{
    width: 1rem;
  }

  .aboveTablet\:w-5{
    width: 1.25rem;
  }

  .aboveTablet\:w-6{
    width: 1.5rem;
  }

  .aboveTablet\:w-7{
    width: 1.75rem;
  }

  .aboveTablet\:w-8{
    width: 2rem;
  }

  .aboveTablet\:w-9{
    width: 2.25rem;
  }

  .aboveTablet\:w-10{
    width: 2.5rem;
  }

  .aboveTablet\:w-11{
    width: 2.75rem;
  }

  .aboveTablet\:w-12{
    width: 3rem;
  }

  .aboveTablet\:w-14{
    width: 3.5rem;
  }

  .aboveTablet\:w-16{
    width: 4rem;
  }

  .aboveTablet\:w-20{
    width: 5rem;
  }

  .aboveTablet\:w-24{
    width: 6rem;
  }

  .aboveTablet\:w-28{
    width: 7rem;
  }

  .aboveTablet\:w-32{
    width: 8rem;
  }

  .aboveTablet\:w-36{
    width: 9rem;
  }

  .aboveTablet\:w-40{
    width: 10rem;
  }

  .aboveTablet\:w-44{
    width: 11rem;
  }

  .aboveTablet\:w-48{
    width: 12rem;
  }

  .aboveTablet\:w-52{
    width: 13rem;
  }

  .aboveTablet\:w-56{
    width: 14rem;
  }

  .aboveTablet\:w-60{
    width: 15rem;
  }

  .aboveTablet\:w-64{
    width: 16rem;
  }

  .aboveTablet\:w-72{
    width: 18rem;
  }

  .aboveTablet\:w-80{
    width: 20rem;
  }

  .aboveTablet\:w-96{
    width: 24rem;
  }

  .aboveTablet\:w-auto{
    width: auto;
  }

  .aboveTablet\:w-px{
    width: 1px;
  }

  .aboveTablet\:w-0\.5{
    width: 0.125rem;
  }

  .aboveTablet\:w-1\.5{
    width: 0.375rem;
  }

  .aboveTablet\:w-2\.5{
    width: 0.625rem;
  }

  .aboveTablet\:w-3\.5{
    width: 0.875rem;
  }

  .aboveTablet\:w-1\/2{
    width: 50%;
  }

  .aboveTablet\:w-1\/3{
    width: 33.333333%;
  }

  .aboveTablet\:w-2\/3{
    width: 66.666667%;
  }

  .aboveTablet\:w-1\/4{
    width: 25%;
  }

  .aboveTablet\:w-2\/4{
    width: 50%;
  }

  .aboveTablet\:w-3\/4{
    width: 75%;
  }

  .aboveTablet\:w-1\/5{
    width: 20%;
  }

  .aboveTablet\:w-2\/5{
    width: 40%;
  }

  .aboveTablet\:w-3\/5{
    width: 60%;
  }

  .aboveTablet\:w-4\/5{
    width: 80%;
  }

  .aboveTablet\:w-1\/6{
    width: 16.666667%;
  }

  .aboveTablet\:w-2\/6{
    width: 33.333333%;
  }

  .aboveTablet\:w-3\/6{
    width: 50%;
  }

  .aboveTablet\:w-4\/6{
    width: 66.666667%;
  }

  .aboveTablet\:w-5\/6{
    width: 83.333333%;
  }

  .aboveTablet\:w-1\/12{
    width: 8.333333%;
  }

  .aboveTablet\:w-2\/12{
    width: 16.666667%;
  }

  .aboveTablet\:w-3\/12{
    width: 25%;
  }

  .aboveTablet\:w-4\/12{
    width: 33.333333%;
  }

  .aboveTablet\:w-5\/12{
    width: 41.666667%;
  }

  .aboveTablet\:w-6\/12{
    width: 50%;
  }

  .aboveTablet\:w-7\/12{
    width: 58.333333%;
  }

  .aboveTablet\:w-8\/12{
    width: 66.666667%;
  }

  .aboveTablet\:w-9\/12{
    width: 75%;
  }

  .aboveTablet\:w-10\/12{
    width: 83.333333%;
  }

  .aboveTablet\:w-11\/12{
    width: 91.666667%;
  }

  .aboveTablet\:w-full{
    width: 100%;
  }

  .aboveTablet\:w-screen{
    width: 100vw;
  }

  .aboveTablet\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .aboveTablet\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .aboveTablet\:min-w-0{
    min-width: 0px;
  }

  .aboveTablet\:min-w-full{
    min-width: 100%;
  }

  .aboveTablet\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .aboveTablet\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .aboveTablet\:max-w-0{
    max-width: 0rem;
  }

  .aboveTablet\:max-w-none{
    max-width: none;
  }

  .aboveTablet\:max-w-xs{
    max-width: 20rem;
  }

  .aboveTablet\:max-w-sm{
    max-width: 24rem;
  }

  .aboveTablet\:max-w-md{
    max-width: 28rem;
  }

  .aboveTablet\:max-w-lg{
    max-width: 32rem;
  }

  .aboveTablet\:max-w-xl{
    max-width: 36rem;
  }

  .aboveTablet\:max-w-2xl{
    max-width: 42rem;
  }

  .aboveTablet\:max-w-3xl{
    max-width: 48rem;
  }

  .aboveTablet\:max-w-4xl{
    max-width: 56rem;
  }

  .aboveTablet\:max-w-5xl{
    max-width: 64rem;
  }

  .aboveTablet\:max-w-6xl{
    max-width: 72rem;
  }

  .aboveTablet\:max-w-7xl{
    max-width: 80rem;
  }

  .aboveTablet\:max-w-full{
    max-width: 100%;
  }

  .aboveTablet\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .aboveTablet\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .aboveTablet\:max-w-prose{
    max-width: 65ch;
  }

  .aboveTablet\:max-w-screen-sm{
    max-width: 640px;
  }

  .aboveTablet\:max-w-screen-md{
    max-width: 768px;
  }

  .aboveTablet\:max-w-screen-lg{
    max-width: 1024px;
  }

  .aboveTablet\:max-w-screen-xl{
    max-width: 1280px;
  }

  .aboveTablet\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .aboveTablet\:flex-1{
    flex: 1 1 0%;
  }

  .aboveTablet\:flex-auto{
    flex: 1 1 auto;
  }

  .aboveTablet\:flex-initial{
    flex: 0 1 auto;
  }

  .aboveTablet\:flex-none{
    flex: none;
  }

  .aboveTablet\:flex-shrink-0{
    flex-shrink: 0;
  }

  .aboveTablet\:flex-shrink{
    flex-shrink: 1;
  }

  .aboveTablet\:flex-grow-0{
    flex-grow: 0;
  }

  .aboveTablet\:flex-grow{
    flex-grow: 1;
  }

  .aboveTablet\:table-auto{
    table-layout: auto;
  }

  .aboveTablet\:table-fixed{
    table-layout: fixed;
  }

  .aboveTablet\:border-collapse{
    border-collapse: collapse;
  }

  .aboveTablet\:border-separate{
    border-collapse: separate;
  }

  .aboveTablet\:origin-center{
    transform-origin: center;
  }

  .aboveTablet\:origin-top{
    transform-origin: top;
  }

  .aboveTablet\:origin-top-right{
    transform-origin: top right;
  }

  .aboveTablet\:origin-right{
    transform-origin: right;
  }

  .aboveTablet\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .aboveTablet\:origin-bottom{
    transform-origin: bottom;
  }

  .aboveTablet\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .aboveTablet\:origin-left{
    transform-origin: left;
  }

  .aboveTablet\:origin-top-left{
    transform-origin: top left;
  }

  .aboveTablet\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveTablet\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveTablet\:transform-none{
    transform: none;
  }

  .aboveTablet\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveTablet\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .aboveTablet\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .aboveTablet\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .aboveTablet\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .aboveTablet\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .aboveTablet\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .aboveTablet\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .aboveTablet\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .aboveTablet\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .aboveTablet\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .aboveTablet\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .aboveTablet\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .aboveTablet\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .aboveTablet\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .aboveTablet\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .aboveTablet\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .aboveTablet\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .aboveTablet\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .aboveTablet\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .aboveTablet\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .aboveTablet\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .aboveTablet\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .aboveTablet\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .aboveTablet\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .aboveTablet\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .aboveTablet\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .aboveTablet\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .aboveTablet\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .aboveTablet\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .aboveTablet\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .aboveTablet\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .aboveTablet\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .aboveTablet\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .aboveTablet\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .aboveTablet\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveTablet\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .aboveTablet\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .aboveTablet\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .aboveTablet\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .aboveTablet\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .aboveTablet\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .aboveTablet\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .aboveTablet\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .aboveTablet\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .aboveTablet\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .aboveTablet\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .aboveTablet\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .aboveTablet\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .aboveTablet\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .aboveTablet\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .aboveTablet\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .aboveTablet\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .aboveTablet\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .aboveTablet\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .aboveTablet\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .aboveTablet\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .aboveTablet\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .aboveTablet\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .aboveTablet\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .aboveTablet\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .aboveTablet\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .aboveTablet\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .aboveTablet\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .aboveTablet\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .aboveTablet\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .aboveTablet\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .aboveTablet\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .aboveTablet\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .aboveTablet\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .aboveTablet\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .aboveTablet\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .aboveTablet\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .aboveTablet\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .aboveTablet\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .aboveTablet\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .aboveTablet\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .aboveTablet\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .aboveTablet\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .aboveTablet\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .aboveTablet\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .aboveTablet\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .aboveTablet\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .aboveTablet\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .aboveTablet\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveTablet\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .aboveTablet\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .aboveTablet\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .aboveTablet\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .aboveTablet\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .aboveTablet\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .aboveTablet\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .aboveTablet\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .aboveTablet\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .aboveTablet\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .aboveTablet\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .aboveTablet\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .aboveTablet\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .aboveTablet\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .aboveTablet\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .aboveTablet\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .aboveTablet\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .aboveTablet\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .aboveTablet\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .aboveTablet\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .aboveTablet\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .aboveTablet\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .aboveTablet\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .aboveTablet\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .aboveTablet\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .aboveTablet\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .aboveTablet\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .aboveTablet\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .aboveTablet\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .aboveTablet\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .aboveTablet\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .aboveTablet\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .aboveTablet\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .aboveTablet\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .aboveTablet\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveTablet\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .aboveTablet\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .aboveTablet\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .aboveTablet\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .aboveTablet\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .aboveTablet\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .aboveTablet\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .aboveTablet\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .aboveTablet\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .aboveTablet\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .aboveTablet\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .aboveTablet\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .aboveTablet\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .aboveTablet\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .aboveTablet\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .aboveTablet\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .aboveTablet\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .aboveTablet\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .aboveTablet\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .aboveTablet\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .aboveTablet\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .aboveTablet\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .aboveTablet\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .aboveTablet\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .aboveTablet\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .aboveTablet\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .aboveTablet\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .aboveTablet\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .aboveTablet\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .aboveTablet\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .aboveTablet\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .aboveTablet\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .aboveTablet\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .aboveTablet\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .aboveTablet\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .aboveTablet\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .aboveTablet\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .aboveTablet\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .aboveTablet\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .aboveTablet\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .aboveTablet\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .aboveTablet\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .aboveTablet\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .aboveTablet\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .aboveTablet\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .aboveTablet\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .aboveTablet\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .aboveTablet\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .aboveTablet\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveTablet\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .aboveTablet\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .aboveTablet\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .aboveTablet\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .aboveTablet\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .aboveTablet\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .aboveTablet\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .aboveTablet\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .aboveTablet\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .aboveTablet\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .aboveTablet\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .aboveTablet\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .aboveTablet\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .aboveTablet\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .aboveTablet\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .aboveTablet\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .aboveTablet\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .aboveTablet\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .aboveTablet\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .aboveTablet\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .aboveTablet\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .aboveTablet\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .aboveTablet\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .aboveTablet\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .aboveTablet\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .aboveTablet\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .aboveTablet\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .aboveTablet\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .aboveTablet\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .aboveTablet\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .aboveTablet\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .aboveTablet\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .aboveTablet\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .aboveTablet\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .aboveTablet\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveTablet\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .aboveTablet\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .aboveTablet\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .aboveTablet\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .aboveTablet\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .aboveTablet\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .aboveTablet\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .aboveTablet\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .aboveTablet\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .aboveTablet\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .aboveTablet\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .aboveTablet\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .aboveTablet\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .aboveTablet\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .aboveTablet\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .aboveTablet\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .aboveTablet\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .aboveTablet\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .aboveTablet\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .aboveTablet\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .aboveTablet\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .aboveTablet\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .aboveTablet\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .aboveTablet\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .aboveTablet\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .aboveTablet\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .aboveTablet\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .aboveTablet\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .aboveTablet\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .aboveTablet\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .aboveTablet\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .aboveTablet\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .aboveTablet\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .aboveTablet\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .aboveTablet\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .aboveTablet\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .aboveTablet\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .aboveTablet\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .aboveTablet\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .aboveTablet\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .aboveTablet\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .aboveTablet\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .aboveTablet\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .aboveTablet\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .aboveTablet\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .aboveTablet\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .aboveTablet\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .aboveTablet\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .aboveTablet\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveTablet\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .aboveTablet\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .aboveTablet\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .aboveTablet\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .aboveTablet\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .aboveTablet\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .aboveTablet\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .aboveTablet\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .aboveTablet\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .aboveTablet\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .aboveTablet\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .aboveTablet\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .aboveTablet\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .aboveTablet\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .aboveTablet\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .aboveTablet\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .aboveTablet\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .aboveTablet\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .aboveTablet\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .aboveTablet\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .aboveTablet\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .aboveTablet\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .aboveTablet\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .aboveTablet\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .aboveTablet\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .aboveTablet\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .aboveTablet\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .aboveTablet\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .aboveTablet\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .aboveTablet\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .aboveTablet\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .aboveTablet\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .aboveTablet\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .aboveTablet\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .aboveTablet\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveTablet\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .aboveTablet\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .aboveTablet\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .aboveTablet\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .aboveTablet\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .aboveTablet\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .aboveTablet\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .aboveTablet\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .aboveTablet\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .aboveTablet\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .aboveTablet\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .aboveTablet\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .aboveTablet\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .aboveTablet\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .aboveTablet\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .aboveTablet\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .aboveTablet\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .aboveTablet\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .aboveTablet\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .aboveTablet\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .aboveTablet\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .aboveTablet\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .aboveTablet\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .aboveTablet\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .aboveTablet\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .aboveTablet\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .aboveTablet\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .aboveTablet\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .aboveTablet\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .aboveTablet\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .aboveTablet\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .aboveTablet\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .aboveTablet\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .aboveTablet\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .aboveTablet\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .aboveTablet\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .aboveTablet\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .aboveTablet\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .aboveTablet\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .aboveTablet\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .aboveTablet\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .aboveTablet\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .aboveTablet\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .aboveTablet\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .aboveTablet\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .aboveTablet\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .aboveTablet\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .aboveTablet\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .aboveTablet\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveTablet\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .aboveTablet\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .aboveTablet\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .aboveTablet\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .aboveTablet\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .aboveTablet\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .aboveTablet\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .aboveTablet\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .aboveTablet\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .aboveTablet\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .aboveTablet\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .aboveTablet\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .aboveTablet\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .aboveTablet\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .aboveTablet\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .aboveTablet\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .aboveTablet\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .aboveTablet\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .aboveTablet\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .aboveTablet\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .aboveTablet\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .aboveTablet\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .aboveTablet\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .aboveTablet\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .aboveTablet\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .aboveTablet\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .aboveTablet\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .aboveTablet\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .aboveTablet\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .aboveTablet\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .aboveTablet\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .aboveTablet\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .aboveTablet\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .aboveTablet\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .aboveTablet\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveTablet\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .aboveTablet\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .aboveTablet\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .aboveTablet\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .aboveTablet\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .aboveTablet\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .aboveTablet\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .aboveTablet\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .aboveTablet\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .aboveTablet\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .aboveTablet\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .aboveTablet\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .aboveTablet\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .aboveTablet\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .aboveTablet\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .aboveTablet\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .aboveTablet\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .aboveTablet\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .aboveTablet\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .aboveTablet\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .aboveTablet\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .aboveTablet\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .aboveTablet\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .aboveTablet\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .aboveTablet\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .aboveTablet\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .aboveTablet\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .aboveTablet\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .aboveTablet\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .aboveTablet\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .aboveTablet\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .aboveTablet\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .aboveTablet\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .aboveTablet\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .aboveTablet\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .aboveTablet\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .aboveTablet\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .aboveTablet\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .aboveTablet\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .aboveTablet\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .aboveTablet\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .aboveTablet\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .aboveTablet\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .aboveTablet\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .aboveTablet\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .aboveTablet\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .aboveTablet\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .aboveTablet\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .aboveTablet\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveTablet\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .aboveTablet\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .aboveTablet\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .aboveTablet\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .aboveTablet\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .aboveTablet\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .aboveTablet\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .aboveTablet\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .aboveTablet\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .aboveTablet\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .aboveTablet\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .aboveTablet\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .aboveTablet\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .aboveTablet\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .aboveTablet\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .aboveTablet\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .aboveTablet\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .aboveTablet\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .aboveTablet\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .aboveTablet\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .aboveTablet\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .aboveTablet\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .aboveTablet\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .aboveTablet\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .aboveTablet\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .aboveTablet\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .aboveTablet\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .aboveTablet\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .aboveTablet\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .aboveTablet\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .aboveTablet\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .aboveTablet\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .aboveTablet\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .aboveTablet\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .aboveTablet\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveTablet\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .aboveTablet\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .aboveTablet\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .aboveTablet\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .aboveTablet\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .aboveTablet\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .aboveTablet\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .aboveTablet\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .aboveTablet\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .aboveTablet\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .aboveTablet\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .aboveTablet\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .aboveTablet\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .aboveTablet\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .aboveTablet\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .aboveTablet\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .aboveTablet\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .aboveTablet\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .aboveTablet\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .aboveTablet\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .aboveTablet\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .aboveTablet\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .aboveTablet\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .aboveTablet\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .aboveTablet\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .aboveTablet\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .aboveTablet\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .aboveTablet\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .aboveTablet\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .aboveTablet\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .aboveTablet\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .aboveTablet\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .aboveTablet\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .aboveTablet\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .aboveTablet\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .aboveTablet\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .aboveTablet\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .aboveTablet\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .aboveTablet\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .aboveTablet\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .aboveTablet\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .aboveTablet\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .aboveTablet\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .aboveTablet\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .aboveTablet\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .aboveTablet\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .aboveTablet\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .aboveTablet\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .aboveTablet\:rotate-0{
    --tw-rotate: 0deg;
  }

  .aboveTablet\:rotate-1{
    --tw-rotate: 1deg;
  }

  .aboveTablet\:rotate-2{
    --tw-rotate: 2deg;
  }

  .aboveTablet\:rotate-3{
    --tw-rotate: 3deg;
  }

  .aboveTablet\:rotate-6{
    --tw-rotate: 6deg;
  }

  .aboveTablet\:rotate-12{
    --tw-rotate: 12deg;
  }

  .aboveTablet\:rotate-45{
    --tw-rotate: 45deg;
  }

  .aboveTablet\:rotate-90{
    --tw-rotate: 90deg;
  }

  .aboveTablet\:rotate-180{
    --tw-rotate: 180deg;
  }

  .aboveTablet\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .aboveTablet\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .aboveTablet\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .aboveTablet\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .aboveTablet\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .aboveTablet\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .aboveTablet\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .aboveTablet\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .aboveTablet\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .aboveTablet\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .aboveTablet\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .aboveTablet\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .aboveTablet\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .aboveTablet\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .aboveTablet\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .aboveTablet\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .aboveTablet\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .aboveTablet\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .aboveTablet\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .aboveTablet\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .aboveTablet\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .aboveTablet\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .aboveTablet\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .aboveTablet\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .aboveTablet\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .aboveTablet\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .aboveTablet\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .aboveTablet\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .aboveTablet\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .aboveTablet\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .aboveTablet\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .aboveTablet\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .aboveTablet\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .aboveTablet\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .aboveTablet\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .aboveTablet\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .aboveTablet\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .aboveTablet\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .aboveTablet\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .aboveTablet\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .aboveTablet\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .aboveTablet\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .aboveTablet\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .aboveTablet\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .aboveTablet\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .aboveTablet\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .aboveTablet\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .aboveTablet\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .aboveTablet\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .aboveTablet\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .aboveTablet\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .aboveTablet\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .aboveTablet\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .aboveTablet\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .aboveTablet\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .aboveTablet\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .aboveTablet\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .aboveTablet\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .aboveTablet\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .aboveTablet\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .aboveTablet\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .aboveTablet\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .aboveTablet\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .aboveTablet\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .aboveTablet\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .aboveTablet\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .aboveTablet\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .aboveTablet\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .aboveTablet\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .aboveTablet\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .aboveTablet\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .aboveTablet\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .aboveTablet\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .aboveTablet\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .aboveTablet\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .aboveTablet\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .aboveTablet\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .aboveTablet\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .aboveTablet\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .aboveTablet\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .aboveTablet\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .aboveTablet\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .aboveTablet\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .aboveTablet\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .aboveTablet\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .aboveTablet\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .aboveTablet\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .aboveTablet\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .aboveTablet\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .aboveTablet\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .aboveTablet\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .aboveTablet\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .aboveTablet\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .aboveTablet\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .aboveTablet\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .aboveTablet\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .aboveTablet\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .aboveTablet\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .aboveTablet\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .aboveTablet\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .aboveTablet\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .aboveTablet\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .aboveTablet\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .aboveTablet\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .aboveTablet\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .aboveTablet\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .aboveTablet\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .aboveTablet\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .aboveTablet\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveTablet\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveTablet\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveTablet\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveTablet\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveTablet\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveTablet\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveTablet\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveTablet\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveTablet\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveTablet\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveTablet\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveTablet\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveTablet\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveTablet\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveTablet\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveTablet\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveTablet\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveTablet\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveTablet\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveTablet\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveTablet\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveTablet\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveTablet\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveTablet\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveTablet\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveTablet\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveTablet\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveTablet\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveTablet\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveTablet\:scale-x-0{
    --tw-scale-x: 0;
  }

  .aboveTablet\:scale-x-50{
    --tw-scale-x: .5;
  }

  .aboveTablet\:scale-x-75{
    --tw-scale-x: .75;
  }

  .aboveTablet\:scale-x-90{
    --tw-scale-x: .9;
  }

  .aboveTablet\:scale-x-95{
    --tw-scale-x: .95;
  }

  .aboveTablet\:scale-x-100{
    --tw-scale-x: 1;
  }

  .aboveTablet\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .aboveTablet\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .aboveTablet\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .aboveTablet\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .aboveTablet\:scale-y-0{
    --tw-scale-y: 0;
  }

  .aboveTablet\:scale-y-50{
    --tw-scale-y: .5;
  }

  .aboveTablet\:scale-y-75{
    --tw-scale-y: .75;
  }

  .aboveTablet\:scale-y-90{
    --tw-scale-y: .9;
  }

  .aboveTablet\:scale-y-95{
    --tw-scale-y: .95;
  }

  .aboveTablet\:scale-y-100{
    --tw-scale-y: 1;
  }

  .aboveTablet\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .aboveTablet\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .aboveTablet\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .aboveTablet\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .aboveTablet\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .aboveTablet\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .aboveTablet\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .aboveTablet\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .aboveTablet\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .aboveTablet\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .aboveTablet\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .aboveTablet\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .aboveTablet\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .aboveTablet\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .aboveTablet\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .aboveTablet\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .aboveTablet\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .aboveTablet\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .aboveTablet\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .aboveTablet\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .aboveTablet\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .aboveTablet\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .aboveTablet\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .aboveTablet\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .aboveTablet\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .aboveTablet\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .aboveTablet\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .aboveTablet\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .aboveTablet\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .aboveTablet\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .aboveTablet\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .aboveTablet\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .aboveTablet\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .aboveTablet\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .aboveTablet\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .aboveTablet\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .aboveTablet\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .aboveTablet\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .aboveTablet\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .aboveTablet\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .aboveTablet\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .aboveTablet\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .aboveTablet\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .aboveTablet\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .aboveTablet\:animate-none{
    animation: none;
  }

  .aboveTablet\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .aboveTablet\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .aboveTablet\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .aboveTablet\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .aboveTablet\:cursor-auto{
    cursor: auto;
  }

  .aboveTablet\:cursor-default{
    cursor: default;
  }

  .aboveTablet\:cursor-pointer{
    cursor: pointer;
  }

  .aboveTablet\:cursor-wait{
    cursor: wait;
  }

  .aboveTablet\:cursor-text{
    cursor: text;
  }

  .aboveTablet\:cursor-move{
    cursor: move;
  }

  .aboveTablet\:cursor-help{
    cursor: help;
  }

  .aboveTablet\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .aboveTablet\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .aboveTablet\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .aboveTablet\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .aboveTablet\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .aboveTablet\:resize-none{
    resize: none;
  }

  .aboveTablet\:resize-y{
    resize: vertical;
  }

  .aboveTablet\:resize-x{
    resize: horizontal;
  }

  .aboveTablet\:resize{
    resize: both;
  }

  .aboveTablet\:list-inside{
    list-style-position: inside;
  }

  .aboveTablet\:list-outside{
    list-style-position: outside;
  }

  .aboveTablet\:list-none{
    list-style-type: none;
  }

  .aboveTablet\:list-disc{
    list-style-type: disc;
  }

  .aboveTablet\:list-decimal{
    list-style-type: decimal;
  }

  .aboveTablet\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .aboveTablet\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .aboveTablet\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .aboveTablet\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .aboveTablet\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .aboveTablet\:grid-flow-row{
    grid-auto-flow: row;
  }

  .aboveTablet\:grid-flow-col{
    grid-auto-flow: column;
  }

  .aboveTablet\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .aboveTablet\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .aboveTablet\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .aboveTablet\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .aboveTablet\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .aboveTablet\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .aboveTablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .aboveTablet\:grid-cols-none{
    grid-template-columns: none;
  }

  .aboveTablet\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .aboveTablet\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .aboveTablet\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .aboveTablet\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .aboveTablet\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .aboveTablet\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .aboveTablet\:grid-rows-none{
    grid-template-rows: none;
  }

  .aboveTablet\:flex-row{
    flex-direction: row;
  }

  .aboveTablet\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .aboveTablet\:flex-col{
    flex-direction: column;
  }

  .aboveTablet\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .aboveTablet\:flex-wrap{
    flex-wrap: wrap;
  }

  .aboveTablet\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .aboveTablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .aboveTablet\:place-content-center{
    place-content: center;
  }

  .aboveTablet\:place-content-start{
    place-content: start;
  }

  .aboveTablet\:place-content-end{
    place-content: end;
  }

  .aboveTablet\:place-content-between{
    place-content: space-between;
  }

  .aboveTablet\:place-content-around{
    place-content: space-around;
  }

  .aboveTablet\:place-content-evenly{
    place-content: space-evenly;
  }

  .aboveTablet\:place-content-stretch{
    place-content: stretch;
  }

  .aboveTablet\:place-items-start{
    place-items: start;
  }

  .aboveTablet\:place-items-end{
    place-items: end;
  }

  .aboveTablet\:place-items-center{
    place-items: center;
  }

  .aboveTablet\:place-items-stretch{
    place-items: stretch;
  }

  .aboveTablet\:content-center{
    align-content: center;
  }

  .aboveTablet\:content-start{
    align-content: flex-start;
  }

  .aboveTablet\:content-end{
    align-content: flex-end;
  }

  .aboveTablet\:content-between{
    align-content: space-between;
  }

  .aboveTablet\:content-around{
    align-content: space-around;
  }

  .aboveTablet\:content-evenly{
    align-content: space-evenly;
  }

  .aboveTablet\:items-start{
    align-items: flex-start;
  }

  .aboveTablet\:items-end{
    align-items: flex-end;
  }

  .aboveTablet\:items-center{
    align-items: center;
  }

  .aboveTablet\:items-baseline{
    align-items: baseline;
  }

  .aboveTablet\:items-stretch{
    align-items: stretch;
  }

  .aboveTablet\:justify-start{
    justify-content: flex-start;
  }

  .aboveTablet\:justify-end{
    justify-content: flex-end;
  }

  .aboveTablet\:justify-center{
    justify-content: center;
  }

  .aboveTablet\:justify-between{
    justify-content: space-between;
  }

  .aboveTablet\:justify-around{
    justify-content: space-around;
  }

  .aboveTablet\:justify-evenly{
    justify-content: space-evenly;
  }

  .aboveTablet\:justify-items-start{
    justify-items: start;
  }

  .aboveTablet\:justify-items-end{
    justify-items: end;
  }

  .aboveTablet\:justify-items-center{
    justify-items: center;
  }

  .aboveTablet\:justify-items-stretch{
    justify-items: stretch;
  }

  .aboveTablet\:gap-0{
    gap: 0px;
  }

  .aboveTablet\:gap-1{
    gap: 0.25rem;
  }

  .aboveTablet\:gap-2{
    gap: 0.5rem;
  }

  .aboveTablet\:gap-3{
    gap: 0.75rem;
  }

  .aboveTablet\:gap-4{
    gap: 1rem;
  }

  .aboveTablet\:gap-5{
    gap: 1.25rem;
  }

  .aboveTablet\:gap-6{
    gap: 1.5rem;
  }

  .aboveTablet\:gap-7{
    gap: 1.75rem;
  }

  .aboveTablet\:gap-8{
    gap: 2rem;
  }

  .aboveTablet\:gap-9{
    gap: 2.25rem;
  }

  .aboveTablet\:gap-10{
    gap: 2.5rem;
  }

  .aboveTablet\:gap-11{
    gap: 2.75rem;
  }

  .aboveTablet\:gap-12{
    gap: 3rem;
  }

  .aboveTablet\:gap-14{
    gap: 3.5rem;
  }

  .aboveTablet\:gap-16{
    gap: 4rem;
  }

  .aboveTablet\:gap-20{
    gap: 5rem;
  }

  .aboveTablet\:gap-24{
    gap: 6rem;
  }

  .aboveTablet\:gap-28{
    gap: 7rem;
  }

  .aboveTablet\:gap-32{
    gap: 8rem;
  }

  .aboveTablet\:gap-36{
    gap: 9rem;
  }

  .aboveTablet\:gap-40{
    gap: 10rem;
  }

  .aboveTablet\:gap-44{
    gap: 11rem;
  }

  .aboveTablet\:gap-48{
    gap: 12rem;
  }

  .aboveTablet\:gap-52{
    gap: 13rem;
  }

  .aboveTablet\:gap-56{
    gap: 14rem;
  }

  .aboveTablet\:gap-60{
    gap: 15rem;
  }

  .aboveTablet\:gap-64{
    gap: 16rem;
  }

  .aboveTablet\:gap-72{
    gap: 18rem;
  }

  .aboveTablet\:gap-80{
    gap: 20rem;
  }

  .aboveTablet\:gap-96{
    gap: 24rem;
  }

  .aboveTablet\:gap-px{
    gap: 1px;
  }

  .aboveTablet\:gap-0\.5{
    gap: 0.125rem;
  }

  .aboveTablet\:gap-1\.5{
    gap: 0.375rem;
  }

  .aboveTablet\:gap-2\.5{
    gap: 0.625rem;
  }

  .aboveTablet\:gap-3\.5{
    gap: 0.875rem;
  }

  .aboveTablet\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .aboveTablet\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .aboveTablet\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .aboveTablet\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .aboveTablet\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .aboveTablet\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .aboveTablet\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .aboveTablet\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .aboveTablet\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .aboveTablet\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .aboveTablet\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .aboveTablet\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .aboveTablet\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .aboveTablet\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .aboveTablet\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .aboveTablet\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .aboveTablet\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .aboveTablet\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .aboveTablet\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .aboveTablet\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .aboveTablet\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .aboveTablet\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .aboveTablet\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .aboveTablet\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .aboveTablet\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .aboveTablet\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .aboveTablet\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .aboveTablet\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .aboveTablet\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .aboveTablet\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .aboveTablet\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .aboveTablet\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .aboveTablet\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .aboveTablet\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .aboveTablet\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .aboveTablet\:gap-y-0{
    row-gap: 0px;
  }

  .aboveTablet\:gap-y-1{
    row-gap: 0.25rem;
  }

  .aboveTablet\:gap-y-2{
    row-gap: 0.5rem;
  }

  .aboveTablet\:gap-y-3{
    row-gap: 0.75rem;
  }

  .aboveTablet\:gap-y-4{
    row-gap: 1rem;
  }

  .aboveTablet\:gap-y-5{
    row-gap: 1.25rem;
  }

  .aboveTablet\:gap-y-6{
    row-gap: 1.5rem;
  }

  .aboveTablet\:gap-y-7{
    row-gap: 1.75rem;
  }

  .aboveTablet\:gap-y-8{
    row-gap: 2rem;
  }

  .aboveTablet\:gap-y-9{
    row-gap: 2.25rem;
  }

  .aboveTablet\:gap-y-10{
    row-gap: 2.5rem;
  }

  .aboveTablet\:gap-y-11{
    row-gap: 2.75rem;
  }

  .aboveTablet\:gap-y-12{
    row-gap: 3rem;
  }

  .aboveTablet\:gap-y-14{
    row-gap: 3.5rem;
  }

  .aboveTablet\:gap-y-16{
    row-gap: 4rem;
  }

  .aboveTablet\:gap-y-20{
    row-gap: 5rem;
  }

  .aboveTablet\:gap-y-24{
    row-gap: 6rem;
  }

  .aboveTablet\:gap-y-28{
    row-gap: 7rem;
  }

  .aboveTablet\:gap-y-32{
    row-gap: 8rem;
  }

  .aboveTablet\:gap-y-36{
    row-gap: 9rem;
  }

  .aboveTablet\:gap-y-40{
    row-gap: 10rem;
  }

  .aboveTablet\:gap-y-44{
    row-gap: 11rem;
  }

  .aboveTablet\:gap-y-48{
    row-gap: 12rem;
  }

  .aboveTablet\:gap-y-52{
    row-gap: 13rem;
  }

  .aboveTablet\:gap-y-56{
    row-gap: 14rem;
  }

  .aboveTablet\:gap-y-60{
    row-gap: 15rem;
  }

  .aboveTablet\:gap-y-64{
    row-gap: 16rem;
  }

  .aboveTablet\:gap-y-72{
    row-gap: 18rem;
  }

  .aboveTablet\:gap-y-80{
    row-gap: 20rem;
  }

  .aboveTablet\:gap-y-96{
    row-gap: 24rem;
  }

  .aboveTablet\:gap-y-px{
    row-gap: 1px;
  }

  .aboveTablet\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .aboveTablet\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .aboveTablet\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .aboveTablet\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .aboveTablet\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveTablet\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .aboveTablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .aboveTablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .aboveTablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveTablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveTablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveTablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveTablet\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveTablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .aboveTablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .aboveTablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .aboveTablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .aboveTablet\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .aboveTablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .aboveTablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .aboveTablet\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .aboveTablet\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .aboveTablet\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .aboveTablet\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .aboveTablet\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .aboveTablet\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .aboveTablet\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .aboveTablet\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .aboveTablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .aboveTablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .aboveTablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .aboveTablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .aboveTablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .aboveTablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .aboveTablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .aboveTablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .aboveTablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .aboveTablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .aboveTablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .aboveTablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .aboveTablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .aboveTablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .aboveTablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .aboveTablet\:place-self-auto{
    place-self: auto;
  }

  .aboveTablet\:place-self-start{
    place-self: start;
  }

  .aboveTablet\:place-self-end{
    place-self: end;
  }

  .aboveTablet\:place-self-center{
    place-self: center;
  }

  .aboveTablet\:place-self-stretch{
    place-self: stretch;
  }

  .aboveTablet\:self-auto{
    align-self: auto;
  }

  .aboveTablet\:self-start{
    align-self: flex-start;
  }

  .aboveTablet\:self-end{
    align-self: flex-end;
  }

  .aboveTablet\:self-center{
    align-self: center;
  }

  .aboveTablet\:self-stretch{
    align-self: stretch;
  }

  .aboveTablet\:self-baseline{
    align-self: baseline;
  }

  .aboveTablet\:justify-self-auto{
    justify-self: auto;
  }

  .aboveTablet\:justify-self-start{
    justify-self: start;
  }

  .aboveTablet\:justify-self-end{
    justify-self: end;
  }

  .aboveTablet\:justify-self-center{
    justify-self: center;
  }

  .aboveTablet\:justify-self-stretch{
    justify-self: stretch;
  }

  .aboveTablet\:overflow-auto{
    overflow: auto;
  }

  .aboveTablet\:overflow-hidden{
    overflow: hidden;
  }

  .aboveTablet\:overflow-visible{
    overflow: visible;
  }

  .aboveTablet\:overflow-scroll{
    overflow: scroll;
  }

  .aboveTablet\:overflow-x-auto{
    overflow-x: auto;
  }

  .aboveTablet\:overflow-y-auto{
    overflow-y: auto;
  }

  .aboveTablet\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .aboveTablet\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .aboveTablet\:overflow-x-visible{
    overflow-x: visible;
  }

  .aboveTablet\:overflow-y-visible{
    overflow-y: visible;
  }

  .aboveTablet\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .aboveTablet\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .aboveTablet\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .aboveTablet\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .aboveTablet\:overscroll-none{
    overscroll-behavior: none;
  }

  .aboveTablet\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .aboveTablet\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .aboveTablet\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .aboveTablet\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .aboveTablet\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .aboveTablet\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .aboveTablet\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aboveTablet\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .aboveTablet\:overflow-clip{
    text-overflow: clip;
  }

  .aboveTablet\:whitespace-normal{
    white-space: normal;
  }

  .aboveTablet\:whitespace-nowrap{
    white-space: nowrap;
  }

  .aboveTablet\:whitespace-pre{
    white-space: pre;
  }

  .aboveTablet\:whitespace-pre-line{
    white-space: pre-line;
  }

  .aboveTablet\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .aboveTablet\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .aboveTablet\:break-words{
    overflow-wrap: break-word;
  }

  .aboveTablet\:break-all{
    word-break: break-all;
  }

  .aboveTablet\:rounded-none{
    border-radius: 0px;
  }

  .aboveTablet\:rounded-sm{
    border-radius: 0.125rem;
  }

  .aboveTablet\:rounded{
    border-radius: 0.25rem;
  }

  .aboveTablet\:rounded-md{
    border-radius: 0.375rem;
  }

  .aboveTablet\:rounded-lg{
    border-radius: 0.5rem;
  }

  .aboveTablet\:rounded-xl{
    border-radius: 0.75rem;
  }

  .aboveTablet\:rounded-2xl{
    border-radius: 1rem;
  }

  .aboveTablet\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .aboveTablet\:rounded-full{
    border-radius: 9999px;
  }

  .aboveTablet\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .aboveTablet\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .aboveTablet\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .aboveTablet\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .aboveTablet\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .aboveTablet\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .aboveTablet\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .aboveTablet\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .aboveTablet\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .aboveTablet\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .aboveTablet\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .aboveTablet\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .aboveTablet\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .aboveTablet\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .aboveTablet\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .aboveTablet\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .aboveTablet\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .aboveTablet\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .aboveTablet\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveTablet\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveTablet\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveTablet\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveTablet\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveTablet\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveTablet\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveTablet\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveTablet\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveTablet\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveTablet\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveTablet\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveTablet\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveTablet\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveTablet\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveTablet\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveTablet\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveTablet\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveTablet\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .aboveTablet\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .aboveTablet\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .aboveTablet\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .aboveTablet\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .aboveTablet\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .aboveTablet\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .aboveTablet\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .aboveTablet\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .aboveTablet\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .aboveTablet\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .aboveTablet\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .aboveTablet\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .aboveTablet\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .aboveTablet\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .aboveTablet\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .aboveTablet\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .aboveTablet\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .aboveTablet\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .aboveTablet\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .aboveTablet\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .aboveTablet\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .aboveTablet\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .aboveTablet\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .aboveTablet\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .aboveTablet\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .aboveTablet\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .aboveTablet\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .aboveTablet\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .aboveTablet\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .aboveTablet\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .aboveTablet\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .aboveTablet\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .aboveTablet\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .aboveTablet\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .aboveTablet\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .aboveTablet\:border-0{
    border-width: 0px;
  }

  .aboveTablet\:border-2{
    border-width: 2px;
  }

  .aboveTablet\:border-4{
    border-width: 4px;
  }

  .aboveTablet\:border-8{
    border-width: 8px;
  }

  .aboveTablet\:border{
    border-width: 1px;
  }

  .aboveTablet\:border-t-0{
    border-top-width: 0px;
  }

  .aboveTablet\:border-t-2{
    border-top-width: 2px;
  }

  .aboveTablet\:border-t-4{
    border-top-width: 4px;
  }

  .aboveTablet\:border-t-8{
    border-top-width: 8px;
  }

  .aboveTablet\:border-t{
    border-top-width: 1px;
  }

  .aboveTablet\:border-r-0{
    border-right-width: 0px;
  }

  .aboveTablet\:border-r-2{
    border-right-width: 2px;
  }

  .aboveTablet\:border-r-4{
    border-right-width: 4px;
  }

  .aboveTablet\:border-r-8{
    border-right-width: 8px;
  }

  .aboveTablet\:border-r{
    border-right-width: 1px;
  }

  .aboveTablet\:border-b-0{
    border-bottom-width: 0px;
  }

  .aboveTablet\:border-b-2{
    border-bottom-width: 2px;
  }

  .aboveTablet\:border-b-4{
    border-bottom-width: 4px;
  }

  .aboveTablet\:border-b-8{
    border-bottom-width: 8px;
  }

  .aboveTablet\:border-b{
    border-bottom-width: 1px;
  }

  .aboveTablet\:border-l-0{
    border-left-width: 0px;
  }

  .aboveTablet\:border-l-2{
    border-left-width: 2px;
  }

  .aboveTablet\:border-l-4{
    border-left-width: 4px;
  }

  .aboveTablet\:border-l-8{
    border-left-width: 8px;
  }

  .aboveTablet\:border-l{
    border-left-width: 1px;
  }

  .aboveTablet\:border-solid{
    border-style: solid;
  }

  .aboveTablet\:border-dashed{
    border-style: dashed;
  }

  .aboveTablet\:border-dotted{
    border-style: dotted;
  }

  .aboveTablet\:border-double{
    border-style: double;
  }

  .aboveTablet\:border-none{
    border-style: none;
  }

  .aboveTablet\:border-transparent{
    border-color: transparent;
  }

  .aboveTablet\:border-current{
    border-color: currentColor;
  }

  .aboveTablet\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveTablet\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveTablet\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveTablet\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveTablet\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveTablet\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveTablet\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveTablet\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveTablet\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveTablet\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveTablet\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveTablet\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveTablet\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveTablet\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveTablet\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveTablet\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveTablet\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveTablet\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveTablet\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveTablet\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveTablet\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveTablet\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveTablet\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveTablet\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveTablet\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveTablet\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveTablet\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveTablet\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveTablet\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveTablet\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveTablet\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveTablet\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveTablet\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveTablet\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveTablet\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveTablet\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveTablet\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveTablet\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveTablet\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveTablet\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveTablet\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveTablet\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveTablet\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveTablet\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveTablet\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveTablet\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveTablet\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveTablet\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .aboveTablet\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .aboveTablet\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .aboveTablet\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .aboveTablet\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveTablet\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .aboveTablet\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .aboveTablet\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveTablet\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .aboveTablet\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .aboveTablet\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveTablet\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveTablet\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .aboveTablet\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .aboveTablet\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .aboveTablet\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .aboveTablet\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .aboveTablet\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .aboveTablet\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .aboveTablet\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .aboveTablet\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .aboveTablet\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .aboveTablet\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .aboveTablet\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .aboveTablet\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .aboveTablet\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .aboveTablet\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .aboveTablet\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .aboveTablet\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .aboveTablet\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .aboveTablet\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .aboveTablet\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .aboveTablet\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .aboveTablet\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .aboveTablet\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .aboveTablet\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .aboveTablet\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .aboveTablet\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .aboveTablet\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .aboveTablet\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .aboveTablet\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .aboveTablet\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .aboveTablet\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .aboveTablet\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .aboveTablet\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .aboveTablet\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .aboveTablet\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .aboveTablet\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .aboveTablet\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .aboveTablet\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .aboveTablet\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .aboveTablet\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .aboveTablet\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .aboveTablet\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .aboveTablet\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .aboveTablet\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .aboveTablet\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .aboveTablet\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .aboveTablet\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .aboveTablet\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .aboveTablet\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .aboveTablet\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .aboveTablet\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .aboveTablet\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .aboveTablet\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .aboveTablet\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .aboveTablet\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .aboveTablet\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .aboveTablet\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .aboveTablet\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .aboveTablet\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .aboveTablet\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .aboveTablet\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .aboveTablet\:bg-transparent{
    background-color: transparent;
  }

  .aboveTablet\:bg-current{
    background-color: currentColor;
  }

  .aboveTablet\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .aboveTablet\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .aboveTablet\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .aboveTablet\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .aboveTablet\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .aboveTablet\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .aboveTablet\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveTablet\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .aboveTablet\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .aboveTablet\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveTablet\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveTablet\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .aboveTablet\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .aboveTablet\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .aboveTablet\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .aboveTablet\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .aboveTablet\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .aboveTablet\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .aboveTablet\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .aboveTablet\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .aboveTablet\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .aboveTablet\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .aboveTablet\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .aboveTablet\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .aboveTablet\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .aboveTablet\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .aboveTablet\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .aboveTablet\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .aboveTablet\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .aboveTablet\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .aboveTablet\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .aboveTablet\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .aboveTablet\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .aboveTablet\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .aboveTablet\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .aboveTablet\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .aboveTablet\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .aboveTablet\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .aboveTablet\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .aboveTablet\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .aboveTablet\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .aboveTablet\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .aboveTablet\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .aboveTablet\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .aboveTablet\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .aboveTablet\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .aboveTablet\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .aboveTablet\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .aboveTablet\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .aboveTablet\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .aboveTablet\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .aboveTablet\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .aboveTablet\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .aboveTablet\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .aboveTablet\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .aboveTablet\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .aboveTablet\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .aboveTablet\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .aboveTablet\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .aboveTablet\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .aboveTablet\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .aboveTablet\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .aboveTablet\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .aboveTablet\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .aboveTablet\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .aboveTablet\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .aboveTablet\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .aboveTablet\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .aboveTablet\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .aboveTablet\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .aboveTablet\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .aboveTablet\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .aboveTablet\:bg-none{
    background-image: none;
  }

  .aboveTablet\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .aboveTablet\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .aboveTablet\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .aboveTablet\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .aboveTablet\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .aboveTablet\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .aboveTablet\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .aboveTablet\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .aboveTablet\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveTablet\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveTablet\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveTablet\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveTablet\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveTablet\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveTablet\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveTablet\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveTablet\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveTablet\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveTablet\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveTablet\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveTablet\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveTablet\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveTablet\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveTablet\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveTablet\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveTablet\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveTablet\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveTablet\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveTablet\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveTablet\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveTablet\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveTablet\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveTablet\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveTablet\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveTablet\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveTablet\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveTablet\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveTablet\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveTablet\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveTablet\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveTablet\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveTablet\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveTablet\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveTablet\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveTablet\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveTablet\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveTablet\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveTablet\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveTablet\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveTablet\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveTablet\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveTablet\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveTablet\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveTablet\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveTablet\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveTablet\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveTablet\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveTablet\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveTablet\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveTablet\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveTablet\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveTablet\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveTablet\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveTablet\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveTablet\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveTablet\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveTablet\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveTablet\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveTablet\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveTablet\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveTablet\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveTablet\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveTablet\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveTablet\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveTablet\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveTablet\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveTablet\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveTablet\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveTablet\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveTablet\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveTablet\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveTablet\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveTablet\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveTablet\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveTablet\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveTablet\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveTablet\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveTablet\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveTablet\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveTablet\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveTablet\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveTablet\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveTablet\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveTablet\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveTablet\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveTablet\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveTablet\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveTablet\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveTablet\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveTablet\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveTablet\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveTablet\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveTablet\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveTablet\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveTablet\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveTablet\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveTablet\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveTablet\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveTablet\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveTablet\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveTablet\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveTablet\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveTablet\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveTablet\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveTablet\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveTablet\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveTablet\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveTablet\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveTablet\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveTablet\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveTablet\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveTablet\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveTablet\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveTablet\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveTablet\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveTablet\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveTablet\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveTablet\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveTablet\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveTablet\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveTablet\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveTablet\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveTablet\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveTablet\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveTablet\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveTablet\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveTablet\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveTablet\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveTablet\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveTablet\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveTablet\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveTablet\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveTablet\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveTablet\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveTablet\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveTablet\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveTablet\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveTablet\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveTablet\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveTablet\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveTablet\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveTablet\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveTablet\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveTablet\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveTablet\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveTablet\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveTablet\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveTablet\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveTablet\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveTablet\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveTablet\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveTablet\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveTablet\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveTablet\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveTablet\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveTablet\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveTablet\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveTablet\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveTablet\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveTablet\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveTablet\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveTablet\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveTablet\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveTablet\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveTablet\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveTablet\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveTablet\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveTablet\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveTablet\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveTablet\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveTablet\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveTablet\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveTablet\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveTablet\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveTablet\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveTablet\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveTablet\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveTablet\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveTablet\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveTablet\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveTablet\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveTablet\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveTablet\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveTablet\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveTablet\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveTablet\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveTablet\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveTablet\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveTablet\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveTablet\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveTablet\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveTablet\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveTablet\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveTablet\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveTablet\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveTablet\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveTablet\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveTablet\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveTablet\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveTablet\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveTablet\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveTablet\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveTablet\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveTablet\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveTablet\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveTablet\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveTablet\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveTablet\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveTablet\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveTablet\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveTablet\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveTablet\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveTablet\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveTablet\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveTablet\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveTablet\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveTablet\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveTablet\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveTablet\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveTablet\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveTablet\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveTablet\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveTablet\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveTablet\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveTablet\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveTablet\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveTablet\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveTablet\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveTablet\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveTablet\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveTablet\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveTablet\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveTablet\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveTablet\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveTablet\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveTablet\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveTablet\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveTablet\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveTablet\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveTablet\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveTablet\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveTablet\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveTablet\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveTablet\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveTablet\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveTablet\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveTablet\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveTablet\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveTablet\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveTablet\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveTablet\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveTablet\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveTablet\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveTablet\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveTablet\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveTablet\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveTablet\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveTablet\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveTablet\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveTablet\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveTablet\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveTablet\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveTablet\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveTablet\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveTablet\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveTablet\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveTablet\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveTablet\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveTablet\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveTablet\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveTablet\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveTablet\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveTablet\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveTablet\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveTablet\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveTablet\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveTablet\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveTablet\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveTablet\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveTablet\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveTablet\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveTablet\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveTablet\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveTablet\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveTablet\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveTablet\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveTablet\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveTablet\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveTablet\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveTablet\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveTablet\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveTablet\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveTablet\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveTablet\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveTablet\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveTablet\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveTablet\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveTablet\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveTablet\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveTablet\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveTablet\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveTablet\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveTablet\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveTablet\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveTablet\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveTablet\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveTablet\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveTablet\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveTablet\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveTablet\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveTablet\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveTablet\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveTablet\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveTablet\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveTablet\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveTablet\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveTablet\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveTablet\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveTablet\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveTablet\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveTablet\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveTablet\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveTablet\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveTablet\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveTablet\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveTablet\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveTablet\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveTablet\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveTablet\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveTablet\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveTablet\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveTablet\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveTablet\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveTablet\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveTablet\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveTablet\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveTablet\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveTablet\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveTablet\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveTablet\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveTablet\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveTablet\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveTablet\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveTablet\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveTablet\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveTablet\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveTablet\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveTablet\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveTablet\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveTablet\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveTablet\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveTablet\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveTablet\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveTablet\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveTablet\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveTablet\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveTablet\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveTablet\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveTablet\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveTablet\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveTablet\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveTablet\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveTablet\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveTablet\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveTablet\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveTablet\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveTablet\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .aboveTablet\:to-current{
    --tw-gradient-to: currentColor;
  }

  .aboveTablet\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .aboveTablet\:to-black{
    --tw-gradient-to: #000;
  }

  .aboveTablet\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .aboveTablet\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveTablet\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveTablet\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .aboveTablet\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .aboveTablet\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .aboveTablet\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .aboveTablet\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .aboveTablet\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .aboveTablet\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .aboveTablet\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveTablet\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveTablet\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .aboveTablet\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveTablet\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .aboveTablet\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveTablet\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .aboveTablet\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .aboveTablet\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .aboveTablet\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveTablet\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .aboveTablet\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveTablet\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .aboveTablet\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .aboveTablet\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .aboveTablet\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .aboveTablet\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .aboveTablet\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .aboveTablet\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .aboveTablet\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .aboveTablet\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveTablet\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .aboveTablet\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveTablet\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .aboveTablet\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .aboveTablet\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .aboveTablet\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .aboveTablet\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .aboveTablet\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .aboveTablet\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .aboveTablet\:to-white{
    --tw-gradient-to: #fff;
  }

  .aboveTablet\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .aboveTablet\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveTablet\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveTablet\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveTablet\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .aboveTablet\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .aboveTablet\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .aboveTablet\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .aboveTablet\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .aboveTablet\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .aboveTablet\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveTablet\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .aboveTablet\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveTablet\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .aboveTablet\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .aboveTablet\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .aboveTablet\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .aboveTablet\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .aboveTablet\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .aboveTablet\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .aboveTablet\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .aboveTablet\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .aboveTablet\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .aboveTablet\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .aboveTablet\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .aboveTablet\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveTablet\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveTablet\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .aboveTablet\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .aboveTablet\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .aboveTablet\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .aboveTablet\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .aboveTablet\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .aboveTablet\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .aboveTablet\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveTablet\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveTablet\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .aboveTablet\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveTablet\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .aboveTablet\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveTablet\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .aboveTablet\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .aboveTablet\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .aboveTablet\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveTablet\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .aboveTablet\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveTablet\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .aboveTablet\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .aboveTablet\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .aboveTablet\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .aboveTablet\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .aboveTablet\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .aboveTablet\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .aboveTablet\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .aboveTablet\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveTablet\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .aboveTablet\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveTablet\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .aboveTablet\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .aboveTablet\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .aboveTablet\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .aboveTablet\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .aboveTablet\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .aboveTablet\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .aboveTablet\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .aboveTablet\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .aboveTablet\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveTablet\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveTablet\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveTablet\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .aboveTablet\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .aboveTablet\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .aboveTablet\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .aboveTablet\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .aboveTablet\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .aboveTablet\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveTablet\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .aboveTablet\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveTablet\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .aboveTablet\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .aboveTablet\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .aboveTablet\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .aboveTablet\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .aboveTablet\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .aboveTablet\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .aboveTablet\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .aboveTablet\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .aboveTablet\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .aboveTablet\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .aboveTablet\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .aboveTablet\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveTablet\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveTablet\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .aboveTablet\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .aboveTablet\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .aboveTablet\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .aboveTablet\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .aboveTablet\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .aboveTablet\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .aboveTablet\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveTablet\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveTablet\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .aboveTablet\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveTablet\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .aboveTablet\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveTablet\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .aboveTablet\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .aboveTablet\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .aboveTablet\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveTablet\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .aboveTablet\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveTablet\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .aboveTablet\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .aboveTablet\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .aboveTablet\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .aboveTablet\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .aboveTablet\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .aboveTablet\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .aboveTablet\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .aboveTablet\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveTablet\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .aboveTablet\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveTablet\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .aboveTablet\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .aboveTablet\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .aboveTablet\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .aboveTablet\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .aboveTablet\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .aboveTablet\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .aboveTablet\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .aboveTablet\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .aboveTablet\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveTablet\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveTablet\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveTablet\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .aboveTablet\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .aboveTablet\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .aboveTablet\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .aboveTablet\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .aboveTablet\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .aboveTablet\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveTablet\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .aboveTablet\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveTablet\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .aboveTablet\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .aboveTablet\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .aboveTablet\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .aboveTablet\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .aboveTablet\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .aboveTablet\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .aboveTablet\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .aboveTablet\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .aboveTablet\:bg-auto{
    background-size: auto;
  }

  .aboveTablet\:bg-cover{
    background-size: cover;
  }

  .aboveTablet\:bg-contain{
    background-size: contain;
  }

  .aboveTablet\:bg-fixed{
    background-attachment: fixed;
  }

  .aboveTablet\:bg-local{
    background-attachment: local;
  }

  .aboveTablet\:bg-scroll{
    background-attachment: scroll;
  }

  .aboveTablet\:bg-clip-border{
    background-clip: border-box;
  }

  .aboveTablet\:bg-clip-padding{
    background-clip: padding-box;
  }

  .aboveTablet\:bg-clip-content{
    background-clip: content-box;
  }

  .aboveTablet\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .aboveTablet\:bg-bottom{
    background-position: bottom;
  }

  .aboveTablet\:bg-center{
    background-position: center;
  }

  .aboveTablet\:bg-left{
    background-position: left;
  }

  .aboveTablet\:bg-left-bottom{
    background-position: left bottom;
  }

  .aboveTablet\:bg-left-top{
    background-position: left top;
  }

  .aboveTablet\:bg-right{
    background-position: right;
  }

  .aboveTablet\:bg-right-bottom{
    background-position: right bottom;
  }

  .aboveTablet\:bg-right-top{
    background-position: right top;
  }

  .aboveTablet\:bg-top{
    background-position: top;
  }

  .aboveTablet\:bg-repeat{
    background-repeat: repeat;
  }

  .aboveTablet\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .aboveTablet\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .aboveTablet\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .aboveTablet\:bg-repeat-round{
    background-repeat: round;
  }

  .aboveTablet\:bg-repeat-space{
    background-repeat: space;
  }

  .aboveTablet\:bg-origin-border{
    background-origin: border-box;
  }

  .aboveTablet\:bg-origin-padding{
    background-origin: padding-box;
  }

  .aboveTablet\:bg-origin-content{
    background-origin: content-box;
  }

  .aboveTablet\:fill-current{
    fill: currentColor;
  }

  .aboveTablet\:stroke-current{
    stroke: currentColor;
  }

  .aboveTablet\:stroke-0{
    stroke-width: 0;
  }

  .aboveTablet\:stroke-1{
    stroke-width: 1;
  }

  .aboveTablet\:stroke-2{
    stroke-width: 2;
  }

  .aboveTablet\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .aboveTablet\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .aboveTablet\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .aboveTablet\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .aboveTablet\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .aboveTablet\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .aboveTablet\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .aboveTablet\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .aboveTablet\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .aboveTablet\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .aboveTablet\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .aboveTablet\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .aboveTablet\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .aboveTablet\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .aboveTablet\:p-0{
    padding: 0px;
  }

  .aboveTablet\:p-1{
    padding: 0.25rem;
  }

  .aboveTablet\:p-2{
    padding: 0.5rem;
  }

  .aboveTablet\:p-3{
    padding: 0.75rem;
  }

  .aboveTablet\:p-4{
    padding: 1rem;
  }

  .aboveTablet\:p-5{
    padding: 1.25rem;
  }

  .aboveTablet\:p-6{
    padding: 1.5rem;
  }

  .aboveTablet\:p-7{
    padding: 1.75rem;
  }

  .aboveTablet\:p-8{
    padding: 2rem;
  }

  .aboveTablet\:p-9{
    padding: 2.25rem;
  }

  .aboveTablet\:p-10{
    padding: 2.5rem;
  }

  .aboveTablet\:p-11{
    padding: 2.75rem;
  }

  .aboveTablet\:p-12{
    padding: 3rem;
  }

  .aboveTablet\:p-14{
    padding: 3.5rem;
  }

  .aboveTablet\:p-16{
    padding: 4rem;
  }

  .aboveTablet\:p-20{
    padding: 5rem;
  }

  .aboveTablet\:p-24{
    padding: 6rem;
  }

  .aboveTablet\:p-28{
    padding: 7rem;
  }

  .aboveTablet\:p-32{
    padding: 8rem;
  }

  .aboveTablet\:p-36{
    padding: 9rem;
  }

  .aboveTablet\:p-40{
    padding: 10rem;
  }

  .aboveTablet\:p-44{
    padding: 11rem;
  }

  .aboveTablet\:p-48{
    padding: 12rem;
  }

  .aboveTablet\:p-52{
    padding: 13rem;
  }

  .aboveTablet\:p-56{
    padding: 14rem;
  }

  .aboveTablet\:p-60{
    padding: 15rem;
  }

  .aboveTablet\:p-64{
    padding: 16rem;
  }

  .aboveTablet\:p-72{
    padding: 18rem;
  }

  .aboveTablet\:p-80{
    padding: 20rem;
  }

  .aboveTablet\:p-96{
    padding: 24rem;
  }

  .aboveTablet\:p-px{
    padding: 1px;
  }

  .aboveTablet\:p-0\.5{
    padding: 0.125rem;
  }

  .aboveTablet\:p-1\.5{
    padding: 0.375rem;
  }

  .aboveTablet\:p-2\.5{
    padding: 0.625rem;
  }

  .aboveTablet\:p-3\.5{
    padding: 0.875rem;
  }

  .aboveTablet\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .aboveTablet\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .aboveTablet\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .aboveTablet\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .aboveTablet\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .aboveTablet\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .aboveTablet\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .aboveTablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .aboveTablet\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aboveTablet\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .aboveTablet\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .aboveTablet\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .aboveTablet\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .aboveTablet\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .aboveTablet\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .aboveTablet\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .aboveTablet\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .aboveTablet\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .aboveTablet\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .aboveTablet\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .aboveTablet\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .aboveTablet\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .aboveTablet\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .aboveTablet\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .aboveTablet\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .aboveTablet\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .aboveTablet\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .aboveTablet\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .aboveTablet\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .aboveTablet\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .aboveTablet\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .aboveTablet\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .aboveTablet\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .aboveTablet\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .aboveTablet\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .aboveTablet\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .aboveTablet\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .aboveTablet\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .aboveTablet\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .aboveTablet\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aboveTablet\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .aboveTablet\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .aboveTablet\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .aboveTablet\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aboveTablet\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .aboveTablet\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .aboveTablet\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .aboveTablet\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aboveTablet\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .aboveTablet\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .aboveTablet\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .aboveTablet\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .aboveTablet\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .aboveTablet\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .aboveTablet\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .aboveTablet\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .aboveTablet\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .aboveTablet\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .aboveTablet\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .aboveTablet\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .aboveTablet\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .aboveTablet\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .aboveTablet\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .aboveTablet\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .aboveTablet\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .aboveTablet\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .aboveTablet\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .aboveTablet\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .aboveTablet\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .aboveTablet\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .aboveTablet\:pt-0{
    padding-top: 0px;
  }

  .aboveTablet\:pt-1{
    padding-top: 0.25rem;
  }

  .aboveTablet\:pt-2{
    padding-top: 0.5rem;
  }

  .aboveTablet\:pt-3{
    padding-top: 0.75rem;
  }

  .aboveTablet\:pt-4{
    padding-top: 1rem;
  }

  .aboveTablet\:pt-5{
    padding-top: 1.25rem;
  }

  .aboveTablet\:pt-6{
    padding-top: 1.5rem;
  }

  .aboveTablet\:pt-7{
    padding-top: 1.75rem;
  }

  .aboveTablet\:pt-8{
    padding-top: 2rem;
  }

  .aboveTablet\:pt-9{
    padding-top: 2.25rem;
  }

  .aboveTablet\:pt-10{
    padding-top: 2.5rem;
  }

  .aboveTablet\:pt-11{
    padding-top: 2.75rem;
  }

  .aboveTablet\:pt-12{
    padding-top: 3rem;
  }

  .aboveTablet\:pt-14{
    padding-top: 3.5rem;
  }

  .aboveTablet\:pt-16{
    padding-top: 4rem;
  }

  .aboveTablet\:pt-20{
    padding-top: 5rem;
  }

  .aboveTablet\:pt-24{
    padding-top: 6rem;
  }

  .aboveTablet\:pt-28{
    padding-top: 7rem;
  }

  .aboveTablet\:pt-32{
    padding-top: 8rem;
  }

  .aboveTablet\:pt-36{
    padding-top: 9rem;
  }

  .aboveTablet\:pt-40{
    padding-top: 10rem;
  }

  .aboveTablet\:pt-44{
    padding-top: 11rem;
  }

  .aboveTablet\:pt-48{
    padding-top: 12rem;
  }

  .aboveTablet\:pt-52{
    padding-top: 13rem;
  }

  .aboveTablet\:pt-56{
    padding-top: 14rem;
  }

  .aboveTablet\:pt-60{
    padding-top: 15rem;
  }

  .aboveTablet\:pt-64{
    padding-top: 16rem;
  }

  .aboveTablet\:pt-72{
    padding-top: 18rem;
  }

  .aboveTablet\:pt-80{
    padding-top: 20rem;
  }

  .aboveTablet\:pt-96{
    padding-top: 24rem;
  }

  .aboveTablet\:pt-px{
    padding-top: 1px;
  }

  .aboveTablet\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .aboveTablet\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .aboveTablet\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .aboveTablet\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .aboveTablet\:pr-0{
    padding-right: 0px;
  }

  .aboveTablet\:pr-1{
    padding-right: 0.25rem;
  }

  .aboveTablet\:pr-2{
    padding-right: 0.5rem;
  }

  .aboveTablet\:pr-3{
    padding-right: 0.75rem;
  }

  .aboveTablet\:pr-4{
    padding-right: 1rem;
  }

  .aboveTablet\:pr-5{
    padding-right: 1.25rem;
  }

  .aboveTablet\:pr-6{
    padding-right: 1.5rem;
  }

  .aboveTablet\:pr-7{
    padding-right: 1.75rem;
  }

  .aboveTablet\:pr-8{
    padding-right: 2rem;
  }

  .aboveTablet\:pr-9{
    padding-right: 2.25rem;
  }

  .aboveTablet\:pr-10{
    padding-right: 2.5rem;
  }

  .aboveTablet\:pr-11{
    padding-right: 2.75rem;
  }

  .aboveTablet\:pr-12{
    padding-right: 3rem;
  }

  .aboveTablet\:pr-14{
    padding-right: 3.5rem;
  }

  .aboveTablet\:pr-16{
    padding-right: 4rem;
  }

  .aboveTablet\:pr-20{
    padding-right: 5rem;
  }

  .aboveTablet\:pr-24{
    padding-right: 6rem;
  }

  .aboveTablet\:pr-28{
    padding-right: 7rem;
  }

  .aboveTablet\:pr-32{
    padding-right: 8rem;
  }

  .aboveTablet\:pr-36{
    padding-right: 9rem;
  }

  .aboveTablet\:pr-40{
    padding-right: 10rem;
  }

  .aboveTablet\:pr-44{
    padding-right: 11rem;
  }

  .aboveTablet\:pr-48{
    padding-right: 12rem;
  }

  .aboveTablet\:pr-52{
    padding-right: 13rem;
  }

  .aboveTablet\:pr-56{
    padding-right: 14rem;
  }

  .aboveTablet\:pr-60{
    padding-right: 15rem;
  }

  .aboveTablet\:pr-64{
    padding-right: 16rem;
  }

  .aboveTablet\:pr-72{
    padding-right: 18rem;
  }

  .aboveTablet\:pr-80{
    padding-right: 20rem;
  }

  .aboveTablet\:pr-96{
    padding-right: 24rem;
  }

  .aboveTablet\:pr-px{
    padding-right: 1px;
  }

  .aboveTablet\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .aboveTablet\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .aboveTablet\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .aboveTablet\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .aboveTablet\:pb-0{
    padding-bottom: 0px;
  }

  .aboveTablet\:pb-1{
    padding-bottom: 0.25rem;
  }

  .aboveTablet\:pb-2{
    padding-bottom: 0.5rem;
  }

  .aboveTablet\:pb-3{
    padding-bottom: 0.75rem;
  }

  .aboveTablet\:pb-4{
    padding-bottom: 1rem;
  }

  .aboveTablet\:pb-5{
    padding-bottom: 1.25rem;
  }

  .aboveTablet\:pb-6{
    padding-bottom: 1.5rem;
  }

  .aboveTablet\:pb-7{
    padding-bottom: 1.75rem;
  }

  .aboveTablet\:pb-8{
    padding-bottom: 2rem;
  }

  .aboveTablet\:pb-9{
    padding-bottom: 2.25rem;
  }

  .aboveTablet\:pb-10{
    padding-bottom: 2.5rem;
  }

  .aboveTablet\:pb-11{
    padding-bottom: 2.75rem;
  }

  .aboveTablet\:pb-12{
    padding-bottom: 3rem;
  }

  .aboveTablet\:pb-14{
    padding-bottom: 3.5rem;
  }

  .aboveTablet\:pb-16{
    padding-bottom: 4rem;
  }

  .aboveTablet\:pb-20{
    padding-bottom: 5rem;
  }

  .aboveTablet\:pb-24{
    padding-bottom: 6rem;
  }

  .aboveTablet\:pb-28{
    padding-bottom: 7rem;
  }

  .aboveTablet\:pb-32{
    padding-bottom: 8rem;
  }

  .aboveTablet\:pb-36{
    padding-bottom: 9rem;
  }

  .aboveTablet\:pb-40{
    padding-bottom: 10rem;
  }

  .aboveTablet\:pb-44{
    padding-bottom: 11rem;
  }

  .aboveTablet\:pb-48{
    padding-bottom: 12rem;
  }

  .aboveTablet\:pb-52{
    padding-bottom: 13rem;
  }

  .aboveTablet\:pb-56{
    padding-bottom: 14rem;
  }

  .aboveTablet\:pb-60{
    padding-bottom: 15rem;
  }

  .aboveTablet\:pb-64{
    padding-bottom: 16rem;
  }

  .aboveTablet\:pb-72{
    padding-bottom: 18rem;
  }

  .aboveTablet\:pb-80{
    padding-bottom: 20rem;
  }

  .aboveTablet\:pb-96{
    padding-bottom: 24rem;
  }

  .aboveTablet\:pb-px{
    padding-bottom: 1px;
  }

  .aboveTablet\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .aboveTablet\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .aboveTablet\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .aboveTablet\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .aboveTablet\:pl-0{
    padding-left: 0px;
  }

  .aboveTablet\:pl-1{
    padding-left: 0.25rem;
  }

  .aboveTablet\:pl-2{
    padding-left: 0.5rem;
  }

  .aboveTablet\:pl-3{
    padding-left: 0.75rem;
  }

  .aboveTablet\:pl-4{
    padding-left: 1rem;
  }

  .aboveTablet\:pl-5{
    padding-left: 1.25rem;
  }

  .aboveTablet\:pl-6{
    padding-left: 1.5rem;
  }

  .aboveTablet\:pl-7{
    padding-left: 1.75rem;
  }

  .aboveTablet\:pl-8{
    padding-left: 2rem;
  }

  .aboveTablet\:pl-9{
    padding-left: 2.25rem;
  }

  .aboveTablet\:pl-10{
    padding-left: 2.5rem;
  }

  .aboveTablet\:pl-11{
    padding-left: 2.75rem;
  }

  .aboveTablet\:pl-12{
    padding-left: 3rem;
  }

  .aboveTablet\:pl-14{
    padding-left: 3.5rem;
  }

  .aboveTablet\:pl-16{
    padding-left: 4rem;
  }

  .aboveTablet\:pl-20{
    padding-left: 5rem;
  }

  .aboveTablet\:pl-24{
    padding-left: 6rem;
  }

  .aboveTablet\:pl-28{
    padding-left: 7rem;
  }

  .aboveTablet\:pl-32{
    padding-left: 8rem;
  }

  .aboveTablet\:pl-36{
    padding-left: 9rem;
  }

  .aboveTablet\:pl-40{
    padding-left: 10rem;
  }

  .aboveTablet\:pl-44{
    padding-left: 11rem;
  }

  .aboveTablet\:pl-48{
    padding-left: 12rem;
  }

  .aboveTablet\:pl-52{
    padding-left: 13rem;
  }

  .aboveTablet\:pl-56{
    padding-left: 14rem;
  }

  .aboveTablet\:pl-60{
    padding-left: 15rem;
  }

  .aboveTablet\:pl-64{
    padding-left: 16rem;
  }

  .aboveTablet\:pl-72{
    padding-left: 18rem;
  }

  .aboveTablet\:pl-80{
    padding-left: 20rem;
  }

  .aboveTablet\:pl-96{
    padding-left: 24rem;
  }

  .aboveTablet\:pl-px{
    padding-left: 1px;
  }

  .aboveTablet\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .aboveTablet\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .aboveTablet\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .aboveTablet\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .aboveTablet\:text-left{
    text-align: left;
  }

  .aboveTablet\:text-center{
    text-align: center;
  }

  .aboveTablet\:text-right{
    text-align: right;
  }

  .aboveTablet\:text-justify{
    text-align: justify;
  }

  .aboveTablet\:align-baseline{
    vertical-align: baseline;
  }

  .aboveTablet\:align-top{
    vertical-align: top;
  }

  .aboveTablet\:align-middle{
    vertical-align: middle;
  }

  .aboveTablet\:align-bottom{
    vertical-align: bottom;
  }

  .aboveTablet\:align-text-top{
    vertical-align: text-top;
  }

  .aboveTablet\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .aboveTablet\:font-sans{
    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";
  }

  .aboveTablet\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .aboveTablet\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .aboveTablet\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .aboveTablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .aboveTablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .aboveTablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .aboveTablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .aboveTablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .aboveTablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .aboveTablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .aboveTablet\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .aboveTablet\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .aboveTablet\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .aboveTablet\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .aboveTablet\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .aboveTablet\:font-thin{
    font-weight: 100;
  }

  .aboveTablet\:font-extralight{
    font-weight: 200;
  }

  .aboveTablet\:font-light{
    font-weight: 300;
  }

  .aboveTablet\:font-normal{
    font-weight: 400;
  }

  .aboveTablet\:font-medium{
    font-weight: 500;
  }

  .aboveTablet\:font-semibold{
    font-weight: 600;
  }

  .aboveTablet\:font-bold{
    font-weight: 700;
  }

  .aboveTablet\:font-extrabold{
    font-weight: 800;
  }

  .aboveTablet\:font-black{
    font-weight: 900;
  }

  .aboveTablet\:uppercase{
    text-transform: uppercase;
  }

  .aboveTablet\:lowercase{
    text-transform: lowercase;
  }

  .aboveTablet\:capitalize{
    text-transform: capitalize;
  }

  .aboveTablet\:normal-case{
    text-transform: none;
  }

  .aboveTablet\:italic{
    font-style: italic;
  }

  .aboveTablet\:not-italic{
    font-style: normal;
  }

  .aboveTablet\:ordinal, .aboveTablet\:slashed-zero, .aboveTablet\:lining-nums, .aboveTablet\:oldstyle-nums, .aboveTablet\:proportional-nums, .aboveTablet\:tabular-nums, .aboveTablet\:diagonal-fractions, .aboveTablet\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .aboveTablet\:normal-nums{
    font-variant-numeric: normal;
  }

  .aboveTablet\:ordinal{
    --tw-ordinal: ordinal;
  }

  .aboveTablet\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .aboveTablet\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .aboveTablet\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .aboveTablet\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .aboveTablet\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .aboveTablet\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .aboveTablet\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .aboveTablet\:leading-3{
    line-height: .75rem;
  }

  .aboveTablet\:leading-4{
    line-height: 1rem;
  }

  .aboveTablet\:leading-5{
    line-height: 1.25rem;
  }

  .aboveTablet\:leading-6{
    line-height: 1.5rem;
  }

  .aboveTablet\:leading-7{
    line-height: 1.75rem;
  }

  .aboveTablet\:leading-8{
    line-height: 2rem;
  }

  .aboveTablet\:leading-9{
    line-height: 2.25rem;
  }

  .aboveTablet\:leading-10{
    line-height: 2.5rem;
  }

  .aboveTablet\:leading-none{
    line-height: 1;
  }

  .aboveTablet\:leading-tight{
    line-height: 1.25;
  }

  .aboveTablet\:leading-snug{
    line-height: 1.375;
  }

  .aboveTablet\:leading-normal{
    line-height: 1.5;
  }

  .aboveTablet\:leading-relaxed{
    line-height: 1.625;
  }

  .aboveTablet\:leading-loose{
    line-height: 2;
  }

  .aboveTablet\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .aboveTablet\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .aboveTablet\:tracking-normal{
    letter-spacing: 0em;
  }

  .aboveTablet\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .aboveTablet\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .aboveTablet\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .aboveTablet\:text-transparent{
    color: transparent;
  }

  .aboveTablet\:text-current{
    color: currentColor;
  }

  .aboveTablet\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveTablet\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveTablet\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveTablet\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveTablet\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveTablet\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveTablet\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveTablet\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveTablet\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveTablet\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveTablet\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveTablet\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveTablet\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveTablet\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveTablet\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveTablet\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveTablet\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveTablet\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveTablet\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveTablet\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveTablet\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveTablet\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveTablet\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveTablet\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveTablet\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveTablet\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveTablet\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveTablet\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveTablet\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveTablet\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveTablet\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveTablet\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveTablet\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveTablet\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveTablet\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveTablet\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveTablet\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveTablet\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveTablet\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveTablet\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveTablet\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveTablet\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveTablet\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveTablet\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveTablet\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveTablet\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveTablet\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveTablet\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .aboveTablet\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .aboveTablet\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .aboveTablet\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .aboveTablet\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .aboveTablet\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveTablet\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-transparent:hover{
    color: transparent;
  }

  .aboveTablet\:hover\:text-current:hover{
    color: currentColor;
  }

  .aboveTablet\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveTablet\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-transparent:focus{
    color: transparent;
  }

  .aboveTablet\:focus\:text-current:focus{
    color: currentColor;
  }

  .aboveTablet\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveTablet\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveTablet\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .aboveTablet\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .aboveTablet\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .aboveTablet\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .aboveTablet\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .aboveTablet\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .aboveTablet\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .aboveTablet\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .aboveTablet\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .aboveTablet\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .aboveTablet\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .aboveTablet\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .aboveTablet\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .aboveTablet\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .aboveTablet\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .aboveTablet\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .aboveTablet\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .aboveTablet\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .aboveTablet\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .aboveTablet\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .aboveTablet\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .aboveTablet\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .aboveTablet\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .aboveTablet\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .aboveTablet\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .aboveTablet\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .aboveTablet\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .aboveTablet\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .aboveTablet\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .aboveTablet\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .aboveTablet\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .aboveTablet\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .aboveTablet\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .aboveTablet\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .aboveTablet\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .aboveTablet\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .aboveTablet\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .aboveTablet\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .aboveTablet\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .aboveTablet\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .aboveTablet\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .aboveTablet\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .aboveTablet\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .aboveTablet\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .aboveTablet\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .aboveTablet\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .aboveTablet\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .aboveTablet\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .aboveTablet\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .aboveTablet\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .aboveTablet\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .aboveTablet\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .aboveTablet\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .aboveTablet\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .aboveTablet\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .aboveTablet\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .aboveTablet\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .aboveTablet\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .aboveTablet\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .aboveTablet\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .aboveTablet\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .aboveTablet\:underline{
    text-decoration: underline;
  }

  .aboveTablet\:line-through{
    text-decoration: line-through;
  }

  .aboveTablet\:no-underline{
    text-decoration: none;
  }

  .group:hover .aboveTablet\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .aboveTablet\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .aboveTablet\:group-hover\:no-underline{
    text-decoration: none;
  }

  .aboveTablet\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .aboveTablet\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .aboveTablet\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .aboveTablet\:hover\:underline:hover{
    text-decoration: underline;
  }

  .aboveTablet\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .aboveTablet\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .aboveTablet\:focus\:underline:focus{
    text-decoration: underline;
  }

  .aboveTablet\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .aboveTablet\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .aboveTablet\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .aboveTablet\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .aboveTablet\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .aboveTablet\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .aboveTablet\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .aboveTablet\:placeholder-current::placeholder{
    color: currentColor;
  }

  .aboveTablet\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .aboveTablet\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .aboveTablet\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .aboveTablet\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .aboveTablet\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveTablet\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveTablet\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveTablet\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveTablet\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveTablet\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveTablet\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveTablet\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveTablet\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveTablet\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveTablet\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveTablet\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveTablet\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveTablet\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveTablet\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveTablet\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveTablet\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveTablet\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveTablet\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveTablet\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveTablet\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveTablet\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveTablet\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveTablet\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveTablet\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveTablet\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveTablet\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveTablet\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveTablet\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveTablet\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveTablet\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveTablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveTablet\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveTablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveTablet\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveTablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveTablet\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveTablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveTablet\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveTablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveTablet\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveTablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveTablet\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveTablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveTablet\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveTablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveTablet\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveTablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveTablet\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveTablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveTablet\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveTablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveTablet\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveTablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveTablet\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveTablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveTablet\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveTablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveTablet\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveTablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveTablet\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveTablet\:opacity-0{
    opacity: 0;
  }

  .aboveTablet\:opacity-5{
    opacity: 0.05;
  }

  .aboveTablet\:opacity-10{
    opacity: 0.1;
  }

  .aboveTablet\:opacity-20{
    opacity: 0.2;
  }

  .aboveTablet\:opacity-25{
    opacity: 0.25;
  }

  .aboveTablet\:opacity-30{
    opacity: 0.3;
  }

  .aboveTablet\:opacity-40{
    opacity: 0.4;
  }

  .aboveTablet\:opacity-50{
    opacity: 0.5;
  }

  .aboveTablet\:opacity-60{
    opacity: 0.6;
  }

  .aboveTablet\:opacity-70{
    opacity: 0.7;
  }

  .aboveTablet\:opacity-75{
    opacity: 0.75;
  }

  .aboveTablet\:opacity-80{
    opacity: 0.8;
  }

  .aboveTablet\:opacity-90{
    opacity: 0.9;
  }

  .aboveTablet\:opacity-95{
    opacity: 0.95;
  }

  .aboveTablet\:opacity-100{
    opacity: 1;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .aboveTablet\:group-hover\:opacity-100{
    opacity: 1;
  }

  .aboveTablet\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .aboveTablet\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .aboveTablet\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .aboveTablet\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .aboveTablet\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .aboveTablet\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .aboveTablet\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .aboveTablet\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .aboveTablet\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .aboveTablet\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .aboveTablet\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .aboveTablet\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .aboveTablet\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .aboveTablet\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .aboveTablet\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .aboveTablet\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .aboveTablet\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .aboveTablet\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .aboveTablet\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .aboveTablet\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .aboveTablet\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .aboveTablet\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .aboveTablet\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .aboveTablet\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .aboveTablet\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .aboveTablet\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .aboveTablet\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .aboveTablet\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .aboveTablet\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .aboveTablet\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .aboveTablet\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .aboveTablet\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .aboveTablet\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .aboveTablet\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .aboveTablet\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .aboveTablet\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .aboveTablet\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .aboveTablet\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .aboveTablet\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .aboveTablet\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .aboveTablet\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .aboveTablet\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .aboveTablet\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .aboveTablet\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .aboveTablet\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .aboveTablet\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .aboveTablet\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .aboveTablet\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .aboveTablet\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .aboveTablet\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .aboveTablet\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .aboveTablet\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .aboveTablet\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .aboveTablet\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .aboveTablet\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .aboveTablet\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .aboveTablet\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .aboveTablet\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .aboveTablet\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .aboveTablet\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .aboveTablet\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .aboveTablet\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .aboveTablet\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .aboveTablet\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .aboveTablet\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .aboveTablet\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .aboveTablet\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .aboveTablet\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .aboveTablet\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .aboveTablet\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .aboveTablet\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .aboveTablet\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .aboveTablet\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .aboveTablet\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .aboveTablet\:bg-blend-color{
    background-blend-mode: color;
  }

  .aboveTablet\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .aboveTablet\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .aboveTablet\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .aboveTablet\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .aboveTablet\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .aboveTablet\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .aboveTablet\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .aboveTablet\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .aboveTablet\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .aboveTablet\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .aboveTablet\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .aboveTablet\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .aboveTablet\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .aboveTablet\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .aboveTablet\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .aboveTablet\:mix-blend-color{
    mix-blend-mode: color;
  }

  .aboveTablet\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .aboveTablet\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveTablet\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveTablet\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveTablet\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveTablet\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveTablet\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveTablet\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveTablet\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveTablet\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveTablet\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveTablet\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveTablet\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveTablet\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveTablet\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveTablet\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveTablet\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveTablet\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveTablet\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveTablet\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveTablet\:ring-inset{
    --tw-ring-inset: inset;
  }

  .aboveTablet\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .aboveTablet\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .aboveTablet\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .aboveTablet\:ring-current{
    --tw-ring-color: currentColor;
  }

  .aboveTablet\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .aboveTablet\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .aboveTablet\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .aboveTablet\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .aboveTablet\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveTablet\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveTablet\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .aboveTablet\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .aboveTablet\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .aboveTablet\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .aboveTablet\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .aboveTablet\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .aboveTablet\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .aboveTablet\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .aboveTablet\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .aboveTablet\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .aboveTablet\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .aboveTablet\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .aboveTablet\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .aboveTablet\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .aboveTablet\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .aboveTablet\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .aboveTablet\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .aboveTablet\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .aboveTablet\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .aboveTablet\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .aboveTablet\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .aboveTablet\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .aboveTablet\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .aboveTablet\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .aboveTablet\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .aboveTablet\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .aboveTablet\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .aboveTablet\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .aboveTablet\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .aboveTablet\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .aboveTablet\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .aboveTablet\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .aboveTablet\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .aboveTablet\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .aboveTablet\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .aboveTablet\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .aboveTablet\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .aboveTablet\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .aboveTablet\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .aboveTablet\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .aboveTablet\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .aboveTablet\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .aboveTablet\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .aboveTablet\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .aboveTablet\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .aboveTablet\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .aboveTablet\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .aboveTablet\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .aboveTablet\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .aboveTablet\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .aboveTablet\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .aboveTablet\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .aboveTablet\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .aboveTablet\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .aboveTablet\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .aboveTablet\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .aboveTablet\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .aboveTablet\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .aboveTablet\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .aboveTablet\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .aboveTablet\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .aboveTablet\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .aboveTablet\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .aboveTablet\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .aboveTablet\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveTablet\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveTablet\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveTablet\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveTablet\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveTablet\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveTablet\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveTablet\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .aboveTablet\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveTablet\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .aboveTablet\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveTablet\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveTablet\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveTablet\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveTablet\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveTablet\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveTablet\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveTablet\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveTablet\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .aboveTablet\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveTablet\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveTablet\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveTablet\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveTablet\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveTablet\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveTablet\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveTablet\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveTablet\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .aboveTablet\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveTablet\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .aboveTablet\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveTablet\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveTablet\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveTablet\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveTablet\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveTablet\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveTablet\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveTablet\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveTablet\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .aboveTablet\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .aboveTablet\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .aboveTablet\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveTablet\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveTablet\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveTablet\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveTablet\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveTablet\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveTablet\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveTablet\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveTablet\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveTablet\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .aboveTablet\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveTablet\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveTablet\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveTablet\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .aboveTablet\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveTablet\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveTablet\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveTablet\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .aboveTablet\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .aboveTablet\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .aboveTablet\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .aboveTablet\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .aboveTablet\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .aboveTablet\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .aboveTablet\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveTablet\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveTablet\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveTablet\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveTablet\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveTablet\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveTablet\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveTablet\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .aboveTablet\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveTablet\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .aboveTablet\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveTablet\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveTablet\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveTablet\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveTablet\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveTablet\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveTablet\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveTablet\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveTablet\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .aboveTablet\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveTablet\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveTablet\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveTablet\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveTablet\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveTablet\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveTablet\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveTablet\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveTablet\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .aboveTablet\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveTablet\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .aboveTablet\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveTablet\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveTablet\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveTablet\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveTablet\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveTablet\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveTablet\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveTablet\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveTablet\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .aboveTablet\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .aboveTablet\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .aboveTablet\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveTablet\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveTablet\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveTablet\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveTablet\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveTablet\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveTablet\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveTablet\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveTablet\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveTablet\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .aboveTablet\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveTablet\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveTablet\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveTablet\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .aboveTablet\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveTablet\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveTablet\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveTablet\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .aboveTablet\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .aboveTablet\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .aboveTablet\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .aboveTablet\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .aboveTablet\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .aboveTablet\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .aboveTablet\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveTablet\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveTablet\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveTablet\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveTablet\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveTablet\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveTablet\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveTablet\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .aboveTablet\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveTablet\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .aboveTablet\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveTablet\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveTablet\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveTablet\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveTablet\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveTablet\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveTablet\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveTablet\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveTablet\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .aboveTablet\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveTablet\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveTablet\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveTablet\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveTablet\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveTablet\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveTablet\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveTablet\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveTablet\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .aboveTablet\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveTablet\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .aboveTablet\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveTablet\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveTablet\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveTablet\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveTablet\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveTablet\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveTablet\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveTablet\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveTablet\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .aboveTablet\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .aboveTablet\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .aboveTablet\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveTablet\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveTablet\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveTablet\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveTablet\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveTablet\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveTablet\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveTablet\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveTablet\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveTablet\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .aboveTablet\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveTablet\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveTablet\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveTablet\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .aboveTablet\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveTablet\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveTablet\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveTablet\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .aboveTablet\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .aboveTablet\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .aboveTablet\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .aboveTablet\:filter-none{
    filter: none;
  }

  .aboveTablet\:blur-0{
    --tw-blur: blur(0);
  }

  .aboveTablet\:blur-none{
    --tw-blur: blur(0);
  }

  .aboveTablet\:blur-sm{
    --tw-blur: blur(4px);
  }

  .aboveTablet\:blur{
    --tw-blur: blur(8px);
  }

  .aboveTablet\:blur-md{
    --tw-blur: blur(12px);
  }

  .aboveTablet\:blur-lg{
    --tw-blur: blur(16px);
  }

  .aboveTablet\:blur-xl{
    --tw-blur: blur(24px);
  }

  .aboveTablet\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .aboveTablet\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .aboveTablet\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .aboveTablet\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .aboveTablet\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .aboveTablet\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .aboveTablet\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .aboveTablet\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .aboveTablet\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .aboveTablet\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .aboveTablet\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .aboveTablet\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .aboveTablet\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .aboveTablet\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .aboveTablet\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .aboveTablet\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .aboveTablet\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .aboveTablet\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .aboveTablet\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .aboveTablet\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .aboveTablet\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .aboveTablet\: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));
  }

  .aboveTablet\: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));
  }

  .aboveTablet\: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));
  }

  .aboveTablet\: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));
  }

  .aboveTablet\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .aboveTablet\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .aboveTablet\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .aboveTablet\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .aboveTablet\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .aboveTablet\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .aboveTablet\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .aboveTablet\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .aboveTablet\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .aboveTablet\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .aboveTablet\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .aboveTablet\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .aboveTablet\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .aboveTablet\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .aboveTablet\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .aboveTablet\:invert-0{
    --tw-invert: invert(0);
  }

  .aboveTablet\:invert{
    --tw-invert: invert(100%);
  }

  .aboveTablet\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .aboveTablet\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .aboveTablet\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .aboveTablet\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .aboveTablet\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .aboveTablet\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .aboveTablet\:sepia{
    --tw-sepia: sepia(100%);
  }

  .aboveTablet\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .aboveTablet\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .aboveTablet\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .aboveTablet\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .aboveTablet\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .aboveTablet\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .aboveTablet\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .aboveTablet\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .aboveTablet\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .aboveTablet\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .aboveTablet\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .aboveTablet\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .aboveTablet\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .aboveTablet\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .aboveTablet\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .aboveTablet\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .aboveTablet\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .aboveTablet\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .aboveTablet\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .aboveTablet\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .aboveTablet\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .aboveTablet\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .aboveTablet\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .aboveTablet\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .aboveTablet\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .aboveTablet\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .aboveTablet\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .aboveTablet\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .aboveTablet\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .aboveTablet\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .aboveTablet\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .aboveTablet\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .aboveTablet\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .aboveTablet\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .aboveTablet\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .aboveTablet\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .aboveTablet\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .aboveTablet\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .aboveTablet\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .aboveTablet\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .aboveTablet\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .aboveTablet\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .aboveTablet\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .aboveTablet\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .aboveTablet\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .aboveTablet\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .aboveTablet\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .aboveTablet\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .aboveTablet\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .aboveTablet\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .aboveTablet\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .aboveTablet\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .aboveTablet\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .aboveTablet\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .aboveTablet\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .aboveTablet\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .aboveTablet\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .aboveTablet\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .aboveTablet\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .aboveTablet\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .aboveTablet\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .aboveTablet\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .aboveTablet\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .aboveTablet\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .aboveTablet\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .aboveTablet\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .aboveTablet\:transition-none{
    transition-property: none;
  }

  .aboveTablet\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveTablet\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveTablet\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveTablet\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveTablet\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveTablet\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveTablet\:delay-75{
    transition-delay: 75ms;
  }

  .aboveTablet\:delay-100{
    transition-delay: 100ms;
  }

  .aboveTablet\:delay-150{
    transition-delay: 150ms;
  }

  .aboveTablet\:delay-200{
    transition-delay: 200ms;
  }

  .aboveTablet\:delay-300{
    transition-delay: 300ms;
  }

  .aboveTablet\:delay-500{
    transition-delay: 500ms;
  }

  .aboveTablet\:delay-700{
    transition-delay: 700ms;
  }

  .aboveTablet\:delay-1000{
    transition-delay: 1000ms;
  }

  .aboveTablet\:duration-75{
    transition-duration: 75ms;
  }

  .aboveTablet\:duration-100{
    transition-duration: 100ms;
  }

  .aboveTablet\:duration-150{
    transition-duration: 150ms;
  }

  .aboveTablet\:duration-200{
    transition-duration: 200ms;
  }

  .aboveTablet\:duration-300{
    transition-duration: 300ms;
  }

  .aboveTablet\:duration-500{
    transition-duration: 500ms;
  }

  .aboveTablet\:duration-700{
    transition-duration: 700ms;
  }

  .aboveTablet\:duration-1000{
    transition-duration: 1000ms;
  }

  .aboveTablet\:ease-linear{
    transition-timing-function: linear;
  }

  .aboveTablet\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .aboveTablet\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .aboveTablet\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 881px){
  .aboveMediumTablet\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .aboveMediumTablet\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .aboveMediumTablet\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .aboveMediumTablet\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .aboveMediumTablet\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .aboveMediumTablet\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .aboveMediumTablet\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .aboveMediumTablet\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .aboveMediumTablet\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .aboveMediumTablet\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .aboveMediumTablet\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .aboveMediumTablet\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .aboveMediumTablet\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .aboveMediumTablet\:container{
      max-width: 1701px;
    }
  }

  .aboveMediumTablet\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .aboveMediumTablet\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveMediumTablet\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .aboveMediumTablet\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .aboveMediumTablet\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveMediumTablet\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .aboveMediumTablet\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .aboveMediumTablet\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .aboveMediumTablet\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .aboveMediumTablet\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveMediumTablet\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .aboveMediumTablet\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .aboveMediumTablet\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .aboveMediumTablet\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveMediumTablet\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .aboveMediumTablet\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveMediumTablet\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .aboveMediumTablet\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .aboveMediumTablet\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .aboveMediumTablet\:prose code::before{
    content: "`";
  }

  .aboveMediumTablet\:prose code::after{
    content: "`";
  }

  .aboveMediumTablet\:prose a code{
    color: #111827;
  }

  .aboveMediumTablet\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .aboveMediumTablet\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .aboveMediumTablet\:prose pre code::before{
    content: "";
  }

  .aboveMediumTablet\:prose pre code::after{
    content: "";
  }

  .aboveMediumTablet\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .aboveMediumTablet\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .aboveMediumTablet\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveMediumTablet\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .aboveMediumTablet\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .aboveMediumTablet\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveMediumTablet\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .aboveMediumTablet\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveMediumTablet\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMediumTablet\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMediumTablet\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMediumTablet\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveMediumTablet\:prose h2 code{
    font-size: 0.875em;
  }

  .aboveMediumTablet\:prose h3 code{
    font-size: 0.9em;
  }

  .aboveMediumTablet\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveMediumTablet\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveMediumTablet\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveMediumTablet\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveMediumTablet\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveMediumTablet\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveMediumTablet\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveMediumTablet\:prose ul ul, .aboveMediumTablet\:prose ul ol, .aboveMediumTablet\:prose ol ul, .aboveMediumTablet\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveMediumTablet\:prose hr + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose h2 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose h3 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose h4 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose thead th:first-child{
    padding-left: 0;
  }

  .aboveMediumTablet\:prose thead th:last-child{
    padding-right: 0;
  }

  .aboveMediumTablet\:prose tbody td:first-child{
    padding-left: 0;
  }

  .aboveMediumTablet\:prose tbody td:last-child{
    padding-right: 0;
  }

  .aboveMediumTablet\:prose > :first-child{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose > :last-child{
    margin-bottom: 0;
  }

  .aboveMediumTablet\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .aboveMediumTablet\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveMediumTablet\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveMediumTablet\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .aboveMediumTablet\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .aboveMediumTablet\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .aboveMediumTablet\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveMediumTablet\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .aboveMediumTablet\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveMediumTablet\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveMediumTablet\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveMediumTablet\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveMediumTablet\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .aboveMediumTablet\:prose-sm code{
    font-size: 0.8571429em;
  }

  .aboveMediumTablet\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .aboveMediumTablet\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .aboveMediumTablet\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveMediumTablet\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveMediumTablet\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveMediumTablet\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .aboveMediumTablet\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .aboveMediumTablet\:prose-sm ol > li::before{
    left: 0;
  }

  .aboveMediumTablet\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .aboveMediumTablet\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .aboveMediumTablet\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveMediumTablet\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveMediumTablet\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveMediumTablet\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveMediumTablet\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveMediumTablet\:prose-sm ul ul, .aboveMediumTablet\:prose-sm ul ol, .aboveMediumTablet\:prose-sm ol ul, .aboveMediumTablet\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveMediumTablet\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .aboveMediumTablet\:prose-sm hr + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-sm h2 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-sm h3 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-sm h4 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .aboveMediumTablet\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveMediumTablet\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .aboveMediumTablet\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .aboveMediumTablet\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveMediumTablet\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .aboveMediumTablet\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .aboveMediumTablet\:prose-sm > :first-child{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .aboveMediumTablet\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .aboveMediumTablet\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMediumTablet\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .aboveMediumTablet\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .aboveMediumTablet\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .aboveMediumTablet\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .aboveMediumTablet\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveMediumTablet\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveMediumTablet\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveMediumTablet\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveMediumTablet\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveMediumTablet\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveMediumTablet\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .aboveMediumTablet\:prose-lg code{
    font-size: 0.8888889em;
  }

  .aboveMediumTablet\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .aboveMediumTablet\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .aboveMediumTablet\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .aboveMediumTablet\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMediumTablet\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMediumTablet\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveMediumTablet\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .aboveMediumTablet\:prose-lg ol > li::before{
    left: 0;
  }

  .aboveMediumTablet\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .aboveMediumTablet\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .aboveMediumTablet\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveMediumTablet\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveMediumTablet\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveMediumTablet\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveMediumTablet\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveMediumTablet\:prose-lg ul ul, .aboveMediumTablet\:prose-lg ul ol, .aboveMediumTablet\:prose-lg ol ul, .aboveMediumTablet\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveMediumTablet\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .aboveMediumTablet\:prose-lg hr + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-lg h2 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-lg h3 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-lg h4 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .aboveMediumTablet\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveMediumTablet\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .aboveMediumTablet\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .aboveMediumTablet\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveMediumTablet\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .aboveMediumTablet\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .aboveMediumTablet\:prose-lg > :first-child{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .aboveMediumTablet\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .aboveMediumTablet\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveMediumTablet\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .aboveMediumTablet\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .aboveMediumTablet\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .aboveMediumTablet\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveMediumTablet\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .aboveMediumTablet\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveMediumTablet\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMediumTablet\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMediumTablet\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMediumTablet\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveMediumTablet\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .aboveMediumTablet\:prose-xl code{
    font-size: 0.9em;
  }

  .aboveMediumTablet\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .aboveMediumTablet\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .aboveMediumTablet\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .aboveMediumTablet\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveMediumTablet\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveMediumTablet\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .aboveMediumTablet\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .aboveMediumTablet\:prose-xl ol > li::before{
    left: 0;
  }

  .aboveMediumTablet\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .aboveMediumTablet\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .aboveMediumTablet\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveMediumTablet\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveMediumTablet\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveMediumTablet\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveMediumTablet\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveMediumTablet\:prose-xl ul ul, .aboveMediumTablet\:prose-xl ul ol, .aboveMediumTablet\:prose-xl ol ul, .aboveMediumTablet\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveMediumTablet\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .aboveMediumTablet\:prose-xl hr + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-xl h2 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-xl h3 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-xl h4 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .aboveMediumTablet\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveMediumTablet\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .aboveMediumTablet\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .aboveMediumTablet\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveMediumTablet\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveMediumTablet\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveMediumTablet\:prose-xl > :first-child{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .aboveMediumTablet\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .aboveMediumTablet\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMediumTablet\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .aboveMediumTablet\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .aboveMediumTablet\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .aboveMediumTablet\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .aboveMediumTablet\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .aboveMediumTablet\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveMediumTablet\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMediumTablet\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMediumTablet\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMediumTablet\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveMediumTablet\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .aboveMediumTablet\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .aboveMediumTablet\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .aboveMediumTablet\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .aboveMediumTablet\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .aboveMediumTablet\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMediumTablet\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMediumTablet\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveMediumTablet\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .aboveMediumTablet\:prose-2xl ol > li::before{
    left: 0;
  }

  .aboveMediumTablet\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .aboveMediumTablet\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .aboveMediumTablet\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .aboveMediumTablet\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveMediumTablet\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveMediumTablet\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveMediumTablet\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveMediumTablet\:prose-2xl ul ul, .aboveMediumTablet\:prose-2xl ul ol, .aboveMediumTablet\:prose-2xl ol ul, .aboveMediumTablet\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveMediumTablet\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveMediumTablet\:prose-2xl hr + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .aboveMediumTablet\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveMediumTablet\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .aboveMediumTablet\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .aboveMediumTablet\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveMediumTablet\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveMediumTablet\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveMediumTablet\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .aboveMediumTablet\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .aboveMediumTablet\:prose-blue{
  }

  .aboveMediumTablet\:prose-red{
  }

  .aboveMediumTablet\:prose-pink{
  }

  .aboveMediumTablet\:prose-indigo a{
    color: #4f46e5;
  }

  .aboveMediumTablet\:prose-indigo a code{
    color: #4f46e5;
  }

  .aboveMediumTablet\:prose-green a{
    color: #16a34a;
  }

  .aboveMediumTablet\:prose-green a code{
    color: #16a34a;
  }

  .aboveMediumTablet\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveMediumTablet\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveMediumTablet\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveMediumTablet\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveMediumTablet\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveMediumTablet\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveMediumTablet\:pointer-events-none{
    pointer-events: none;
  }

  .aboveMediumTablet\:pointer-events-auto{
    pointer-events: auto;
  }

  .aboveMediumTablet\:visible{
    visibility: visible;
  }

  .aboveMediumTablet\:invisible{
    visibility: hidden;
  }

  .aboveMediumTablet\:static{
    position: static;
  }

  .aboveMediumTablet\:fixed{
    position: fixed;
  }

  .aboveMediumTablet\:absolute{
    position: absolute;
  }

  .aboveMediumTablet\:relative{
    position: relative;
  }

  .aboveMediumTablet\:sticky{
    position: sticky;
  }

  .aboveMediumTablet\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveMediumTablet\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .aboveMediumTablet\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .aboveMediumTablet\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .aboveMediumTablet\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .aboveMediumTablet\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .aboveMediumTablet\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .aboveMediumTablet\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .aboveMediumTablet\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .aboveMediumTablet\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .aboveMediumTablet\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .aboveMediumTablet\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .aboveMediumTablet\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .aboveMediumTablet\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .aboveMediumTablet\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .aboveMediumTablet\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .aboveMediumTablet\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .aboveMediumTablet\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .aboveMediumTablet\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .aboveMediumTablet\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .aboveMediumTablet\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .aboveMediumTablet\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .aboveMediumTablet\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .aboveMediumTablet\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .aboveMediumTablet\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .aboveMediumTablet\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .aboveMediumTablet\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .aboveMediumTablet\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .aboveMediumTablet\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .aboveMediumTablet\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .aboveMediumTablet\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .aboveMediumTablet\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .aboveMediumTablet\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .aboveMediumTablet\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .aboveMediumTablet\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .aboveMediumTablet\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .aboveMediumTablet\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveMediumTablet\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .aboveMediumTablet\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .aboveMediumTablet\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .aboveMediumTablet\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .aboveMediumTablet\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .aboveMediumTablet\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .aboveMediumTablet\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .aboveMediumTablet\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .aboveMediumTablet\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .aboveMediumTablet\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .aboveMediumTablet\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .aboveMediumTablet\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .aboveMediumTablet\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .aboveMediumTablet\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .aboveMediumTablet\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .aboveMediumTablet\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .aboveMediumTablet\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .aboveMediumTablet\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .aboveMediumTablet\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .aboveMediumTablet\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .aboveMediumTablet\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .aboveMediumTablet\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .aboveMediumTablet\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .aboveMediumTablet\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .aboveMediumTablet\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .aboveMediumTablet\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .aboveMediumTablet\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .aboveMediumTablet\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .aboveMediumTablet\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .aboveMediumTablet\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .aboveMediumTablet\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .aboveMediumTablet\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .aboveMediumTablet\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .aboveMediumTablet\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .aboveMediumTablet\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveMediumTablet\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .aboveMediumTablet\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .aboveMediumTablet\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .aboveMediumTablet\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveMediumTablet\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .aboveMediumTablet\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .aboveMediumTablet\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveMediumTablet\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .aboveMediumTablet\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .aboveMediumTablet\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .aboveMediumTablet\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveMediumTablet\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .aboveMediumTablet\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .aboveMediumTablet\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveMediumTablet\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .aboveMediumTablet\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .aboveMediumTablet\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .aboveMediumTablet\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .aboveMediumTablet\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .aboveMediumTablet\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .aboveMediumTablet\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .aboveMediumTablet\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .aboveMediumTablet\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .aboveMediumTablet\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .aboveMediumTablet\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .aboveMediumTablet\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .aboveMediumTablet\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .aboveMediumTablet\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .aboveMediumTablet\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .aboveMediumTablet\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .aboveMediumTablet\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .aboveMediumTablet\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .aboveMediumTablet\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .aboveMediumTablet\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .aboveMediumTablet\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .aboveMediumTablet\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .aboveMediumTablet\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .aboveMediumTablet\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .aboveMediumTablet\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .aboveMediumTablet\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .aboveMediumTablet\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .aboveMediumTablet\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .aboveMediumTablet\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .aboveMediumTablet\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .aboveMediumTablet\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .aboveMediumTablet\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .aboveMediumTablet\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .aboveMediumTablet\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .aboveMediumTablet\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .aboveMediumTablet\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveMediumTablet\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .aboveMediumTablet\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .aboveMediumTablet\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .aboveMediumTablet\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .aboveMediumTablet\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .aboveMediumTablet\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .aboveMediumTablet\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .aboveMediumTablet\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .aboveMediumTablet\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .aboveMediumTablet\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .aboveMediumTablet\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .aboveMediumTablet\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .aboveMediumTablet\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .aboveMediumTablet\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .aboveMediumTablet\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .aboveMediumTablet\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .aboveMediumTablet\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .aboveMediumTablet\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .aboveMediumTablet\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .aboveMediumTablet\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .aboveMediumTablet\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .aboveMediumTablet\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .aboveMediumTablet\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .aboveMediumTablet\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .aboveMediumTablet\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .aboveMediumTablet\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .aboveMediumTablet\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .aboveMediumTablet\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .aboveMediumTablet\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .aboveMediumTablet\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .aboveMediumTablet\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .aboveMediumTablet\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .aboveMediumTablet\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .aboveMediumTablet\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .aboveMediumTablet\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .aboveMediumTablet\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .aboveMediumTablet\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .aboveMediumTablet\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .aboveMediumTablet\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .aboveMediumTablet\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .aboveMediumTablet\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .aboveMediumTablet\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .aboveMediumTablet\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .aboveMediumTablet\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .aboveMediumTablet\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .aboveMediumTablet\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .aboveMediumTablet\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .aboveMediumTablet\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .aboveMediumTablet\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveMediumTablet\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .aboveMediumTablet\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .aboveMediumTablet\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .aboveMediumTablet\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .aboveMediumTablet\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .aboveMediumTablet\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .aboveMediumTablet\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .aboveMediumTablet\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .aboveMediumTablet\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .aboveMediumTablet\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .aboveMediumTablet\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .aboveMediumTablet\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .aboveMediumTablet\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .aboveMediumTablet\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .aboveMediumTablet\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .aboveMediumTablet\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .aboveMediumTablet\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .aboveMediumTablet\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .aboveMediumTablet\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .aboveMediumTablet\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .aboveMediumTablet\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .aboveMediumTablet\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .aboveMediumTablet\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .aboveMediumTablet\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .aboveMediumTablet\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .aboveMediumTablet\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .aboveMediumTablet\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .aboveMediumTablet\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .aboveMediumTablet\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .aboveMediumTablet\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .aboveMediumTablet\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .aboveMediumTablet\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .aboveMediumTablet\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .aboveMediumTablet\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .aboveMediumTablet\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .aboveMediumTablet\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveMediumTablet\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .aboveMediumTablet\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .aboveMediumTablet\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .aboveMediumTablet\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .aboveMediumTablet\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .aboveMediumTablet\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .aboveMediumTablet\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .aboveMediumTablet\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .aboveMediumTablet\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .aboveMediumTablet\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .aboveMediumTablet\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .aboveMediumTablet\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .aboveMediumTablet\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .aboveMediumTablet\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .aboveMediumTablet\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .aboveMediumTablet\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .aboveMediumTablet\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .aboveMediumTablet\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .aboveMediumTablet\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .aboveMediumTablet\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .aboveMediumTablet\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .aboveMediumTablet\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .aboveMediumTablet\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .aboveMediumTablet\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .aboveMediumTablet\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .aboveMediumTablet\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .aboveMediumTablet\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .aboveMediumTablet\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .aboveMediumTablet\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .aboveMediumTablet\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .aboveMediumTablet\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .aboveMediumTablet\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .aboveMediumTablet\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .aboveMediumTablet\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .aboveMediumTablet\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .aboveMediumTablet\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .aboveMediumTablet\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .aboveMediumTablet\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .aboveMediumTablet\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .aboveMediumTablet\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .aboveMediumTablet\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .aboveMediumTablet\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .aboveMediumTablet\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .aboveMediumTablet\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .aboveMediumTablet\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .aboveMediumTablet\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .aboveMediumTablet\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .aboveMediumTablet\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .aboveMediumTablet\:top-0{
    top: 0px;
  }

  .aboveMediumTablet\:top-1{
    top: 0.25rem;
  }

  .aboveMediumTablet\:top-2{
    top: 0.5rem;
  }

  .aboveMediumTablet\:top-3{
    top: 0.75rem;
  }

  .aboveMediumTablet\:top-4{
    top: 1rem;
  }

  .aboveMediumTablet\:top-5{
    top: 1.25rem;
  }

  .aboveMediumTablet\:top-6{
    top: 1.5rem;
  }

  .aboveMediumTablet\:top-7{
    top: 1.75rem;
  }

  .aboveMediumTablet\:top-8{
    top: 2rem;
  }

  .aboveMediumTablet\:top-9{
    top: 2.25rem;
  }

  .aboveMediumTablet\:top-10{
    top: 2.5rem;
  }

  .aboveMediumTablet\:top-11{
    top: 2.75rem;
  }

  .aboveMediumTablet\:top-12{
    top: 3rem;
  }

  .aboveMediumTablet\:top-14{
    top: 3.5rem;
  }

  .aboveMediumTablet\:top-16{
    top: 4rem;
  }

  .aboveMediumTablet\:top-20{
    top: 5rem;
  }

  .aboveMediumTablet\:top-24{
    top: 6rem;
  }

  .aboveMediumTablet\:top-28{
    top: 7rem;
  }

  .aboveMediumTablet\:top-32{
    top: 8rem;
  }

  .aboveMediumTablet\:top-36{
    top: 9rem;
  }

  .aboveMediumTablet\:top-40{
    top: 10rem;
  }

  .aboveMediumTablet\:top-44{
    top: 11rem;
  }

  .aboveMediumTablet\:top-48{
    top: 12rem;
  }

  .aboveMediumTablet\:top-52{
    top: 13rem;
  }

  .aboveMediumTablet\:top-56{
    top: 14rem;
  }

  .aboveMediumTablet\:top-60{
    top: 15rem;
  }

  .aboveMediumTablet\:top-64{
    top: 16rem;
  }

  .aboveMediumTablet\:top-72{
    top: 18rem;
  }

  .aboveMediumTablet\:top-80{
    top: 20rem;
  }

  .aboveMediumTablet\:top-96{
    top: 24rem;
  }

  .aboveMediumTablet\:top-auto{
    top: auto;
  }

  .aboveMediumTablet\:top-px{
    top: 1px;
  }

  .aboveMediumTablet\:top-0\.5{
    top: 0.125rem;
  }

  .aboveMediumTablet\:top-1\.5{
    top: 0.375rem;
  }

  .aboveMediumTablet\:top-2\.5{
    top: 0.625rem;
  }

  .aboveMediumTablet\:top-3\.5{
    top: 0.875rem;
  }

  .aboveMediumTablet\:-top-0{
    top: 0px;
  }

  .aboveMediumTablet\:-top-1{
    top: -0.25rem;
  }

  .aboveMediumTablet\:-top-2{
    top: -0.5rem;
  }

  .aboveMediumTablet\:-top-3{
    top: -0.75rem;
  }

  .aboveMediumTablet\:-top-4{
    top: -1rem;
  }

  .aboveMediumTablet\:-top-5{
    top: -1.25rem;
  }

  .aboveMediumTablet\:-top-6{
    top: -1.5rem;
  }

  .aboveMediumTablet\:-top-7{
    top: -1.75rem;
  }

  .aboveMediumTablet\:-top-8{
    top: -2rem;
  }

  .aboveMediumTablet\:-top-9{
    top: -2.25rem;
  }

  .aboveMediumTablet\:-top-10{
    top: -2.5rem;
  }

  .aboveMediumTablet\:-top-11{
    top: -2.75rem;
  }

  .aboveMediumTablet\:-top-12{
    top: -3rem;
  }

  .aboveMediumTablet\:-top-14{
    top: -3.5rem;
  }

  .aboveMediumTablet\:-top-16{
    top: -4rem;
  }

  .aboveMediumTablet\:-top-20{
    top: -5rem;
  }

  .aboveMediumTablet\:-top-24{
    top: -6rem;
  }

  .aboveMediumTablet\:-top-28{
    top: -7rem;
  }

  .aboveMediumTablet\:-top-32{
    top: -8rem;
  }

  .aboveMediumTablet\:-top-36{
    top: -9rem;
  }

  .aboveMediumTablet\:-top-40{
    top: -10rem;
  }

  .aboveMediumTablet\:-top-44{
    top: -11rem;
  }

  .aboveMediumTablet\:-top-48{
    top: -12rem;
  }

  .aboveMediumTablet\:-top-52{
    top: -13rem;
  }

  .aboveMediumTablet\:-top-56{
    top: -14rem;
  }

  .aboveMediumTablet\:-top-60{
    top: -15rem;
  }

  .aboveMediumTablet\:-top-64{
    top: -16rem;
  }

  .aboveMediumTablet\:-top-72{
    top: -18rem;
  }

  .aboveMediumTablet\:-top-80{
    top: -20rem;
  }

  .aboveMediumTablet\:-top-96{
    top: -24rem;
  }

  .aboveMediumTablet\:-top-px{
    top: -1px;
  }

  .aboveMediumTablet\:-top-0\.5{
    top: -0.125rem;
  }

  .aboveMediumTablet\:-top-1\.5{
    top: -0.375rem;
  }

  .aboveMediumTablet\:-top-2\.5{
    top: -0.625rem;
  }

  .aboveMediumTablet\:-top-3\.5{
    top: -0.875rem;
  }

  .aboveMediumTablet\:top-1\/2{
    top: 50%;
  }

  .aboveMediumTablet\:top-1\/3{
    top: 33.333333%;
  }

  .aboveMediumTablet\:top-2\/3{
    top: 66.666667%;
  }

  .aboveMediumTablet\:top-1\/4{
    top: 25%;
  }

  .aboveMediumTablet\:top-2\/4{
    top: 50%;
  }

  .aboveMediumTablet\:top-3\/4{
    top: 75%;
  }

  .aboveMediumTablet\:top-full{
    top: 100%;
  }

  .aboveMediumTablet\:-top-1\/2{
    top: -50%;
  }

  .aboveMediumTablet\:-top-1\/3{
    top: -33.333333%;
  }

  .aboveMediumTablet\:-top-2\/3{
    top: -66.666667%;
  }

  .aboveMediumTablet\:-top-1\/4{
    top: -25%;
  }

  .aboveMediumTablet\:-top-2\/4{
    top: -50%;
  }

  .aboveMediumTablet\:-top-3\/4{
    top: -75%;
  }

  .aboveMediumTablet\:-top-full{
    top: -100%;
  }

  .aboveMediumTablet\:right-0{
    right: 0px;
  }

  .aboveMediumTablet\:right-1{
    right: 0.25rem;
  }

  .aboveMediumTablet\:right-2{
    right: 0.5rem;
  }

  .aboveMediumTablet\:right-3{
    right: 0.75rem;
  }

  .aboveMediumTablet\:right-4{
    right: 1rem;
  }

  .aboveMediumTablet\:right-5{
    right: 1.25rem;
  }

  .aboveMediumTablet\:right-6{
    right: 1.5rem;
  }

  .aboveMediumTablet\:right-7{
    right: 1.75rem;
  }

  .aboveMediumTablet\:right-8{
    right: 2rem;
  }

  .aboveMediumTablet\:right-9{
    right: 2.25rem;
  }

  .aboveMediumTablet\:right-10{
    right: 2.5rem;
  }

  .aboveMediumTablet\:right-11{
    right: 2.75rem;
  }

  .aboveMediumTablet\:right-12{
    right: 3rem;
  }

  .aboveMediumTablet\:right-14{
    right: 3.5rem;
  }

  .aboveMediumTablet\:right-16{
    right: 4rem;
  }

  .aboveMediumTablet\:right-20{
    right: 5rem;
  }

  .aboveMediumTablet\:right-24{
    right: 6rem;
  }

  .aboveMediumTablet\:right-28{
    right: 7rem;
  }

  .aboveMediumTablet\:right-32{
    right: 8rem;
  }

  .aboveMediumTablet\:right-36{
    right: 9rem;
  }

  .aboveMediumTablet\:right-40{
    right: 10rem;
  }

  .aboveMediumTablet\:right-44{
    right: 11rem;
  }

  .aboveMediumTablet\:right-48{
    right: 12rem;
  }

  .aboveMediumTablet\:right-52{
    right: 13rem;
  }

  .aboveMediumTablet\:right-56{
    right: 14rem;
  }

  .aboveMediumTablet\:right-60{
    right: 15rem;
  }

  .aboveMediumTablet\:right-64{
    right: 16rem;
  }

  .aboveMediumTablet\:right-72{
    right: 18rem;
  }

  .aboveMediumTablet\:right-80{
    right: 20rem;
  }

  .aboveMediumTablet\:right-96{
    right: 24rem;
  }

  .aboveMediumTablet\:right-auto{
    right: auto;
  }

  .aboveMediumTablet\:right-px{
    right: 1px;
  }

  .aboveMediumTablet\:right-0\.5{
    right: 0.125rem;
  }

  .aboveMediumTablet\:right-1\.5{
    right: 0.375rem;
  }

  .aboveMediumTablet\:right-2\.5{
    right: 0.625rem;
  }

  .aboveMediumTablet\:right-3\.5{
    right: 0.875rem;
  }

  .aboveMediumTablet\:-right-0{
    right: 0px;
  }

  .aboveMediumTablet\:-right-1{
    right: -0.25rem;
  }

  .aboveMediumTablet\:-right-2{
    right: -0.5rem;
  }

  .aboveMediumTablet\:-right-3{
    right: -0.75rem;
  }

  .aboveMediumTablet\:-right-4{
    right: -1rem;
  }

  .aboveMediumTablet\:-right-5{
    right: -1.25rem;
  }

  .aboveMediumTablet\:-right-6{
    right: -1.5rem;
  }

  .aboveMediumTablet\:-right-7{
    right: -1.75rem;
  }

  .aboveMediumTablet\:-right-8{
    right: -2rem;
  }

  .aboveMediumTablet\:-right-9{
    right: -2.25rem;
  }

  .aboveMediumTablet\:-right-10{
    right: -2.5rem;
  }

  .aboveMediumTablet\:-right-11{
    right: -2.75rem;
  }

  .aboveMediumTablet\:-right-12{
    right: -3rem;
  }

  .aboveMediumTablet\:-right-14{
    right: -3.5rem;
  }

  .aboveMediumTablet\:-right-16{
    right: -4rem;
  }

  .aboveMediumTablet\:-right-20{
    right: -5rem;
  }

  .aboveMediumTablet\:-right-24{
    right: -6rem;
  }

  .aboveMediumTablet\:-right-28{
    right: -7rem;
  }

  .aboveMediumTablet\:-right-32{
    right: -8rem;
  }

  .aboveMediumTablet\:-right-36{
    right: -9rem;
  }

  .aboveMediumTablet\:-right-40{
    right: -10rem;
  }

  .aboveMediumTablet\:-right-44{
    right: -11rem;
  }

  .aboveMediumTablet\:-right-48{
    right: -12rem;
  }

  .aboveMediumTablet\:-right-52{
    right: -13rem;
  }

  .aboveMediumTablet\:-right-56{
    right: -14rem;
  }

  .aboveMediumTablet\:-right-60{
    right: -15rem;
  }

  .aboveMediumTablet\:-right-64{
    right: -16rem;
  }

  .aboveMediumTablet\:-right-72{
    right: -18rem;
  }

  .aboveMediumTablet\:-right-80{
    right: -20rem;
  }

  .aboveMediumTablet\:-right-96{
    right: -24rem;
  }

  .aboveMediumTablet\:-right-px{
    right: -1px;
  }

  .aboveMediumTablet\:-right-0\.5{
    right: -0.125rem;
  }

  .aboveMediumTablet\:-right-1\.5{
    right: -0.375rem;
  }

  .aboveMediumTablet\:-right-2\.5{
    right: -0.625rem;
  }

  .aboveMediumTablet\:-right-3\.5{
    right: -0.875rem;
  }

  .aboveMediumTablet\:right-1\/2{
    right: 50%;
  }

  .aboveMediumTablet\:right-1\/3{
    right: 33.333333%;
  }

  .aboveMediumTablet\:right-2\/3{
    right: 66.666667%;
  }

  .aboveMediumTablet\:right-1\/4{
    right: 25%;
  }

  .aboveMediumTablet\:right-2\/4{
    right: 50%;
  }

  .aboveMediumTablet\:right-3\/4{
    right: 75%;
  }

  .aboveMediumTablet\:right-full{
    right: 100%;
  }

  .aboveMediumTablet\:-right-1\/2{
    right: -50%;
  }

  .aboveMediumTablet\:-right-1\/3{
    right: -33.333333%;
  }

  .aboveMediumTablet\:-right-2\/3{
    right: -66.666667%;
  }

  .aboveMediumTablet\:-right-1\/4{
    right: -25%;
  }

  .aboveMediumTablet\:-right-2\/4{
    right: -50%;
  }

  .aboveMediumTablet\:-right-3\/4{
    right: -75%;
  }

  .aboveMediumTablet\:-right-full{
    right: -100%;
  }

  .aboveMediumTablet\:bottom-0{
    bottom: 0px;
  }

  .aboveMediumTablet\:bottom-1{
    bottom: 0.25rem;
  }

  .aboveMediumTablet\:bottom-2{
    bottom: 0.5rem;
  }

  .aboveMediumTablet\:bottom-3{
    bottom: 0.75rem;
  }

  .aboveMediumTablet\:bottom-4{
    bottom: 1rem;
  }

  .aboveMediumTablet\:bottom-5{
    bottom: 1.25rem;
  }

  .aboveMediumTablet\:bottom-6{
    bottom: 1.5rem;
  }

  .aboveMediumTablet\:bottom-7{
    bottom: 1.75rem;
  }

  .aboveMediumTablet\:bottom-8{
    bottom: 2rem;
  }

  .aboveMediumTablet\:bottom-9{
    bottom: 2.25rem;
  }

  .aboveMediumTablet\:bottom-10{
    bottom: 2.5rem;
  }

  .aboveMediumTablet\:bottom-11{
    bottom: 2.75rem;
  }

  .aboveMediumTablet\:bottom-12{
    bottom: 3rem;
  }

  .aboveMediumTablet\:bottom-14{
    bottom: 3.5rem;
  }

  .aboveMediumTablet\:bottom-16{
    bottom: 4rem;
  }

  .aboveMediumTablet\:bottom-20{
    bottom: 5rem;
  }

  .aboveMediumTablet\:bottom-24{
    bottom: 6rem;
  }

  .aboveMediumTablet\:bottom-28{
    bottom: 7rem;
  }

  .aboveMediumTablet\:bottom-32{
    bottom: 8rem;
  }

  .aboveMediumTablet\:bottom-36{
    bottom: 9rem;
  }

  .aboveMediumTablet\:bottom-40{
    bottom: 10rem;
  }

  .aboveMediumTablet\:bottom-44{
    bottom: 11rem;
  }

  .aboveMediumTablet\:bottom-48{
    bottom: 12rem;
  }

  .aboveMediumTablet\:bottom-52{
    bottom: 13rem;
  }

  .aboveMediumTablet\:bottom-56{
    bottom: 14rem;
  }

  .aboveMediumTablet\:bottom-60{
    bottom: 15rem;
  }

  .aboveMediumTablet\:bottom-64{
    bottom: 16rem;
  }

  .aboveMediumTablet\:bottom-72{
    bottom: 18rem;
  }

  .aboveMediumTablet\:bottom-80{
    bottom: 20rem;
  }

  .aboveMediumTablet\:bottom-96{
    bottom: 24rem;
  }

  .aboveMediumTablet\:bottom-auto{
    bottom: auto;
  }

  .aboveMediumTablet\:bottom-px{
    bottom: 1px;
  }

  .aboveMediumTablet\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .aboveMediumTablet\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .aboveMediumTablet\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .aboveMediumTablet\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .aboveMediumTablet\:-bottom-0{
    bottom: 0px;
  }

  .aboveMediumTablet\:-bottom-1{
    bottom: -0.25rem;
  }

  .aboveMediumTablet\:-bottom-2{
    bottom: -0.5rem;
  }

  .aboveMediumTablet\:-bottom-3{
    bottom: -0.75rem;
  }

  .aboveMediumTablet\:-bottom-4{
    bottom: -1rem;
  }

  .aboveMediumTablet\:-bottom-5{
    bottom: -1.25rem;
  }

  .aboveMediumTablet\:-bottom-6{
    bottom: -1.5rem;
  }

  .aboveMediumTablet\:-bottom-7{
    bottom: -1.75rem;
  }

  .aboveMediumTablet\:-bottom-8{
    bottom: -2rem;
  }

  .aboveMediumTablet\:-bottom-9{
    bottom: -2.25rem;
  }

  .aboveMediumTablet\:-bottom-10{
    bottom: -2.5rem;
  }

  .aboveMediumTablet\:-bottom-11{
    bottom: -2.75rem;
  }

  .aboveMediumTablet\:-bottom-12{
    bottom: -3rem;
  }

  .aboveMediumTablet\:-bottom-14{
    bottom: -3.5rem;
  }

  .aboveMediumTablet\:-bottom-16{
    bottom: -4rem;
  }

  .aboveMediumTablet\:-bottom-20{
    bottom: -5rem;
  }

  .aboveMediumTablet\:-bottom-24{
    bottom: -6rem;
  }

  .aboveMediumTablet\:-bottom-28{
    bottom: -7rem;
  }

  .aboveMediumTablet\:-bottom-32{
    bottom: -8rem;
  }

  .aboveMediumTablet\:-bottom-36{
    bottom: -9rem;
  }

  .aboveMediumTablet\:-bottom-40{
    bottom: -10rem;
  }

  .aboveMediumTablet\:-bottom-44{
    bottom: -11rem;
  }

  .aboveMediumTablet\:-bottom-48{
    bottom: -12rem;
  }

  .aboveMediumTablet\:-bottom-52{
    bottom: -13rem;
  }

  .aboveMediumTablet\:-bottom-56{
    bottom: -14rem;
  }

  .aboveMediumTablet\:-bottom-60{
    bottom: -15rem;
  }

  .aboveMediumTablet\:-bottom-64{
    bottom: -16rem;
  }

  .aboveMediumTablet\:-bottom-72{
    bottom: -18rem;
  }

  .aboveMediumTablet\:-bottom-80{
    bottom: -20rem;
  }

  .aboveMediumTablet\:-bottom-96{
    bottom: -24rem;
  }

  .aboveMediumTablet\:-bottom-px{
    bottom: -1px;
  }

  .aboveMediumTablet\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .aboveMediumTablet\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .aboveMediumTablet\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .aboveMediumTablet\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .aboveMediumTablet\:bottom-1\/2{
    bottom: 50%;
  }

  .aboveMediumTablet\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .aboveMediumTablet\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .aboveMediumTablet\:bottom-1\/4{
    bottom: 25%;
  }

  .aboveMediumTablet\:bottom-2\/4{
    bottom: 50%;
  }

  .aboveMediumTablet\:bottom-3\/4{
    bottom: 75%;
  }

  .aboveMediumTablet\:bottom-full{
    bottom: 100%;
  }

  .aboveMediumTablet\:-bottom-1\/2{
    bottom: -50%;
  }

  .aboveMediumTablet\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .aboveMediumTablet\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .aboveMediumTablet\:-bottom-1\/4{
    bottom: -25%;
  }

  .aboveMediumTablet\:-bottom-2\/4{
    bottom: -50%;
  }

  .aboveMediumTablet\:-bottom-3\/4{
    bottom: -75%;
  }

  .aboveMediumTablet\:-bottom-full{
    bottom: -100%;
  }

  .aboveMediumTablet\:left-0{
    left: 0px;
  }

  .aboveMediumTablet\:left-1{
    left: 0.25rem;
  }

  .aboveMediumTablet\:left-2{
    left: 0.5rem;
  }

  .aboveMediumTablet\:left-3{
    left: 0.75rem;
  }

  .aboveMediumTablet\:left-4{
    left: 1rem;
  }

  .aboveMediumTablet\:left-5{
    left: 1.25rem;
  }

  .aboveMediumTablet\:left-6{
    left: 1.5rem;
  }

  .aboveMediumTablet\:left-7{
    left: 1.75rem;
  }

  .aboveMediumTablet\:left-8{
    left: 2rem;
  }

  .aboveMediumTablet\:left-9{
    left: 2.25rem;
  }

  .aboveMediumTablet\:left-10{
    left: 2.5rem;
  }

  .aboveMediumTablet\:left-11{
    left: 2.75rem;
  }

  .aboveMediumTablet\:left-12{
    left: 3rem;
  }

  .aboveMediumTablet\:left-14{
    left: 3.5rem;
  }

  .aboveMediumTablet\:left-16{
    left: 4rem;
  }

  .aboveMediumTablet\:left-20{
    left: 5rem;
  }

  .aboveMediumTablet\:left-24{
    left: 6rem;
  }

  .aboveMediumTablet\:left-28{
    left: 7rem;
  }

  .aboveMediumTablet\:left-32{
    left: 8rem;
  }

  .aboveMediumTablet\:left-36{
    left: 9rem;
  }

  .aboveMediumTablet\:left-40{
    left: 10rem;
  }

  .aboveMediumTablet\:left-44{
    left: 11rem;
  }

  .aboveMediumTablet\:left-48{
    left: 12rem;
  }

  .aboveMediumTablet\:left-52{
    left: 13rem;
  }

  .aboveMediumTablet\:left-56{
    left: 14rem;
  }

  .aboveMediumTablet\:left-60{
    left: 15rem;
  }

  .aboveMediumTablet\:left-64{
    left: 16rem;
  }

  .aboveMediumTablet\:left-72{
    left: 18rem;
  }

  .aboveMediumTablet\:left-80{
    left: 20rem;
  }

  .aboveMediumTablet\:left-96{
    left: 24rem;
  }

  .aboveMediumTablet\:left-auto{
    left: auto;
  }

  .aboveMediumTablet\:left-px{
    left: 1px;
  }

  .aboveMediumTablet\:left-0\.5{
    left: 0.125rem;
  }

  .aboveMediumTablet\:left-1\.5{
    left: 0.375rem;
  }

  .aboveMediumTablet\:left-2\.5{
    left: 0.625rem;
  }

  .aboveMediumTablet\:left-3\.5{
    left: 0.875rem;
  }

  .aboveMediumTablet\:-left-0{
    left: 0px;
  }

  .aboveMediumTablet\:-left-1{
    left: -0.25rem;
  }

  .aboveMediumTablet\:-left-2{
    left: -0.5rem;
  }

  .aboveMediumTablet\:-left-3{
    left: -0.75rem;
  }

  .aboveMediumTablet\:-left-4{
    left: -1rem;
  }

  .aboveMediumTablet\:-left-5{
    left: -1.25rem;
  }

  .aboveMediumTablet\:-left-6{
    left: -1.5rem;
  }

  .aboveMediumTablet\:-left-7{
    left: -1.75rem;
  }

  .aboveMediumTablet\:-left-8{
    left: -2rem;
  }

  .aboveMediumTablet\:-left-9{
    left: -2.25rem;
  }

  .aboveMediumTablet\:-left-10{
    left: -2.5rem;
  }

  .aboveMediumTablet\:-left-11{
    left: -2.75rem;
  }

  .aboveMediumTablet\:-left-12{
    left: -3rem;
  }

  .aboveMediumTablet\:-left-14{
    left: -3.5rem;
  }

  .aboveMediumTablet\:-left-16{
    left: -4rem;
  }

  .aboveMediumTablet\:-left-20{
    left: -5rem;
  }

  .aboveMediumTablet\:-left-24{
    left: -6rem;
  }

  .aboveMediumTablet\:-left-28{
    left: -7rem;
  }

  .aboveMediumTablet\:-left-32{
    left: -8rem;
  }

  .aboveMediumTablet\:-left-36{
    left: -9rem;
  }

  .aboveMediumTablet\:-left-40{
    left: -10rem;
  }

  .aboveMediumTablet\:-left-44{
    left: -11rem;
  }

  .aboveMediumTablet\:-left-48{
    left: -12rem;
  }

  .aboveMediumTablet\:-left-52{
    left: -13rem;
  }

  .aboveMediumTablet\:-left-56{
    left: -14rem;
  }

  .aboveMediumTablet\:-left-60{
    left: -15rem;
  }

  .aboveMediumTablet\:-left-64{
    left: -16rem;
  }

  .aboveMediumTablet\:-left-72{
    left: -18rem;
  }

  .aboveMediumTablet\:-left-80{
    left: -20rem;
  }

  .aboveMediumTablet\:-left-96{
    left: -24rem;
  }

  .aboveMediumTablet\:-left-px{
    left: -1px;
  }

  .aboveMediumTablet\:-left-0\.5{
    left: -0.125rem;
  }

  .aboveMediumTablet\:-left-1\.5{
    left: -0.375rem;
  }

  .aboveMediumTablet\:-left-2\.5{
    left: -0.625rem;
  }

  .aboveMediumTablet\:-left-3\.5{
    left: -0.875rem;
  }

  .aboveMediumTablet\:left-1\/2{
    left: 50%;
  }

  .aboveMediumTablet\:left-1\/3{
    left: 33.333333%;
  }

  .aboveMediumTablet\:left-2\/3{
    left: 66.666667%;
  }

  .aboveMediumTablet\:left-1\/4{
    left: 25%;
  }

  .aboveMediumTablet\:left-2\/4{
    left: 50%;
  }

  .aboveMediumTablet\:left-3\/4{
    left: 75%;
  }

  .aboveMediumTablet\:left-full{
    left: 100%;
  }

  .aboveMediumTablet\:-left-1\/2{
    left: -50%;
  }

  .aboveMediumTablet\:-left-1\/3{
    left: -33.333333%;
  }

  .aboveMediumTablet\:-left-2\/3{
    left: -66.666667%;
  }

  .aboveMediumTablet\:-left-1\/4{
    left: -25%;
  }

  .aboveMediumTablet\:-left-2\/4{
    left: -50%;
  }

  .aboveMediumTablet\:-left-3\/4{
    left: -75%;
  }

  .aboveMediumTablet\:-left-full{
    left: -100%;
  }

  .aboveMediumTablet\:isolate{
    isolation: isolate;
  }

  .aboveMediumTablet\:isolation-auto{
    isolation: auto;
  }

  .aboveMediumTablet\:z-0{
    z-index: 0;
  }

  .aboveMediumTablet\:z-10{
    z-index: 10;
  }

  .aboveMediumTablet\:z-20{
    z-index: 20;
  }

  .aboveMediumTablet\:z-30{
    z-index: 30;
  }

  .aboveMediumTablet\:z-40{
    z-index: 40;
  }

  .aboveMediumTablet\:z-50{
    z-index: 50;
  }

  .aboveMediumTablet\:z-auto{
    z-index: auto;
  }

  .aboveMediumTablet\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .aboveMediumTablet\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .aboveMediumTablet\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .aboveMediumTablet\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .aboveMediumTablet\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .aboveMediumTablet\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .aboveMediumTablet\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .aboveMediumTablet\:focus\:z-0:focus{
    z-index: 0;
  }

  .aboveMediumTablet\:focus\:z-10:focus{
    z-index: 10;
  }

  .aboveMediumTablet\:focus\:z-20:focus{
    z-index: 20;
  }

  .aboveMediumTablet\:focus\:z-30:focus{
    z-index: 30;
  }

  .aboveMediumTablet\:focus\:z-40:focus{
    z-index: 40;
  }

  .aboveMediumTablet\:focus\:z-50:focus{
    z-index: 50;
  }

  .aboveMediumTablet\:focus\:z-auto:focus{
    z-index: auto;
  }

  .aboveMediumTablet\:order-1{
    order: 1;
  }

  .aboveMediumTablet\:order-2{
    order: 2;
  }

  .aboveMediumTablet\:order-3{
    order: 3;
  }

  .aboveMediumTablet\:order-4{
    order: 4;
  }

  .aboveMediumTablet\:order-5{
    order: 5;
  }

  .aboveMediumTablet\:order-6{
    order: 6;
  }

  .aboveMediumTablet\:order-7{
    order: 7;
  }

  .aboveMediumTablet\:order-8{
    order: 8;
  }

  .aboveMediumTablet\:order-9{
    order: 9;
  }

  .aboveMediumTablet\:order-10{
    order: 10;
  }

  .aboveMediumTablet\:order-11{
    order: 11;
  }

  .aboveMediumTablet\:order-12{
    order: 12;
  }

  .aboveMediumTablet\:order-first{
    order: -9999;
  }

  .aboveMediumTablet\:order-last{
    order: 9999;
  }

  .aboveMediumTablet\:order-none{
    order: 0;
  }

  .aboveMediumTablet\:col-auto{
    grid-column: auto;
  }

  .aboveMediumTablet\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .aboveMediumTablet\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .aboveMediumTablet\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .aboveMediumTablet\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .aboveMediumTablet\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .aboveMediumTablet\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .aboveMediumTablet\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .aboveMediumTablet\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .aboveMediumTablet\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .aboveMediumTablet\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .aboveMediumTablet\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .aboveMediumTablet\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .aboveMediumTablet\:col-span-full{
    grid-column: 1 / -1;
  }

  .aboveMediumTablet\:col-start-1{
    grid-column-start: 1;
  }

  .aboveMediumTablet\:col-start-2{
    grid-column-start: 2;
  }

  .aboveMediumTablet\:col-start-3{
    grid-column-start: 3;
  }

  .aboveMediumTablet\:col-start-4{
    grid-column-start: 4;
  }

  .aboveMediumTablet\:col-start-5{
    grid-column-start: 5;
  }

  .aboveMediumTablet\:col-start-6{
    grid-column-start: 6;
  }

  .aboveMediumTablet\:col-start-7{
    grid-column-start: 7;
  }

  .aboveMediumTablet\:col-start-8{
    grid-column-start: 8;
  }

  .aboveMediumTablet\:col-start-9{
    grid-column-start: 9;
  }

  .aboveMediumTablet\:col-start-10{
    grid-column-start: 10;
  }

  .aboveMediumTablet\:col-start-11{
    grid-column-start: 11;
  }

  .aboveMediumTablet\:col-start-12{
    grid-column-start: 12;
  }

  .aboveMediumTablet\:col-start-13{
    grid-column-start: 13;
  }

  .aboveMediumTablet\:col-start-auto{
    grid-column-start: auto;
  }

  .aboveMediumTablet\:col-end-1{
    grid-column-end: 1;
  }

  .aboveMediumTablet\:col-end-2{
    grid-column-end: 2;
  }

  .aboveMediumTablet\:col-end-3{
    grid-column-end: 3;
  }

  .aboveMediumTablet\:col-end-4{
    grid-column-end: 4;
  }

  .aboveMediumTablet\:col-end-5{
    grid-column-end: 5;
  }

  .aboveMediumTablet\:col-end-6{
    grid-column-end: 6;
  }

  .aboveMediumTablet\:col-end-7{
    grid-column-end: 7;
  }

  .aboveMediumTablet\:col-end-8{
    grid-column-end: 8;
  }

  .aboveMediumTablet\:col-end-9{
    grid-column-end: 9;
  }

  .aboveMediumTablet\:col-end-10{
    grid-column-end: 10;
  }

  .aboveMediumTablet\:col-end-11{
    grid-column-end: 11;
  }

  .aboveMediumTablet\:col-end-12{
    grid-column-end: 12;
  }

  .aboveMediumTablet\:col-end-13{
    grid-column-end: 13;
  }

  .aboveMediumTablet\:col-end-auto{
    grid-column-end: auto;
  }

  .aboveMediumTablet\:row-auto{
    grid-row: auto;
  }

  .aboveMediumTablet\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .aboveMediumTablet\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .aboveMediumTablet\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .aboveMediumTablet\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .aboveMediumTablet\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .aboveMediumTablet\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .aboveMediumTablet\:row-span-full{
    grid-row: 1 / -1;
  }

  .aboveMediumTablet\:row-start-1{
    grid-row-start: 1;
  }

  .aboveMediumTablet\:row-start-2{
    grid-row-start: 2;
  }

  .aboveMediumTablet\:row-start-3{
    grid-row-start: 3;
  }

  .aboveMediumTablet\:row-start-4{
    grid-row-start: 4;
  }

  .aboveMediumTablet\:row-start-5{
    grid-row-start: 5;
  }

  .aboveMediumTablet\:row-start-6{
    grid-row-start: 6;
  }

  .aboveMediumTablet\:row-start-7{
    grid-row-start: 7;
  }

  .aboveMediumTablet\:row-start-auto{
    grid-row-start: auto;
  }

  .aboveMediumTablet\:row-end-1{
    grid-row-end: 1;
  }

  .aboveMediumTablet\:row-end-2{
    grid-row-end: 2;
  }

  .aboveMediumTablet\:row-end-3{
    grid-row-end: 3;
  }

  .aboveMediumTablet\:row-end-4{
    grid-row-end: 4;
  }

  .aboveMediumTablet\:row-end-5{
    grid-row-end: 5;
  }

  .aboveMediumTablet\:row-end-6{
    grid-row-end: 6;
  }

  .aboveMediumTablet\:row-end-7{
    grid-row-end: 7;
  }

  .aboveMediumTablet\:row-end-auto{
    grid-row-end: auto;
  }

  .aboveMediumTablet\:float-right{
    float: right;
  }

  .aboveMediumTablet\:float-left{
    float: left;
  }

  .aboveMediumTablet\:float-none{
    float: none;
  }

  .aboveMediumTablet\:clear-left{
    clear: left;
  }

  .aboveMediumTablet\:clear-right{
    clear: right;
  }

  .aboveMediumTablet\:clear-both{
    clear: both;
  }

  .aboveMediumTablet\:clear-none{
    clear: none;
  }

  .aboveMediumTablet\:m-0{
    margin: 0px;
  }

  .aboveMediumTablet\:m-1{
    margin: 0.25rem;
  }

  .aboveMediumTablet\:m-2{
    margin: 0.5rem;
  }

  .aboveMediumTablet\:m-3{
    margin: 0.75rem;
  }

  .aboveMediumTablet\:m-4{
    margin: 1rem;
  }

  .aboveMediumTablet\:m-5{
    margin: 1.25rem;
  }

  .aboveMediumTablet\:m-6{
    margin: 1.5rem;
  }

  .aboveMediumTablet\:m-7{
    margin: 1.75rem;
  }

  .aboveMediumTablet\:m-8{
    margin: 2rem;
  }

  .aboveMediumTablet\:m-9{
    margin: 2.25rem;
  }

  .aboveMediumTablet\:m-10{
    margin: 2.5rem;
  }

  .aboveMediumTablet\:m-11{
    margin: 2.75rem;
  }

  .aboveMediumTablet\:m-12{
    margin: 3rem;
  }

  .aboveMediumTablet\:m-14{
    margin: 3.5rem;
  }

  .aboveMediumTablet\:m-16{
    margin: 4rem;
  }

  .aboveMediumTablet\:m-20{
    margin: 5rem;
  }

  .aboveMediumTablet\:m-24{
    margin: 6rem;
  }

  .aboveMediumTablet\:m-28{
    margin: 7rem;
  }

  .aboveMediumTablet\:m-32{
    margin: 8rem;
  }

  .aboveMediumTablet\:m-36{
    margin: 9rem;
  }

  .aboveMediumTablet\:m-40{
    margin: 10rem;
  }

  .aboveMediumTablet\:m-44{
    margin: 11rem;
  }

  .aboveMediumTablet\:m-48{
    margin: 12rem;
  }

  .aboveMediumTablet\:m-52{
    margin: 13rem;
  }

  .aboveMediumTablet\:m-56{
    margin: 14rem;
  }

  .aboveMediumTablet\:m-60{
    margin: 15rem;
  }

  .aboveMediumTablet\:m-64{
    margin: 16rem;
  }

  .aboveMediumTablet\:m-72{
    margin: 18rem;
  }

  .aboveMediumTablet\:m-80{
    margin: 20rem;
  }

  .aboveMediumTablet\:m-96{
    margin: 24rem;
  }

  .aboveMediumTablet\:m-auto{
    margin: auto;
  }

  .aboveMediumTablet\:m-px{
    margin: 1px;
  }

  .aboveMediumTablet\:m-0\.5{
    margin: 0.125rem;
  }

  .aboveMediumTablet\:m-1\.5{
    margin: 0.375rem;
  }

  .aboveMediumTablet\:m-2\.5{
    margin: 0.625rem;
  }

  .aboveMediumTablet\:m-3\.5{
    margin: 0.875rem;
  }

  .aboveMediumTablet\:-m-0{
    margin: 0px;
  }

  .aboveMediumTablet\:-m-1{
    margin: -0.25rem;
  }

  .aboveMediumTablet\:-m-2{
    margin: -0.5rem;
  }

  .aboveMediumTablet\:-m-3{
    margin: -0.75rem;
  }

  .aboveMediumTablet\:-m-4{
    margin: -1rem;
  }

  .aboveMediumTablet\:-m-5{
    margin: -1.25rem;
  }

  .aboveMediumTablet\:-m-6{
    margin: -1.5rem;
  }

  .aboveMediumTablet\:-m-7{
    margin: -1.75rem;
  }

  .aboveMediumTablet\:-m-8{
    margin: -2rem;
  }

  .aboveMediumTablet\:-m-9{
    margin: -2.25rem;
  }

  .aboveMediumTablet\:-m-10{
    margin: -2.5rem;
  }

  .aboveMediumTablet\:-m-11{
    margin: -2.75rem;
  }

  .aboveMediumTablet\:-m-12{
    margin: -3rem;
  }

  .aboveMediumTablet\:-m-14{
    margin: -3.5rem;
  }

  .aboveMediumTablet\:-m-16{
    margin: -4rem;
  }

  .aboveMediumTablet\:-m-20{
    margin: -5rem;
  }

  .aboveMediumTablet\:-m-24{
    margin: -6rem;
  }

  .aboveMediumTablet\:-m-28{
    margin: -7rem;
  }

  .aboveMediumTablet\:-m-32{
    margin: -8rem;
  }

  .aboveMediumTablet\:-m-36{
    margin: -9rem;
  }

  .aboveMediumTablet\:-m-40{
    margin: -10rem;
  }

  .aboveMediumTablet\:-m-44{
    margin: -11rem;
  }

  .aboveMediumTablet\:-m-48{
    margin: -12rem;
  }

  .aboveMediumTablet\:-m-52{
    margin: -13rem;
  }

  .aboveMediumTablet\:-m-56{
    margin: -14rem;
  }

  .aboveMediumTablet\:-m-60{
    margin: -15rem;
  }

  .aboveMediumTablet\:-m-64{
    margin: -16rem;
  }

  .aboveMediumTablet\:-m-72{
    margin: -18rem;
  }

  .aboveMediumTablet\:-m-80{
    margin: -20rem;
  }

  .aboveMediumTablet\:-m-96{
    margin: -24rem;
  }

  .aboveMediumTablet\:-m-px{
    margin: -1px;
  }

  .aboveMediumTablet\:-m-0\.5{
    margin: -0.125rem;
  }

  .aboveMediumTablet\:-m-1\.5{
    margin: -0.375rem;
  }

  .aboveMediumTablet\:-m-2\.5{
    margin: -0.625rem;
  }

  .aboveMediumTablet\:-m-3\.5{
    margin: -0.875rem;
  }

  .aboveMediumTablet\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveMediumTablet\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .aboveMediumTablet\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .aboveMediumTablet\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .aboveMediumTablet\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .aboveMediumTablet\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .aboveMediumTablet\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .aboveMediumTablet\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .aboveMediumTablet\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .aboveMediumTablet\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .aboveMediumTablet\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .aboveMediumTablet\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .aboveMediumTablet\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .aboveMediumTablet\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .aboveMediumTablet\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .aboveMediumTablet\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .aboveMediumTablet\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .aboveMediumTablet\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .aboveMediumTablet\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .aboveMediumTablet\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .aboveMediumTablet\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .aboveMediumTablet\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .aboveMediumTablet\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .aboveMediumTablet\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .aboveMediumTablet\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .aboveMediumTablet\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .aboveMediumTablet\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .aboveMediumTablet\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .aboveMediumTablet\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .aboveMediumTablet\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .aboveMediumTablet\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .aboveMediumTablet\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .aboveMediumTablet\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .aboveMediumTablet\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .aboveMediumTablet\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .aboveMediumTablet\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .aboveMediumTablet\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveMediumTablet\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .aboveMediumTablet\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .aboveMediumTablet\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .aboveMediumTablet\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .aboveMediumTablet\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .aboveMediumTablet\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .aboveMediumTablet\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .aboveMediumTablet\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .aboveMediumTablet\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .aboveMediumTablet\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .aboveMediumTablet\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .aboveMediumTablet\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .aboveMediumTablet\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .aboveMediumTablet\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .aboveMediumTablet\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .aboveMediumTablet\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .aboveMediumTablet\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .aboveMediumTablet\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .aboveMediumTablet\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .aboveMediumTablet\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .aboveMediumTablet\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .aboveMediumTablet\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .aboveMediumTablet\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .aboveMediumTablet\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .aboveMediumTablet\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .aboveMediumTablet\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .aboveMediumTablet\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .aboveMediumTablet\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .aboveMediumTablet\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .aboveMediumTablet\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .aboveMediumTablet\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .aboveMediumTablet\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .aboveMediumTablet\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .aboveMediumTablet\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .aboveMediumTablet\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveMediumTablet\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .aboveMediumTablet\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .aboveMediumTablet\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .aboveMediumTablet\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .aboveMediumTablet\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .aboveMediumTablet\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .aboveMediumTablet\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .aboveMediumTablet\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .aboveMediumTablet\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .aboveMediumTablet\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .aboveMediumTablet\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .aboveMediumTablet\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .aboveMediumTablet\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .aboveMediumTablet\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .aboveMediumTablet\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .aboveMediumTablet\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .aboveMediumTablet\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .aboveMediumTablet\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .aboveMediumTablet\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .aboveMediumTablet\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .aboveMediumTablet\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .aboveMediumTablet\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .aboveMediumTablet\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .aboveMediumTablet\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .aboveMediumTablet\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .aboveMediumTablet\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .aboveMediumTablet\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .aboveMediumTablet\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .aboveMediumTablet\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .aboveMediumTablet\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .aboveMediumTablet\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .aboveMediumTablet\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .aboveMediumTablet\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .aboveMediumTablet\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .aboveMediumTablet\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .aboveMediumTablet\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveMediumTablet\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .aboveMediumTablet\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .aboveMediumTablet\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .aboveMediumTablet\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .aboveMediumTablet\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .aboveMediumTablet\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .aboveMediumTablet\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .aboveMediumTablet\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .aboveMediumTablet\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .aboveMediumTablet\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .aboveMediumTablet\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .aboveMediumTablet\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .aboveMediumTablet\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .aboveMediumTablet\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .aboveMediumTablet\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .aboveMediumTablet\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .aboveMediumTablet\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .aboveMediumTablet\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .aboveMediumTablet\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .aboveMediumTablet\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .aboveMediumTablet\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .aboveMediumTablet\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .aboveMediumTablet\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .aboveMediumTablet\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .aboveMediumTablet\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .aboveMediumTablet\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .aboveMediumTablet\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .aboveMediumTablet\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .aboveMediumTablet\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .aboveMediumTablet\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .aboveMediumTablet\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .aboveMediumTablet\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .aboveMediumTablet\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .aboveMediumTablet\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .aboveMediumTablet\:mt-0{
    margin-top: 0px;
  }

  .aboveMediumTablet\:mt-1{
    margin-top: 0.25rem;
  }

  .aboveMediumTablet\:mt-2{
    margin-top: 0.5rem;
  }

  .aboveMediumTablet\:mt-3{
    margin-top: 0.75rem;
  }

  .aboveMediumTablet\:mt-4{
    margin-top: 1rem;
  }

  .aboveMediumTablet\:mt-5{
    margin-top: 1.25rem;
  }

  .aboveMediumTablet\:mt-6{
    margin-top: 1.5rem;
  }

  .aboveMediumTablet\:mt-7{
    margin-top: 1.75rem;
  }

  .aboveMediumTablet\:mt-8{
    margin-top: 2rem;
  }

  .aboveMediumTablet\:mt-9{
    margin-top: 2.25rem;
  }

  .aboveMediumTablet\:mt-10{
    margin-top: 2.5rem;
  }

  .aboveMediumTablet\:mt-11{
    margin-top: 2.75rem;
  }

  .aboveMediumTablet\:mt-12{
    margin-top: 3rem;
  }

  .aboveMediumTablet\:mt-14{
    margin-top: 3.5rem;
  }

  .aboveMediumTablet\:mt-16{
    margin-top: 4rem;
  }

  .aboveMediumTablet\:mt-20{
    margin-top: 5rem;
  }

  .aboveMediumTablet\:mt-24{
    margin-top: 6rem;
  }

  .aboveMediumTablet\:mt-28{
    margin-top: 7rem;
  }

  .aboveMediumTablet\:mt-32{
    margin-top: 8rem;
  }

  .aboveMediumTablet\:mt-36{
    margin-top: 9rem;
  }

  .aboveMediumTablet\:mt-40{
    margin-top: 10rem;
  }

  .aboveMediumTablet\:mt-44{
    margin-top: 11rem;
  }

  .aboveMediumTablet\:mt-48{
    margin-top: 12rem;
  }

  .aboveMediumTablet\:mt-52{
    margin-top: 13rem;
  }

  .aboveMediumTablet\:mt-56{
    margin-top: 14rem;
  }

  .aboveMediumTablet\:mt-60{
    margin-top: 15rem;
  }

  .aboveMediumTablet\:mt-64{
    margin-top: 16rem;
  }

  .aboveMediumTablet\:mt-72{
    margin-top: 18rem;
  }

  .aboveMediumTablet\:mt-80{
    margin-top: 20rem;
  }

  .aboveMediumTablet\:mt-96{
    margin-top: 24rem;
  }

  .aboveMediumTablet\:mt-auto{
    margin-top: auto;
  }

  .aboveMediumTablet\:mt-px{
    margin-top: 1px;
  }

  .aboveMediumTablet\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .aboveMediumTablet\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .aboveMediumTablet\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .aboveMediumTablet\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .aboveMediumTablet\:-mt-0{
    margin-top: 0px;
  }

  .aboveMediumTablet\:-mt-1{
    margin-top: -0.25rem;
  }

  .aboveMediumTablet\:-mt-2{
    margin-top: -0.5rem;
  }

  .aboveMediumTablet\:-mt-3{
    margin-top: -0.75rem;
  }

  .aboveMediumTablet\:-mt-4{
    margin-top: -1rem;
  }

  .aboveMediumTablet\:-mt-5{
    margin-top: -1.25rem;
  }

  .aboveMediumTablet\:-mt-6{
    margin-top: -1.5rem;
  }

  .aboveMediumTablet\:-mt-7{
    margin-top: -1.75rem;
  }

  .aboveMediumTablet\:-mt-8{
    margin-top: -2rem;
  }

  .aboveMediumTablet\:-mt-9{
    margin-top: -2.25rem;
  }

  .aboveMediumTablet\:-mt-10{
    margin-top: -2.5rem;
  }

  .aboveMediumTablet\:-mt-11{
    margin-top: -2.75rem;
  }

  .aboveMediumTablet\:-mt-12{
    margin-top: -3rem;
  }

  .aboveMediumTablet\:-mt-14{
    margin-top: -3.5rem;
  }

  .aboveMediumTablet\:-mt-16{
    margin-top: -4rem;
  }

  .aboveMediumTablet\:-mt-20{
    margin-top: -5rem;
  }

  .aboveMediumTablet\:-mt-24{
    margin-top: -6rem;
  }

  .aboveMediumTablet\:-mt-28{
    margin-top: -7rem;
  }

  .aboveMediumTablet\:-mt-32{
    margin-top: -8rem;
  }

  .aboveMediumTablet\:-mt-36{
    margin-top: -9rem;
  }

  .aboveMediumTablet\:-mt-40{
    margin-top: -10rem;
  }

  .aboveMediumTablet\:-mt-44{
    margin-top: -11rem;
  }

  .aboveMediumTablet\:-mt-48{
    margin-top: -12rem;
  }

  .aboveMediumTablet\:-mt-52{
    margin-top: -13rem;
  }

  .aboveMediumTablet\:-mt-56{
    margin-top: -14rem;
  }

  .aboveMediumTablet\:-mt-60{
    margin-top: -15rem;
  }

  .aboveMediumTablet\:-mt-64{
    margin-top: -16rem;
  }

  .aboveMediumTablet\:-mt-72{
    margin-top: -18rem;
  }

  .aboveMediumTablet\:-mt-80{
    margin-top: -20rem;
  }

  .aboveMediumTablet\:-mt-96{
    margin-top: -24rem;
  }

  .aboveMediumTablet\:-mt-px{
    margin-top: -1px;
  }

  .aboveMediumTablet\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .aboveMediumTablet\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .aboveMediumTablet\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .aboveMediumTablet\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .aboveMediumTablet\:mr-0{
    margin-right: 0px;
  }

  .aboveMediumTablet\:mr-1{
    margin-right: 0.25rem;
  }

  .aboveMediumTablet\:mr-2{
    margin-right: 0.5rem;
  }

  .aboveMediumTablet\:mr-3{
    margin-right: 0.75rem;
  }

  .aboveMediumTablet\:mr-4{
    margin-right: 1rem;
  }

  .aboveMediumTablet\:mr-5{
    margin-right: 1.25rem;
  }

  .aboveMediumTablet\:mr-6{
    margin-right: 1.5rem;
  }

  .aboveMediumTablet\:mr-7{
    margin-right: 1.75rem;
  }

  .aboveMediumTablet\:mr-8{
    margin-right: 2rem;
  }

  .aboveMediumTablet\:mr-9{
    margin-right: 2.25rem;
  }

  .aboveMediumTablet\:mr-10{
    margin-right: 2.5rem;
  }

  .aboveMediumTablet\:mr-11{
    margin-right: 2.75rem;
  }

  .aboveMediumTablet\:mr-12{
    margin-right: 3rem;
  }

  .aboveMediumTablet\:mr-14{
    margin-right: 3.5rem;
  }

  .aboveMediumTablet\:mr-16{
    margin-right: 4rem;
  }

  .aboveMediumTablet\:mr-20{
    margin-right: 5rem;
  }

  .aboveMediumTablet\:mr-24{
    margin-right: 6rem;
  }

  .aboveMediumTablet\:mr-28{
    margin-right: 7rem;
  }

  .aboveMediumTablet\:mr-32{
    margin-right: 8rem;
  }

  .aboveMediumTablet\:mr-36{
    margin-right: 9rem;
  }

  .aboveMediumTablet\:mr-40{
    margin-right: 10rem;
  }

  .aboveMediumTablet\:mr-44{
    margin-right: 11rem;
  }

  .aboveMediumTablet\:mr-48{
    margin-right: 12rem;
  }

  .aboveMediumTablet\:mr-52{
    margin-right: 13rem;
  }

  .aboveMediumTablet\:mr-56{
    margin-right: 14rem;
  }

  .aboveMediumTablet\:mr-60{
    margin-right: 15rem;
  }

  .aboveMediumTablet\:mr-64{
    margin-right: 16rem;
  }

  .aboveMediumTablet\:mr-72{
    margin-right: 18rem;
  }

  .aboveMediumTablet\:mr-80{
    margin-right: 20rem;
  }

  .aboveMediumTablet\:mr-96{
    margin-right: 24rem;
  }

  .aboveMediumTablet\:mr-auto{
    margin-right: auto;
  }

  .aboveMediumTablet\:mr-px{
    margin-right: 1px;
  }

  .aboveMediumTablet\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .aboveMediumTablet\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .aboveMediumTablet\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .aboveMediumTablet\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .aboveMediumTablet\:-mr-0{
    margin-right: 0px;
  }

  .aboveMediumTablet\:-mr-1{
    margin-right: -0.25rem;
  }

  .aboveMediumTablet\:-mr-2{
    margin-right: -0.5rem;
  }

  .aboveMediumTablet\:-mr-3{
    margin-right: -0.75rem;
  }

  .aboveMediumTablet\:-mr-4{
    margin-right: -1rem;
  }

  .aboveMediumTablet\:-mr-5{
    margin-right: -1.25rem;
  }

  .aboveMediumTablet\:-mr-6{
    margin-right: -1.5rem;
  }

  .aboveMediumTablet\:-mr-7{
    margin-right: -1.75rem;
  }

  .aboveMediumTablet\:-mr-8{
    margin-right: -2rem;
  }

  .aboveMediumTablet\:-mr-9{
    margin-right: -2.25rem;
  }

  .aboveMediumTablet\:-mr-10{
    margin-right: -2.5rem;
  }

  .aboveMediumTablet\:-mr-11{
    margin-right: -2.75rem;
  }

  .aboveMediumTablet\:-mr-12{
    margin-right: -3rem;
  }

  .aboveMediumTablet\:-mr-14{
    margin-right: -3.5rem;
  }

  .aboveMediumTablet\:-mr-16{
    margin-right: -4rem;
  }

  .aboveMediumTablet\:-mr-20{
    margin-right: -5rem;
  }

  .aboveMediumTablet\:-mr-24{
    margin-right: -6rem;
  }

  .aboveMediumTablet\:-mr-28{
    margin-right: -7rem;
  }

  .aboveMediumTablet\:-mr-32{
    margin-right: -8rem;
  }

  .aboveMediumTablet\:-mr-36{
    margin-right: -9rem;
  }

  .aboveMediumTablet\:-mr-40{
    margin-right: -10rem;
  }

  .aboveMediumTablet\:-mr-44{
    margin-right: -11rem;
  }

  .aboveMediumTablet\:-mr-48{
    margin-right: -12rem;
  }

  .aboveMediumTablet\:-mr-52{
    margin-right: -13rem;
  }

  .aboveMediumTablet\:-mr-56{
    margin-right: -14rem;
  }

  .aboveMediumTablet\:-mr-60{
    margin-right: -15rem;
  }

  .aboveMediumTablet\:-mr-64{
    margin-right: -16rem;
  }

  .aboveMediumTablet\:-mr-72{
    margin-right: -18rem;
  }

  .aboveMediumTablet\:-mr-80{
    margin-right: -20rem;
  }

  .aboveMediumTablet\:-mr-96{
    margin-right: -24rem;
  }

  .aboveMediumTablet\:-mr-px{
    margin-right: -1px;
  }

  .aboveMediumTablet\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .aboveMediumTablet\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .aboveMediumTablet\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .aboveMediumTablet\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .aboveMediumTablet\:mb-0{
    margin-bottom: 0px;
  }

  .aboveMediumTablet\:mb-1{
    margin-bottom: 0.25rem;
  }

  .aboveMediumTablet\:mb-2{
    margin-bottom: 0.5rem;
  }

  .aboveMediumTablet\:mb-3{
    margin-bottom: 0.75rem;
  }

  .aboveMediumTablet\:mb-4{
    margin-bottom: 1rem;
  }

  .aboveMediumTablet\:mb-5{
    margin-bottom: 1.25rem;
  }

  .aboveMediumTablet\:mb-6{
    margin-bottom: 1.5rem;
  }

  .aboveMediumTablet\:mb-7{
    margin-bottom: 1.75rem;
  }

  .aboveMediumTablet\:mb-8{
    margin-bottom: 2rem;
  }

  .aboveMediumTablet\:mb-9{
    margin-bottom: 2.25rem;
  }

  .aboveMediumTablet\:mb-10{
    margin-bottom: 2.5rem;
  }

  .aboveMediumTablet\:mb-11{
    margin-bottom: 2.75rem;
  }

  .aboveMediumTablet\:mb-12{
    margin-bottom: 3rem;
  }

  .aboveMediumTablet\:mb-14{
    margin-bottom: 3.5rem;
  }

  .aboveMediumTablet\:mb-16{
    margin-bottom: 4rem;
  }

  .aboveMediumTablet\:mb-20{
    margin-bottom: 5rem;
  }

  .aboveMediumTablet\:mb-24{
    margin-bottom: 6rem;
  }

  .aboveMediumTablet\:mb-28{
    margin-bottom: 7rem;
  }

  .aboveMediumTablet\:mb-32{
    margin-bottom: 8rem;
  }

  .aboveMediumTablet\:mb-36{
    margin-bottom: 9rem;
  }

  .aboveMediumTablet\:mb-40{
    margin-bottom: 10rem;
  }

  .aboveMediumTablet\:mb-44{
    margin-bottom: 11rem;
  }

  .aboveMediumTablet\:mb-48{
    margin-bottom: 12rem;
  }

  .aboveMediumTablet\:mb-52{
    margin-bottom: 13rem;
  }

  .aboveMediumTablet\:mb-56{
    margin-bottom: 14rem;
  }

  .aboveMediumTablet\:mb-60{
    margin-bottom: 15rem;
  }

  .aboveMediumTablet\:mb-64{
    margin-bottom: 16rem;
  }

  .aboveMediumTablet\:mb-72{
    margin-bottom: 18rem;
  }

  .aboveMediumTablet\:mb-80{
    margin-bottom: 20rem;
  }

  .aboveMediumTablet\:mb-96{
    margin-bottom: 24rem;
  }

  .aboveMediumTablet\:mb-auto{
    margin-bottom: auto;
  }

  .aboveMediumTablet\:mb-px{
    margin-bottom: 1px;
  }

  .aboveMediumTablet\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .aboveMediumTablet\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .aboveMediumTablet\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .aboveMediumTablet\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .aboveMediumTablet\:-mb-0{
    margin-bottom: 0px;
  }

  .aboveMediumTablet\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .aboveMediumTablet\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .aboveMediumTablet\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .aboveMediumTablet\:-mb-4{
    margin-bottom: -1rem;
  }

  .aboveMediumTablet\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .aboveMediumTablet\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .aboveMediumTablet\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .aboveMediumTablet\:-mb-8{
    margin-bottom: -2rem;
  }

  .aboveMediumTablet\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .aboveMediumTablet\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .aboveMediumTablet\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .aboveMediumTablet\:-mb-12{
    margin-bottom: -3rem;
  }

  .aboveMediumTablet\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .aboveMediumTablet\:-mb-16{
    margin-bottom: -4rem;
  }

  .aboveMediumTablet\:-mb-20{
    margin-bottom: -5rem;
  }

  .aboveMediumTablet\:-mb-24{
    margin-bottom: -6rem;
  }

  .aboveMediumTablet\:-mb-28{
    margin-bottom: -7rem;
  }

  .aboveMediumTablet\:-mb-32{
    margin-bottom: -8rem;
  }

  .aboveMediumTablet\:-mb-36{
    margin-bottom: -9rem;
  }

  .aboveMediumTablet\:-mb-40{
    margin-bottom: -10rem;
  }

  .aboveMediumTablet\:-mb-44{
    margin-bottom: -11rem;
  }

  .aboveMediumTablet\:-mb-48{
    margin-bottom: -12rem;
  }

  .aboveMediumTablet\:-mb-52{
    margin-bottom: -13rem;
  }

  .aboveMediumTablet\:-mb-56{
    margin-bottom: -14rem;
  }

  .aboveMediumTablet\:-mb-60{
    margin-bottom: -15rem;
  }

  .aboveMediumTablet\:-mb-64{
    margin-bottom: -16rem;
  }

  .aboveMediumTablet\:-mb-72{
    margin-bottom: -18rem;
  }

  .aboveMediumTablet\:-mb-80{
    margin-bottom: -20rem;
  }

  .aboveMediumTablet\:-mb-96{
    margin-bottom: -24rem;
  }

  .aboveMediumTablet\:-mb-px{
    margin-bottom: -1px;
  }

  .aboveMediumTablet\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .aboveMediumTablet\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .aboveMediumTablet\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .aboveMediumTablet\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .aboveMediumTablet\:ml-0{
    margin-left: 0px;
  }

  .aboveMediumTablet\:ml-1{
    margin-left: 0.25rem;
  }

  .aboveMediumTablet\:ml-2{
    margin-left: 0.5rem;
  }

  .aboveMediumTablet\:ml-3{
    margin-left: 0.75rem;
  }

  .aboveMediumTablet\:ml-4{
    margin-left: 1rem;
  }

  .aboveMediumTablet\:ml-5{
    margin-left: 1.25rem;
  }

  .aboveMediumTablet\:ml-6{
    margin-left: 1.5rem;
  }

  .aboveMediumTablet\:ml-7{
    margin-left: 1.75rem;
  }

  .aboveMediumTablet\:ml-8{
    margin-left: 2rem;
  }

  .aboveMediumTablet\:ml-9{
    margin-left: 2.25rem;
  }

  .aboveMediumTablet\:ml-10{
    margin-left: 2.5rem;
  }

  .aboveMediumTablet\:ml-11{
    margin-left: 2.75rem;
  }

  .aboveMediumTablet\:ml-12{
    margin-left: 3rem;
  }

  .aboveMediumTablet\:ml-14{
    margin-left: 3.5rem;
  }

  .aboveMediumTablet\:ml-16{
    margin-left: 4rem;
  }

  .aboveMediumTablet\:ml-20{
    margin-left: 5rem;
  }

  .aboveMediumTablet\:ml-24{
    margin-left: 6rem;
  }

  .aboveMediumTablet\:ml-28{
    margin-left: 7rem;
  }

  .aboveMediumTablet\:ml-32{
    margin-left: 8rem;
  }

  .aboveMediumTablet\:ml-36{
    margin-left: 9rem;
  }

  .aboveMediumTablet\:ml-40{
    margin-left: 10rem;
  }

  .aboveMediumTablet\:ml-44{
    margin-left: 11rem;
  }

  .aboveMediumTablet\:ml-48{
    margin-left: 12rem;
  }

  .aboveMediumTablet\:ml-52{
    margin-left: 13rem;
  }

  .aboveMediumTablet\:ml-56{
    margin-left: 14rem;
  }

  .aboveMediumTablet\:ml-60{
    margin-left: 15rem;
  }

  .aboveMediumTablet\:ml-64{
    margin-left: 16rem;
  }

  .aboveMediumTablet\:ml-72{
    margin-left: 18rem;
  }

  .aboveMediumTablet\:ml-80{
    margin-left: 20rem;
  }

  .aboveMediumTablet\:ml-96{
    margin-left: 24rem;
  }

  .aboveMediumTablet\:ml-auto{
    margin-left: auto;
  }

  .aboveMediumTablet\:ml-px{
    margin-left: 1px;
  }

  .aboveMediumTablet\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .aboveMediumTablet\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .aboveMediumTablet\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .aboveMediumTablet\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .aboveMediumTablet\:-ml-0{
    margin-left: 0px;
  }

  .aboveMediumTablet\:-ml-1{
    margin-left: -0.25rem;
  }

  .aboveMediumTablet\:-ml-2{
    margin-left: -0.5rem;
  }

  .aboveMediumTablet\:-ml-3{
    margin-left: -0.75rem;
  }

  .aboveMediumTablet\:-ml-4{
    margin-left: -1rem;
  }

  .aboveMediumTablet\:-ml-5{
    margin-left: -1.25rem;
  }

  .aboveMediumTablet\:-ml-6{
    margin-left: -1.5rem;
  }

  .aboveMediumTablet\:-ml-7{
    margin-left: -1.75rem;
  }

  .aboveMediumTablet\:-ml-8{
    margin-left: -2rem;
  }

  .aboveMediumTablet\:-ml-9{
    margin-left: -2.25rem;
  }

  .aboveMediumTablet\:-ml-10{
    margin-left: -2.5rem;
  }

  .aboveMediumTablet\:-ml-11{
    margin-left: -2.75rem;
  }

  .aboveMediumTablet\:-ml-12{
    margin-left: -3rem;
  }

  .aboveMediumTablet\:-ml-14{
    margin-left: -3.5rem;
  }

  .aboveMediumTablet\:-ml-16{
    margin-left: -4rem;
  }

  .aboveMediumTablet\:-ml-20{
    margin-left: -5rem;
  }

  .aboveMediumTablet\:-ml-24{
    margin-left: -6rem;
  }

  .aboveMediumTablet\:-ml-28{
    margin-left: -7rem;
  }

  .aboveMediumTablet\:-ml-32{
    margin-left: -8rem;
  }

  .aboveMediumTablet\:-ml-36{
    margin-left: -9rem;
  }

  .aboveMediumTablet\:-ml-40{
    margin-left: -10rem;
  }

  .aboveMediumTablet\:-ml-44{
    margin-left: -11rem;
  }

  .aboveMediumTablet\:-ml-48{
    margin-left: -12rem;
  }

  .aboveMediumTablet\:-ml-52{
    margin-left: -13rem;
  }

  .aboveMediumTablet\:-ml-56{
    margin-left: -14rem;
  }

  .aboveMediumTablet\:-ml-60{
    margin-left: -15rem;
  }

  .aboveMediumTablet\:-ml-64{
    margin-left: -16rem;
  }

  .aboveMediumTablet\:-ml-72{
    margin-left: -18rem;
  }

  .aboveMediumTablet\:-ml-80{
    margin-left: -20rem;
  }

  .aboveMediumTablet\:-ml-96{
    margin-left: -24rem;
  }

  .aboveMediumTablet\:-ml-px{
    margin-left: -1px;
  }

  .aboveMediumTablet\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .aboveMediumTablet\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .aboveMediumTablet\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .aboveMediumTablet\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .aboveMediumTablet\:box-border{
    box-sizing: border-box;
  }

  .aboveMediumTablet\:box-content{
    box-sizing: content-box;
  }

  .aboveMediumTablet\:block{
    display: block;
  }

  .aboveMediumTablet\:inline-block{
    display: inline-block;
  }

  .aboveMediumTablet\:inline{
    display: inline;
  }

  .aboveMediumTablet\:flex{
    display: flex;
  }

  .aboveMediumTablet\:inline-flex{
    display: inline-flex;
  }

  .aboveMediumTablet\:table{
    display: table;
  }

  .aboveMediumTablet\:inline-table{
    display: inline-table;
  }

  .aboveMediumTablet\:table-caption{
    display: table-caption;
  }

  .aboveMediumTablet\:table-cell{
    display: table-cell;
  }

  .aboveMediumTablet\:table-column{
    display: table-column;
  }

  .aboveMediumTablet\:table-column-group{
    display: table-column-group;
  }

  .aboveMediumTablet\:table-footer-group{
    display: table-footer-group;
  }

  .aboveMediumTablet\:table-header-group{
    display: table-header-group;
  }

  .aboveMediumTablet\:table-row-group{
    display: table-row-group;
  }

  .aboveMediumTablet\:table-row{
    display: table-row;
  }

  .aboveMediumTablet\:flow-root{
    display: flow-root;
  }

  .aboveMediumTablet\:grid{
    display: grid;
  }

  .aboveMediumTablet\:inline-grid{
    display: inline-grid;
  }

  .aboveMediumTablet\:contents{
    display: contents;
  }

  .aboveMediumTablet\:list-item{
    display: list-item;
  }

  .aboveMediumTablet\:hidden{
    display: none;
  }

  .aboveMediumTablet\:h-0{
    height: 0px;
  }

  .aboveMediumTablet\:h-1{
    height: 0.25rem;
  }

  .aboveMediumTablet\:h-2{
    height: 0.5rem;
  }

  .aboveMediumTablet\:h-3{
    height: 0.75rem;
  }

  .aboveMediumTablet\:h-4{
    height: 1rem;
  }

  .aboveMediumTablet\:h-5{
    height: 1.25rem;
  }

  .aboveMediumTablet\:h-6{
    height: 1.5rem;
  }

  .aboveMediumTablet\:h-7{
    height: 1.75rem;
  }

  .aboveMediumTablet\:h-8{
    height: 2rem;
  }

  .aboveMediumTablet\:h-9{
    height: 2.25rem;
  }

  .aboveMediumTablet\:h-10{
    height: 2.5rem;
  }

  .aboveMediumTablet\:h-11{
    height: 2.75rem;
  }

  .aboveMediumTablet\:h-12{
    height: 3rem;
  }

  .aboveMediumTablet\:h-14{
    height: 3.5rem;
  }

  .aboveMediumTablet\:h-16{
    height: 4rem;
  }

  .aboveMediumTablet\:h-20{
    height: 5rem;
  }

  .aboveMediumTablet\:h-24{
    height: 6rem;
  }

  .aboveMediumTablet\:h-28{
    height: 7rem;
  }

  .aboveMediumTablet\:h-32{
    height: 8rem;
  }

  .aboveMediumTablet\:h-36{
    height: 9rem;
  }

  .aboveMediumTablet\:h-40{
    height: 10rem;
  }

  .aboveMediumTablet\:h-44{
    height: 11rem;
  }

  .aboveMediumTablet\:h-48{
    height: 12rem;
  }

  .aboveMediumTablet\:h-52{
    height: 13rem;
  }

  .aboveMediumTablet\:h-56{
    height: 14rem;
  }

  .aboveMediumTablet\:h-60{
    height: 15rem;
  }

  .aboveMediumTablet\:h-64{
    height: 16rem;
  }

  .aboveMediumTablet\:h-72{
    height: 18rem;
  }

  .aboveMediumTablet\:h-80{
    height: 20rem;
  }

  .aboveMediumTablet\:h-96{
    height: 24rem;
  }

  .aboveMediumTablet\:h-auto{
    height: auto;
  }

  .aboveMediumTablet\:h-px{
    height: 1px;
  }

  .aboveMediumTablet\:h-0\.5{
    height: 0.125rem;
  }

  .aboveMediumTablet\:h-1\.5{
    height: 0.375rem;
  }

  .aboveMediumTablet\:h-2\.5{
    height: 0.625rem;
  }

  .aboveMediumTablet\:h-3\.5{
    height: 0.875rem;
  }

  .aboveMediumTablet\:h-1\/2{
    height: 50%;
  }

  .aboveMediumTablet\:h-1\/3{
    height: 33.333333%;
  }

  .aboveMediumTablet\:h-2\/3{
    height: 66.666667%;
  }

  .aboveMediumTablet\:h-1\/4{
    height: 25%;
  }

  .aboveMediumTablet\:h-2\/4{
    height: 50%;
  }

  .aboveMediumTablet\:h-3\/4{
    height: 75%;
  }

  .aboveMediumTablet\:h-1\/5{
    height: 20%;
  }

  .aboveMediumTablet\:h-2\/5{
    height: 40%;
  }

  .aboveMediumTablet\:h-3\/5{
    height: 60%;
  }

  .aboveMediumTablet\:h-4\/5{
    height: 80%;
  }

  .aboveMediumTablet\:h-1\/6{
    height: 16.666667%;
  }

  .aboveMediumTablet\:h-2\/6{
    height: 33.333333%;
  }

  .aboveMediumTablet\:h-3\/6{
    height: 50%;
  }

  .aboveMediumTablet\:h-4\/6{
    height: 66.666667%;
  }

  .aboveMediumTablet\:h-5\/6{
    height: 83.333333%;
  }

  .aboveMediumTablet\:h-full{
    height: 100%;
  }

  .aboveMediumTablet\:h-screen{
    height: 100vh;
  }

  .aboveMediumTablet\:max-h-0{
    max-height: 0px;
  }

  .aboveMediumTablet\:max-h-1{
    max-height: 0.25rem;
  }

  .aboveMediumTablet\:max-h-2{
    max-height: 0.5rem;
  }

  .aboveMediumTablet\:max-h-3{
    max-height: 0.75rem;
  }

  .aboveMediumTablet\:max-h-4{
    max-height: 1rem;
  }

  .aboveMediumTablet\:max-h-5{
    max-height: 1.25rem;
  }

  .aboveMediumTablet\:max-h-6{
    max-height: 1.5rem;
  }

  .aboveMediumTablet\:max-h-7{
    max-height: 1.75rem;
  }

  .aboveMediumTablet\:max-h-8{
    max-height: 2rem;
  }

  .aboveMediumTablet\:max-h-9{
    max-height: 2.25rem;
  }

  .aboveMediumTablet\:max-h-10{
    max-height: 2.5rem;
  }

  .aboveMediumTablet\:max-h-11{
    max-height: 2.75rem;
  }

  .aboveMediumTablet\:max-h-12{
    max-height: 3rem;
  }

  .aboveMediumTablet\:max-h-14{
    max-height: 3.5rem;
  }

  .aboveMediumTablet\:max-h-16{
    max-height: 4rem;
  }

  .aboveMediumTablet\:max-h-20{
    max-height: 5rem;
  }

  .aboveMediumTablet\:max-h-24{
    max-height: 6rem;
  }

  .aboveMediumTablet\:max-h-28{
    max-height: 7rem;
  }

  .aboveMediumTablet\:max-h-32{
    max-height: 8rem;
  }

  .aboveMediumTablet\:max-h-36{
    max-height: 9rem;
  }

  .aboveMediumTablet\:max-h-40{
    max-height: 10rem;
  }

  .aboveMediumTablet\:max-h-44{
    max-height: 11rem;
  }

  .aboveMediumTablet\:max-h-48{
    max-height: 12rem;
  }

  .aboveMediumTablet\:max-h-52{
    max-height: 13rem;
  }

  .aboveMediumTablet\:max-h-56{
    max-height: 14rem;
  }

  .aboveMediumTablet\:max-h-60{
    max-height: 15rem;
  }

  .aboveMediumTablet\:max-h-64{
    max-height: 16rem;
  }

  .aboveMediumTablet\:max-h-72{
    max-height: 18rem;
  }

  .aboveMediumTablet\:max-h-80{
    max-height: 20rem;
  }

  .aboveMediumTablet\:max-h-96{
    max-height: 24rem;
  }

  .aboveMediumTablet\:max-h-px{
    max-height: 1px;
  }

  .aboveMediumTablet\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .aboveMediumTablet\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .aboveMediumTablet\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .aboveMediumTablet\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .aboveMediumTablet\:max-h-full{
    max-height: 100%;
  }

  .aboveMediumTablet\:max-h-screen{
    max-height: 100vh;
  }

  .aboveMediumTablet\:min-h-0{
    min-height: 0px;
  }

  .aboveMediumTablet\:min-h-full{
    min-height: 100%;
  }

  .aboveMediumTablet\:min-h-screen{
    min-height: 100vh;
  }

  .aboveMediumTablet\:w-0{
    width: 0px;
  }

  .aboveMediumTablet\:w-1{
    width: 0.25rem;
  }

  .aboveMediumTablet\:w-2{
    width: 0.5rem;
  }

  .aboveMediumTablet\:w-3{
    width: 0.75rem;
  }

  .aboveMediumTablet\:w-4{
    width: 1rem;
  }

  .aboveMediumTablet\:w-5{
    width: 1.25rem;
  }

  .aboveMediumTablet\:w-6{
    width: 1.5rem;
  }

  .aboveMediumTablet\:w-7{
    width: 1.75rem;
  }

  .aboveMediumTablet\:w-8{
    width: 2rem;
  }

  .aboveMediumTablet\:w-9{
    width: 2.25rem;
  }

  .aboveMediumTablet\:w-10{
    width: 2.5rem;
  }

  .aboveMediumTablet\:w-11{
    width: 2.75rem;
  }

  .aboveMediumTablet\:w-12{
    width: 3rem;
  }

  .aboveMediumTablet\:w-14{
    width: 3.5rem;
  }

  .aboveMediumTablet\:w-16{
    width: 4rem;
  }

  .aboveMediumTablet\:w-20{
    width: 5rem;
  }

  .aboveMediumTablet\:w-24{
    width: 6rem;
  }

  .aboveMediumTablet\:w-28{
    width: 7rem;
  }

  .aboveMediumTablet\:w-32{
    width: 8rem;
  }

  .aboveMediumTablet\:w-36{
    width: 9rem;
  }

  .aboveMediumTablet\:w-40{
    width: 10rem;
  }

  .aboveMediumTablet\:w-44{
    width: 11rem;
  }

  .aboveMediumTablet\:w-48{
    width: 12rem;
  }

  .aboveMediumTablet\:w-52{
    width: 13rem;
  }

  .aboveMediumTablet\:w-56{
    width: 14rem;
  }

  .aboveMediumTablet\:w-60{
    width: 15rem;
  }

  .aboveMediumTablet\:w-64{
    width: 16rem;
  }

  .aboveMediumTablet\:w-72{
    width: 18rem;
  }

  .aboveMediumTablet\:w-80{
    width: 20rem;
  }

  .aboveMediumTablet\:w-96{
    width: 24rem;
  }

  .aboveMediumTablet\:w-auto{
    width: auto;
  }

  .aboveMediumTablet\:w-px{
    width: 1px;
  }

  .aboveMediumTablet\:w-0\.5{
    width: 0.125rem;
  }

  .aboveMediumTablet\:w-1\.5{
    width: 0.375rem;
  }

  .aboveMediumTablet\:w-2\.5{
    width: 0.625rem;
  }

  .aboveMediumTablet\:w-3\.5{
    width: 0.875rem;
  }

  .aboveMediumTablet\:w-1\/2{
    width: 50%;
  }

  .aboveMediumTablet\:w-1\/3{
    width: 33.333333%;
  }

  .aboveMediumTablet\:w-2\/3{
    width: 66.666667%;
  }

  .aboveMediumTablet\:w-1\/4{
    width: 25%;
  }

  .aboveMediumTablet\:w-2\/4{
    width: 50%;
  }

  .aboveMediumTablet\:w-3\/4{
    width: 75%;
  }

  .aboveMediumTablet\:w-1\/5{
    width: 20%;
  }

  .aboveMediumTablet\:w-2\/5{
    width: 40%;
  }

  .aboveMediumTablet\:w-3\/5{
    width: 60%;
  }

  .aboveMediumTablet\:w-4\/5{
    width: 80%;
  }

  .aboveMediumTablet\:w-1\/6{
    width: 16.666667%;
  }

  .aboveMediumTablet\:w-2\/6{
    width: 33.333333%;
  }

  .aboveMediumTablet\:w-3\/6{
    width: 50%;
  }

  .aboveMediumTablet\:w-4\/6{
    width: 66.666667%;
  }

  .aboveMediumTablet\:w-5\/6{
    width: 83.333333%;
  }

  .aboveMediumTablet\:w-1\/12{
    width: 8.333333%;
  }

  .aboveMediumTablet\:w-2\/12{
    width: 16.666667%;
  }

  .aboveMediumTablet\:w-3\/12{
    width: 25%;
  }

  .aboveMediumTablet\:w-4\/12{
    width: 33.333333%;
  }

  .aboveMediumTablet\:w-5\/12{
    width: 41.666667%;
  }

  .aboveMediumTablet\:w-6\/12{
    width: 50%;
  }

  .aboveMediumTablet\:w-7\/12{
    width: 58.333333%;
  }

  .aboveMediumTablet\:w-8\/12{
    width: 66.666667%;
  }

  .aboveMediumTablet\:w-9\/12{
    width: 75%;
  }

  .aboveMediumTablet\:w-10\/12{
    width: 83.333333%;
  }

  .aboveMediumTablet\:w-11\/12{
    width: 91.666667%;
  }

  .aboveMediumTablet\:w-full{
    width: 100%;
  }

  .aboveMediumTablet\:w-screen{
    width: 100vw;
  }

  .aboveMediumTablet\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .aboveMediumTablet\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .aboveMediumTablet\:min-w-0{
    min-width: 0px;
  }

  .aboveMediumTablet\:min-w-full{
    min-width: 100%;
  }

  .aboveMediumTablet\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .aboveMediumTablet\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .aboveMediumTablet\:max-w-0{
    max-width: 0rem;
  }

  .aboveMediumTablet\:max-w-none{
    max-width: none;
  }

  .aboveMediumTablet\:max-w-xs{
    max-width: 20rem;
  }

  .aboveMediumTablet\:max-w-sm{
    max-width: 24rem;
  }

  .aboveMediumTablet\:max-w-md{
    max-width: 28rem;
  }

  .aboveMediumTablet\:max-w-lg{
    max-width: 32rem;
  }

  .aboveMediumTablet\:max-w-xl{
    max-width: 36rem;
  }

  .aboveMediumTablet\:max-w-2xl{
    max-width: 42rem;
  }

  .aboveMediumTablet\:max-w-3xl{
    max-width: 48rem;
  }

  .aboveMediumTablet\:max-w-4xl{
    max-width: 56rem;
  }

  .aboveMediumTablet\:max-w-5xl{
    max-width: 64rem;
  }

  .aboveMediumTablet\:max-w-6xl{
    max-width: 72rem;
  }

  .aboveMediumTablet\:max-w-7xl{
    max-width: 80rem;
  }

  .aboveMediumTablet\:max-w-full{
    max-width: 100%;
  }

  .aboveMediumTablet\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .aboveMediumTablet\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .aboveMediumTablet\:max-w-prose{
    max-width: 65ch;
  }

  .aboveMediumTablet\:max-w-screen-sm{
    max-width: 640px;
  }

  .aboveMediumTablet\:max-w-screen-md{
    max-width: 768px;
  }

  .aboveMediumTablet\:max-w-screen-lg{
    max-width: 1024px;
  }

  .aboveMediumTablet\:max-w-screen-xl{
    max-width: 1280px;
  }

  .aboveMediumTablet\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .aboveMediumTablet\:flex-1{
    flex: 1 1 0%;
  }

  .aboveMediumTablet\:flex-auto{
    flex: 1 1 auto;
  }

  .aboveMediumTablet\:flex-initial{
    flex: 0 1 auto;
  }

  .aboveMediumTablet\:flex-none{
    flex: none;
  }

  .aboveMediumTablet\:flex-shrink-0{
    flex-shrink: 0;
  }

  .aboveMediumTablet\:flex-shrink{
    flex-shrink: 1;
  }

  .aboveMediumTablet\:flex-grow-0{
    flex-grow: 0;
  }

  .aboveMediumTablet\:flex-grow{
    flex-grow: 1;
  }

  .aboveMediumTablet\:table-auto{
    table-layout: auto;
  }

  .aboveMediumTablet\:table-fixed{
    table-layout: fixed;
  }

  .aboveMediumTablet\:border-collapse{
    border-collapse: collapse;
  }

  .aboveMediumTablet\:border-separate{
    border-collapse: separate;
  }

  .aboveMediumTablet\:origin-center{
    transform-origin: center;
  }

  .aboveMediumTablet\:origin-top{
    transform-origin: top;
  }

  .aboveMediumTablet\:origin-top-right{
    transform-origin: top right;
  }

  .aboveMediumTablet\:origin-right{
    transform-origin: right;
  }

  .aboveMediumTablet\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .aboveMediumTablet\:origin-bottom{
    transform-origin: bottom;
  }

  .aboveMediumTablet\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .aboveMediumTablet\:origin-left{
    transform-origin: left;
  }

  .aboveMediumTablet\:origin-top-left{
    transform-origin: top left;
  }

  .aboveMediumTablet\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveMediumTablet\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveMediumTablet\:transform-none{
    transform: none;
  }

  .aboveMediumTablet\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveMediumTablet\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .aboveMediumTablet\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .aboveMediumTablet\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .aboveMediumTablet\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .aboveMediumTablet\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .aboveMediumTablet\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .aboveMediumTablet\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .aboveMediumTablet\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .aboveMediumTablet\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .aboveMediumTablet\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .aboveMediumTablet\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .aboveMediumTablet\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .aboveMediumTablet\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .aboveMediumTablet\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .aboveMediumTablet\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .aboveMediumTablet\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .aboveMediumTablet\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .aboveMediumTablet\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .aboveMediumTablet\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .aboveMediumTablet\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .aboveMediumTablet\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .aboveMediumTablet\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .aboveMediumTablet\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .aboveMediumTablet\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .aboveMediumTablet\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .aboveMediumTablet\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .aboveMediumTablet\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .aboveMediumTablet\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .aboveMediumTablet\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .aboveMediumTablet\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .aboveMediumTablet\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .aboveMediumTablet\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .aboveMediumTablet\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .aboveMediumTablet\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .aboveMediumTablet\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveMediumTablet\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .aboveMediumTablet\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .aboveMediumTablet\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .aboveMediumTablet\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .aboveMediumTablet\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .aboveMediumTablet\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .aboveMediumTablet\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .aboveMediumTablet\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .aboveMediumTablet\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .aboveMediumTablet\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .aboveMediumTablet\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .aboveMediumTablet\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .aboveMediumTablet\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .aboveMediumTablet\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .aboveMediumTablet\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .aboveMediumTablet\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .aboveMediumTablet\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .aboveMediumTablet\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .aboveMediumTablet\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .aboveMediumTablet\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .aboveMediumTablet\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .aboveMediumTablet\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .aboveMediumTablet\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .aboveMediumTablet\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .aboveMediumTablet\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .aboveMediumTablet\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .aboveMediumTablet\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .aboveMediumTablet\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .aboveMediumTablet\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .aboveMediumTablet\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .aboveMediumTablet\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .aboveMediumTablet\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .aboveMediumTablet\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .aboveMediumTablet\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .aboveMediumTablet\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .aboveMediumTablet\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .aboveMediumTablet\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .aboveMediumTablet\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .aboveMediumTablet\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .aboveMediumTablet\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .aboveMediumTablet\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .aboveMediumTablet\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .aboveMediumTablet\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .aboveMediumTablet\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .aboveMediumTablet\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .aboveMediumTablet\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .aboveMediumTablet\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .aboveMediumTablet\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .aboveMediumTablet\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveMediumTablet\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .aboveMediumTablet\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .aboveMediumTablet\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .aboveMediumTablet\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .aboveMediumTablet\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .aboveMediumTablet\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .aboveMediumTablet\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .aboveMediumTablet\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .aboveMediumTablet\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .aboveMediumTablet\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .aboveMediumTablet\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .aboveMediumTablet\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .aboveMediumTablet\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .aboveMediumTablet\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .aboveMediumTablet\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .aboveMediumTablet\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .aboveMediumTablet\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .aboveMediumTablet\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .aboveMediumTablet\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .aboveMediumTablet\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .aboveMediumTablet\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .aboveMediumTablet\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .aboveMediumTablet\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .aboveMediumTablet\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .aboveMediumTablet\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .aboveMediumTablet\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .aboveMediumTablet\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .aboveMediumTablet\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .aboveMediumTablet\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .aboveMediumTablet\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .aboveMediumTablet\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .aboveMediumTablet\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .aboveMediumTablet\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .aboveMediumTablet\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .aboveMediumTablet\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveMediumTablet\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .aboveMediumTablet\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .aboveMediumTablet\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .aboveMediumTablet\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .aboveMediumTablet\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .aboveMediumTablet\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .aboveMediumTablet\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .aboveMediumTablet\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .aboveMediumTablet\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .aboveMediumTablet\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .aboveMediumTablet\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .aboveMediumTablet\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .aboveMediumTablet\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .aboveMediumTablet\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .aboveMediumTablet\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .aboveMediumTablet\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .aboveMediumTablet\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .aboveMediumTablet\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .aboveMediumTablet\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .aboveMediumTablet\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .aboveMediumTablet\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .aboveMediumTablet\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .aboveMediumTablet\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .aboveMediumTablet\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .aboveMediumTablet\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .aboveMediumTablet\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .aboveMediumTablet\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .aboveMediumTablet\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .aboveMediumTablet\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .aboveMediumTablet\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .aboveMediumTablet\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .aboveMediumTablet\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .aboveMediumTablet\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .aboveMediumTablet\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .aboveMediumTablet\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .aboveMediumTablet\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .aboveMediumTablet\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .aboveMediumTablet\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .aboveMediumTablet\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .aboveMediumTablet\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .aboveMediumTablet\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .aboveMediumTablet\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .aboveMediumTablet\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .aboveMediumTablet\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .aboveMediumTablet\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .aboveMediumTablet\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .aboveMediumTablet\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .aboveMediumTablet\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .aboveMediumTablet\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveMediumTablet\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .aboveMediumTablet\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .aboveMediumTablet\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .aboveMediumTablet\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .aboveMediumTablet\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .aboveMediumTablet\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .aboveMediumTablet\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .aboveMediumTablet\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .aboveMediumTablet\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .aboveMediumTablet\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .aboveMediumTablet\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .aboveMediumTablet\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .aboveMediumTablet\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .aboveMediumTablet\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .aboveMediumTablet\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .aboveMediumTablet\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .aboveMediumTablet\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .aboveMediumTablet\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .aboveMediumTablet\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .aboveMediumTablet\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .aboveMediumTablet\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .aboveMediumTablet\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .aboveMediumTablet\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .aboveMediumTablet\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .aboveMediumTablet\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .aboveMediumTablet\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .aboveMediumTablet\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .aboveMediumTablet\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .aboveMediumTablet\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .aboveMediumTablet\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .aboveMediumTablet\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .aboveMediumTablet\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .aboveMediumTablet\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .aboveMediumTablet\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveMediumTablet\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .aboveMediumTablet\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .aboveMediumTablet\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .aboveMediumTablet\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .aboveMediumTablet\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .aboveMediumTablet\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .aboveMediumTablet\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .aboveMediumTablet\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .aboveMediumTablet\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .aboveMediumTablet\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .aboveMediumTablet\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .aboveMediumTablet\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .aboveMediumTablet\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .aboveMediumTablet\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .aboveMediumTablet\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .aboveMediumTablet\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .aboveMediumTablet\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .aboveMediumTablet\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveMediumTablet\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .aboveMediumTablet\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .aboveMediumTablet\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .aboveMediumTablet\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .aboveMediumTablet\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .aboveMediumTablet\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .aboveMediumTablet\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .aboveMediumTablet\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .aboveMediumTablet\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .aboveMediumTablet\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .aboveMediumTablet\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .aboveMediumTablet\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .aboveMediumTablet\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .aboveMediumTablet\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .aboveMediumTablet\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .aboveMediumTablet\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .aboveMediumTablet\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .aboveMediumTablet\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .aboveMediumTablet\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .aboveMediumTablet\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .aboveMediumTablet\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .aboveMediumTablet\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .aboveMediumTablet\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .aboveMediumTablet\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .aboveMediumTablet\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .aboveMediumTablet\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .aboveMediumTablet\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .aboveMediumTablet\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .aboveMediumTablet\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .aboveMediumTablet\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .aboveMediumTablet\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .aboveMediumTablet\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .aboveMediumTablet\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .aboveMediumTablet\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveMediumTablet\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .aboveMediumTablet\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .aboveMediumTablet\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .aboveMediumTablet\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .aboveMediumTablet\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .aboveMediumTablet\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .aboveMediumTablet\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .aboveMediumTablet\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .aboveMediumTablet\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .aboveMediumTablet\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .aboveMediumTablet\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .aboveMediumTablet\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .aboveMediumTablet\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .aboveMediumTablet\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .aboveMediumTablet\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .aboveMediumTablet\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .aboveMediumTablet\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .aboveMediumTablet\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveMediumTablet\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .aboveMediumTablet\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .aboveMediumTablet\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .aboveMediumTablet\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .aboveMediumTablet\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .aboveMediumTablet\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .aboveMediumTablet\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .aboveMediumTablet\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .aboveMediumTablet\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .aboveMediumTablet\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .aboveMediumTablet\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .aboveMediumTablet\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .aboveMediumTablet\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .aboveMediumTablet\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .aboveMediumTablet\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .aboveMediumTablet\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .aboveMediumTablet\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .aboveMediumTablet\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .aboveMediumTablet\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .aboveMediumTablet\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .aboveMediumTablet\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .aboveMediumTablet\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .aboveMediumTablet\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .aboveMediumTablet\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .aboveMediumTablet\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .aboveMediumTablet\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .aboveMediumTablet\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .aboveMediumTablet\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .aboveMediumTablet\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .aboveMediumTablet\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .aboveMediumTablet\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .aboveMediumTablet\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .aboveMediumTablet\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .aboveMediumTablet\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveMediumTablet\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .aboveMediumTablet\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .aboveMediumTablet\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .aboveMediumTablet\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .aboveMediumTablet\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .aboveMediumTablet\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .aboveMediumTablet\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .aboveMediumTablet\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .aboveMediumTablet\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .aboveMediumTablet\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .aboveMediumTablet\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .aboveMediumTablet\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .aboveMediumTablet\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .aboveMediumTablet\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .aboveMediumTablet\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .aboveMediumTablet\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .aboveMediumTablet\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .aboveMediumTablet\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveMediumTablet\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .aboveMediumTablet\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .aboveMediumTablet\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .aboveMediumTablet\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .aboveMediumTablet\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .aboveMediumTablet\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .aboveMediumTablet\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .aboveMediumTablet\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .aboveMediumTablet\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .aboveMediumTablet\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .aboveMediumTablet\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .aboveMediumTablet\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .aboveMediumTablet\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .aboveMediumTablet\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .aboveMediumTablet\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .aboveMediumTablet\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .aboveMediumTablet\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .aboveMediumTablet\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .aboveMediumTablet\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .aboveMediumTablet\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .aboveMediumTablet\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .aboveMediumTablet\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .aboveMediumTablet\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .aboveMediumTablet\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .aboveMediumTablet\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .aboveMediumTablet\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .aboveMediumTablet\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .aboveMediumTablet\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .aboveMediumTablet\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .aboveMediumTablet\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .aboveMediumTablet\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .aboveMediumTablet\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .aboveMediumTablet\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .aboveMediumTablet\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveMediumTablet\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .aboveMediumTablet\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .aboveMediumTablet\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .aboveMediumTablet\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .aboveMediumTablet\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .aboveMediumTablet\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .aboveMediumTablet\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .aboveMediumTablet\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .aboveMediumTablet\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .aboveMediumTablet\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .aboveMediumTablet\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .aboveMediumTablet\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .aboveMediumTablet\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .aboveMediumTablet\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .aboveMediumTablet\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .aboveMediumTablet\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .aboveMediumTablet\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .aboveMediumTablet\:rotate-0{
    --tw-rotate: 0deg;
  }

  .aboveMediumTablet\:rotate-1{
    --tw-rotate: 1deg;
  }

  .aboveMediumTablet\:rotate-2{
    --tw-rotate: 2deg;
  }

  .aboveMediumTablet\:rotate-3{
    --tw-rotate: 3deg;
  }

  .aboveMediumTablet\:rotate-6{
    --tw-rotate: 6deg;
  }

  .aboveMediumTablet\:rotate-12{
    --tw-rotate: 12deg;
  }

  .aboveMediumTablet\:rotate-45{
    --tw-rotate: 45deg;
  }

  .aboveMediumTablet\:rotate-90{
    --tw-rotate: 90deg;
  }

  .aboveMediumTablet\:rotate-180{
    --tw-rotate: 180deg;
  }

  .aboveMediumTablet\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .aboveMediumTablet\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .aboveMediumTablet\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .aboveMediumTablet\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .aboveMediumTablet\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .aboveMediumTablet\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .aboveMediumTablet\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .aboveMediumTablet\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .aboveMediumTablet\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .aboveMediumTablet\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .aboveMediumTablet\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .aboveMediumTablet\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .aboveMediumTablet\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .aboveMediumTablet\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .aboveMediumTablet\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .aboveMediumTablet\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .aboveMediumTablet\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .aboveMediumTablet\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .aboveMediumTablet\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .aboveMediumTablet\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .aboveMediumTablet\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .aboveMediumTablet\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .aboveMediumTablet\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .aboveMediumTablet\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .aboveMediumTablet\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .aboveMediumTablet\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .aboveMediumTablet\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .aboveMediumTablet\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .aboveMediumTablet\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .aboveMediumTablet\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .aboveMediumTablet\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .aboveMediumTablet\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .aboveMediumTablet\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .aboveMediumTablet\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .aboveMediumTablet\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .aboveMediumTablet\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .aboveMediumTablet\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .aboveMediumTablet\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .aboveMediumTablet\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .aboveMediumTablet\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .aboveMediumTablet\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .aboveMediumTablet\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .aboveMediumTablet\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .aboveMediumTablet\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .aboveMediumTablet\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .aboveMediumTablet\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .aboveMediumTablet\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .aboveMediumTablet\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .aboveMediumTablet\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .aboveMediumTablet\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .aboveMediumTablet\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .aboveMediumTablet\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .aboveMediumTablet\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .aboveMediumTablet\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .aboveMediumTablet\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .aboveMediumTablet\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .aboveMediumTablet\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .aboveMediumTablet\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .aboveMediumTablet\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .aboveMediumTablet\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .aboveMediumTablet\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .aboveMediumTablet\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .aboveMediumTablet\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .aboveMediumTablet\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .aboveMediumTablet\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .aboveMediumTablet\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .aboveMediumTablet\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .aboveMediumTablet\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .aboveMediumTablet\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .aboveMediumTablet\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .aboveMediumTablet\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .aboveMediumTablet\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .aboveMediumTablet\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .aboveMediumTablet\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .aboveMediumTablet\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .aboveMediumTablet\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .aboveMediumTablet\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .aboveMediumTablet\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .aboveMediumTablet\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .aboveMediumTablet\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .aboveMediumTablet\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .aboveMediumTablet\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .aboveMediumTablet\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .aboveMediumTablet\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .aboveMediumTablet\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .aboveMediumTablet\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .aboveMediumTablet\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .aboveMediumTablet\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .aboveMediumTablet\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .aboveMediumTablet\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .aboveMediumTablet\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .aboveMediumTablet\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .aboveMediumTablet\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .aboveMediumTablet\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .aboveMediumTablet\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .aboveMediumTablet\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .aboveMediumTablet\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .aboveMediumTablet\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .aboveMediumTablet\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .aboveMediumTablet\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .aboveMediumTablet\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .aboveMediumTablet\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .aboveMediumTablet\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .aboveMediumTablet\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .aboveMediumTablet\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .aboveMediumTablet\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .aboveMediumTablet\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .aboveMediumTablet\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .aboveMediumTablet\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveMediumTablet\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveMediumTablet\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveMediumTablet\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveMediumTablet\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveMediumTablet\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveMediumTablet\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveMediumTablet\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveMediumTablet\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveMediumTablet\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveMediumTablet\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveMediumTablet\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveMediumTablet\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveMediumTablet\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveMediumTablet\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveMediumTablet\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveMediumTablet\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveMediumTablet\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveMediumTablet\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveMediumTablet\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveMediumTablet\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveMediumTablet\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveMediumTablet\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveMediumTablet\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveMediumTablet\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveMediumTablet\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveMediumTablet\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveMediumTablet\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveMediumTablet\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveMediumTablet\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveMediumTablet\:scale-x-0{
    --tw-scale-x: 0;
  }

  .aboveMediumTablet\:scale-x-50{
    --tw-scale-x: .5;
  }

  .aboveMediumTablet\:scale-x-75{
    --tw-scale-x: .75;
  }

  .aboveMediumTablet\:scale-x-90{
    --tw-scale-x: .9;
  }

  .aboveMediumTablet\:scale-x-95{
    --tw-scale-x: .95;
  }

  .aboveMediumTablet\:scale-x-100{
    --tw-scale-x: 1;
  }

  .aboveMediumTablet\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .aboveMediumTablet\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .aboveMediumTablet\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .aboveMediumTablet\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .aboveMediumTablet\:scale-y-0{
    --tw-scale-y: 0;
  }

  .aboveMediumTablet\:scale-y-50{
    --tw-scale-y: .5;
  }

  .aboveMediumTablet\:scale-y-75{
    --tw-scale-y: .75;
  }

  .aboveMediumTablet\:scale-y-90{
    --tw-scale-y: .9;
  }

  .aboveMediumTablet\:scale-y-95{
    --tw-scale-y: .95;
  }

  .aboveMediumTablet\:scale-y-100{
    --tw-scale-y: 1;
  }

  .aboveMediumTablet\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .aboveMediumTablet\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .aboveMediumTablet\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .aboveMediumTablet\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .aboveMediumTablet\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .aboveMediumTablet\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .aboveMediumTablet\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .aboveMediumTablet\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .aboveMediumTablet\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .aboveMediumTablet\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .aboveMediumTablet\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .aboveMediumTablet\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .aboveMediumTablet\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .aboveMediumTablet\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .aboveMediumTablet\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .aboveMediumTablet\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .aboveMediumTablet\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .aboveMediumTablet\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .aboveMediumTablet\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .aboveMediumTablet\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .aboveMediumTablet\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .aboveMediumTablet\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .aboveMediumTablet\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .aboveMediumTablet\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .aboveMediumTablet\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .aboveMediumTablet\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .aboveMediumTablet\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .aboveMediumTablet\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .aboveMediumTablet\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .aboveMediumTablet\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .aboveMediumTablet\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .aboveMediumTablet\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .aboveMediumTablet\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .aboveMediumTablet\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .aboveMediumTablet\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .aboveMediumTablet\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .aboveMediumTablet\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .aboveMediumTablet\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .aboveMediumTablet\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .aboveMediumTablet\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .aboveMediumTablet\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .aboveMediumTablet\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .aboveMediumTablet\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .aboveMediumTablet\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .aboveMediumTablet\:animate-none{
    animation: none;
  }

  .aboveMediumTablet\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .aboveMediumTablet\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .aboveMediumTablet\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .aboveMediumTablet\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .aboveMediumTablet\:cursor-auto{
    cursor: auto;
  }

  .aboveMediumTablet\:cursor-default{
    cursor: default;
  }

  .aboveMediumTablet\:cursor-pointer{
    cursor: pointer;
  }

  .aboveMediumTablet\:cursor-wait{
    cursor: wait;
  }

  .aboveMediumTablet\:cursor-text{
    cursor: text;
  }

  .aboveMediumTablet\:cursor-move{
    cursor: move;
  }

  .aboveMediumTablet\:cursor-help{
    cursor: help;
  }

  .aboveMediumTablet\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .aboveMediumTablet\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .aboveMediumTablet\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .aboveMediumTablet\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .aboveMediumTablet\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .aboveMediumTablet\:resize-none{
    resize: none;
  }

  .aboveMediumTablet\:resize-y{
    resize: vertical;
  }

  .aboveMediumTablet\:resize-x{
    resize: horizontal;
  }

  .aboveMediumTablet\:resize{
    resize: both;
  }

  .aboveMediumTablet\:list-inside{
    list-style-position: inside;
  }

  .aboveMediumTablet\:list-outside{
    list-style-position: outside;
  }

  .aboveMediumTablet\:list-none{
    list-style-type: none;
  }

  .aboveMediumTablet\:list-disc{
    list-style-type: disc;
  }

  .aboveMediumTablet\:list-decimal{
    list-style-type: decimal;
  }

  .aboveMediumTablet\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .aboveMediumTablet\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .aboveMediumTablet\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .aboveMediumTablet\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .aboveMediumTablet\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .aboveMediumTablet\:grid-flow-row{
    grid-auto-flow: row;
  }

  .aboveMediumTablet\:grid-flow-col{
    grid-auto-flow: column;
  }

  .aboveMediumTablet\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .aboveMediumTablet\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .aboveMediumTablet\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .aboveMediumTablet\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .aboveMediumTablet\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .aboveMediumTablet\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .aboveMediumTablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-cols-none{
    grid-template-columns: none;
  }

  .aboveMediumTablet\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .aboveMediumTablet\:grid-rows-none{
    grid-template-rows: none;
  }

  .aboveMediumTablet\:flex-row{
    flex-direction: row;
  }

  .aboveMediumTablet\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .aboveMediumTablet\:flex-col{
    flex-direction: column;
  }

  .aboveMediumTablet\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .aboveMediumTablet\:flex-wrap{
    flex-wrap: wrap;
  }

  .aboveMediumTablet\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .aboveMediumTablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .aboveMediumTablet\:place-content-center{
    place-content: center;
  }

  .aboveMediumTablet\:place-content-start{
    place-content: start;
  }

  .aboveMediumTablet\:place-content-end{
    place-content: end;
  }

  .aboveMediumTablet\:place-content-between{
    place-content: space-between;
  }

  .aboveMediumTablet\:place-content-around{
    place-content: space-around;
  }

  .aboveMediumTablet\:place-content-evenly{
    place-content: space-evenly;
  }

  .aboveMediumTablet\:place-content-stretch{
    place-content: stretch;
  }

  .aboveMediumTablet\:place-items-start{
    place-items: start;
  }

  .aboveMediumTablet\:place-items-end{
    place-items: end;
  }

  .aboveMediumTablet\:place-items-center{
    place-items: center;
  }

  .aboveMediumTablet\:place-items-stretch{
    place-items: stretch;
  }

  .aboveMediumTablet\:content-center{
    align-content: center;
  }

  .aboveMediumTablet\:content-start{
    align-content: flex-start;
  }

  .aboveMediumTablet\:content-end{
    align-content: flex-end;
  }

  .aboveMediumTablet\:content-between{
    align-content: space-between;
  }

  .aboveMediumTablet\:content-around{
    align-content: space-around;
  }

  .aboveMediumTablet\:content-evenly{
    align-content: space-evenly;
  }

  .aboveMediumTablet\:items-start{
    align-items: flex-start;
  }

  .aboveMediumTablet\:items-end{
    align-items: flex-end;
  }

  .aboveMediumTablet\:items-center{
    align-items: center;
  }

  .aboveMediumTablet\:items-baseline{
    align-items: baseline;
  }

  .aboveMediumTablet\:items-stretch{
    align-items: stretch;
  }

  .aboveMediumTablet\:justify-start{
    justify-content: flex-start;
  }

  .aboveMediumTablet\:justify-end{
    justify-content: flex-end;
  }

  .aboveMediumTablet\:justify-center{
    justify-content: center;
  }

  .aboveMediumTablet\:justify-between{
    justify-content: space-between;
  }

  .aboveMediumTablet\:justify-around{
    justify-content: space-around;
  }

  .aboveMediumTablet\:justify-evenly{
    justify-content: space-evenly;
  }

  .aboveMediumTablet\:justify-items-start{
    justify-items: start;
  }

  .aboveMediumTablet\:justify-items-end{
    justify-items: end;
  }

  .aboveMediumTablet\:justify-items-center{
    justify-items: center;
  }

  .aboveMediumTablet\:justify-items-stretch{
    justify-items: stretch;
  }

  .aboveMediumTablet\:gap-0{
    gap: 0px;
  }

  .aboveMediumTablet\:gap-1{
    gap: 0.25rem;
  }

  .aboveMediumTablet\:gap-2{
    gap: 0.5rem;
  }

  .aboveMediumTablet\:gap-3{
    gap: 0.75rem;
  }

  .aboveMediumTablet\:gap-4{
    gap: 1rem;
  }

  .aboveMediumTablet\:gap-5{
    gap: 1.25rem;
  }

  .aboveMediumTablet\:gap-6{
    gap: 1.5rem;
  }

  .aboveMediumTablet\:gap-7{
    gap: 1.75rem;
  }

  .aboveMediumTablet\:gap-8{
    gap: 2rem;
  }

  .aboveMediumTablet\:gap-9{
    gap: 2.25rem;
  }

  .aboveMediumTablet\:gap-10{
    gap: 2.5rem;
  }

  .aboveMediumTablet\:gap-11{
    gap: 2.75rem;
  }

  .aboveMediumTablet\:gap-12{
    gap: 3rem;
  }

  .aboveMediumTablet\:gap-14{
    gap: 3.5rem;
  }

  .aboveMediumTablet\:gap-16{
    gap: 4rem;
  }

  .aboveMediumTablet\:gap-20{
    gap: 5rem;
  }

  .aboveMediumTablet\:gap-24{
    gap: 6rem;
  }

  .aboveMediumTablet\:gap-28{
    gap: 7rem;
  }

  .aboveMediumTablet\:gap-32{
    gap: 8rem;
  }

  .aboveMediumTablet\:gap-36{
    gap: 9rem;
  }

  .aboveMediumTablet\:gap-40{
    gap: 10rem;
  }

  .aboveMediumTablet\:gap-44{
    gap: 11rem;
  }

  .aboveMediumTablet\:gap-48{
    gap: 12rem;
  }

  .aboveMediumTablet\:gap-52{
    gap: 13rem;
  }

  .aboveMediumTablet\:gap-56{
    gap: 14rem;
  }

  .aboveMediumTablet\:gap-60{
    gap: 15rem;
  }

  .aboveMediumTablet\:gap-64{
    gap: 16rem;
  }

  .aboveMediumTablet\:gap-72{
    gap: 18rem;
  }

  .aboveMediumTablet\:gap-80{
    gap: 20rem;
  }

  .aboveMediumTablet\:gap-96{
    gap: 24rem;
  }

  .aboveMediumTablet\:gap-px{
    gap: 1px;
  }

  .aboveMediumTablet\:gap-0\.5{
    gap: 0.125rem;
  }

  .aboveMediumTablet\:gap-1\.5{
    gap: 0.375rem;
  }

  .aboveMediumTablet\:gap-2\.5{
    gap: 0.625rem;
  }

  .aboveMediumTablet\:gap-3\.5{
    gap: 0.875rem;
  }

  .aboveMediumTablet\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .aboveMediumTablet\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .aboveMediumTablet\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .aboveMediumTablet\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .aboveMediumTablet\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .aboveMediumTablet\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .aboveMediumTablet\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .aboveMediumTablet\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .aboveMediumTablet\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .aboveMediumTablet\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .aboveMediumTablet\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .aboveMediumTablet\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .aboveMediumTablet\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .aboveMediumTablet\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .aboveMediumTablet\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .aboveMediumTablet\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .aboveMediumTablet\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .aboveMediumTablet\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .aboveMediumTablet\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .aboveMediumTablet\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .aboveMediumTablet\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .aboveMediumTablet\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .aboveMediumTablet\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .aboveMediumTablet\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .aboveMediumTablet\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .aboveMediumTablet\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .aboveMediumTablet\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .aboveMediumTablet\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .aboveMediumTablet\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .aboveMediumTablet\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .aboveMediumTablet\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .aboveMediumTablet\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .aboveMediumTablet\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .aboveMediumTablet\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .aboveMediumTablet\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .aboveMediumTablet\:gap-y-0{
    row-gap: 0px;
  }

  .aboveMediumTablet\:gap-y-1{
    row-gap: 0.25rem;
  }

  .aboveMediumTablet\:gap-y-2{
    row-gap: 0.5rem;
  }

  .aboveMediumTablet\:gap-y-3{
    row-gap: 0.75rem;
  }

  .aboveMediumTablet\:gap-y-4{
    row-gap: 1rem;
  }

  .aboveMediumTablet\:gap-y-5{
    row-gap: 1.25rem;
  }

  .aboveMediumTablet\:gap-y-6{
    row-gap: 1.5rem;
  }

  .aboveMediumTablet\:gap-y-7{
    row-gap: 1.75rem;
  }

  .aboveMediumTablet\:gap-y-8{
    row-gap: 2rem;
  }

  .aboveMediumTablet\:gap-y-9{
    row-gap: 2.25rem;
  }

  .aboveMediumTablet\:gap-y-10{
    row-gap: 2.5rem;
  }

  .aboveMediumTablet\:gap-y-11{
    row-gap: 2.75rem;
  }

  .aboveMediumTablet\:gap-y-12{
    row-gap: 3rem;
  }

  .aboveMediumTablet\:gap-y-14{
    row-gap: 3.5rem;
  }

  .aboveMediumTablet\:gap-y-16{
    row-gap: 4rem;
  }

  .aboveMediumTablet\:gap-y-20{
    row-gap: 5rem;
  }

  .aboveMediumTablet\:gap-y-24{
    row-gap: 6rem;
  }

  .aboveMediumTablet\:gap-y-28{
    row-gap: 7rem;
  }

  .aboveMediumTablet\:gap-y-32{
    row-gap: 8rem;
  }

  .aboveMediumTablet\:gap-y-36{
    row-gap: 9rem;
  }

  .aboveMediumTablet\:gap-y-40{
    row-gap: 10rem;
  }

  .aboveMediumTablet\:gap-y-44{
    row-gap: 11rem;
  }

  .aboveMediumTablet\:gap-y-48{
    row-gap: 12rem;
  }

  .aboveMediumTablet\:gap-y-52{
    row-gap: 13rem;
  }

  .aboveMediumTablet\:gap-y-56{
    row-gap: 14rem;
  }

  .aboveMediumTablet\:gap-y-60{
    row-gap: 15rem;
  }

  .aboveMediumTablet\:gap-y-64{
    row-gap: 16rem;
  }

  .aboveMediumTablet\:gap-y-72{
    row-gap: 18rem;
  }

  .aboveMediumTablet\:gap-y-80{
    row-gap: 20rem;
  }

  .aboveMediumTablet\:gap-y-96{
    row-gap: 24rem;
  }

  .aboveMediumTablet\:gap-y-px{
    row-gap: 1px;
  }

  .aboveMediumTablet\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .aboveMediumTablet\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .aboveMediumTablet\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .aboveMediumTablet\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .aboveMediumTablet\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMediumTablet\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .aboveMediumTablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .aboveMediumTablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .aboveMediumTablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveMediumTablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveMediumTablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveMediumTablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveMediumTablet\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveMediumTablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .aboveMediumTablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .aboveMediumTablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .aboveMediumTablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .aboveMediumTablet\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .aboveMediumTablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .aboveMediumTablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .aboveMediumTablet\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .aboveMediumTablet\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .aboveMediumTablet\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .aboveMediumTablet\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .aboveMediumTablet\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .aboveMediumTablet\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .aboveMediumTablet\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .aboveMediumTablet\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .aboveMediumTablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .aboveMediumTablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .aboveMediumTablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .aboveMediumTablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .aboveMediumTablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .aboveMediumTablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .aboveMediumTablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .aboveMediumTablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .aboveMediumTablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .aboveMediumTablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .aboveMediumTablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .aboveMediumTablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .aboveMediumTablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .aboveMediumTablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .aboveMediumTablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .aboveMediumTablet\:place-self-auto{
    place-self: auto;
  }

  .aboveMediumTablet\:place-self-start{
    place-self: start;
  }

  .aboveMediumTablet\:place-self-end{
    place-self: end;
  }

  .aboveMediumTablet\:place-self-center{
    place-self: center;
  }

  .aboveMediumTablet\:place-self-stretch{
    place-self: stretch;
  }

  .aboveMediumTablet\:self-auto{
    align-self: auto;
  }

  .aboveMediumTablet\:self-start{
    align-self: flex-start;
  }

  .aboveMediumTablet\:self-end{
    align-self: flex-end;
  }

  .aboveMediumTablet\:self-center{
    align-self: center;
  }

  .aboveMediumTablet\:self-stretch{
    align-self: stretch;
  }

  .aboveMediumTablet\:self-baseline{
    align-self: baseline;
  }

  .aboveMediumTablet\:justify-self-auto{
    justify-self: auto;
  }

  .aboveMediumTablet\:justify-self-start{
    justify-self: start;
  }

  .aboveMediumTablet\:justify-self-end{
    justify-self: end;
  }

  .aboveMediumTablet\:justify-self-center{
    justify-self: center;
  }

  .aboveMediumTablet\:justify-self-stretch{
    justify-self: stretch;
  }

  .aboveMediumTablet\:overflow-auto{
    overflow: auto;
  }

  .aboveMediumTablet\:overflow-hidden{
    overflow: hidden;
  }

  .aboveMediumTablet\:overflow-visible{
    overflow: visible;
  }

  .aboveMediumTablet\:overflow-scroll{
    overflow: scroll;
  }

  .aboveMediumTablet\:overflow-x-auto{
    overflow-x: auto;
  }

  .aboveMediumTablet\:overflow-y-auto{
    overflow-y: auto;
  }

  .aboveMediumTablet\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .aboveMediumTablet\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .aboveMediumTablet\:overflow-x-visible{
    overflow-x: visible;
  }

  .aboveMediumTablet\:overflow-y-visible{
    overflow-y: visible;
  }

  .aboveMediumTablet\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .aboveMediumTablet\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .aboveMediumTablet\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .aboveMediumTablet\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .aboveMediumTablet\:overscroll-none{
    overscroll-behavior: none;
  }

  .aboveMediumTablet\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .aboveMediumTablet\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .aboveMediumTablet\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .aboveMediumTablet\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .aboveMediumTablet\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .aboveMediumTablet\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .aboveMediumTablet\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aboveMediumTablet\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .aboveMediumTablet\:overflow-clip{
    text-overflow: clip;
  }

  .aboveMediumTablet\:whitespace-normal{
    white-space: normal;
  }

  .aboveMediumTablet\:whitespace-nowrap{
    white-space: nowrap;
  }

  .aboveMediumTablet\:whitespace-pre{
    white-space: pre;
  }

  .aboveMediumTablet\:whitespace-pre-line{
    white-space: pre-line;
  }

  .aboveMediumTablet\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .aboveMediumTablet\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .aboveMediumTablet\:break-words{
    overflow-wrap: break-word;
  }

  .aboveMediumTablet\:break-all{
    word-break: break-all;
  }

  .aboveMediumTablet\:rounded-none{
    border-radius: 0px;
  }

  .aboveMediumTablet\:rounded-sm{
    border-radius: 0.125rem;
  }

  .aboveMediumTablet\:rounded{
    border-radius: 0.25rem;
  }

  .aboveMediumTablet\:rounded-md{
    border-radius: 0.375rem;
  }

  .aboveMediumTablet\:rounded-lg{
    border-radius: 0.5rem;
  }

  .aboveMediumTablet\:rounded-xl{
    border-radius: 0.75rem;
  }

  .aboveMediumTablet\:rounded-2xl{
    border-radius: 1rem;
  }

  .aboveMediumTablet\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .aboveMediumTablet\:rounded-full{
    border-radius: 9999px;
  }

  .aboveMediumTablet\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .aboveMediumTablet\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .aboveMediumTablet\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .aboveMediumTablet\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .aboveMediumTablet\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .aboveMediumTablet\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .aboveMediumTablet\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .aboveMediumTablet\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .aboveMediumTablet\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .aboveMediumTablet\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .aboveMediumTablet\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .aboveMediumTablet\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .aboveMediumTablet\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .aboveMediumTablet\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .aboveMediumTablet\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .aboveMediumTablet\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .aboveMediumTablet\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .aboveMediumTablet\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .aboveMediumTablet\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveMediumTablet\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveMediumTablet\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveMediumTablet\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveMediumTablet\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveMediumTablet\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveMediumTablet\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveMediumTablet\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveMediumTablet\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveMediumTablet\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveMediumTablet\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveMediumTablet\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveMediumTablet\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveMediumTablet\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveMediumTablet\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveMediumTablet\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveMediumTablet\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveMediumTablet\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveMediumTablet\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .aboveMediumTablet\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .aboveMediumTablet\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .aboveMediumTablet\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .aboveMediumTablet\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .aboveMediumTablet\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .aboveMediumTablet\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .aboveMediumTablet\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .aboveMediumTablet\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .aboveMediumTablet\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .aboveMediumTablet\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .aboveMediumTablet\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .aboveMediumTablet\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .aboveMediumTablet\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .aboveMediumTablet\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .aboveMediumTablet\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .aboveMediumTablet\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .aboveMediumTablet\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .aboveMediumTablet\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .aboveMediumTablet\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .aboveMediumTablet\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .aboveMediumTablet\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .aboveMediumTablet\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .aboveMediumTablet\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .aboveMediumTablet\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .aboveMediumTablet\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .aboveMediumTablet\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .aboveMediumTablet\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .aboveMediumTablet\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .aboveMediumTablet\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .aboveMediumTablet\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .aboveMediumTablet\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .aboveMediumTablet\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .aboveMediumTablet\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .aboveMediumTablet\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .aboveMediumTablet\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .aboveMediumTablet\:border-0{
    border-width: 0px;
  }

  .aboveMediumTablet\:border-2{
    border-width: 2px;
  }

  .aboveMediumTablet\:border-4{
    border-width: 4px;
  }

  .aboveMediumTablet\:border-8{
    border-width: 8px;
  }

  .aboveMediumTablet\:border{
    border-width: 1px;
  }

  .aboveMediumTablet\:border-t-0{
    border-top-width: 0px;
  }

  .aboveMediumTablet\:border-t-2{
    border-top-width: 2px;
  }

  .aboveMediumTablet\:border-t-4{
    border-top-width: 4px;
  }

  .aboveMediumTablet\:border-t-8{
    border-top-width: 8px;
  }

  .aboveMediumTablet\:border-t{
    border-top-width: 1px;
  }

  .aboveMediumTablet\:border-r-0{
    border-right-width: 0px;
  }

  .aboveMediumTablet\:border-r-2{
    border-right-width: 2px;
  }

  .aboveMediumTablet\:border-r-4{
    border-right-width: 4px;
  }

  .aboveMediumTablet\:border-r-8{
    border-right-width: 8px;
  }

  .aboveMediumTablet\:border-r{
    border-right-width: 1px;
  }

  .aboveMediumTablet\:border-b-0{
    border-bottom-width: 0px;
  }

  .aboveMediumTablet\:border-b-2{
    border-bottom-width: 2px;
  }

  .aboveMediumTablet\:border-b-4{
    border-bottom-width: 4px;
  }

  .aboveMediumTablet\:border-b-8{
    border-bottom-width: 8px;
  }

  .aboveMediumTablet\:border-b{
    border-bottom-width: 1px;
  }

  .aboveMediumTablet\:border-l-0{
    border-left-width: 0px;
  }

  .aboveMediumTablet\:border-l-2{
    border-left-width: 2px;
  }

  .aboveMediumTablet\:border-l-4{
    border-left-width: 4px;
  }

  .aboveMediumTablet\:border-l-8{
    border-left-width: 8px;
  }

  .aboveMediumTablet\:border-l{
    border-left-width: 1px;
  }

  .aboveMediumTablet\:border-solid{
    border-style: solid;
  }

  .aboveMediumTablet\:border-dashed{
    border-style: dashed;
  }

  .aboveMediumTablet\:border-dotted{
    border-style: dotted;
  }

  .aboveMediumTablet\:border-double{
    border-style: double;
  }

  .aboveMediumTablet\:border-none{
    border-style: none;
  }

  .aboveMediumTablet\:border-transparent{
    border-color: transparent;
  }

  .aboveMediumTablet\:border-current{
    border-color: currentColor;
  }

  .aboveMediumTablet\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .aboveMediumTablet\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .aboveMediumTablet\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .aboveMediumTablet\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .aboveMediumTablet\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .aboveMediumTablet\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .aboveMediumTablet\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveMediumTablet\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .aboveMediumTablet\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .aboveMediumTablet\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .aboveMediumTablet\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .aboveMediumTablet\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .aboveMediumTablet\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .aboveMediumTablet\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .aboveMediumTablet\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .aboveMediumTablet\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .aboveMediumTablet\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .aboveMediumTablet\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .aboveMediumTablet\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .aboveMediumTablet\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .aboveMediumTablet\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .aboveMediumTablet\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .aboveMediumTablet\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .aboveMediumTablet\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .aboveMediumTablet\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .aboveMediumTablet\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .aboveMediumTablet\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .aboveMediumTablet\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .aboveMediumTablet\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .aboveMediumTablet\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .aboveMediumTablet\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .aboveMediumTablet\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .aboveMediumTablet\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .aboveMediumTablet\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .aboveMediumTablet\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .aboveMediumTablet\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .aboveMediumTablet\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .aboveMediumTablet\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .aboveMediumTablet\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .aboveMediumTablet\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .aboveMediumTablet\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .aboveMediumTablet\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .aboveMediumTablet\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .aboveMediumTablet\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .aboveMediumTablet\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .aboveMediumTablet\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .aboveMediumTablet\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .aboveMediumTablet\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .aboveMediumTablet\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .aboveMediumTablet\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .aboveMediumTablet\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .aboveMediumTablet\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .aboveMediumTablet\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .aboveMediumTablet\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .aboveMediumTablet\:bg-transparent{
    background-color: transparent;
  }

  .aboveMediumTablet\:bg-current{
    background-color: currentColor;
  }

  .aboveMediumTablet\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .aboveMediumTablet\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .aboveMediumTablet\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .aboveMediumTablet\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .aboveMediumTablet\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .aboveMediumTablet\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .aboveMediumTablet\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveMediumTablet\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .aboveMediumTablet\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .aboveMediumTablet\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .aboveMediumTablet\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .aboveMediumTablet\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .aboveMediumTablet\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .aboveMediumTablet\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .aboveMediumTablet\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .aboveMediumTablet\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .aboveMediumTablet\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .aboveMediumTablet\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .aboveMediumTablet\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .aboveMediumTablet\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .aboveMediumTablet\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .aboveMediumTablet\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .aboveMediumTablet\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .aboveMediumTablet\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .aboveMediumTablet\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .aboveMediumTablet\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .aboveMediumTablet\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .aboveMediumTablet\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .aboveMediumTablet\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .aboveMediumTablet\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .aboveMediumTablet\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .aboveMediumTablet\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .aboveMediumTablet\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .aboveMediumTablet\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .aboveMediumTablet\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .aboveMediumTablet\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .aboveMediumTablet\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .aboveMediumTablet\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .aboveMediumTablet\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .aboveMediumTablet\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .aboveMediumTablet\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .aboveMediumTablet\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .aboveMediumTablet\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .aboveMediumTablet\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .aboveMediumTablet\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .aboveMediumTablet\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .aboveMediumTablet\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .aboveMediumTablet\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .aboveMediumTablet\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .aboveMediumTablet\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .aboveMediumTablet\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .aboveMediumTablet\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .aboveMediumTablet\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .aboveMediumTablet\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .aboveMediumTablet\:bg-none{
    background-image: none;
  }

  .aboveMediumTablet\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .aboveMediumTablet\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .aboveMediumTablet\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .aboveMediumTablet\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .aboveMediumTablet\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .aboveMediumTablet\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .aboveMediumTablet\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .aboveMediumTablet\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .aboveMediumTablet\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMediumTablet\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMediumTablet\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMediumTablet\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMediumTablet\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMediumTablet\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMediumTablet\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMediumTablet\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMediumTablet\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMediumTablet\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMediumTablet\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMediumTablet\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMediumTablet\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMediumTablet\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMediumTablet\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMediumTablet\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMediumTablet\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMediumTablet\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMediumTablet\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMediumTablet\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMediumTablet\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMediumTablet\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMediumTablet\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMediumTablet\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMediumTablet\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMediumTablet\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMediumTablet\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMediumTablet\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMediumTablet\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMediumTablet\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMediumTablet\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMediumTablet\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMediumTablet\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMediumTablet\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMediumTablet\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMediumTablet\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMediumTablet\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMediumTablet\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMediumTablet\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMediumTablet\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMediumTablet\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMediumTablet\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMediumTablet\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMediumTablet\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMediumTablet\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMediumTablet\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMediumTablet\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMediumTablet\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMediumTablet\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMediumTablet\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMediumTablet\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMediumTablet\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMediumTablet\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMediumTablet\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMediumTablet\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMediumTablet\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMediumTablet\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMediumTablet\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMediumTablet\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMediumTablet\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMediumTablet\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMediumTablet\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMediumTablet\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMediumTablet\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMediumTablet\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMediumTablet\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMediumTablet\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMediumTablet\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMediumTablet\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMediumTablet\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMediumTablet\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMediumTablet\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMediumTablet\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMediumTablet\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMediumTablet\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMediumTablet\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMediumTablet\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMediumTablet\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMediumTablet\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMediumTablet\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMediumTablet\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMediumTablet\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMediumTablet\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMediumTablet\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMediumTablet\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMediumTablet\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMediumTablet\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMediumTablet\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMediumTablet\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMediumTablet\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMediumTablet\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMediumTablet\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMediumTablet\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMediumTablet\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMediumTablet\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMediumTablet\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMediumTablet\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMediumTablet\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMediumTablet\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMediumTablet\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMediumTablet\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMediumTablet\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMediumTablet\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMediumTablet\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMediumTablet\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMediumTablet\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMediumTablet\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMediumTablet\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMediumTablet\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMediumTablet\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMediumTablet\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMediumTablet\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMediumTablet\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMediumTablet\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMediumTablet\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMediumTablet\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMediumTablet\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMediumTablet\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMediumTablet\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMediumTablet\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMediumTablet\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMediumTablet\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMediumTablet\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMediumTablet\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMediumTablet\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMediumTablet\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMediumTablet\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMediumTablet\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMediumTablet\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMediumTablet\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMediumTablet\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMediumTablet\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMediumTablet\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMediumTablet\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMediumTablet\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMediumTablet\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMediumTablet\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMediumTablet\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMediumTablet\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMediumTablet\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMediumTablet\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMediumTablet\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMediumTablet\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMediumTablet\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMediumTablet\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMediumTablet\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMediumTablet\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMediumTablet\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMediumTablet\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMediumTablet\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMediumTablet\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMediumTablet\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMediumTablet\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMediumTablet\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMediumTablet\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMediumTablet\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMediumTablet\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMediumTablet\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMediumTablet\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMediumTablet\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMediumTablet\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMediumTablet\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMediumTablet\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMediumTablet\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMediumTablet\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMediumTablet\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMediumTablet\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMediumTablet\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMediumTablet\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMediumTablet\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMediumTablet\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMediumTablet\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMediumTablet\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMediumTablet\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMediumTablet\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMediumTablet\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMediumTablet\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMediumTablet\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMediumTablet\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMediumTablet\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMediumTablet\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMediumTablet\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMediumTablet\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMediumTablet\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMediumTablet\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMediumTablet\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMediumTablet\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMediumTablet\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMediumTablet\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMediumTablet\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMediumTablet\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMediumTablet\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMediumTablet\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMediumTablet\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMediumTablet\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMediumTablet\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMediumTablet\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMediumTablet\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMediumTablet\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMediumTablet\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMediumTablet\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMediumTablet\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMediumTablet\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMediumTablet\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMediumTablet\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMediumTablet\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMediumTablet\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMediumTablet\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMediumTablet\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMediumTablet\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMediumTablet\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMediumTablet\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMediumTablet\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMediumTablet\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMediumTablet\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMediumTablet\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMediumTablet\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMediumTablet\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMediumTablet\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMediumTablet\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMediumTablet\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMediumTablet\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMediumTablet\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMediumTablet\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMediumTablet\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMediumTablet\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMediumTablet\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMediumTablet\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMediumTablet\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMediumTablet\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMediumTablet\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMediumTablet\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMediumTablet\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMediumTablet\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMediumTablet\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMediumTablet\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMediumTablet\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMediumTablet\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMediumTablet\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMediumTablet\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMediumTablet\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMediumTablet\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMediumTablet\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMediumTablet\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMediumTablet\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMediumTablet\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMediumTablet\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMediumTablet\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMediumTablet\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMediumTablet\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMediumTablet\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMediumTablet\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMediumTablet\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMediumTablet\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMediumTablet\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMediumTablet\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMediumTablet\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMediumTablet\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMediumTablet\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMediumTablet\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMediumTablet\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMediumTablet\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMediumTablet\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMediumTablet\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMediumTablet\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMediumTablet\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMediumTablet\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMediumTablet\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMediumTablet\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMediumTablet\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMediumTablet\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMediumTablet\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMediumTablet\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMediumTablet\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMediumTablet\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMediumTablet\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMediumTablet\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMediumTablet\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMediumTablet\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMediumTablet\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMediumTablet\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMediumTablet\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMediumTablet\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMediumTablet\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMediumTablet\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMediumTablet\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMediumTablet\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMediumTablet\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMediumTablet\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMediumTablet\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMediumTablet\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMediumTablet\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMediumTablet\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMediumTablet\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMediumTablet\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMediumTablet\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMediumTablet\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMediumTablet\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMediumTablet\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMediumTablet\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMediumTablet\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMediumTablet\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMediumTablet\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMediumTablet\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMediumTablet\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMediumTablet\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMediumTablet\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMediumTablet\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMediumTablet\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMediumTablet\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMediumTablet\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMediumTablet\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMediumTablet\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMediumTablet\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMediumTablet\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMediumTablet\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMediumTablet\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMediumTablet\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMediumTablet\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMediumTablet\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMediumTablet\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMediumTablet\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMediumTablet\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMediumTablet\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMediumTablet\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMediumTablet\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMediumTablet\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMediumTablet\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMediumTablet\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMediumTablet\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMediumTablet\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMediumTablet\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMediumTablet\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMediumTablet\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMediumTablet\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMediumTablet\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMediumTablet\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMediumTablet\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMediumTablet\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMediumTablet\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMediumTablet\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMediumTablet\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMediumTablet\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMediumTablet\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMediumTablet\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMediumTablet\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMediumTablet\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMediumTablet\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMediumTablet\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMediumTablet\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMediumTablet\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMediumTablet\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMediumTablet\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMediumTablet\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMediumTablet\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMediumTablet\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMediumTablet\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMediumTablet\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMediumTablet\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMediumTablet\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMediumTablet\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMediumTablet\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMediumTablet\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMediumTablet\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMediumTablet\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMediumTablet\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMediumTablet\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMediumTablet\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMediumTablet\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .aboveMediumTablet\:to-current{
    --tw-gradient-to: currentColor;
  }

  .aboveMediumTablet\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .aboveMediumTablet\:to-black{
    --tw-gradient-to: #000;
  }

  .aboveMediumTablet\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .aboveMediumTablet\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveMediumTablet\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveMediumTablet\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .aboveMediumTablet\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .aboveMediumTablet\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .aboveMediumTablet\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .aboveMediumTablet\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .aboveMediumTablet\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .aboveMediumTablet\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .aboveMediumTablet\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveMediumTablet\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveMediumTablet\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .aboveMediumTablet\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveMediumTablet\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .aboveMediumTablet\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveMediumTablet\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .aboveMediumTablet\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .aboveMediumTablet\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .aboveMediumTablet\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveMediumTablet\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .aboveMediumTablet\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveMediumTablet\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .aboveMediumTablet\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .aboveMediumTablet\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .aboveMediumTablet\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .aboveMediumTablet\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .aboveMediumTablet\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .aboveMediumTablet\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .aboveMediumTablet\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .aboveMediumTablet\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveMediumTablet\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .aboveMediumTablet\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveMediumTablet\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .aboveMediumTablet\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .aboveMediumTablet\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .aboveMediumTablet\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .aboveMediumTablet\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .aboveMediumTablet\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .aboveMediumTablet\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .aboveMediumTablet\:to-white{
    --tw-gradient-to: #fff;
  }

  .aboveMediumTablet\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .aboveMediumTablet\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveMediumTablet\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveMediumTablet\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveMediumTablet\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .aboveMediumTablet\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .aboveMediumTablet\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .aboveMediumTablet\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .aboveMediumTablet\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .aboveMediumTablet\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .aboveMediumTablet\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveMediumTablet\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .aboveMediumTablet\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveMediumTablet\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .aboveMediumTablet\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .aboveMediumTablet\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .aboveMediumTablet\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .aboveMediumTablet\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .aboveMediumTablet\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .aboveMediumTablet\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .aboveMediumTablet\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .aboveMediumTablet\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .aboveMediumTablet\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .aboveMediumTablet\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .aboveMediumTablet\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .aboveMediumTablet\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveMediumTablet\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveMediumTablet\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .aboveMediumTablet\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .aboveMediumTablet\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .aboveMediumTablet\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .aboveMediumTablet\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .aboveMediumTablet\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .aboveMediumTablet\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .aboveMediumTablet\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveMediumTablet\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveMediumTablet\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .aboveMediumTablet\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveMediumTablet\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .aboveMediumTablet\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveMediumTablet\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .aboveMediumTablet\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .aboveMediumTablet\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .aboveMediumTablet\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveMediumTablet\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .aboveMediumTablet\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveMediumTablet\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .aboveMediumTablet\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .aboveMediumTablet\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .aboveMediumTablet\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .aboveMediumTablet\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .aboveMediumTablet\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .aboveMediumTablet\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .aboveMediumTablet\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .aboveMediumTablet\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveMediumTablet\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .aboveMediumTablet\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveMediumTablet\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .aboveMediumTablet\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .aboveMediumTablet\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .aboveMediumTablet\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .aboveMediumTablet\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .aboveMediumTablet\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .aboveMediumTablet\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .aboveMediumTablet\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .aboveMediumTablet\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .aboveMediumTablet\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveMediumTablet\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveMediumTablet\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveMediumTablet\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .aboveMediumTablet\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .aboveMediumTablet\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .aboveMediumTablet\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .aboveMediumTablet\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .aboveMediumTablet\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .aboveMediumTablet\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveMediumTablet\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .aboveMediumTablet\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveMediumTablet\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .aboveMediumTablet\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .aboveMediumTablet\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .aboveMediumTablet\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .aboveMediumTablet\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .aboveMediumTablet\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .aboveMediumTablet\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .aboveMediumTablet\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .aboveMediumTablet\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .aboveMediumTablet\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .aboveMediumTablet\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .aboveMediumTablet\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .aboveMediumTablet\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveMediumTablet\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveMediumTablet\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .aboveMediumTablet\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .aboveMediumTablet\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .aboveMediumTablet\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .aboveMediumTablet\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .aboveMediumTablet\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .aboveMediumTablet\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .aboveMediumTablet\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveMediumTablet\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveMediumTablet\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .aboveMediumTablet\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveMediumTablet\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .aboveMediumTablet\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveMediumTablet\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .aboveMediumTablet\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .aboveMediumTablet\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .aboveMediumTablet\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveMediumTablet\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .aboveMediumTablet\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveMediumTablet\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .aboveMediumTablet\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .aboveMediumTablet\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .aboveMediumTablet\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .aboveMediumTablet\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .aboveMediumTablet\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .aboveMediumTablet\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .aboveMediumTablet\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .aboveMediumTablet\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveMediumTablet\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .aboveMediumTablet\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveMediumTablet\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .aboveMediumTablet\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .aboveMediumTablet\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .aboveMediumTablet\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .aboveMediumTablet\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .aboveMediumTablet\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .aboveMediumTablet\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .aboveMediumTablet\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .aboveMediumTablet\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .aboveMediumTablet\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveMediumTablet\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveMediumTablet\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveMediumTablet\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .aboveMediumTablet\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .aboveMediumTablet\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .aboveMediumTablet\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .aboveMediumTablet\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .aboveMediumTablet\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .aboveMediumTablet\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveMediumTablet\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .aboveMediumTablet\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveMediumTablet\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .aboveMediumTablet\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .aboveMediumTablet\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .aboveMediumTablet\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .aboveMediumTablet\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .aboveMediumTablet\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .aboveMediumTablet\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .aboveMediumTablet\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .aboveMediumTablet\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .aboveMediumTablet\:bg-auto{
    background-size: auto;
  }

  .aboveMediumTablet\:bg-cover{
    background-size: cover;
  }

  .aboveMediumTablet\:bg-contain{
    background-size: contain;
  }

  .aboveMediumTablet\:bg-fixed{
    background-attachment: fixed;
  }

  .aboveMediumTablet\:bg-local{
    background-attachment: local;
  }

  .aboveMediumTablet\:bg-scroll{
    background-attachment: scroll;
  }

  .aboveMediumTablet\:bg-clip-border{
    background-clip: border-box;
  }

  .aboveMediumTablet\:bg-clip-padding{
    background-clip: padding-box;
  }

  .aboveMediumTablet\:bg-clip-content{
    background-clip: content-box;
  }

  .aboveMediumTablet\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .aboveMediumTablet\:bg-bottom{
    background-position: bottom;
  }

  .aboveMediumTablet\:bg-center{
    background-position: center;
  }

  .aboveMediumTablet\:bg-left{
    background-position: left;
  }

  .aboveMediumTablet\:bg-left-bottom{
    background-position: left bottom;
  }

  .aboveMediumTablet\:bg-left-top{
    background-position: left top;
  }

  .aboveMediumTablet\:bg-right{
    background-position: right;
  }

  .aboveMediumTablet\:bg-right-bottom{
    background-position: right bottom;
  }

  .aboveMediumTablet\:bg-right-top{
    background-position: right top;
  }

  .aboveMediumTablet\:bg-top{
    background-position: top;
  }

  .aboveMediumTablet\:bg-repeat{
    background-repeat: repeat;
  }

  .aboveMediumTablet\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .aboveMediumTablet\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .aboveMediumTablet\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .aboveMediumTablet\:bg-repeat-round{
    background-repeat: round;
  }

  .aboveMediumTablet\:bg-repeat-space{
    background-repeat: space;
  }

  .aboveMediumTablet\:bg-origin-border{
    background-origin: border-box;
  }

  .aboveMediumTablet\:bg-origin-padding{
    background-origin: padding-box;
  }

  .aboveMediumTablet\:bg-origin-content{
    background-origin: content-box;
  }

  .aboveMediumTablet\:fill-current{
    fill: currentColor;
  }

  .aboveMediumTablet\:stroke-current{
    stroke: currentColor;
  }

  .aboveMediumTablet\:stroke-0{
    stroke-width: 0;
  }

  .aboveMediumTablet\:stroke-1{
    stroke-width: 1;
  }

  .aboveMediumTablet\:stroke-2{
    stroke-width: 2;
  }

  .aboveMediumTablet\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .aboveMediumTablet\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .aboveMediumTablet\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .aboveMediumTablet\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .aboveMediumTablet\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .aboveMediumTablet\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .aboveMediumTablet\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .aboveMediumTablet\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .aboveMediumTablet\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .aboveMediumTablet\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .aboveMediumTablet\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .aboveMediumTablet\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .aboveMediumTablet\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .aboveMediumTablet\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .aboveMediumTablet\:p-0{
    padding: 0px;
  }

  .aboveMediumTablet\:p-1{
    padding: 0.25rem;
  }

  .aboveMediumTablet\:p-2{
    padding: 0.5rem;
  }

  .aboveMediumTablet\:p-3{
    padding: 0.75rem;
  }

  .aboveMediumTablet\:p-4{
    padding: 1rem;
  }

  .aboveMediumTablet\:p-5{
    padding: 1.25rem;
  }

  .aboveMediumTablet\:p-6{
    padding: 1.5rem;
  }

  .aboveMediumTablet\:p-7{
    padding: 1.75rem;
  }

  .aboveMediumTablet\:p-8{
    padding: 2rem;
  }

  .aboveMediumTablet\:p-9{
    padding: 2.25rem;
  }

  .aboveMediumTablet\:p-10{
    padding: 2.5rem;
  }

  .aboveMediumTablet\:p-11{
    padding: 2.75rem;
  }

  .aboveMediumTablet\:p-12{
    padding: 3rem;
  }

  .aboveMediumTablet\:p-14{
    padding: 3.5rem;
  }

  .aboveMediumTablet\:p-16{
    padding: 4rem;
  }

  .aboveMediumTablet\:p-20{
    padding: 5rem;
  }

  .aboveMediumTablet\:p-24{
    padding: 6rem;
  }

  .aboveMediumTablet\:p-28{
    padding: 7rem;
  }

  .aboveMediumTablet\:p-32{
    padding: 8rem;
  }

  .aboveMediumTablet\:p-36{
    padding: 9rem;
  }

  .aboveMediumTablet\:p-40{
    padding: 10rem;
  }

  .aboveMediumTablet\:p-44{
    padding: 11rem;
  }

  .aboveMediumTablet\:p-48{
    padding: 12rem;
  }

  .aboveMediumTablet\:p-52{
    padding: 13rem;
  }

  .aboveMediumTablet\:p-56{
    padding: 14rem;
  }

  .aboveMediumTablet\:p-60{
    padding: 15rem;
  }

  .aboveMediumTablet\:p-64{
    padding: 16rem;
  }

  .aboveMediumTablet\:p-72{
    padding: 18rem;
  }

  .aboveMediumTablet\:p-80{
    padding: 20rem;
  }

  .aboveMediumTablet\:p-96{
    padding: 24rem;
  }

  .aboveMediumTablet\:p-px{
    padding: 1px;
  }

  .aboveMediumTablet\:p-0\.5{
    padding: 0.125rem;
  }

  .aboveMediumTablet\:p-1\.5{
    padding: 0.375rem;
  }

  .aboveMediumTablet\:p-2\.5{
    padding: 0.625rem;
  }

  .aboveMediumTablet\:p-3\.5{
    padding: 0.875rem;
  }

  .aboveMediumTablet\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .aboveMediumTablet\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .aboveMediumTablet\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .aboveMediumTablet\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .aboveMediumTablet\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .aboveMediumTablet\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .aboveMediumTablet\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .aboveMediumTablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .aboveMediumTablet\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aboveMediumTablet\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .aboveMediumTablet\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .aboveMediumTablet\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .aboveMediumTablet\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .aboveMediumTablet\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .aboveMediumTablet\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .aboveMediumTablet\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .aboveMediumTablet\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .aboveMediumTablet\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .aboveMediumTablet\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .aboveMediumTablet\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .aboveMediumTablet\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .aboveMediumTablet\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .aboveMediumTablet\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .aboveMediumTablet\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .aboveMediumTablet\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .aboveMediumTablet\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .aboveMediumTablet\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .aboveMediumTablet\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .aboveMediumTablet\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .aboveMediumTablet\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .aboveMediumTablet\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .aboveMediumTablet\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .aboveMediumTablet\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .aboveMediumTablet\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .aboveMediumTablet\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .aboveMediumTablet\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .aboveMediumTablet\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .aboveMediumTablet\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .aboveMediumTablet\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .aboveMediumTablet\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aboveMediumTablet\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .aboveMediumTablet\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .aboveMediumTablet\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .aboveMediumTablet\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aboveMediumTablet\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .aboveMediumTablet\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .aboveMediumTablet\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .aboveMediumTablet\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aboveMediumTablet\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .aboveMediumTablet\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .aboveMediumTablet\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .aboveMediumTablet\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .aboveMediumTablet\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .aboveMediumTablet\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .aboveMediumTablet\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .aboveMediumTablet\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .aboveMediumTablet\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .aboveMediumTablet\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .aboveMediumTablet\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .aboveMediumTablet\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .aboveMediumTablet\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .aboveMediumTablet\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .aboveMediumTablet\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .aboveMediumTablet\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .aboveMediumTablet\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .aboveMediumTablet\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .aboveMediumTablet\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .aboveMediumTablet\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .aboveMediumTablet\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .aboveMediumTablet\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .aboveMediumTablet\:pt-0{
    padding-top: 0px;
  }

  .aboveMediumTablet\:pt-1{
    padding-top: 0.25rem;
  }

  .aboveMediumTablet\:pt-2{
    padding-top: 0.5rem;
  }

  .aboveMediumTablet\:pt-3{
    padding-top: 0.75rem;
  }

  .aboveMediumTablet\:pt-4{
    padding-top: 1rem;
  }

  .aboveMediumTablet\:pt-5{
    padding-top: 1.25rem;
  }

  .aboveMediumTablet\:pt-6{
    padding-top: 1.5rem;
  }

  .aboveMediumTablet\:pt-7{
    padding-top: 1.75rem;
  }

  .aboveMediumTablet\:pt-8{
    padding-top: 2rem;
  }

  .aboveMediumTablet\:pt-9{
    padding-top: 2.25rem;
  }

  .aboveMediumTablet\:pt-10{
    padding-top: 2.5rem;
  }

  .aboveMediumTablet\:pt-11{
    padding-top: 2.75rem;
  }

  .aboveMediumTablet\:pt-12{
    padding-top: 3rem;
  }

  .aboveMediumTablet\:pt-14{
    padding-top: 3.5rem;
  }

  .aboveMediumTablet\:pt-16{
    padding-top: 4rem;
  }

  .aboveMediumTablet\:pt-20{
    padding-top: 5rem;
  }

  .aboveMediumTablet\:pt-24{
    padding-top: 6rem;
  }

  .aboveMediumTablet\:pt-28{
    padding-top: 7rem;
  }

  .aboveMediumTablet\:pt-32{
    padding-top: 8rem;
  }

  .aboveMediumTablet\:pt-36{
    padding-top: 9rem;
  }

  .aboveMediumTablet\:pt-40{
    padding-top: 10rem;
  }

  .aboveMediumTablet\:pt-44{
    padding-top: 11rem;
  }

  .aboveMediumTablet\:pt-48{
    padding-top: 12rem;
  }

  .aboveMediumTablet\:pt-52{
    padding-top: 13rem;
  }

  .aboveMediumTablet\:pt-56{
    padding-top: 14rem;
  }

  .aboveMediumTablet\:pt-60{
    padding-top: 15rem;
  }

  .aboveMediumTablet\:pt-64{
    padding-top: 16rem;
  }

  .aboveMediumTablet\:pt-72{
    padding-top: 18rem;
  }

  .aboveMediumTablet\:pt-80{
    padding-top: 20rem;
  }

  .aboveMediumTablet\:pt-96{
    padding-top: 24rem;
  }

  .aboveMediumTablet\:pt-px{
    padding-top: 1px;
  }

  .aboveMediumTablet\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .aboveMediumTablet\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .aboveMediumTablet\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .aboveMediumTablet\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .aboveMediumTablet\:pr-0{
    padding-right: 0px;
  }

  .aboveMediumTablet\:pr-1{
    padding-right: 0.25rem;
  }

  .aboveMediumTablet\:pr-2{
    padding-right: 0.5rem;
  }

  .aboveMediumTablet\:pr-3{
    padding-right: 0.75rem;
  }

  .aboveMediumTablet\:pr-4{
    padding-right: 1rem;
  }

  .aboveMediumTablet\:pr-5{
    padding-right: 1.25rem;
  }

  .aboveMediumTablet\:pr-6{
    padding-right: 1.5rem;
  }

  .aboveMediumTablet\:pr-7{
    padding-right: 1.75rem;
  }

  .aboveMediumTablet\:pr-8{
    padding-right: 2rem;
  }

  .aboveMediumTablet\:pr-9{
    padding-right: 2.25rem;
  }

  .aboveMediumTablet\:pr-10{
    padding-right: 2.5rem;
  }

  .aboveMediumTablet\:pr-11{
    padding-right: 2.75rem;
  }

  .aboveMediumTablet\:pr-12{
    padding-right: 3rem;
  }

  .aboveMediumTablet\:pr-14{
    padding-right: 3.5rem;
  }

  .aboveMediumTablet\:pr-16{
    padding-right: 4rem;
  }

  .aboveMediumTablet\:pr-20{
    padding-right: 5rem;
  }

  .aboveMediumTablet\:pr-24{
    padding-right: 6rem;
  }

  .aboveMediumTablet\:pr-28{
    padding-right: 7rem;
  }

  .aboveMediumTablet\:pr-32{
    padding-right: 8rem;
  }

  .aboveMediumTablet\:pr-36{
    padding-right: 9rem;
  }

  .aboveMediumTablet\:pr-40{
    padding-right: 10rem;
  }

  .aboveMediumTablet\:pr-44{
    padding-right: 11rem;
  }

  .aboveMediumTablet\:pr-48{
    padding-right: 12rem;
  }

  .aboveMediumTablet\:pr-52{
    padding-right: 13rem;
  }

  .aboveMediumTablet\:pr-56{
    padding-right: 14rem;
  }

  .aboveMediumTablet\:pr-60{
    padding-right: 15rem;
  }

  .aboveMediumTablet\:pr-64{
    padding-right: 16rem;
  }

  .aboveMediumTablet\:pr-72{
    padding-right: 18rem;
  }

  .aboveMediumTablet\:pr-80{
    padding-right: 20rem;
  }

  .aboveMediumTablet\:pr-96{
    padding-right: 24rem;
  }

  .aboveMediumTablet\:pr-px{
    padding-right: 1px;
  }

  .aboveMediumTablet\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .aboveMediumTablet\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .aboveMediumTablet\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .aboveMediumTablet\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .aboveMediumTablet\:pb-0{
    padding-bottom: 0px;
  }

  .aboveMediumTablet\:pb-1{
    padding-bottom: 0.25rem;
  }

  .aboveMediumTablet\:pb-2{
    padding-bottom: 0.5rem;
  }

  .aboveMediumTablet\:pb-3{
    padding-bottom: 0.75rem;
  }

  .aboveMediumTablet\:pb-4{
    padding-bottom: 1rem;
  }

  .aboveMediumTablet\:pb-5{
    padding-bottom: 1.25rem;
  }

  .aboveMediumTablet\:pb-6{
    padding-bottom: 1.5rem;
  }

  .aboveMediumTablet\:pb-7{
    padding-bottom: 1.75rem;
  }

  .aboveMediumTablet\:pb-8{
    padding-bottom: 2rem;
  }

  .aboveMediumTablet\:pb-9{
    padding-bottom: 2.25rem;
  }

  .aboveMediumTablet\:pb-10{
    padding-bottom: 2.5rem;
  }

  .aboveMediumTablet\:pb-11{
    padding-bottom: 2.75rem;
  }

  .aboveMediumTablet\:pb-12{
    padding-bottom: 3rem;
  }

  .aboveMediumTablet\:pb-14{
    padding-bottom: 3.5rem;
  }

  .aboveMediumTablet\:pb-16{
    padding-bottom: 4rem;
  }

  .aboveMediumTablet\:pb-20{
    padding-bottom: 5rem;
  }

  .aboveMediumTablet\:pb-24{
    padding-bottom: 6rem;
  }

  .aboveMediumTablet\:pb-28{
    padding-bottom: 7rem;
  }

  .aboveMediumTablet\:pb-32{
    padding-bottom: 8rem;
  }

  .aboveMediumTablet\:pb-36{
    padding-bottom: 9rem;
  }

  .aboveMediumTablet\:pb-40{
    padding-bottom: 10rem;
  }

  .aboveMediumTablet\:pb-44{
    padding-bottom: 11rem;
  }

  .aboveMediumTablet\:pb-48{
    padding-bottom: 12rem;
  }

  .aboveMediumTablet\:pb-52{
    padding-bottom: 13rem;
  }

  .aboveMediumTablet\:pb-56{
    padding-bottom: 14rem;
  }

  .aboveMediumTablet\:pb-60{
    padding-bottom: 15rem;
  }

  .aboveMediumTablet\:pb-64{
    padding-bottom: 16rem;
  }

  .aboveMediumTablet\:pb-72{
    padding-bottom: 18rem;
  }

  .aboveMediumTablet\:pb-80{
    padding-bottom: 20rem;
  }

  .aboveMediumTablet\:pb-96{
    padding-bottom: 24rem;
  }

  .aboveMediumTablet\:pb-px{
    padding-bottom: 1px;
  }

  .aboveMediumTablet\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .aboveMediumTablet\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .aboveMediumTablet\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .aboveMediumTablet\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .aboveMediumTablet\:pl-0{
    padding-left: 0px;
  }

  .aboveMediumTablet\:pl-1{
    padding-left: 0.25rem;
  }

  .aboveMediumTablet\:pl-2{
    padding-left: 0.5rem;
  }

  .aboveMediumTablet\:pl-3{
    padding-left: 0.75rem;
  }

  .aboveMediumTablet\:pl-4{
    padding-left: 1rem;
  }

  .aboveMediumTablet\:pl-5{
    padding-left: 1.25rem;
  }

  .aboveMediumTablet\:pl-6{
    padding-left: 1.5rem;
  }

  .aboveMediumTablet\:pl-7{
    padding-left: 1.75rem;
  }

  .aboveMediumTablet\:pl-8{
    padding-left: 2rem;
  }

  .aboveMediumTablet\:pl-9{
    padding-left: 2.25rem;
  }

  .aboveMediumTablet\:pl-10{
    padding-left: 2.5rem;
  }

  .aboveMediumTablet\:pl-11{
    padding-left: 2.75rem;
  }

  .aboveMediumTablet\:pl-12{
    padding-left: 3rem;
  }

  .aboveMediumTablet\:pl-14{
    padding-left: 3.5rem;
  }

  .aboveMediumTablet\:pl-16{
    padding-left: 4rem;
  }

  .aboveMediumTablet\:pl-20{
    padding-left: 5rem;
  }

  .aboveMediumTablet\:pl-24{
    padding-left: 6rem;
  }

  .aboveMediumTablet\:pl-28{
    padding-left: 7rem;
  }

  .aboveMediumTablet\:pl-32{
    padding-left: 8rem;
  }

  .aboveMediumTablet\:pl-36{
    padding-left: 9rem;
  }

  .aboveMediumTablet\:pl-40{
    padding-left: 10rem;
  }

  .aboveMediumTablet\:pl-44{
    padding-left: 11rem;
  }

  .aboveMediumTablet\:pl-48{
    padding-left: 12rem;
  }

  .aboveMediumTablet\:pl-52{
    padding-left: 13rem;
  }

  .aboveMediumTablet\:pl-56{
    padding-left: 14rem;
  }

  .aboveMediumTablet\:pl-60{
    padding-left: 15rem;
  }

  .aboveMediumTablet\:pl-64{
    padding-left: 16rem;
  }

  .aboveMediumTablet\:pl-72{
    padding-left: 18rem;
  }

  .aboveMediumTablet\:pl-80{
    padding-left: 20rem;
  }

  .aboveMediumTablet\:pl-96{
    padding-left: 24rem;
  }

  .aboveMediumTablet\:pl-px{
    padding-left: 1px;
  }

  .aboveMediumTablet\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .aboveMediumTablet\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .aboveMediumTablet\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .aboveMediumTablet\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .aboveMediumTablet\:text-left{
    text-align: left;
  }

  .aboveMediumTablet\:text-center{
    text-align: center;
  }

  .aboveMediumTablet\:text-right{
    text-align: right;
  }

  .aboveMediumTablet\:text-justify{
    text-align: justify;
  }

  .aboveMediumTablet\:align-baseline{
    vertical-align: baseline;
  }

  .aboveMediumTablet\:align-top{
    vertical-align: top;
  }

  .aboveMediumTablet\:align-middle{
    vertical-align: middle;
  }

  .aboveMediumTablet\:align-bottom{
    vertical-align: bottom;
  }

  .aboveMediumTablet\:align-text-top{
    vertical-align: text-top;
  }

  .aboveMediumTablet\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .aboveMediumTablet\:font-sans{
    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";
  }

  .aboveMediumTablet\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .aboveMediumTablet\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .aboveMediumTablet\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .aboveMediumTablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .aboveMediumTablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .aboveMediumTablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .aboveMediumTablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .aboveMediumTablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .aboveMediumTablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .aboveMediumTablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .aboveMediumTablet\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .aboveMediumTablet\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .aboveMediumTablet\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .aboveMediumTablet\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .aboveMediumTablet\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .aboveMediumTablet\:font-thin{
    font-weight: 100;
  }

  .aboveMediumTablet\:font-extralight{
    font-weight: 200;
  }

  .aboveMediumTablet\:font-light{
    font-weight: 300;
  }

  .aboveMediumTablet\:font-normal{
    font-weight: 400;
  }

  .aboveMediumTablet\:font-medium{
    font-weight: 500;
  }

  .aboveMediumTablet\:font-semibold{
    font-weight: 600;
  }

  .aboveMediumTablet\:font-bold{
    font-weight: 700;
  }

  .aboveMediumTablet\:font-extrabold{
    font-weight: 800;
  }

  .aboveMediumTablet\:font-black{
    font-weight: 900;
  }

  .aboveMediumTablet\:uppercase{
    text-transform: uppercase;
  }

  .aboveMediumTablet\:lowercase{
    text-transform: lowercase;
  }

  .aboveMediumTablet\:capitalize{
    text-transform: capitalize;
  }

  .aboveMediumTablet\:normal-case{
    text-transform: none;
  }

  .aboveMediumTablet\:italic{
    font-style: italic;
  }

  .aboveMediumTablet\:not-italic{
    font-style: normal;
  }

  .aboveMediumTablet\:ordinal, .aboveMediumTablet\:slashed-zero, .aboveMediumTablet\:lining-nums, .aboveMediumTablet\:oldstyle-nums, .aboveMediumTablet\:proportional-nums, .aboveMediumTablet\:tabular-nums, .aboveMediumTablet\:diagonal-fractions, .aboveMediumTablet\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .aboveMediumTablet\:normal-nums{
    font-variant-numeric: normal;
  }

  .aboveMediumTablet\:ordinal{
    --tw-ordinal: ordinal;
  }

  .aboveMediumTablet\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .aboveMediumTablet\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .aboveMediumTablet\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .aboveMediumTablet\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .aboveMediumTablet\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .aboveMediumTablet\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .aboveMediumTablet\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .aboveMediumTablet\:leading-3{
    line-height: .75rem;
  }

  .aboveMediumTablet\:leading-4{
    line-height: 1rem;
  }

  .aboveMediumTablet\:leading-5{
    line-height: 1.25rem;
  }

  .aboveMediumTablet\:leading-6{
    line-height: 1.5rem;
  }

  .aboveMediumTablet\:leading-7{
    line-height: 1.75rem;
  }

  .aboveMediumTablet\:leading-8{
    line-height: 2rem;
  }

  .aboveMediumTablet\:leading-9{
    line-height: 2.25rem;
  }

  .aboveMediumTablet\:leading-10{
    line-height: 2.5rem;
  }

  .aboveMediumTablet\:leading-none{
    line-height: 1;
  }

  .aboveMediumTablet\:leading-tight{
    line-height: 1.25;
  }

  .aboveMediumTablet\:leading-snug{
    line-height: 1.375;
  }

  .aboveMediumTablet\:leading-normal{
    line-height: 1.5;
  }

  .aboveMediumTablet\:leading-relaxed{
    line-height: 1.625;
  }

  .aboveMediumTablet\:leading-loose{
    line-height: 2;
  }

  .aboveMediumTablet\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .aboveMediumTablet\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .aboveMediumTablet\:tracking-normal{
    letter-spacing: 0em;
  }

  .aboveMediumTablet\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .aboveMediumTablet\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .aboveMediumTablet\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .aboveMediumTablet\:text-transparent{
    color: transparent;
  }

  .aboveMediumTablet\:text-current{
    color: currentColor;
  }

  .aboveMediumTablet\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .aboveMediumTablet\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .aboveMediumTablet\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-transparent:hover{
    color: transparent;
  }

  .aboveMediumTablet\:hover\:text-current:hover{
    color: currentColor;
  }

  .aboveMediumTablet\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-transparent:focus{
    color: transparent;
  }

  .aboveMediumTablet\:focus\:text-current:focus{
    color: currentColor;
  }

  .aboveMediumTablet\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveMediumTablet\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .aboveMediumTablet\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .aboveMediumTablet\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .aboveMediumTablet\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .aboveMediumTablet\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .aboveMediumTablet\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .aboveMediumTablet\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .aboveMediumTablet\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .aboveMediumTablet\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .aboveMediumTablet\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .aboveMediumTablet\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .aboveMediumTablet\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .aboveMediumTablet\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .aboveMediumTablet\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .aboveMediumTablet\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .aboveMediumTablet\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .aboveMediumTablet\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .aboveMediumTablet\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .aboveMediumTablet\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .aboveMediumTablet\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .aboveMediumTablet\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .aboveMediumTablet\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .aboveMediumTablet\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .aboveMediumTablet\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .aboveMediumTablet\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .aboveMediumTablet\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .aboveMediumTablet\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .aboveMediumTablet\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .aboveMediumTablet\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .aboveMediumTablet\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .aboveMediumTablet\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .aboveMediumTablet\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .aboveMediumTablet\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .aboveMediumTablet\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .aboveMediumTablet\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .aboveMediumTablet\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .aboveMediumTablet\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .aboveMediumTablet\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .aboveMediumTablet\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .aboveMediumTablet\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .aboveMediumTablet\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .aboveMediumTablet\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .aboveMediumTablet\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .aboveMediumTablet\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .aboveMediumTablet\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .aboveMediumTablet\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .aboveMediumTablet\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .aboveMediumTablet\:underline{
    text-decoration: underline;
  }

  .aboveMediumTablet\:line-through{
    text-decoration: line-through;
  }

  .aboveMediumTablet\:no-underline{
    text-decoration: none;
  }

  .group:hover .aboveMediumTablet\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .aboveMediumTablet\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .aboveMediumTablet\:group-hover\:no-underline{
    text-decoration: none;
  }

  .aboveMediumTablet\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .aboveMediumTablet\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .aboveMediumTablet\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .aboveMediumTablet\:hover\:underline:hover{
    text-decoration: underline;
  }

  .aboveMediumTablet\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .aboveMediumTablet\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .aboveMediumTablet\:focus\:underline:focus{
    text-decoration: underline;
  }

  .aboveMediumTablet\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .aboveMediumTablet\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .aboveMediumTablet\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .aboveMediumTablet\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .aboveMediumTablet\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .aboveMediumTablet\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .aboveMediumTablet\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .aboveMediumTablet\:placeholder-current::placeholder{
    color: currentColor;
  }

  .aboveMediumTablet\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .aboveMediumTablet\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .aboveMediumTablet\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .aboveMediumTablet\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .aboveMediumTablet\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveMediumTablet\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveMediumTablet\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveMediumTablet\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveMediumTablet\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveMediumTablet\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveMediumTablet\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveMediumTablet\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveMediumTablet\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveMediumTablet\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveMediumTablet\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveMediumTablet\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveMediumTablet\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveMediumTablet\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveMediumTablet\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveMediumTablet\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveMediumTablet\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveMediumTablet\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveMediumTablet\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveMediumTablet\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveMediumTablet\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveMediumTablet\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveMediumTablet\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveMediumTablet\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveMediumTablet\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveMediumTablet\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveMediumTablet\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveMediumTablet\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveMediumTablet\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveMediumTablet\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveMediumTablet\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveMediumTablet\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveMediumTablet\:opacity-0{
    opacity: 0;
  }

  .aboveMediumTablet\:opacity-5{
    opacity: 0.05;
  }

  .aboveMediumTablet\:opacity-10{
    opacity: 0.1;
  }

  .aboveMediumTablet\:opacity-20{
    opacity: 0.2;
  }

  .aboveMediumTablet\:opacity-25{
    opacity: 0.25;
  }

  .aboveMediumTablet\:opacity-30{
    opacity: 0.3;
  }

  .aboveMediumTablet\:opacity-40{
    opacity: 0.4;
  }

  .aboveMediumTablet\:opacity-50{
    opacity: 0.5;
  }

  .aboveMediumTablet\:opacity-60{
    opacity: 0.6;
  }

  .aboveMediumTablet\:opacity-70{
    opacity: 0.7;
  }

  .aboveMediumTablet\:opacity-75{
    opacity: 0.75;
  }

  .aboveMediumTablet\:opacity-80{
    opacity: 0.8;
  }

  .aboveMediumTablet\:opacity-90{
    opacity: 0.9;
  }

  .aboveMediumTablet\:opacity-95{
    opacity: 0.95;
  }

  .aboveMediumTablet\:opacity-100{
    opacity: 1;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .aboveMediumTablet\:group-hover\:opacity-100{
    opacity: 1;
  }

  .aboveMediumTablet\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .aboveMediumTablet\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .aboveMediumTablet\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .aboveMediumTablet\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .aboveMediumTablet\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .aboveMediumTablet\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .aboveMediumTablet\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .aboveMediumTablet\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .aboveMediumTablet\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .aboveMediumTablet\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .aboveMediumTablet\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .aboveMediumTablet\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .aboveMediumTablet\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .aboveMediumTablet\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .aboveMediumTablet\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .aboveMediumTablet\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .aboveMediumTablet\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .aboveMediumTablet\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .aboveMediumTablet\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .aboveMediumTablet\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .aboveMediumTablet\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .aboveMediumTablet\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .aboveMediumTablet\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .aboveMediumTablet\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .aboveMediumTablet\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .aboveMediumTablet\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .aboveMediumTablet\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .aboveMediumTablet\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .aboveMediumTablet\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .aboveMediumTablet\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .aboveMediumTablet\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .aboveMediumTablet\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .aboveMediumTablet\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .aboveMediumTablet\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .aboveMediumTablet\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .aboveMediumTablet\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .aboveMediumTablet\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .aboveMediumTablet\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .aboveMediumTablet\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .aboveMediumTablet\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .aboveMediumTablet\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .aboveMediumTablet\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .aboveMediumTablet\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .aboveMediumTablet\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .aboveMediumTablet\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .aboveMediumTablet\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .aboveMediumTablet\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .aboveMediumTablet\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .aboveMediumTablet\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .aboveMediumTablet\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .aboveMediumTablet\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .aboveMediumTablet\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .aboveMediumTablet\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .aboveMediumTablet\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .aboveMediumTablet\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .aboveMediumTablet\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .aboveMediumTablet\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .aboveMediumTablet\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .aboveMediumTablet\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .aboveMediumTablet\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .aboveMediumTablet\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .aboveMediumTablet\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .aboveMediumTablet\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .aboveMediumTablet\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .aboveMediumTablet\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .aboveMediumTablet\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .aboveMediumTablet\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .aboveMediumTablet\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .aboveMediumTablet\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .aboveMediumTablet\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .aboveMediumTablet\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .aboveMediumTablet\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .aboveMediumTablet\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .aboveMediumTablet\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .aboveMediumTablet\:bg-blend-color{
    background-blend-mode: color;
  }

  .aboveMediumTablet\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .aboveMediumTablet\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .aboveMediumTablet\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .aboveMediumTablet\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .aboveMediumTablet\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .aboveMediumTablet\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .aboveMediumTablet\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .aboveMediumTablet\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .aboveMediumTablet\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .aboveMediumTablet\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .aboveMediumTablet\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .aboveMediumTablet\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .aboveMediumTablet\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .aboveMediumTablet\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .aboveMediumTablet\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .aboveMediumTablet\:mix-blend-color{
    mix-blend-mode: color;
  }

  .aboveMediumTablet\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .aboveMediumTablet\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMediumTablet\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMediumTablet\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMediumTablet\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMediumTablet\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMediumTablet\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMediumTablet\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMediumTablet\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMediumTablet\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMediumTablet\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveMediumTablet\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveMediumTablet\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveMediumTablet\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveMediumTablet\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveMediumTablet\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveMediumTablet\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveMediumTablet\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveMediumTablet\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveMediumTablet\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMediumTablet\:ring-inset{
    --tw-ring-inset: inset;
  }

  .aboveMediumTablet\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .aboveMediumTablet\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .aboveMediumTablet\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .aboveMediumTablet\:ring-current{
    --tw-ring-color: currentColor;
  }

  .aboveMediumTablet\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .aboveMediumTablet\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .aboveMediumTablet\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .aboveMediumTablet\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .aboveMediumTablet\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveMediumTablet\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .aboveMediumTablet\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .aboveMediumTablet\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .aboveMediumTablet\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .aboveMediumTablet\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .aboveMediumTablet\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .aboveMediumTablet\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .aboveMediumTablet\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .aboveMediumTablet\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .aboveMediumTablet\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .aboveMediumTablet\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .aboveMediumTablet\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .aboveMediumTablet\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .aboveMediumTablet\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .aboveMediumTablet\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .aboveMediumTablet\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .aboveMediumTablet\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .aboveMediumTablet\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .aboveMediumTablet\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .aboveMediumTablet\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .aboveMediumTablet\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .aboveMediumTablet\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .aboveMediumTablet\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .aboveMediumTablet\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .aboveMediumTablet\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .aboveMediumTablet\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .aboveMediumTablet\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .aboveMediumTablet\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .aboveMediumTablet\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .aboveMediumTablet\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .aboveMediumTablet\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .aboveMediumTablet\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .aboveMediumTablet\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .aboveMediumTablet\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .aboveMediumTablet\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .aboveMediumTablet\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .aboveMediumTablet\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .aboveMediumTablet\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .aboveMediumTablet\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .aboveMediumTablet\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .aboveMediumTablet\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .aboveMediumTablet\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .aboveMediumTablet\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .aboveMediumTablet\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .aboveMediumTablet\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .aboveMediumTablet\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveMediumTablet\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveMediumTablet\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveMediumTablet\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveMediumTablet\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveMediumTablet\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveMediumTablet\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveMediumTablet\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .aboveMediumTablet\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveMediumTablet\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .aboveMediumTablet\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveMediumTablet\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveMediumTablet\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveMediumTablet\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveMediumTablet\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveMediumTablet\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveMediumTablet\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveMediumTablet\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveMediumTablet\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .aboveMediumTablet\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveMediumTablet\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveMediumTablet\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveMediumTablet\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveMediumTablet\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveMediumTablet\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveMediumTablet\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveMediumTablet\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveMediumTablet\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .aboveMediumTablet\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveMediumTablet\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .aboveMediumTablet\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveMediumTablet\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveMediumTablet\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveMediumTablet\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveMediumTablet\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveMediumTablet\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveMediumTablet\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveMediumTablet\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveMediumTablet\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .aboveMediumTablet\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .aboveMediumTablet\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .aboveMediumTablet\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveMediumTablet\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveMediumTablet\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveMediumTablet\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveMediumTablet\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveMediumTablet\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveMediumTablet\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveMediumTablet\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveMediumTablet\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveMediumTablet\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .aboveMediumTablet\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveMediumTablet\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveMediumTablet\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveMediumTablet\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .aboveMediumTablet\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveMediumTablet\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveMediumTablet\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveMediumTablet\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .aboveMediumTablet\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .aboveMediumTablet\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .aboveMediumTablet\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .aboveMediumTablet\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .aboveMediumTablet\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .aboveMediumTablet\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .aboveMediumTablet\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .aboveMediumTablet\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveMediumTablet\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveMediumTablet\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveMediumTablet\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveMediumTablet\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveMediumTablet\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveMediumTablet\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveMediumTablet\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .aboveMediumTablet\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveMediumTablet\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .aboveMediumTablet\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveMediumTablet\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveMediumTablet\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveMediumTablet\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveMediumTablet\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveMediumTablet\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveMediumTablet\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveMediumTablet\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveMediumTablet\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .aboveMediumTablet\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveMediumTablet\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveMediumTablet\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveMediumTablet\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveMediumTablet\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveMediumTablet\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveMediumTablet\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveMediumTablet\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveMediumTablet\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .aboveMediumTablet\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveMediumTablet\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .aboveMediumTablet\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveMediumTablet\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveMediumTablet\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveMediumTablet\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveMediumTablet\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveMediumTablet\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveMediumTablet\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveMediumTablet\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveMediumTablet\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .aboveMediumTablet\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .aboveMediumTablet\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .aboveMediumTablet\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveMediumTablet\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveMediumTablet\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveMediumTablet\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveMediumTablet\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveMediumTablet\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveMediumTablet\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveMediumTablet\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveMediumTablet\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveMediumTablet\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .aboveMediumTablet\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveMediumTablet\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveMediumTablet\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveMediumTablet\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .aboveMediumTablet\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveMediumTablet\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveMediumTablet\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveMediumTablet\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .aboveMediumTablet\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .aboveMediumTablet\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .aboveMediumTablet\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .aboveMediumTablet\:filter-none{
    filter: none;
  }

  .aboveMediumTablet\:blur-0{
    --tw-blur: blur(0);
  }

  .aboveMediumTablet\:blur-none{
    --tw-blur: blur(0);
  }

  .aboveMediumTablet\:blur-sm{
    --tw-blur: blur(4px);
  }

  .aboveMediumTablet\:blur{
    --tw-blur: blur(8px);
  }

  .aboveMediumTablet\:blur-md{
    --tw-blur: blur(12px);
  }

  .aboveMediumTablet\:blur-lg{
    --tw-blur: blur(16px);
  }

  .aboveMediumTablet\:blur-xl{
    --tw-blur: blur(24px);
  }

  .aboveMediumTablet\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .aboveMediumTablet\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .aboveMediumTablet\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .aboveMediumTablet\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .aboveMediumTablet\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .aboveMediumTablet\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .aboveMediumTablet\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .aboveMediumTablet\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .aboveMediumTablet\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .aboveMediumTablet\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .aboveMediumTablet\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .aboveMediumTablet\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .aboveMediumTablet\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .aboveMediumTablet\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .aboveMediumTablet\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .aboveMediumTablet\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .aboveMediumTablet\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .aboveMediumTablet\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .aboveMediumTablet\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .aboveMediumTablet\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .aboveMediumTablet\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .aboveMediumTablet\: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));
  }

  .aboveMediumTablet\: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));
  }

  .aboveMediumTablet\: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));
  }

  .aboveMediumTablet\: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));
  }

  .aboveMediumTablet\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .aboveMediumTablet\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .aboveMediumTablet\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .aboveMediumTablet\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .aboveMediumTablet\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .aboveMediumTablet\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .aboveMediumTablet\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .aboveMediumTablet\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .aboveMediumTablet\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .aboveMediumTablet\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .aboveMediumTablet\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .aboveMediumTablet\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .aboveMediumTablet\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .aboveMediumTablet\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .aboveMediumTablet\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .aboveMediumTablet\:invert-0{
    --tw-invert: invert(0);
  }

  .aboveMediumTablet\:invert{
    --tw-invert: invert(100%);
  }

  .aboveMediumTablet\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .aboveMediumTablet\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .aboveMediumTablet\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .aboveMediumTablet\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .aboveMediumTablet\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .aboveMediumTablet\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .aboveMediumTablet\:sepia{
    --tw-sepia: sepia(100%);
  }

  .aboveMediumTablet\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .aboveMediumTablet\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .aboveMediumTablet\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .aboveMediumTablet\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .aboveMediumTablet\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .aboveMediumTablet\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .aboveMediumTablet\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .aboveMediumTablet\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .aboveMediumTablet\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .aboveMediumTablet\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .aboveMediumTablet\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .aboveMediumTablet\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .aboveMediumTablet\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .aboveMediumTablet\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .aboveMediumTablet\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .aboveMediumTablet\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .aboveMediumTablet\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .aboveMediumTablet\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .aboveMediumTablet\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .aboveMediumTablet\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .aboveMediumTablet\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .aboveMediumTablet\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .aboveMediumTablet\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .aboveMediumTablet\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .aboveMediumTablet\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .aboveMediumTablet\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .aboveMediumTablet\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .aboveMediumTablet\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .aboveMediumTablet\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .aboveMediumTablet\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .aboveMediumTablet\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .aboveMediumTablet\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .aboveMediumTablet\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .aboveMediumTablet\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .aboveMediumTablet\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .aboveMediumTablet\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .aboveMediumTablet\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .aboveMediumTablet\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .aboveMediumTablet\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .aboveMediumTablet\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .aboveMediumTablet\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .aboveMediumTablet\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .aboveMediumTablet\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .aboveMediumTablet\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .aboveMediumTablet\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .aboveMediumTablet\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .aboveMediumTablet\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .aboveMediumTablet\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .aboveMediumTablet\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .aboveMediumTablet\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .aboveMediumTablet\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .aboveMediumTablet\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .aboveMediumTablet\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .aboveMediumTablet\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .aboveMediumTablet\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .aboveMediumTablet\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .aboveMediumTablet\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .aboveMediumTablet\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .aboveMediumTablet\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .aboveMediumTablet\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .aboveMediumTablet\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .aboveMediumTablet\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .aboveMediumTablet\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .aboveMediumTablet\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .aboveMediumTablet\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .aboveMediumTablet\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .aboveMediumTablet\:transition-none{
    transition-property: none;
  }

  .aboveMediumTablet\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMediumTablet\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMediumTablet\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMediumTablet\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMediumTablet\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMediumTablet\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMediumTablet\:delay-75{
    transition-delay: 75ms;
  }

  .aboveMediumTablet\:delay-100{
    transition-delay: 100ms;
  }

  .aboveMediumTablet\:delay-150{
    transition-delay: 150ms;
  }

  .aboveMediumTablet\:delay-200{
    transition-delay: 200ms;
  }

  .aboveMediumTablet\:delay-300{
    transition-delay: 300ms;
  }

  .aboveMediumTablet\:delay-500{
    transition-delay: 500ms;
  }

  .aboveMediumTablet\:delay-700{
    transition-delay: 700ms;
  }

  .aboveMediumTablet\:delay-1000{
    transition-delay: 1000ms;
  }

  .aboveMediumTablet\:duration-75{
    transition-duration: 75ms;
  }

  .aboveMediumTablet\:duration-100{
    transition-duration: 100ms;
  }

  .aboveMediumTablet\:duration-150{
    transition-duration: 150ms;
  }

  .aboveMediumTablet\:duration-200{
    transition-duration: 200ms;
  }

  .aboveMediumTablet\:duration-300{
    transition-duration: 300ms;
  }

  .aboveMediumTablet\:duration-500{
    transition-duration: 500ms;
  }

  .aboveMediumTablet\:duration-700{
    transition-duration: 700ms;
  }

  .aboveMediumTablet\:duration-1000{
    transition-duration: 1000ms;
  }

  .aboveMediumTablet\:ease-linear{
    transition-timing-function: linear;
  }

  .aboveMediumTablet\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .aboveMediumTablet\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .aboveMediumTablet\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 761px){
  .aboveSmallTablet\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .aboveSmallTablet\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .aboveSmallTablet\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .aboveSmallTablet\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .aboveSmallTablet\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .aboveSmallTablet\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .aboveSmallTablet\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .aboveSmallTablet\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .aboveSmallTablet\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .aboveSmallTablet\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .aboveSmallTablet\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .aboveSmallTablet\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .aboveSmallTablet\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .aboveSmallTablet\:container{
      max-width: 1701px;
    }
  }

  .aboveSmallTablet\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .aboveSmallTablet\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallTablet\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .aboveSmallTablet\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .aboveSmallTablet\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveSmallTablet\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .aboveSmallTablet\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .aboveSmallTablet\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .aboveSmallTablet\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .aboveSmallTablet\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveSmallTablet\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .aboveSmallTablet\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .aboveSmallTablet\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .aboveSmallTablet\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveSmallTablet\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .aboveSmallTablet\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveSmallTablet\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .aboveSmallTablet\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .aboveSmallTablet\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .aboveSmallTablet\:prose code::before{
    content: "`";
  }

  .aboveSmallTablet\:prose code::after{
    content: "`";
  }

  .aboveSmallTablet\:prose a code{
    color: #111827;
  }

  .aboveSmallTablet\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .aboveSmallTablet\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .aboveSmallTablet\:prose pre code::before{
    content: "";
  }

  .aboveSmallTablet\:prose pre code::after{
    content: "";
  }

  .aboveSmallTablet\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .aboveSmallTablet\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .aboveSmallTablet\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveSmallTablet\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .aboveSmallTablet\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .aboveSmallTablet\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveSmallTablet\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .aboveSmallTablet\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveSmallTablet\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallTablet\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallTablet\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallTablet\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallTablet\:prose h2 code{
    font-size: 0.875em;
  }

  .aboveSmallTablet\:prose h3 code{
    font-size: 0.9em;
  }

  .aboveSmallTablet\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveSmallTablet\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveSmallTablet\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveSmallTablet\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveSmallTablet\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveSmallTablet\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveSmallTablet\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveSmallTablet\:prose ul ul, .aboveSmallTablet\:prose ul ol, .aboveSmallTablet\:prose ol ul, .aboveSmallTablet\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveSmallTablet\:prose hr + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose h2 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose h3 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose h4 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallTablet\:prose thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallTablet\:prose tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallTablet\:prose tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallTablet\:prose > :first-child{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallTablet\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .aboveSmallTablet\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveSmallTablet\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveSmallTablet\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .aboveSmallTablet\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .aboveSmallTablet\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .aboveSmallTablet\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveSmallTablet\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .aboveSmallTablet\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveSmallTablet\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveSmallTablet\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveSmallTablet\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallTablet\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .aboveSmallTablet\:prose-sm code{
    font-size: 0.8571429em;
  }

  .aboveSmallTablet\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .aboveSmallTablet\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .aboveSmallTablet\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveSmallTablet\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveSmallTablet\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveSmallTablet\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .aboveSmallTablet\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .aboveSmallTablet\:prose-sm ol > li::before{
    left: 0;
  }

  .aboveSmallTablet\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .aboveSmallTablet\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .aboveSmallTablet\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveSmallTablet\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveSmallTablet\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveSmallTablet\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveSmallTablet\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveSmallTablet\:prose-sm ul ul, .aboveSmallTablet\:prose-sm ul ol, .aboveSmallTablet\:prose-sm ol ul, .aboveSmallTablet\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveSmallTablet\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .aboveSmallTablet\:prose-sm hr + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-sm h2 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-sm h3 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-sm h4 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .aboveSmallTablet\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveSmallTablet\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallTablet\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallTablet\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveSmallTablet\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallTablet\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallTablet\:prose-sm > :first-child{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallTablet\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .aboveSmallTablet\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallTablet\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .aboveSmallTablet\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .aboveSmallTablet\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .aboveSmallTablet\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .aboveSmallTablet\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveSmallTablet\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveSmallTablet\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveSmallTablet\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveSmallTablet\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveSmallTablet\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallTablet\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .aboveSmallTablet\:prose-lg code{
    font-size: 0.8888889em;
  }

  .aboveSmallTablet\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .aboveSmallTablet\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .aboveSmallTablet\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .aboveSmallTablet\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallTablet\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallTablet\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveSmallTablet\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallTablet\:prose-lg ol > li::before{
    left: 0;
  }

  .aboveSmallTablet\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallTablet\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .aboveSmallTablet\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveSmallTablet\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallTablet\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallTablet\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallTablet\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallTablet\:prose-lg ul ul, .aboveSmallTablet\:prose-lg ul ol, .aboveSmallTablet\:prose-lg ol ul, .aboveSmallTablet\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveSmallTablet\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .aboveSmallTablet\:prose-lg hr + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-lg h2 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-lg h3 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-lg h4 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .aboveSmallTablet\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveSmallTablet\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallTablet\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallTablet\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveSmallTablet\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallTablet\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallTablet\:prose-lg > :first-child{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallTablet\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .aboveSmallTablet\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallTablet\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .aboveSmallTablet\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .aboveSmallTablet\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .aboveSmallTablet\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveSmallTablet\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .aboveSmallTablet\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveSmallTablet\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallTablet\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallTablet\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallTablet\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallTablet\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .aboveSmallTablet\:prose-xl code{
    font-size: 0.9em;
  }

  .aboveSmallTablet\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .aboveSmallTablet\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .aboveSmallTablet\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .aboveSmallTablet\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallTablet\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallTablet\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .aboveSmallTablet\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .aboveSmallTablet\:prose-xl ol > li::before{
    left: 0;
  }

  .aboveSmallTablet\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .aboveSmallTablet\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .aboveSmallTablet\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveSmallTablet\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveSmallTablet\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveSmallTablet\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveSmallTablet\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveSmallTablet\:prose-xl ul ul, .aboveSmallTablet\:prose-xl ul ol, .aboveSmallTablet\:prose-xl ol ul, .aboveSmallTablet\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveSmallTablet\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .aboveSmallTablet\:prose-xl hr + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-xl h2 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-xl h3 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-xl h4 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .aboveSmallTablet\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveSmallTablet\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallTablet\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallTablet\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveSmallTablet\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallTablet\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallTablet\:prose-xl > :first-child{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallTablet\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .aboveSmallTablet\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallTablet\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .aboveSmallTablet\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .aboveSmallTablet\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .aboveSmallTablet\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .aboveSmallTablet\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .aboveSmallTablet\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveSmallTablet\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallTablet\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallTablet\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallTablet\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallTablet\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .aboveSmallTablet\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .aboveSmallTablet\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .aboveSmallTablet\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .aboveSmallTablet\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .aboveSmallTablet\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallTablet\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallTablet\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveSmallTablet\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallTablet\:prose-2xl ol > li::before{
    left: 0;
  }

  .aboveSmallTablet\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallTablet\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .aboveSmallTablet\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .aboveSmallTablet\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallTablet\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallTablet\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallTablet\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallTablet\:prose-2xl ul ul, .aboveSmallTablet\:prose-2xl ul ol, .aboveSmallTablet\:prose-2xl ol ul, .aboveSmallTablet\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveSmallTablet\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveSmallTablet\:prose-2xl hr + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .aboveSmallTablet\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveSmallTablet\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallTablet\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallTablet\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveSmallTablet\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallTablet\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallTablet\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .aboveSmallTablet\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallTablet\:prose-blue{
  }

  .aboveSmallTablet\:prose-red{
  }

  .aboveSmallTablet\:prose-pink{
  }

  .aboveSmallTablet\:prose-indigo a{
    color: #4f46e5;
  }

  .aboveSmallTablet\:prose-indigo a code{
    color: #4f46e5;
  }

  .aboveSmallTablet\:prose-green a{
    color: #16a34a;
  }

  .aboveSmallTablet\:prose-green a code{
    color: #16a34a;
  }

  .aboveSmallTablet\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveSmallTablet\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveSmallTablet\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveSmallTablet\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveSmallTablet\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveSmallTablet\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveSmallTablet\:pointer-events-none{
    pointer-events: none;
  }

  .aboveSmallTablet\:pointer-events-auto{
    pointer-events: auto;
  }

  .aboveSmallTablet\:visible{
    visibility: visible;
  }

  .aboveSmallTablet\:invisible{
    visibility: hidden;
  }

  .aboveSmallTablet\:static{
    position: static;
  }

  .aboveSmallTablet\:fixed{
    position: fixed;
  }

  .aboveSmallTablet\:absolute{
    position: absolute;
  }

  .aboveSmallTablet\:relative{
    position: relative;
  }

  .aboveSmallTablet\:sticky{
    position: sticky;
  }

  .aboveSmallTablet\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveSmallTablet\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .aboveSmallTablet\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .aboveSmallTablet\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .aboveSmallTablet\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .aboveSmallTablet\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .aboveSmallTablet\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .aboveSmallTablet\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .aboveSmallTablet\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .aboveSmallTablet\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .aboveSmallTablet\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .aboveSmallTablet\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .aboveSmallTablet\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .aboveSmallTablet\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .aboveSmallTablet\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .aboveSmallTablet\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .aboveSmallTablet\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .aboveSmallTablet\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .aboveSmallTablet\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .aboveSmallTablet\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .aboveSmallTablet\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .aboveSmallTablet\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .aboveSmallTablet\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .aboveSmallTablet\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .aboveSmallTablet\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .aboveSmallTablet\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .aboveSmallTablet\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .aboveSmallTablet\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .aboveSmallTablet\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .aboveSmallTablet\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .aboveSmallTablet\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .aboveSmallTablet\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .aboveSmallTablet\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .aboveSmallTablet\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .aboveSmallTablet\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .aboveSmallTablet\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .aboveSmallTablet\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveSmallTablet\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .aboveSmallTablet\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .aboveSmallTablet\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .aboveSmallTablet\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .aboveSmallTablet\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .aboveSmallTablet\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .aboveSmallTablet\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .aboveSmallTablet\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .aboveSmallTablet\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .aboveSmallTablet\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .aboveSmallTablet\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .aboveSmallTablet\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .aboveSmallTablet\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .aboveSmallTablet\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .aboveSmallTablet\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .aboveSmallTablet\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .aboveSmallTablet\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .aboveSmallTablet\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .aboveSmallTablet\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .aboveSmallTablet\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .aboveSmallTablet\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .aboveSmallTablet\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .aboveSmallTablet\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .aboveSmallTablet\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .aboveSmallTablet\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .aboveSmallTablet\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .aboveSmallTablet\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .aboveSmallTablet\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .aboveSmallTablet\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .aboveSmallTablet\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .aboveSmallTablet\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .aboveSmallTablet\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .aboveSmallTablet\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .aboveSmallTablet\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .aboveSmallTablet\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveSmallTablet\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .aboveSmallTablet\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .aboveSmallTablet\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .aboveSmallTablet\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveSmallTablet\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .aboveSmallTablet\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .aboveSmallTablet\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveSmallTablet\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .aboveSmallTablet\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .aboveSmallTablet\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .aboveSmallTablet\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveSmallTablet\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .aboveSmallTablet\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .aboveSmallTablet\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveSmallTablet\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .aboveSmallTablet\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .aboveSmallTablet\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .aboveSmallTablet\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .aboveSmallTablet\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .aboveSmallTablet\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .aboveSmallTablet\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .aboveSmallTablet\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .aboveSmallTablet\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .aboveSmallTablet\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .aboveSmallTablet\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .aboveSmallTablet\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .aboveSmallTablet\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .aboveSmallTablet\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .aboveSmallTablet\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .aboveSmallTablet\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .aboveSmallTablet\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .aboveSmallTablet\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .aboveSmallTablet\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .aboveSmallTablet\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .aboveSmallTablet\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .aboveSmallTablet\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .aboveSmallTablet\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .aboveSmallTablet\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .aboveSmallTablet\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .aboveSmallTablet\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .aboveSmallTablet\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .aboveSmallTablet\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .aboveSmallTablet\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .aboveSmallTablet\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .aboveSmallTablet\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .aboveSmallTablet\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .aboveSmallTablet\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .aboveSmallTablet\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .aboveSmallTablet\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .aboveSmallTablet\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveSmallTablet\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .aboveSmallTablet\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .aboveSmallTablet\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .aboveSmallTablet\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .aboveSmallTablet\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .aboveSmallTablet\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .aboveSmallTablet\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .aboveSmallTablet\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .aboveSmallTablet\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .aboveSmallTablet\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .aboveSmallTablet\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .aboveSmallTablet\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .aboveSmallTablet\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .aboveSmallTablet\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .aboveSmallTablet\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .aboveSmallTablet\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .aboveSmallTablet\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .aboveSmallTablet\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .aboveSmallTablet\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .aboveSmallTablet\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .aboveSmallTablet\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .aboveSmallTablet\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .aboveSmallTablet\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .aboveSmallTablet\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .aboveSmallTablet\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .aboveSmallTablet\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .aboveSmallTablet\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .aboveSmallTablet\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .aboveSmallTablet\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .aboveSmallTablet\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .aboveSmallTablet\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .aboveSmallTablet\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .aboveSmallTablet\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .aboveSmallTablet\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .aboveSmallTablet\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .aboveSmallTablet\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .aboveSmallTablet\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .aboveSmallTablet\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .aboveSmallTablet\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .aboveSmallTablet\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .aboveSmallTablet\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .aboveSmallTablet\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .aboveSmallTablet\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .aboveSmallTablet\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .aboveSmallTablet\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .aboveSmallTablet\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .aboveSmallTablet\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .aboveSmallTablet\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .aboveSmallTablet\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveSmallTablet\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .aboveSmallTablet\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .aboveSmallTablet\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .aboveSmallTablet\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .aboveSmallTablet\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .aboveSmallTablet\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .aboveSmallTablet\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .aboveSmallTablet\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .aboveSmallTablet\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .aboveSmallTablet\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .aboveSmallTablet\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .aboveSmallTablet\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .aboveSmallTablet\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .aboveSmallTablet\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .aboveSmallTablet\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .aboveSmallTablet\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .aboveSmallTablet\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .aboveSmallTablet\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .aboveSmallTablet\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .aboveSmallTablet\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .aboveSmallTablet\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .aboveSmallTablet\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .aboveSmallTablet\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .aboveSmallTablet\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .aboveSmallTablet\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .aboveSmallTablet\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .aboveSmallTablet\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .aboveSmallTablet\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .aboveSmallTablet\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .aboveSmallTablet\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .aboveSmallTablet\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .aboveSmallTablet\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .aboveSmallTablet\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .aboveSmallTablet\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .aboveSmallTablet\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .aboveSmallTablet\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveSmallTablet\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .aboveSmallTablet\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .aboveSmallTablet\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .aboveSmallTablet\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .aboveSmallTablet\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .aboveSmallTablet\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .aboveSmallTablet\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .aboveSmallTablet\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .aboveSmallTablet\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .aboveSmallTablet\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .aboveSmallTablet\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .aboveSmallTablet\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .aboveSmallTablet\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .aboveSmallTablet\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .aboveSmallTablet\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .aboveSmallTablet\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .aboveSmallTablet\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .aboveSmallTablet\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .aboveSmallTablet\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .aboveSmallTablet\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .aboveSmallTablet\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .aboveSmallTablet\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .aboveSmallTablet\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .aboveSmallTablet\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .aboveSmallTablet\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .aboveSmallTablet\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .aboveSmallTablet\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .aboveSmallTablet\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .aboveSmallTablet\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .aboveSmallTablet\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .aboveSmallTablet\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .aboveSmallTablet\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .aboveSmallTablet\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .aboveSmallTablet\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .aboveSmallTablet\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .aboveSmallTablet\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .aboveSmallTablet\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .aboveSmallTablet\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .aboveSmallTablet\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .aboveSmallTablet\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .aboveSmallTablet\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .aboveSmallTablet\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .aboveSmallTablet\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .aboveSmallTablet\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .aboveSmallTablet\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .aboveSmallTablet\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .aboveSmallTablet\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .aboveSmallTablet\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .aboveSmallTablet\:top-0{
    top: 0px;
  }

  .aboveSmallTablet\:top-1{
    top: 0.25rem;
  }

  .aboveSmallTablet\:top-2{
    top: 0.5rem;
  }

  .aboveSmallTablet\:top-3{
    top: 0.75rem;
  }

  .aboveSmallTablet\:top-4{
    top: 1rem;
  }

  .aboveSmallTablet\:top-5{
    top: 1.25rem;
  }

  .aboveSmallTablet\:top-6{
    top: 1.5rem;
  }

  .aboveSmallTablet\:top-7{
    top: 1.75rem;
  }

  .aboveSmallTablet\:top-8{
    top: 2rem;
  }

  .aboveSmallTablet\:top-9{
    top: 2.25rem;
  }

  .aboveSmallTablet\:top-10{
    top: 2.5rem;
  }

  .aboveSmallTablet\:top-11{
    top: 2.75rem;
  }

  .aboveSmallTablet\:top-12{
    top: 3rem;
  }

  .aboveSmallTablet\:top-14{
    top: 3.5rem;
  }

  .aboveSmallTablet\:top-16{
    top: 4rem;
  }

  .aboveSmallTablet\:top-20{
    top: 5rem;
  }

  .aboveSmallTablet\:top-24{
    top: 6rem;
  }

  .aboveSmallTablet\:top-28{
    top: 7rem;
  }

  .aboveSmallTablet\:top-32{
    top: 8rem;
  }

  .aboveSmallTablet\:top-36{
    top: 9rem;
  }

  .aboveSmallTablet\:top-40{
    top: 10rem;
  }

  .aboveSmallTablet\:top-44{
    top: 11rem;
  }

  .aboveSmallTablet\:top-48{
    top: 12rem;
  }

  .aboveSmallTablet\:top-52{
    top: 13rem;
  }

  .aboveSmallTablet\:top-56{
    top: 14rem;
  }

  .aboveSmallTablet\:top-60{
    top: 15rem;
  }

  .aboveSmallTablet\:top-64{
    top: 16rem;
  }

  .aboveSmallTablet\:top-72{
    top: 18rem;
  }

  .aboveSmallTablet\:top-80{
    top: 20rem;
  }

  .aboveSmallTablet\:top-96{
    top: 24rem;
  }

  .aboveSmallTablet\:top-auto{
    top: auto;
  }

  .aboveSmallTablet\:top-px{
    top: 1px;
  }

  .aboveSmallTablet\:top-0\.5{
    top: 0.125rem;
  }

  .aboveSmallTablet\:top-1\.5{
    top: 0.375rem;
  }

  .aboveSmallTablet\:top-2\.5{
    top: 0.625rem;
  }

  .aboveSmallTablet\:top-3\.5{
    top: 0.875rem;
  }

  .aboveSmallTablet\:-top-0{
    top: 0px;
  }

  .aboveSmallTablet\:-top-1{
    top: -0.25rem;
  }

  .aboveSmallTablet\:-top-2{
    top: -0.5rem;
  }

  .aboveSmallTablet\:-top-3{
    top: -0.75rem;
  }

  .aboveSmallTablet\:-top-4{
    top: -1rem;
  }

  .aboveSmallTablet\:-top-5{
    top: -1.25rem;
  }

  .aboveSmallTablet\:-top-6{
    top: -1.5rem;
  }

  .aboveSmallTablet\:-top-7{
    top: -1.75rem;
  }

  .aboveSmallTablet\:-top-8{
    top: -2rem;
  }

  .aboveSmallTablet\:-top-9{
    top: -2.25rem;
  }

  .aboveSmallTablet\:-top-10{
    top: -2.5rem;
  }

  .aboveSmallTablet\:-top-11{
    top: -2.75rem;
  }

  .aboveSmallTablet\:-top-12{
    top: -3rem;
  }

  .aboveSmallTablet\:-top-14{
    top: -3.5rem;
  }

  .aboveSmallTablet\:-top-16{
    top: -4rem;
  }

  .aboveSmallTablet\:-top-20{
    top: -5rem;
  }

  .aboveSmallTablet\:-top-24{
    top: -6rem;
  }

  .aboveSmallTablet\:-top-28{
    top: -7rem;
  }

  .aboveSmallTablet\:-top-32{
    top: -8rem;
  }

  .aboveSmallTablet\:-top-36{
    top: -9rem;
  }

  .aboveSmallTablet\:-top-40{
    top: -10rem;
  }

  .aboveSmallTablet\:-top-44{
    top: -11rem;
  }

  .aboveSmallTablet\:-top-48{
    top: -12rem;
  }

  .aboveSmallTablet\:-top-52{
    top: -13rem;
  }

  .aboveSmallTablet\:-top-56{
    top: -14rem;
  }

  .aboveSmallTablet\:-top-60{
    top: -15rem;
  }

  .aboveSmallTablet\:-top-64{
    top: -16rem;
  }

  .aboveSmallTablet\:-top-72{
    top: -18rem;
  }

  .aboveSmallTablet\:-top-80{
    top: -20rem;
  }

  .aboveSmallTablet\:-top-96{
    top: -24rem;
  }

  .aboveSmallTablet\:-top-px{
    top: -1px;
  }

  .aboveSmallTablet\:-top-0\.5{
    top: -0.125rem;
  }

  .aboveSmallTablet\:-top-1\.5{
    top: -0.375rem;
  }

  .aboveSmallTablet\:-top-2\.5{
    top: -0.625rem;
  }

  .aboveSmallTablet\:-top-3\.5{
    top: -0.875rem;
  }

  .aboveSmallTablet\:top-1\/2{
    top: 50%;
  }

  .aboveSmallTablet\:top-1\/3{
    top: 33.333333%;
  }

  .aboveSmallTablet\:top-2\/3{
    top: 66.666667%;
  }

  .aboveSmallTablet\:top-1\/4{
    top: 25%;
  }

  .aboveSmallTablet\:top-2\/4{
    top: 50%;
  }

  .aboveSmallTablet\:top-3\/4{
    top: 75%;
  }

  .aboveSmallTablet\:top-full{
    top: 100%;
  }

  .aboveSmallTablet\:-top-1\/2{
    top: -50%;
  }

  .aboveSmallTablet\:-top-1\/3{
    top: -33.333333%;
  }

  .aboveSmallTablet\:-top-2\/3{
    top: -66.666667%;
  }

  .aboveSmallTablet\:-top-1\/4{
    top: -25%;
  }

  .aboveSmallTablet\:-top-2\/4{
    top: -50%;
  }

  .aboveSmallTablet\:-top-3\/4{
    top: -75%;
  }

  .aboveSmallTablet\:-top-full{
    top: -100%;
  }

  .aboveSmallTablet\:right-0{
    right: 0px;
  }

  .aboveSmallTablet\:right-1{
    right: 0.25rem;
  }

  .aboveSmallTablet\:right-2{
    right: 0.5rem;
  }

  .aboveSmallTablet\:right-3{
    right: 0.75rem;
  }

  .aboveSmallTablet\:right-4{
    right: 1rem;
  }

  .aboveSmallTablet\:right-5{
    right: 1.25rem;
  }

  .aboveSmallTablet\:right-6{
    right: 1.5rem;
  }

  .aboveSmallTablet\:right-7{
    right: 1.75rem;
  }

  .aboveSmallTablet\:right-8{
    right: 2rem;
  }

  .aboveSmallTablet\:right-9{
    right: 2.25rem;
  }

  .aboveSmallTablet\:right-10{
    right: 2.5rem;
  }

  .aboveSmallTablet\:right-11{
    right: 2.75rem;
  }

  .aboveSmallTablet\:right-12{
    right: 3rem;
  }

  .aboveSmallTablet\:right-14{
    right: 3.5rem;
  }

  .aboveSmallTablet\:right-16{
    right: 4rem;
  }

  .aboveSmallTablet\:right-20{
    right: 5rem;
  }

  .aboveSmallTablet\:right-24{
    right: 6rem;
  }

  .aboveSmallTablet\:right-28{
    right: 7rem;
  }

  .aboveSmallTablet\:right-32{
    right: 8rem;
  }

  .aboveSmallTablet\:right-36{
    right: 9rem;
  }

  .aboveSmallTablet\:right-40{
    right: 10rem;
  }

  .aboveSmallTablet\:right-44{
    right: 11rem;
  }

  .aboveSmallTablet\:right-48{
    right: 12rem;
  }

  .aboveSmallTablet\:right-52{
    right: 13rem;
  }

  .aboveSmallTablet\:right-56{
    right: 14rem;
  }

  .aboveSmallTablet\:right-60{
    right: 15rem;
  }

  .aboveSmallTablet\:right-64{
    right: 16rem;
  }

  .aboveSmallTablet\:right-72{
    right: 18rem;
  }

  .aboveSmallTablet\:right-80{
    right: 20rem;
  }

  .aboveSmallTablet\:right-96{
    right: 24rem;
  }

  .aboveSmallTablet\:right-auto{
    right: auto;
  }

  .aboveSmallTablet\:right-px{
    right: 1px;
  }

  .aboveSmallTablet\:right-0\.5{
    right: 0.125rem;
  }

  .aboveSmallTablet\:right-1\.5{
    right: 0.375rem;
  }

  .aboveSmallTablet\:right-2\.5{
    right: 0.625rem;
  }

  .aboveSmallTablet\:right-3\.5{
    right: 0.875rem;
  }

  .aboveSmallTablet\:-right-0{
    right: 0px;
  }

  .aboveSmallTablet\:-right-1{
    right: -0.25rem;
  }

  .aboveSmallTablet\:-right-2{
    right: -0.5rem;
  }

  .aboveSmallTablet\:-right-3{
    right: -0.75rem;
  }

  .aboveSmallTablet\:-right-4{
    right: -1rem;
  }

  .aboveSmallTablet\:-right-5{
    right: -1.25rem;
  }

  .aboveSmallTablet\:-right-6{
    right: -1.5rem;
  }

  .aboveSmallTablet\:-right-7{
    right: -1.75rem;
  }

  .aboveSmallTablet\:-right-8{
    right: -2rem;
  }

  .aboveSmallTablet\:-right-9{
    right: -2.25rem;
  }

  .aboveSmallTablet\:-right-10{
    right: -2.5rem;
  }

  .aboveSmallTablet\:-right-11{
    right: -2.75rem;
  }

  .aboveSmallTablet\:-right-12{
    right: -3rem;
  }

  .aboveSmallTablet\:-right-14{
    right: -3.5rem;
  }

  .aboveSmallTablet\:-right-16{
    right: -4rem;
  }

  .aboveSmallTablet\:-right-20{
    right: -5rem;
  }

  .aboveSmallTablet\:-right-24{
    right: -6rem;
  }

  .aboveSmallTablet\:-right-28{
    right: -7rem;
  }

  .aboveSmallTablet\:-right-32{
    right: -8rem;
  }

  .aboveSmallTablet\:-right-36{
    right: -9rem;
  }

  .aboveSmallTablet\:-right-40{
    right: -10rem;
  }

  .aboveSmallTablet\:-right-44{
    right: -11rem;
  }

  .aboveSmallTablet\:-right-48{
    right: -12rem;
  }

  .aboveSmallTablet\:-right-52{
    right: -13rem;
  }

  .aboveSmallTablet\:-right-56{
    right: -14rem;
  }

  .aboveSmallTablet\:-right-60{
    right: -15rem;
  }

  .aboveSmallTablet\:-right-64{
    right: -16rem;
  }

  .aboveSmallTablet\:-right-72{
    right: -18rem;
  }

  .aboveSmallTablet\:-right-80{
    right: -20rem;
  }

  .aboveSmallTablet\:-right-96{
    right: -24rem;
  }

  .aboveSmallTablet\:-right-px{
    right: -1px;
  }

  .aboveSmallTablet\:-right-0\.5{
    right: -0.125rem;
  }

  .aboveSmallTablet\:-right-1\.5{
    right: -0.375rem;
  }

  .aboveSmallTablet\:-right-2\.5{
    right: -0.625rem;
  }

  .aboveSmallTablet\:-right-3\.5{
    right: -0.875rem;
  }

  .aboveSmallTablet\:right-1\/2{
    right: 50%;
  }

  .aboveSmallTablet\:right-1\/3{
    right: 33.333333%;
  }

  .aboveSmallTablet\:right-2\/3{
    right: 66.666667%;
  }

  .aboveSmallTablet\:right-1\/4{
    right: 25%;
  }

  .aboveSmallTablet\:right-2\/4{
    right: 50%;
  }

  .aboveSmallTablet\:right-3\/4{
    right: 75%;
  }

  .aboveSmallTablet\:right-full{
    right: 100%;
  }

  .aboveSmallTablet\:-right-1\/2{
    right: -50%;
  }

  .aboveSmallTablet\:-right-1\/3{
    right: -33.333333%;
  }

  .aboveSmallTablet\:-right-2\/3{
    right: -66.666667%;
  }

  .aboveSmallTablet\:-right-1\/4{
    right: -25%;
  }

  .aboveSmallTablet\:-right-2\/4{
    right: -50%;
  }

  .aboveSmallTablet\:-right-3\/4{
    right: -75%;
  }

  .aboveSmallTablet\:-right-full{
    right: -100%;
  }

  .aboveSmallTablet\:bottom-0{
    bottom: 0px;
  }

  .aboveSmallTablet\:bottom-1{
    bottom: 0.25rem;
  }

  .aboveSmallTablet\:bottom-2{
    bottom: 0.5rem;
  }

  .aboveSmallTablet\:bottom-3{
    bottom: 0.75rem;
  }

  .aboveSmallTablet\:bottom-4{
    bottom: 1rem;
  }

  .aboveSmallTablet\:bottom-5{
    bottom: 1.25rem;
  }

  .aboveSmallTablet\:bottom-6{
    bottom: 1.5rem;
  }

  .aboveSmallTablet\:bottom-7{
    bottom: 1.75rem;
  }

  .aboveSmallTablet\:bottom-8{
    bottom: 2rem;
  }

  .aboveSmallTablet\:bottom-9{
    bottom: 2.25rem;
  }

  .aboveSmallTablet\:bottom-10{
    bottom: 2.5rem;
  }

  .aboveSmallTablet\:bottom-11{
    bottom: 2.75rem;
  }

  .aboveSmallTablet\:bottom-12{
    bottom: 3rem;
  }

  .aboveSmallTablet\:bottom-14{
    bottom: 3.5rem;
  }

  .aboveSmallTablet\:bottom-16{
    bottom: 4rem;
  }

  .aboveSmallTablet\:bottom-20{
    bottom: 5rem;
  }

  .aboveSmallTablet\:bottom-24{
    bottom: 6rem;
  }

  .aboveSmallTablet\:bottom-28{
    bottom: 7rem;
  }

  .aboveSmallTablet\:bottom-32{
    bottom: 8rem;
  }

  .aboveSmallTablet\:bottom-36{
    bottom: 9rem;
  }

  .aboveSmallTablet\:bottom-40{
    bottom: 10rem;
  }

  .aboveSmallTablet\:bottom-44{
    bottom: 11rem;
  }

  .aboveSmallTablet\:bottom-48{
    bottom: 12rem;
  }

  .aboveSmallTablet\:bottom-52{
    bottom: 13rem;
  }

  .aboveSmallTablet\:bottom-56{
    bottom: 14rem;
  }

  .aboveSmallTablet\:bottom-60{
    bottom: 15rem;
  }

  .aboveSmallTablet\:bottom-64{
    bottom: 16rem;
  }

  .aboveSmallTablet\:bottom-72{
    bottom: 18rem;
  }

  .aboveSmallTablet\:bottom-80{
    bottom: 20rem;
  }

  .aboveSmallTablet\:bottom-96{
    bottom: 24rem;
  }

  .aboveSmallTablet\:bottom-auto{
    bottom: auto;
  }

  .aboveSmallTablet\:bottom-px{
    bottom: 1px;
  }

  .aboveSmallTablet\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .aboveSmallTablet\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .aboveSmallTablet\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .aboveSmallTablet\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .aboveSmallTablet\:-bottom-0{
    bottom: 0px;
  }

  .aboveSmallTablet\:-bottom-1{
    bottom: -0.25rem;
  }

  .aboveSmallTablet\:-bottom-2{
    bottom: -0.5rem;
  }

  .aboveSmallTablet\:-bottom-3{
    bottom: -0.75rem;
  }

  .aboveSmallTablet\:-bottom-4{
    bottom: -1rem;
  }

  .aboveSmallTablet\:-bottom-5{
    bottom: -1.25rem;
  }

  .aboveSmallTablet\:-bottom-6{
    bottom: -1.5rem;
  }

  .aboveSmallTablet\:-bottom-7{
    bottom: -1.75rem;
  }

  .aboveSmallTablet\:-bottom-8{
    bottom: -2rem;
  }

  .aboveSmallTablet\:-bottom-9{
    bottom: -2.25rem;
  }

  .aboveSmallTablet\:-bottom-10{
    bottom: -2.5rem;
  }

  .aboveSmallTablet\:-bottom-11{
    bottom: -2.75rem;
  }

  .aboveSmallTablet\:-bottom-12{
    bottom: -3rem;
  }

  .aboveSmallTablet\:-bottom-14{
    bottom: -3.5rem;
  }

  .aboveSmallTablet\:-bottom-16{
    bottom: -4rem;
  }

  .aboveSmallTablet\:-bottom-20{
    bottom: -5rem;
  }

  .aboveSmallTablet\:-bottom-24{
    bottom: -6rem;
  }

  .aboveSmallTablet\:-bottom-28{
    bottom: -7rem;
  }

  .aboveSmallTablet\:-bottom-32{
    bottom: -8rem;
  }

  .aboveSmallTablet\:-bottom-36{
    bottom: -9rem;
  }

  .aboveSmallTablet\:-bottom-40{
    bottom: -10rem;
  }

  .aboveSmallTablet\:-bottom-44{
    bottom: -11rem;
  }

  .aboveSmallTablet\:-bottom-48{
    bottom: -12rem;
  }

  .aboveSmallTablet\:-bottom-52{
    bottom: -13rem;
  }

  .aboveSmallTablet\:-bottom-56{
    bottom: -14rem;
  }

  .aboveSmallTablet\:-bottom-60{
    bottom: -15rem;
  }

  .aboveSmallTablet\:-bottom-64{
    bottom: -16rem;
  }

  .aboveSmallTablet\:-bottom-72{
    bottom: -18rem;
  }

  .aboveSmallTablet\:-bottom-80{
    bottom: -20rem;
  }

  .aboveSmallTablet\:-bottom-96{
    bottom: -24rem;
  }

  .aboveSmallTablet\:-bottom-px{
    bottom: -1px;
  }

  .aboveSmallTablet\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .aboveSmallTablet\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .aboveSmallTablet\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .aboveSmallTablet\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .aboveSmallTablet\:bottom-1\/2{
    bottom: 50%;
  }

  .aboveSmallTablet\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .aboveSmallTablet\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .aboveSmallTablet\:bottom-1\/4{
    bottom: 25%;
  }

  .aboveSmallTablet\:bottom-2\/4{
    bottom: 50%;
  }

  .aboveSmallTablet\:bottom-3\/4{
    bottom: 75%;
  }

  .aboveSmallTablet\:bottom-full{
    bottom: 100%;
  }

  .aboveSmallTablet\:-bottom-1\/2{
    bottom: -50%;
  }

  .aboveSmallTablet\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .aboveSmallTablet\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .aboveSmallTablet\:-bottom-1\/4{
    bottom: -25%;
  }

  .aboveSmallTablet\:-bottom-2\/4{
    bottom: -50%;
  }

  .aboveSmallTablet\:-bottom-3\/4{
    bottom: -75%;
  }

  .aboveSmallTablet\:-bottom-full{
    bottom: -100%;
  }

  .aboveSmallTablet\:left-0{
    left: 0px;
  }

  .aboveSmallTablet\:left-1{
    left: 0.25rem;
  }

  .aboveSmallTablet\:left-2{
    left: 0.5rem;
  }

  .aboveSmallTablet\:left-3{
    left: 0.75rem;
  }

  .aboveSmallTablet\:left-4{
    left: 1rem;
  }

  .aboveSmallTablet\:left-5{
    left: 1.25rem;
  }

  .aboveSmallTablet\:left-6{
    left: 1.5rem;
  }

  .aboveSmallTablet\:left-7{
    left: 1.75rem;
  }

  .aboveSmallTablet\:left-8{
    left: 2rem;
  }

  .aboveSmallTablet\:left-9{
    left: 2.25rem;
  }

  .aboveSmallTablet\:left-10{
    left: 2.5rem;
  }

  .aboveSmallTablet\:left-11{
    left: 2.75rem;
  }

  .aboveSmallTablet\:left-12{
    left: 3rem;
  }

  .aboveSmallTablet\:left-14{
    left: 3.5rem;
  }

  .aboveSmallTablet\:left-16{
    left: 4rem;
  }

  .aboveSmallTablet\:left-20{
    left: 5rem;
  }

  .aboveSmallTablet\:left-24{
    left: 6rem;
  }

  .aboveSmallTablet\:left-28{
    left: 7rem;
  }

  .aboveSmallTablet\:left-32{
    left: 8rem;
  }

  .aboveSmallTablet\:left-36{
    left: 9rem;
  }

  .aboveSmallTablet\:left-40{
    left: 10rem;
  }

  .aboveSmallTablet\:left-44{
    left: 11rem;
  }

  .aboveSmallTablet\:left-48{
    left: 12rem;
  }

  .aboveSmallTablet\:left-52{
    left: 13rem;
  }

  .aboveSmallTablet\:left-56{
    left: 14rem;
  }

  .aboveSmallTablet\:left-60{
    left: 15rem;
  }

  .aboveSmallTablet\:left-64{
    left: 16rem;
  }

  .aboveSmallTablet\:left-72{
    left: 18rem;
  }

  .aboveSmallTablet\:left-80{
    left: 20rem;
  }

  .aboveSmallTablet\:left-96{
    left: 24rem;
  }

  .aboveSmallTablet\:left-auto{
    left: auto;
  }

  .aboveSmallTablet\:left-px{
    left: 1px;
  }

  .aboveSmallTablet\:left-0\.5{
    left: 0.125rem;
  }

  .aboveSmallTablet\:left-1\.5{
    left: 0.375rem;
  }

  .aboveSmallTablet\:left-2\.5{
    left: 0.625rem;
  }

  .aboveSmallTablet\:left-3\.5{
    left: 0.875rem;
  }

  .aboveSmallTablet\:-left-0{
    left: 0px;
  }

  .aboveSmallTablet\:-left-1{
    left: -0.25rem;
  }

  .aboveSmallTablet\:-left-2{
    left: -0.5rem;
  }

  .aboveSmallTablet\:-left-3{
    left: -0.75rem;
  }

  .aboveSmallTablet\:-left-4{
    left: -1rem;
  }

  .aboveSmallTablet\:-left-5{
    left: -1.25rem;
  }

  .aboveSmallTablet\:-left-6{
    left: -1.5rem;
  }

  .aboveSmallTablet\:-left-7{
    left: -1.75rem;
  }

  .aboveSmallTablet\:-left-8{
    left: -2rem;
  }

  .aboveSmallTablet\:-left-9{
    left: -2.25rem;
  }

  .aboveSmallTablet\:-left-10{
    left: -2.5rem;
  }

  .aboveSmallTablet\:-left-11{
    left: -2.75rem;
  }

  .aboveSmallTablet\:-left-12{
    left: -3rem;
  }

  .aboveSmallTablet\:-left-14{
    left: -3.5rem;
  }

  .aboveSmallTablet\:-left-16{
    left: -4rem;
  }

  .aboveSmallTablet\:-left-20{
    left: -5rem;
  }

  .aboveSmallTablet\:-left-24{
    left: -6rem;
  }

  .aboveSmallTablet\:-left-28{
    left: -7rem;
  }

  .aboveSmallTablet\:-left-32{
    left: -8rem;
  }

  .aboveSmallTablet\:-left-36{
    left: -9rem;
  }

  .aboveSmallTablet\:-left-40{
    left: -10rem;
  }

  .aboveSmallTablet\:-left-44{
    left: -11rem;
  }

  .aboveSmallTablet\:-left-48{
    left: -12rem;
  }

  .aboveSmallTablet\:-left-52{
    left: -13rem;
  }

  .aboveSmallTablet\:-left-56{
    left: -14rem;
  }

  .aboveSmallTablet\:-left-60{
    left: -15rem;
  }

  .aboveSmallTablet\:-left-64{
    left: -16rem;
  }

  .aboveSmallTablet\:-left-72{
    left: -18rem;
  }

  .aboveSmallTablet\:-left-80{
    left: -20rem;
  }

  .aboveSmallTablet\:-left-96{
    left: -24rem;
  }

  .aboveSmallTablet\:-left-px{
    left: -1px;
  }

  .aboveSmallTablet\:-left-0\.5{
    left: -0.125rem;
  }

  .aboveSmallTablet\:-left-1\.5{
    left: -0.375rem;
  }

  .aboveSmallTablet\:-left-2\.5{
    left: -0.625rem;
  }

  .aboveSmallTablet\:-left-3\.5{
    left: -0.875rem;
  }

  .aboveSmallTablet\:left-1\/2{
    left: 50%;
  }

  .aboveSmallTablet\:left-1\/3{
    left: 33.333333%;
  }

  .aboveSmallTablet\:left-2\/3{
    left: 66.666667%;
  }

  .aboveSmallTablet\:left-1\/4{
    left: 25%;
  }

  .aboveSmallTablet\:left-2\/4{
    left: 50%;
  }

  .aboveSmallTablet\:left-3\/4{
    left: 75%;
  }

  .aboveSmallTablet\:left-full{
    left: 100%;
  }

  .aboveSmallTablet\:-left-1\/2{
    left: -50%;
  }

  .aboveSmallTablet\:-left-1\/3{
    left: -33.333333%;
  }

  .aboveSmallTablet\:-left-2\/3{
    left: -66.666667%;
  }

  .aboveSmallTablet\:-left-1\/4{
    left: -25%;
  }

  .aboveSmallTablet\:-left-2\/4{
    left: -50%;
  }

  .aboveSmallTablet\:-left-3\/4{
    left: -75%;
  }

  .aboveSmallTablet\:-left-full{
    left: -100%;
  }

  .aboveSmallTablet\:isolate{
    isolation: isolate;
  }

  .aboveSmallTablet\:isolation-auto{
    isolation: auto;
  }

  .aboveSmallTablet\:z-0{
    z-index: 0;
  }

  .aboveSmallTablet\:z-10{
    z-index: 10;
  }

  .aboveSmallTablet\:z-20{
    z-index: 20;
  }

  .aboveSmallTablet\:z-30{
    z-index: 30;
  }

  .aboveSmallTablet\:z-40{
    z-index: 40;
  }

  .aboveSmallTablet\:z-50{
    z-index: 50;
  }

  .aboveSmallTablet\:z-auto{
    z-index: auto;
  }

  .aboveSmallTablet\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .aboveSmallTablet\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .aboveSmallTablet\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .aboveSmallTablet\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .aboveSmallTablet\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .aboveSmallTablet\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .aboveSmallTablet\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .aboveSmallTablet\:focus\:z-0:focus{
    z-index: 0;
  }

  .aboveSmallTablet\:focus\:z-10:focus{
    z-index: 10;
  }

  .aboveSmallTablet\:focus\:z-20:focus{
    z-index: 20;
  }

  .aboveSmallTablet\:focus\:z-30:focus{
    z-index: 30;
  }

  .aboveSmallTablet\:focus\:z-40:focus{
    z-index: 40;
  }

  .aboveSmallTablet\:focus\:z-50:focus{
    z-index: 50;
  }

  .aboveSmallTablet\:focus\:z-auto:focus{
    z-index: auto;
  }

  .aboveSmallTablet\:order-1{
    order: 1;
  }

  .aboveSmallTablet\:order-2{
    order: 2;
  }

  .aboveSmallTablet\:order-3{
    order: 3;
  }

  .aboveSmallTablet\:order-4{
    order: 4;
  }

  .aboveSmallTablet\:order-5{
    order: 5;
  }

  .aboveSmallTablet\:order-6{
    order: 6;
  }

  .aboveSmallTablet\:order-7{
    order: 7;
  }

  .aboveSmallTablet\:order-8{
    order: 8;
  }

  .aboveSmallTablet\:order-9{
    order: 9;
  }

  .aboveSmallTablet\:order-10{
    order: 10;
  }

  .aboveSmallTablet\:order-11{
    order: 11;
  }

  .aboveSmallTablet\:order-12{
    order: 12;
  }

  .aboveSmallTablet\:order-first{
    order: -9999;
  }

  .aboveSmallTablet\:order-last{
    order: 9999;
  }

  .aboveSmallTablet\:order-none{
    order: 0;
  }

  .aboveSmallTablet\:col-auto{
    grid-column: auto;
  }

  .aboveSmallTablet\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .aboveSmallTablet\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .aboveSmallTablet\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .aboveSmallTablet\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .aboveSmallTablet\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .aboveSmallTablet\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .aboveSmallTablet\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .aboveSmallTablet\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .aboveSmallTablet\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .aboveSmallTablet\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .aboveSmallTablet\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .aboveSmallTablet\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .aboveSmallTablet\:col-span-full{
    grid-column: 1 / -1;
  }

  .aboveSmallTablet\:col-start-1{
    grid-column-start: 1;
  }

  .aboveSmallTablet\:col-start-2{
    grid-column-start: 2;
  }

  .aboveSmallTablet\:col-start-3{
    grid-column-start: 3;
  }

  .aboveSmallTablet\:col-start-4{
    grid-column-start: 4;
  }

  .aboveSmallTablet\:col-start-5{
    grid-column-start: 5;
  }

  .aboveSmallTablet\:col-start-6{
    grid-column-start: 6;
  }

  .aboveSmallTablet\:col-start-7{
    grid-column-start: 7;
  }

  .aboveSmallTablet\:col-start-8{
    grid-column-start: 8;
  }

  .aboveSmallTablet\:col-start-9{
    grid-column-start: 9;
  }

  .aboveSmallTablet\:col-start-10{
    grid-column-start: 10;
  }

  .aboveSmallTablet\:col-start-11{
    grid-column-start: 11;
  }

  .aboveSmallTablet\:col-start-12{
    grid-column-start: 12;
  }

  .aboveSmallTablet\:col-start-13{
    grid-column-start: 13;
  }

  .aboveSmallTablet\:col-start-auto{
    grid-column-start: auto;
  }

  .aboveSmallTablet\:col-end-1{
    grid-column-end: 1;
  }

  .aboveSmallTablet\:col-end-2{
    grid-column-end: 2;
  }

  .aboveSmallTablet\:col-end-3{
    grid-column-end: 3;
  }

  .aboveSmallTablet\:col-end-4{
    grid-column-end: 4;
  }

  .aboveSmallTablet\:col-end-5{
    grid-column-end: 5;
  }

  .aboveSmallTablet\:col-end-6{
    grid-column-end: 6;
  }

  .aboveSmallTablet\:col-end-7{
    grid-column-end: 7;
  }

  .aboveSmallTablet\:col-end-8{
    grid-column-end: 8;
  }

  .aboveSmallTablet\:col-end-9{
    grid-column-end: 9;
  }

  .aboveSmallTablet\:col-end-10{
    grid-column-end: 10;
  }

  .aboveSmallTablet\:col-end-11{
    grid-column-end: 11;
  }

  .aboveSmallTablet\:col-end-12{
    grid-column-end: 12;
  }

  .aboveSmallTablet\:col-end-13{
    grid-column-end: 13;
  }

  .aboveSmallTablet\:col-end-auto{
    grid-column-end: auto;
  }

  .aboveSmallTablet\:row-auto{
    grid-row: auto;
  }

  .aboveSmallTablet\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .aboveSmallTablet\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .aboveSmallTablet\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .aboveSmallTablet\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .aboveSmallTablet\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .aboveSmallTablet\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .aboveSmallTablet\:row-span-full{
    grid-row: 1 / -1;
  }

  .aboveSmallTablet\:row-start-1{
    grid-row-start: 1;
  }

  .aboveSmallTablet\:row-start-2{
    grid-row-start: 2;
  }

  .aboveSmallTablet\:row-start-3{
    grid-row-start: 3;
  }

  .aboveSmallTablet\:row-start-4{
    grid-row-start: 4;
  }

  .aboveSmallTablet\:row-start-5{
    grid-row-start: 5;
  }

  .aboveSmallTablet\:row-start-6{
    grid-row-start: 6;
  }

  .aboveSmallTablet\:row-start-7{
    grid-row-start: 7;
  }

  .aboveSmallTablet\:row-start-auto{
    grid-row-start: auto;
  }

  .aboveSmallTablet\:row-end-1{
    grid-row-end: 1;
  }

  .aboveSmallTablet\:row-end-2{
    grid-row-end: 2;
  }

  .aboveSmallTablet\:row-end-3{
    grid-row-end: 3;
  }

  .aboveSmallTablet\:row-end-4{
    grid-row-end: 4;
  }

  .aboveSmallTablet\:row-end-5{
    grid-row-end: 5;
  }

  .aboveSmallTablet\:row-end-6{
    grid-row-end: 6;
  }

  .aboveSmallTablet\:row-end-7{
    grid-row-end: 7;
  }

  .aboveSmallTablet\:row-end-auto{
    grid-row-end: auto;
  }

  .aboveSmallTablet\:float-right{
    float: right;
  }

  .aboveSmallTablet\:float-left{
    float: left;
  }

  .aboveSmallTablet\:float-none{
    float: none;
  }

  .aboveSmallTablet\:clear-left{
    clear: left;
  }

  .aboveSmallTablet\:clear-right{
    clear: right;
  }

  .aboveSmallTablet\:clear-both{
    clear: both;
  }

  .aboveSmallTablet\:clear-none{
    clear: none;
  }

  .aboveSmallTablet\:m-0{
    margin: 0px;
  }

  .aboveSmallTablet\:m-1{
    margin: 0.25rem;
  }

  .aboveSmallTablet\:m-2{
    margin: 0.5rem;
  }

  .aboveSmallTablet\:m-3{
    margin: 0.75rem;
  }

  .aboveSmallTablet\:m-4{
    margin: 1rem;
  }

  .aboveSmallTablet\:m-5{
    margin: 1.25rem;
  }

  .aboveSmallTablet\:m-6{
    margin: 1.5rem;
  }

  .aboveSmallTablet\:m-7{
    margin: 1.75rem;
  }

  .aboveSmallTablet\:m-8{
    margin: 2rem;
  }

  .aboveSmallTablet\:m-9{
    margin: 2.25rem;
  }

  .aboveSmallTablet\:m-10{
    margin: 2.5rem;
  }

  .aboveSmallTablet\:m-11{
    margin: 2.75rem;
  }

  .aboveSmallTablet\:m-12{
    margin: 3rem;
  }

  .aboveSmallTablet\:m-14{
    margin: 3.5rem;
  }

  .aboveSmallTablet\:m-16{
    margin: 4rem;
  }

  .aboveSmallTablet\:m-20{
    margin: 5rem;
  }

  .aboveSmallTablet\:m-24{
    margin: 6rem;
  }

  .aboveSmallTablet\:m-28{
    margin: 7rem;
  }

  .aboveSmallTablet\:m-32{
    margin: 8rem;
  }

  .aboveSmallTablet\:m-36{
    margin: 9rem;
  }

  .aboveSmallTablet\:m-40{
    margin: 10rem;
  }

  .aboveSmallTablet\:m-44{
    margin: 11rem;
  }

  .aboveSmallTablet\:m-48{
    margin: 12rem;
  }

  .aboveSmallTablet\:m-52{
    margin: 13rem;
  }

  .aboveSmallTablet\:m-56{
    margin: 14rem;
  }

  .aboveSmallTablet\:m-60{
    margin: 15rem;
  }

  .aboveSmallTablet\:m-64{
    margin: 16rem;
  }

  .aboveSmallTablet\:m-72{
    margin: 18rem;
  }

  .aboveSmallTablet\:m-80{
    margin: 20rem;
  }

  .aboveSmallTablet\:m-96{
    margin: 24rem;
  }

  .aboveSmallTablet\:m-auto{
    margin: auto;
  }

  .aboveSmallTablet\:m-px{
    margin: 1px;
  }

  .aboveSmallTablet\:m-0\.5{
    margin: 0.125rem;
  }

  .aboveSmallTablet\:m-1\.5{
    margin: 0.375rem;
  }

  .aboveSmallTablet\:m-2\.5{
    margin: 0.625rem;
  }

  .aboveSmallTablet\:m-3\.5{
    margin: 0.875rem;
  }

  .aboveSmallTablet\:-m-0{
    margin: 0px;
  }

  .aboveSmallTablet\:-m-1{
    margin: -0.25rem;
  }

  .aboveSmallTablet\:-m-2{
    margin: -0.5rem;
  }

  .aboveSmallTablet\:-m-3{
    margin: -0.75rem;
  }

  .aboveSmallTablet\:-m-4{
    margin: -1rem;
  }

  .aboveSmallTablet\:-m-5{
    margin: -1.25rem;
  }

  .aboveSmallTablet\:-m-6{
    margin: -1.5rem;
  }

  .aboveSmallTablet\:-m-7{
    margin: -1.75rem;
  }

  .aboveSmallTablet\:-m-8{
    margin: -2rem;
  }

  .aboveSmallTablet\:-m-9{
    margin: -2.25rem;
  }

  .aboveSmallTablet\:-m-10{
    margin: -2.5rem;
  }

  .aboveSmallTablet\:-m-11{
    margin: -2.75rem;
  }

  .aboveSmallTablet\:-m-12{
    margin: -3rem;
  }

  .aboveSmallTablet\:-m-14{
    margin: -3.5rem;
  }

  .aboveSmallTablet\:-m-16{
    margin: -4rem;
  }

  .aboveSmallTablet\:-m-20{
    margin: -5rem;
  }

  .aboveSmallTablet\:-m-24{
    margin: -6rem;
  }

  .aboveSmallTablet\:-m-28{
    margin: -7rem;
  }

  .aboveSmallTablet\:-m-32{
    margin: -8rem;
  }

  .aboveSmallTablet\:-m-36{
    margin: -9rem;
  }

  .aboveSmallTablet\:-m-40{
    margin: -10rem;
  }

  .aboveSmallTablet\:-m-44{
    margin: -11rem;
  }

  .aboveSmallTablet\:-m-48{
    margin: -12rem;
  }

  .aboveSmallTablet\:-m-52{
    margin: -13rem;
  }

  .aboveSmallTablet\:-m-56{
    margin: -14rem;
  }

  .aboveSmallTablet\:-m-60{
    margin: -15rem;
  }

  .aboveSmallTablet\:-m-64{
    margin: -16rem;
  }

  .aboveSmallTablet\:-m-72{
    margin: -18rem;
  }

  .aboveSmallTablet\:-m-80{
    margin: -20rem;
  }

  .aboveSmallTablet\:-m-96{
    margin: -24rem;
  }

  .aboveSmallTablet\:-m-px{
    margin: -1px;
  }

  .aboveSmallTablet\:-m-0\.5{
    margin: -0.125rem;
  }

  .aboveSmallTablet\:-m-1\.5{
    margin: -0.375rem;
  }

  .aboveSmallTablet\:-m-2\.5{
    margin: -0.625rem;
  }

  .aboveSmallTablet\:-m-3\.5{
    margin: -0.875rem;
  }

  .aboveSmallTablet\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveSmallTablet\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .aboveSmallTablet\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .aboveSmallTablet\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .aboveSmallTablet\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .aboveSmallTablet\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .aboveSmallTablet\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .aboveSmallTablet\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .aboveSmallTablet\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .aboveSmallTablet\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .aboveSmallTablet\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .aboveSmallTablet\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .aboveSmallTablet\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .aboveSmallTablet\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .aboveSmallTablet\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .aboveSmallTablet\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .aboveSmallTablet\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .aboveSmallTablet\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .aboveSmallTablet\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .aboveSmallTablet\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .aboveSmallTablet\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .aboveSmallTablet\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .aboveSmallTablet\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .aboveSmallTablet\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .aboveSmallTablet\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .aboveSmallTablet\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .aboveSmallTablet\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .aboveSmallTablet\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .aboveSmallTablet\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .aboveSmallTablet\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .aboveSmallTablet\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .aboveSmallTablet\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .aboveSmallTablet\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .aboveSmallTablet\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .aboveSmallTablet\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .aboveSmallTablet\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .aboveSmallTablet\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveSmallTablet\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .aboveSmallTablet\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .aboveSmallTablet\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .aboveSmallTablet\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .aboveSmallTablet\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .aboveSmallTablet\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .aboveSmallTablet\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .aboveSmallTablet\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .aboveSmallTablet\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .aboveSmallTablet\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .aboveSmallTablet\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .aboveSmallTablet\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .aboveSmallTablet\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .aboveSmallTablet\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .aboveSmallTablet\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .aboveSmallTablet\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .aboveSmallTablet\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .aboveSmallTablet\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .aboveSmallTablet\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .aboveSmallTablet\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .aboveSmallTablet\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .aboveSmallTablet\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .aboveSmallTablet\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .aboveSmallTablet\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .aboveSmallTablet\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .aboveSmallTablet\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .aboveSmallTablet\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .aboveSmallTablet\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .aboveSmallTablet\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .aboveSmallTablet\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .aboveSmallTablet\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .aboveSmallTablet\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .aboveSmallTablet\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .aboveSmallTablet\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .aboveSmallTablet\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveSmallTablet\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .aboveSmallTablet\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .aboveSmallTablet\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .aboveSmallTablet\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .aboveSmallTablet\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .aboveSmallTablet\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .aboveSmallTablet\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .aboveSmallTablet\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .aboveSmallTablet\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .aboveSmallTablet\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .aboveSmallTablet\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .aboveSmallTablet\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .aboveSmallTablet\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .aboveSmallTablet\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .aboveSmallTablet\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .aboveSmallTablet\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .aboveSmallTablet\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .aboveSmallTablet\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .aboveSmallTablet\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .aboveSmallTablet\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .aboveSmallTablet\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .aboveSmallTablet\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .aboveSmallTablet\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .aboveSmallTablet\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .aboveSmallTablet\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .aboveSmallTablet\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .aboveSmallTablet\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .aboveSmallTablet\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .aboveSmallTablet\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .aboveSmallTablet\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .aboveSmallTablet\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .aboveSmallTablet\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .aboveSmallTablet\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .aboveSmallTablet\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .aboveSmallTablet\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .aboveSmallTablet\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveSmallTablet\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .aboveSmallTablet\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .aboveSmallTablet\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .aboveSmallTablet\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .aboveSmallTablet\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .aboveSmallTablet\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .aboveSmallTablet\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .aboveSmallTablet\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .aboveSmallTablet\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .aboveSmallTablet\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .aboveSmallTablet\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .aboveSmallTablet\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .aboveSmallTablet\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .aboveSmallTablet\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .aboveSmallTablet\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .aboveSmallTablet\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .aboveSmallTablet\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .aboveSmallTablet\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .aboveSmallTablet\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .aboveSmallTablet\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .aboveSmallTablet\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .aboveSmallTablet\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .aboveSmallTablet\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .aboveSmallTablet\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .aboveSmallTablet\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .aboveSmallTablet\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .aboveSmallTablet\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .aboveSmallTablet\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .aboveSmallTablet\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .aboveSmallTablet\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .aboveSmallTablet\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .aboveSmallTablet\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .aboveSmallTablet\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .aboveSmallTablet\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .aboveSmallTablet\:mt-0{
    margin-top: 0px;
  }

  .aboveSmallTablet\:mt-1{
    margin-top: 0.25rem;
  }

  .aboveSmallTablet\:mt-2{
    margin-top: 0.5rem;
  }

  .aboveSmallTablet\:mt-3{
    margin-top: 0.75rem;
  }

  .aboveSmallTablet\:mt-4{
    margin-top: 1rem;
  }

  .aboveSmallTablet\:mt-5{
    margin-top: 1.25rem;
  }

  .aboveSmallTablet\:mt-6{
    margin-top: 1.5rem;
  }

  .aboveSmallTablet\:mt-7{
    margin-top: 1.75rem;
  }

  .aboveSmallTablet\:mt-8{
    margin-top: 2rem;
  }

  .aboveSmallTablet\:mt-9{
    margin-top: 2.25rem;
  }

  .aboveSmallTablet\:mt-10{
    margin-top: 2.5rem;
  }

  .aboveSmallTablet\:mt-11{
    margin-top: 2.75rem;
  }

  .aboveSmallTablet\:mt-12{
    margin-top: 3rem;
  }

  .aboveSmallTablet\:mt-14{
    margin-top: 3.5rem;
  }

  .aboveSmallTablet\:mt-16{
    margin-top: 4rem;
  }

  .aboveSmallTablet\:mt-20{
    margin-top: 5rem;
  }

  .aboveSmallTablet\:mt-24{
    margin-top: 6rem;
  }

  .aboveSmallTablet\:mt-28{
    margin-top: 7rem;
  }

  .aboveSmallTablet\:mt-32{
    margin-top: 8rem;
  }

  .aboveSmallTablet\:mt-36{
    margin-top: 9rem;
  }

  .aboveSmallTablet\:mt-40{
    margin-top: 10rem;
  }

  .aboveSmallTablet\:mt-44{
    margin-top: 11rem;
  }

  .aboveSmallTablet\:mt-48{
    margin-top: 12rem;
  }

  .aboveSmallTablet\:mt-52{
    margin-top: 13rem;
  }

  .aboveSmallTablet\:mt-56{
    margin-top: 14rem;
  }

  .aboveSmallTablet\:mt-60{
    margin-top: 15rem;
  }

  .aboveSmallTablet\:mt-64{
    margin-top: 16rem;
  }

  .aboveSmallTablet\:mt-72{
    margin-top: 18rem;
  }

  .aboveSmallTablet\:mt-80{
    margin-top: 20rem;
  }

  .aboveSmallTablet\:mt-96{
    margin-top: 24rem;
  }

  .aboveSmallTablet\:mt-auto{
    margin-top: auto;
  }

  .aboveSmallTablet\:mt-px{
    margin-top: 1px;
  }

  .aboveSmallTablet\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .aboveSmallTablet\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .aboveSmallTablet\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .aboveSmallTablet\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .aboveSmallTablet\:-mt-0{
    margin-top: 0px;
  }

  .aboveSmallTablet\:-mt-1{
    margin-top: -0.25rem;
  }

  .aboveSmallTablet\:-mt-2{
    margin-top: -0.5rem;
  }

  .aboveSmallTablet\:-mt-3{
    margin-top: -0.75rem;
  }

  .aboveSmallTablet\:-mt-4{
    margin-top: -1rem;
  }

  .aboveSmallTablet\:-mt-5{
    margin-top: -1.25rem;
  }

  .aboveSmallTablet\:-mt-6{
    margin-top: -1.5rem;
  }

  .aboveSmallTablet\:-mt-7{
    margin-top: -1.75rem;
  }

  .aboveSmallTablet\:-mt-8{
    margin-top: -2rem;
  }

  .aboveSmallTablet\:-mt-9{
    margin-top: -2.25rem;
  }

  .aboveSmallTablet\:-mt-10{
    margin-top: -2.5rem;
  }

  .aboveSmallTablet\:-mt-11{
    margin-top: -2.75rem;
  }

  .aboveSmallTablet\:-mt-12{
    margin-top: -3rem;
  }

  .aboveSmallTablet\:-mt-14{
    margin-top: -3.5rem;
  }

  .aboveSmallTablet\:-mt-16{
    margin-top: -4rem;
  }

  .aboveSmallTablet\:-mt-20{
    margin-top: -5rem;
  }

  .aboveSmallTablet\:-mt-24{
    margin-top: -6rem;
  }

  .aboveSmallTablet\:-mt-28{
    margin-top: -7rem;
  }

  .aboveSmallTablet\:-mt-32{
    margin-top: -8rem;
  }

  .aboveSmallTablet\:-mt-36{
    margin-top: -9rem;
  }

  .aboveSmallTablet\:-mt-40{
    margin-top: -10rem;
  }

  .aboveSmallTablet\:-mt-44{
    margin-top: -11rem;
  }

  .aboveSmallTablet\:-mt-48{
    margin-top: -12rem;
  }

  .aboveSmallTablet\:-mt-52{
    margin-top: -13rem;
  }

  .aboveSmallTablet\:-mt-56{
    margin-top: -14rem;
  }

  .aboveSmallTablet\:-mt-60{
    margin-top: -15rem;
  }

  .aboveSmallTablet\:-mt-64{
    margin-top: -16rem;
  }

  .aboveSmallTablet\:-mt-72{
    margin-top: -18rem;
  }

  .aboveSmallTablet\:-mt-80{
    margin-top: -20rem;
  }

  .aboveSmallTablet\:-mt-96{
    margin-top: -24rem;
  }

  .aboveSmallTablet\:-mt-px{
    margin-top: -1px;
  }

  .aboveSmallTablet\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .aboveSmallTablet\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .aboveSmallTablet\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .aboveSmallTablet\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .aboveSmallTablet\:mr-0{
    margin-right: 0px;
  }

  .aboveSmallTablet\:mr-1{
    margin-right: 0.25rem;
  }

  .aboveSmallTablet\:mr-2{
    margin-right: 0.5rem;
  }

  .aboveSmallTablet\:mr-3{
    margin-right: 0.75rem;
  }

  .aboveSmallTablet\:mr-4{
    margin-right: 1rem;
  }

  .aboveSmallTablet\:mr-5{
    margin-right: 1.25rem;
  }

  .aboveSmallTablet\:mr-6{
    margin-right: 1.5rem;
  }

  .aboveSmallTablet\:mr-7{
    margin-right: 1.75rem;
  }

  .aboveSmallTablet\:mr-8{
    margin-right: 2rem;
  }

  .aboveSmallTablet\:mr-9{
    margin-right: 2.25rem;
  }

  .aboveSmallTablet\:mr-10{
    margin-right: 2.5rem;
  }

  .aboveSmallTablet\:mr-11{
    margin-right: 2.75rem;
  }

  .aboveSmallTablet\:mr-12{
    margin-right: 3rem;
  }

  .aboveSmallTablet\:mr-14{
    margin-right: 3.5rem;
  }

  .aboveSmallTablet\:mr-16{
    margin-right: 4rem;
  }

  .aboveSmallTablet\:mr-20{
    margin-right: 5rem;
  }

  .aboveSmallTablet\:mr-24{
    margin-right: 6rem;
  }

  .aboveSmallTablet\:mr-28{
    margin-right: 7rem;
  }

  .aboveSmallTablet\:mr-32{
    margin-right: 8rem;
  }

  .aboveSmallTablet\:mr-36{
    margin-right: 9rem;
  }

  .aboveSmallTablet\:mr-40{
    margin-right: 10rem;
  }

  .aboveSmallTablet\:mr-44{
    margin-right: 11rem;
  }

  .aboveSmallTablet\:mr-48{
    margin-right: 12rem;
  }

  .aboveSmallTablet\:mr-52{
    margin-right: 13rem;
  }

  .aboveSmallTablet\:mr-56{
    margin-right: 14rem;
  }

  .aboveSmallTablet\:mr-60{
    margin-right: 15rem;
  }

  .aboveSmallTablet\:mr-64{
    margin-right: 16rem;
  }

  .aboveSmallTablet\:mr-72{
    margin-right: 18rem;
  }

  .aboveSmallTablet\:mr-80{
    margin-right: 20rem;
  }

  .aboveSmallTablet\:mr-96{
    margin-right: 24rem;
  }

  .aboveSmallTablet\:mr-auto{
    margin-right: auto;
  }

  .aboveSmallTablet\:mr-px{
    margin-right: 1px;
  }

  .aboveSmallTablet\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .aboveSmallTablet\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .aboveSmallTablet\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .aboveSmallTablet\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .aboveSmallTablet\:-mr-0{
    margin-right: 0px;
  }

  .aboveSmallTablet\:-mr-1{
    margin-right: -0.25rem;
  }

  .aboveSmallTablet\:-mr-2{
    margin-right: -0.5rem;
  }

  .aboveSmallTablet\:-mr-3{
    margin-right: -0.75rem;
  }

  .aboveSmallTablet\:-mr-4{
    margin-right: -1rem;
  }

  .aboveSmallTablet\:-mr-5{
    margin-right: -1.25rem;
  }

  .aboveSmallTablet\:-mr-6{
    margin-right: -1.5rem;
  }

  .aboveSmallTablet\:-mr-7{
    margin-right: -1.75rem;
  }

  .aboveSmallTablet\:-mr-8{
    margin-right: -2rem;
  }

  .aboveSmallTablet\:-mr-9{
    margin-right: -2.25rem;
  }

  .aboveSmallTablet\:-mr-10{
    margin-right: -2.5rem;
  }

  .aboveSmallTablet\:-mr-11{
    margin-right: -2.75rem;
  }

  .aboveSmallTablet\:-mr-12{
    margin-right: -3rem;
  }

  .aboveSmallTablet\:-mr-14{
    margin-right: -3.5rem;
  }

  .aboveSmallTablet\:-mr-16{
    margin-right: -4rem;
  }

  .aboveSmallTablet\:-mr-20{
    margin-right: -5rem;
  }

  .aboveSmallTablet\:-mr-24{
    margin-right: -6rem;
  }

  .aboveSmallTablet\:-mr-28{
    margin-right: -7rem;
  }

  .aboveSmallTablet\:-mr-32{
    margin-right: -8rem;
  }

  .aboveSmallTablet\:-mr-36{
    margin-right: -9rem;
  }

  .aboveSmallTablet\:-mr-40{
    margin-right: -10rem;
  }

  .aboveSmallTablet\:-mr-44{
    margin-right: -11rem;
  }

  .aboveSmallTablet\:-mr-48{
    margin-right: -12rem;
  }

  .aboveSmallTablet\:-mr-52{
    margin-right: -13rem;
  }

  .aboveSmallTablet\:-mr-56{
    margin-right: -14rem;
  }

  .aboveSmallTablet\:-mr-60{
    margin-right: -15rem;
  }

  .aboveSmallTablet\:-mr-64{
    margin-right: -16rem;
  }

  .aboveSmallTablet\:-mr-72{
    margin-right: -18rem;
  }

  .aboveSmallTablet\:-mr-80{
    margin-right: -20rem;
  }

  .aboveSmallTablet\:-mr-96{
    margin-right: -24rem;
  }

  .aboveSmallTablet\:-mr-px{
    margin-right: -1px;
  }

  .aboveSmallTablet\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .aboveSmallTablet\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .aboveSmallTablet\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .aboveSmallTablet\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .aboveSmallTablet\:mb-0{
    margin-bottom: 0px;
  }

  .aboveSmallTablet\:mb-1{
    margin-bottom: 0.25rem;
  }

  .aboveSmallTablet\:mb-2{
    margin-bottom: 0.5rem;
  }

  .aboveSmallTablet\:mb-3{
    margin-bottom: 0.75rem;
  }

  .aboveSmallTablet\:mb-4{
    margin-bottom: 1rem;
  }

  .aboveSmallTablet\:mb-5{
    margin-bottom: 1.25rem;
  }

  .aboveSmallTablet\:mb-6{
    margin-bottom: 1.5rem;
  }

  .aboveSmallTablet\:mb-7{
    margin-bottom: 1.75rem;
  }

  .aboveSmallTablet\:mb-8{
    margin-bottom: 2rem;
  }

  .aboveSmallTablet\:mb-9{
    margin-bottom: 2.25rem;
  }

  .aboveSmallTablet\:mb-10{
    margin-bottom: 2.5rem;
  }

  .aboveSmallTablet\:mb-11{
    margin-bottom: 2.75rem;
  }

  .aboveSmallTablet\:mb-12{
    margin-bottom: 3rem;
  }

  .aboveSmallTablet\:mb-14{
    margin-bottom: 3.5rem;
  }

  .aboveSmallTablet\:mb-16{
    margin-bottom: 4rem;
  }

  .aboveSmallTablet\:mb-20{
    margin-bottom: 5rem;
  }

  .aboveSmallTablet\:mb-24{
    margin-bottom: 6rem;
  }

  .aboveSmallTablet\:mb-28{
    margin-bottom: 7rem;
  }

  .aboveSmallTablet\:mb-32{
    margin-bottom: 8rem;
  }

  .aboveSmallTablet\:mb-36{
    margin-bottom: 9rem;
  }

  .aboveSmallTablet\:mb-40{
    margin-bottom: 10rem;
  }

  .aboveSmallTablet\:mb-44{
    margin-bottom: 11rem;
  }

  .aboveSmallTablet\:mb-48{
    margin-bottom: 12rem;
  }

  .aboveSmallTablet\:mb-52{
    margin-bottom: 13rem;
  }

  .aboveSmallTablet\:mb-56{
    margin-bottom: 14rem;
  }

  .aboveSmallTablet\:mb-60{
    margin-bottom: 15rem;
  }

  .aboveSmallTablet\:mb-64{
    margin-bottom: 16rem;
  }

  .aboveSmallTablet\:mb-72{
    margin-bottom: 18rem;
  }

  .aboveSmallTablet\:mb-80{
    margin-bottom: 20rem;
  }

  .aboveSmallTablet\:mb-96{
    margin-bottom: 24rem;
  }

  .aboveSmallTablet\:mb-auto{
    margin-bottom: auto;
  }

  .aboveSmallTablet\:mb-px{
    margin-bottom: 1px;
  }

  .aboveSmallTablet\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .aboveSmallTablet\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .aboveSmallTablet\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .aboveSmallTablet\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .aboveSmallTablet\:-mb-0{
    margin-bottom: 0px;
  }

  .aboveSmallTablet\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .aboveSmallTablet\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .aboveSmallTablet\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .aboveSmallTablet\:-mb-4{
    margin-bottom: -1rem;
  }

  .aboveSmallTablet\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .aboveSmallTablet\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .aboveSmallTablet\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .aboveSmallTablet\:-mb-8{
    margin-bottom: -2rem;
  }

  .aboveSmallTablet\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .aboveSmallTablet\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .aboveSmallTablet\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .aboveSmallTablet\:-mb-12{
    margin-bottom: -3rem;
  }

  .aboveSmallTablet\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .aboveSmallTablet\:-mb-16{
    margin-bottom: -4rem;
  }

  .aboveSmallTablet\:-mb-20{
    margin-bottom: -5rem;
  }

  .aboveSmallTablet\:-mb-24{
    margin-bottom: -6rem;
  }

  .aboveSmallTablet\:-mb-28{
    margin-bottom: -7rem;
  }

  .aboveSmallTablet\:-mb-32{
    margin-bottom: -8rem;
  }

  .aboveSmallTablet\:-mb-36{
    margin-bottom: -9rem;
  }

  .aboveSmallTablet\:-mb-40{
    margin-bottom: -10rem;
  }

  .aboveSmallTablet\:-mb-44{
    margin-bottom: -11rem;
  }

  .aboveSmallTablet\:-mb-48{
    margin-bottom: -12rem;
  }

  .aboveSmallTablet\:-mb-52{
    margin-bottom: -13rem;
  }

  .aboveSmallTablet\:-mb-56{
    margin-bottom: -14rem;
  }

  .aboveSmallTablet\:-mb-60{
    margin-bottom: -15rem;
  }

  .aboveSmallTablet\:-mb-64{
    margin-bottom: -16rem;
  }

  .aboveSmallTablet\:-mb-72{
    margin-bottom: -18rem;
  }

  .aboveSmallTablet\:-mb-80{
    margin-bottom: -20rem;
  }

  .aboveSmallTablet\:-mb-96{
    margin-bottom: -24rem;
  }

  .aboveSmallTablet\:-mb-px{
    margin-bottom: -1px;
  }

  .aboveSmallTablet\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .aboveSmallTablet\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .aboveSmallTablet\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .aboveSmallTablet\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .aboveSmallTablet\:ml-0{
    margin-left: 0px;
  }

  .aboveSmallTablet\:ml-1{
    margin-left: 0.25rem;
  }

  .aboveSmallTablet\:ml-2{
    margin-left: 0.5rem;
  }

  .aboveSmallTablet\:ml-3{
    margin-left: 0.75rem;
  }

  .aboveSmallTablet\:ml-4{
    margin-left: 1rem;
  }

  .aboveSmallTablet\:ml-5{
    margin-left: 1.25rem;
  }

  .aboveSmallTablet\:ml-6{
    margin-left: 1.5rem;
  }

  .aboveSmallTablet\:ml-7{
    margin-left: 1.75rem;
  }

  .aboveSmallTablet\:ml-8{
    margin-left: 2rem;
  }

  .aboveSmallTablet\:ml-9{
    margin-left: 2.25rem;
  }

  .aboveSmallTablet\:ml-10{
    margin-left: 2.5rem;
  }

  .aboveSmallTablet\:ml-11{
    margin-left: 2.75rem;
  }

  .aboveSmallTablet\:ml-12{
    margin-left: 3rem;
  }

  .aboveSmallTablet\:ml-14{
    margin-left: 3.5rem;
  }

  .aboveSmallTablet\:ml-16{
    margin-left: 4rem;
  }

  .aboveSmallTablet\:ml-20{
    margin-left: 5rem;
  }

  .aboveSmallTablet\:ml-24{
    margin-left: 6rem;
  }

  .aboveSmallTablet\:ml-28{
    margin-left: 7rem;
  }

  .aboveSmallTablet\:ml-32{
    margin-left: 8rem;
  }

  .aboveSmallTablet\:ml-36{
    margin-left: 9rem;
  }

  .aboveSmallTablet\:ml-40{
    margin-left: 10rem;
  }

  .aboveSmallTablet\:ml-44{
    margin-left: 11rem;
  }

  .aboveSmallTablet\:ml-48{
    margin-left: 12rem;
  }

  .aboveSmallTablet\:ml-52{
    margin-left: 13rem;
  }

  .aboveSmallTablet\:ml-56{
    margin-left: 14rem;
  }

  .aboveSmallTablet\:ml-60{
    margin-left: 15rem;
  }

  .aboveSmallTablet\:ml-64{
    margin-left: 16rem;
  }

  .aboveSmallTablet\:ml-72{
    margin-left: 18rem;
  }

  .aboveSmallTablet\:ml-80{
    margin-left: 20rem;
  }

  .aboveSmallTablet\:ml-96{
    margin-left: 24rem;
  }

  .aboveSmallTablet\:ml-auto{
    margin-left: auto;
  }

  .aboveSmallTablet\:ml-px{
    margin-left: 1px;
  }

  .aboveSmallTablet\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .aboveSmallTablet\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .aboveSmallTablet\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .aboveSmallTablet\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .aboveSmallTablet\:-ml-0{
    margin-left: 0px;
  }

  .aboveSmallTablet\:-ml-1{
    margin-left: -0.25rem;
  }

  .aboveSmallTablet\:-ml-2{
    margin-left: -0.5rem;
  }

  .aboveSmallTablet\:-ml-3{
    margin-left: -0.75rem;
  }

  .aboveSmallTablet\:-ml-4{
    margin-left: -1rem;
  }

  .aboveSmallTablet\:-ml-5{
    margin-left: -1.25rem;
  }

  .aboveSmallTablet\:-ml-6{
    margin-left: -1.5rem;
  }

  .aboveSmallTablet\:-ml-7{
    margin-left: -1.75rem;
  }

  .aboveSmallTablet\:-ml-8{
    margin-left: -2rem;
  }

  .aboveSmallTablet\:-ml-9{
    margin-left: -2.25rem;
  }

  .aboveSmallTablet\:-ml-10{
    margin-left: -2.5rem;
  }

  .aboveSmallTablet\:-ml-11{
    margin-left: -2.75rem;
  }

  .aboveSmallTablet\:-ml-12{
    margin-left: -3rem;
  }

  .aboveSmallTablet\:-ml-14{
    margin-left: -3.5rem;
  }

  .aboveSmallTablet\:-ml-16{
    margin-left: -4rem;
  }

  .aboveSmallTablet\:-ml-20{
    margin-left: -5rem;
  }

  .aboveSmallTablet\:-ml-24{
    margin-left: -6rem;
  }

  .aboveSmallTablet\:-ml-28{
    margin-left: -7rem;
  }

  .aboveSmallTablet\:-ml-32{
    margin-left: -8rem;
  }

  .aboveSmallTablet\:-ml-36{
    margin-left: -9rem;
  }

  .aboveSmallTablet\:-ml-40{
    margin-left: -10rem;
  }

  .aboveSmallTablet\:-ml-44{
    margin-left: -11rem;
  }

  .aboveSmallTablet\:-ml-48{
    margin-left: -12rem;
  }

  .aboveSmallTablet\:-ml-52{
    margin-left: -13rem;
  }

  .aboveSmallTablet\:-ml-56{
    margin-left: -14rem;
  }

  .aboveSmallTablet\:-ml-60{
    margin-left: -15rem;
  }

  .aboveSmallTablet\:-ml-64{
    margin-left: -16rem;
  }

  .aboveSmallTablet\:-ml-72{
    margin-left: -18rem;
  }

  .aboveSmallTablet\:-ml-80{
    margin-left: -20rem;
  }

  .aboveSmallTablet\:-ml-96{
    margin-left: -24rem;
  }

  .aboveSmallTablet\:-ml-px{
    margin-left: -1px;
  }

  .aboveSmallTablet\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .aboveSmallTablet\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .aboveSmallTablet\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .aboveSmallTablet\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .aboveSmallTablet\:box-border{
    box-sizing: border-box;
  }

  .aboveSmallTablet\:box-content{
    box-sizing: content-box;
  }

  .aboveSmallTablet\:block{
    display: block;
  }

  .aboveSmallTablet\:inline-block{
    display: inline-block;
  }

  .aboveSmallTablet\:inline{
    display: inline;
  }

  .aboveSmallTablet\:flex{
    display: flex;
  }

  .aboveSmallTablet\:inline-flex{
    display: inline-flex;
  }

  .aboveSmallTablet\:table{
    display: table;
  }

  .aboveSmallTablet\:inline-table{
    display: inline-table;
  }

  .aboveSmallTablet\:table-caption{
    display: table-caption;
  }

  .aboveSmallTablet\:table-cell{
    display: table-cell;
  }

  .aboveSmallTablet\:table-column{
    display: table-column;
  }

  .aboveSmallTablet\:table-column-group{
    display: table-column-group;
  }

  .aboveSmallTablet\:table-footer-group{
    display: table-footer-group;
  }

  .aboveSmallTablet\:table-header-group{
    display: table-header-group;
  }

  .aboveSmallTablet\:table-row-group{
    display: table-row-group;
  }

  .aboveSmallTablet\:table-row{
    display: table-row;
  }

  .aboveSmallTablet\:flow-root{
    display: flow-root;
  }

  .aboveSmallTablet\:grid{
    display: grid;
  }

  .aboveSmallTablet\:inline-grid{
    display: inline-grid;
  }

  .aboveSmallTablet\:contents{
    display: contents;
  }

  .aboveSmallTablet\:list-item{
    display: list-item;
  }

  .aboveSmallTablet\:hidden{
    display: none;
  }

  .aboveSmallTablet\:h-0{
    height: 0px;
  }

  .aboveSmallTablet\:h-1{
    height: 0.25rem;
  }

  .aboveSmallTablet\:h-2{
    height: 0.5rem;
  }

  .aboveSmallTablet\:h-3{
    height: 0.75rem;
  }

  .aboveSmallTablet\:h-4{
    height: 1rem;
  }

  .aboveSmallTablet\:h-5{
    height: 1.25rem;
  }

  .aboveSmallTablet\:h-6{
    height: 1.5rem;
  }

  .aboveSmallTablet\:h-7{
    height: 1.75rem;
  }

  .aboveSmallTablet\:h-8{
    height: 2rem;
  }

  .aboveSmallTablet\:h-9{
    height: 2.25rem;
  }

  .aboveSmallTablet\:h-10{
    height: 2.5rem;
  }

  .aboveSmallTablet\:h-11{
    height: 2.75rem;
  }

  .aboveSmallTablet\:h-12{
    height: 3rem;
  }

  .aboveSmallTablet\:h-14{
    height: 3.5rem;
  }

  .aboveSmallTablet\:h-16{
    height: 4rem;
  }

  .aboveSmallTablet\:h-20{
    height: 5rem;
  }

  .aboveSmallTablet\:h-24{
    height: 6rem;
  }

  .aboveSmallTablet\:h-28{
    height: 7rem;
  }

  .aboveSmallTablet\:h-32{
    height: 8rem;
  }

  .aboveSmallTablet\:h-36{
    height: 9rem;
  }

  .aboveSmallTablet\:h-40{
    height: 10rem;
  }

  .aboveSmallTablet\:h-44{
    height: 11rem;
  }

  .aboveSmallTablet\:h-48{
    height: 12rem;
  }

  .aboveSmallTablet\:h-52{
    height: 13rem;
  }

  .aboveSmallTablet\:h-56{
    height: 14rem;
  }

  .aboveSmallTablet\:h-60{
    height: 15rem;
  }

  .aboveSmallTablet\:h-64{
    height: 16rem;
  }

  .aboveSmallTablet\:h-72{
    height: 18rem;
  }

  .aboveSmallTablet\:h-80{
    height: 20rem;
  }

  .aboveSmallTablet\:h-96{
    height: 24rem;
  }

  .aboveSmallTablet\:h-auto{
    height: auto;
  }

  .aboveSmallTablet\:h-px{
    height: 1px;
  }

  .aboveSmallTablet\:h-0\.5{
    height: 0.125rem;
  }

  .aboveSmallTablet\:h-1\.5{
    height: 0.375rem;
  }

  .aboveSmallTablet\:h-2\.5{
    height: 0.625rem;
  }

  .aboveSmallTablet\:h-3\.5{
    height: 0.875rem;
  }

  .aboveSmallTablet\:h-1\/2{
    height: 50%;
  }

  .aboveSmallTablet\:h-1\/3{
    height: 33.333333%;
  }

  .aboveSmallTablet\:h-2\/3{
    height: 66.666667%;
  }

  .aboveSmallTablet\:h-1\/4{
    height: 25%;
  }

  .aboveSmallTablet\:h-2\/4{
    height: 50%;
  }

  .aboveSmallTablet\:h-3\/4{
    height: 75%;
  }

  .aboveSmallTablet\:h-1\/5{
    height: 20%;
  }

  .aboveSmallTablet\:h-2\/5{
    height: 40%;
  }

  .aboveSmallTablet\:h-3\/5{
    height: 60%;
  }

  .aboveSmallTablet\:h-4\/5{
    height: 80%;
  }

  .aboveSmallTablet\:h-1\/6{
    height: 16.666667%;
  }

  .aboveSmallTablet\:h-2\/6{
    height: 33.333333%;
  }

  .aboveSmallTablet\:h-3\/6{
    height: 50%;
  }

  .aboveSmallTablet\:h-4\/6{
    height: 66.666667%;
  }

  .aboveSmallTablet\:h-5\/6{
    height: 83.333333%;
  }

  .aboveSmallTablet\:h-full{
    height: 100%;
  }

  .aboveSmallTablet\:h-screen{
    height: 100vh;
  }

  .aboveSmallTablet\:max-h-0{
    max-height: 0px;
  }

  .aboveSmallTablet\:max-h-1{
    max-height: 0.25rem;
  }

  .aboveSmallTablet\:max-h-2{
    max-height: 0.5rem;
  }

  .aboveSmallTablet\:max-h-3{
    max-height: 0.75rem;
  }

  .aboveSmallTablet\:max-h-4{
    max-height: 1rem;
  }

  .aboveSmallTablet\:max-h-5{
    max-height: 1.25rem;
  }

  .aboveSmallTablet\:max-h-6{
    max-height: 1.5rem;
  }

  .aboveSmallTablet\:max-h-7{
    max-height: 1.75rem;
  }

  .aboveSmallTablet\:max-h-8{
    max-height: 2rem;
  }

  .aboveSmallTablet\:max-h-9{
    max-height: 2.25rem;
  }

  .aboveSmallTablet\:max-h-10{
    max-height: 2.5rem;
  }

  .aboveSmallTablet\:max-h-11{
    max-height: 2.75rem;
  }

  .aboveSmallTablet\:max-h-12{
    max-height: 3rem;
  }

  .aboveSmallTablet\:max-h-14{
    max-height: 3.5rem;
  }

  .aboveSmallTablet\:max-h-16{
    max-height: 4rem;
  }

  .aboveSmallTablet\:max-h-20{
    max-height: 5rem;
  }

  .aboveSmallTablet\:max-h-24{
    max-height: 6rem;
  }

  .aboveSmallTablet\:max-h-28{
    max-height: 7rem;
  }

  .aboveSmallTablet\:max-h-32{
    max-height: 8rem;
  }

  .aboveSmallTablet\:max-h-36{
    max-height: 9rem;
  }

  .aboveSmallTablet\:max-h-40{
    max-height: 10rem;
  }

  .aboveSmallTablet\:max-h-44{
    max-height: 11rem;
  }

  .aboveSmallTablet\:max-h-48{
    max-height: 12rem;
  }

  .aboveSmallTablet\:max-h-52{
    max-height: 13rem;
  }

  .aboveSmallTablet\:max-h-56{
    max-height: 14rem;
  }

  .aboveSmallTablet\:max-h-60{
    max-height: 15rem;
  }

  .aboveSmallTablet\:max-h-64{
    max-height: 16rem;
  }

  .aboveSmallTablet\:max-h-72{
    max-height: 18rem;
  }

  .aboveSmallTablet\:max-h-80{
    max-height: 20rem;
  }

  .aboveSmallTablet\:max-h-96{
    max-height: 24rem;
  }

  .aboveSmallTablet\:max-h-px{
    max-height: 1px;
  }

  .aboveSmallTablet\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .aboveSmallTablet\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .aboveSmallTablet\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .aboveSmallTablet\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .aboveSmallTablet\:max-h-full{
    max-height: 100%;
  }

  .aboveSmallTablet\:max-h-screen{
    max-height: 100vh;
  }

  .aboveSmallTablet\:min-h-0{
    min-height: 0px;
  }

  .aboveSmallTablet\:min-h-full{
    min-height: 100%;
  }

  .aboveSmallTablet\:min-h-screen{
    min-height: 100vh;
  }

  .aboveSmallTablet\:w-0{
    width: 0px;
  }

  .aboveSmallTablet\:w-1{
    width: 0.25rem;
  }

  .aboveSmallTablet\:w-2{
    width: 0.5rem;
  }

  .aboveSmallTablet\:w-3{
    width: 0.75rem;
  }

  .aboveSmallTablet\:w-4{
    width: 1rem;
  }

  .aboveSmallTablet\:w-5{
    width: 1.25rem;
  }

  .aboveSmallTablet\:w-6{
    width: 1.5rem;
  }

  .aboveSmallTablet\:w-7{
    width: 1.75rem;
  }

  .aboveSmallTablet\:w-8{
    width: 2rem;
  }

  .aboveSmallTablet\:w-9{
    width: 2.25rem;
  }

  .aboveSmallTablet\:w-10{
    width: 2.5rem;
  }

  .aboveSmallTablet\:w-11{
    width: 2.75rem;
  }

  .aboveSmallTablet\:w-12{
    width: 3rem;
  }

  .aboveSmallTablet\:w-14{
    width: 3.5rem;
  }

  .aboveSmallTablet\:w-16{
    width: 4rem;
  }

  .aboveSmallTablet\:w-20{
    width: 5rem;
  }

  .aboveSmallTablet\:w-24{
    width: 6rem;
  }

  .aboveSmallTablet\:w-28{
    width: 7rem;
  }

  .aboveSmallTablet\:w-32{
    width: 8rem;
  }

  .aboveSmallTablet\:w-36{
    width: 9rem;
  }

  .aboveSmallTablet\:w-40{
    width: 10rem;
  }

  .aboveSmallTablet\:w-44{
    width: 11rem;
  }

  .aboveSmallTablet\:w-48{
    width: 12rem;
  }

  .aboveSmallTablet\:w-52{
    width: 13rem;
  }

  .aboveSmallTablet\:w-56{
    width: 14rem;
  }

  .aboveSmallTablet\:w-60{
    width: 15rem;
  }

  .aboveSmallTablet\:w-64{
    width: 16rem;
  }

  .aboveSmallTablet\:w-72{
    width: 18rem;
  }

  .aboveSmallTablet\:w-80{
    width: 20rem;
  }

  .aboveSmallTablet\:w-96{
    width: 24rem;
  }

  .aboveSmallTablet\:w-auto{
    width: auto;
  }

  .aboveSmallTablet\:w-px{
    width: 1px;
  }

  .aboveSmallTablet\:w-0\.5{
    width: 0.125rem;
  }

  .aboveSmallTablet\:w-1\.5{
    width: 0.375rem;
  }

  .aboveSmallTablet\:w-2\.5{
    width: 0.625rem;
  }

  .aboveSmallTablet\:w-3\.5{
    width: 0.875rem;
  }

  .aboveSmallTablet\:w-1\/2{
    width: 50%;
  }

  .aboveSmallTablet\:w-1\/3{
    width: 33.333333%;
  }

  .aboveSmallTablet\:w-2\/3{
    width: 66.666667%;
  }

  .aboveSmallTablet\:w-1\/4{
    width: 25%;
  }

  .aboveSmallTablet\:w-2\/4{
    width: 50%;
  }

  .aboveSmallTablet\:w-3\/4{
    width: 75%;
  }

  .aboveSmallTablet\:w-1\/5{
    width: 20%;
  }

  .aboveSmallTablet\:w-2\/5{
    width: 40%;
  }

  .aboveSmallTablet\:w-3\/5{
    width: 60%;
  }

  .aboveSmallTablet\:w-4\/5{
    width: 80%;
  }

  .aboveSmallTablet\:w-1\/6{
    width: 16.666667%;
  }

  .aboveSmallTablet\:w-2\/6{
    width: 33.333333%;
  }

  .aboveSmallTablet\:w-3\/6{
    width: 50%;
  }

  .aboveSmallTablet\:w-4\/6{
    width: 66.666667%;
  }

  .aboveSmallTablet\:w-5\/6{
    width: 83.333333%;
  }

  .aboveSmallTablet\:w-1\/12{
    width: 8.333333%;
  }

  .aboveSmallTablet\:w-2\/12{
    width: 16.666667%;
  }

  .aboveSmallTablet\:w-3\/12{
    width: 25%;
  }

  .aboveSmallTablet\:w-4\/12{
    width: 33.333333%;
  }

  .aboveSmallTablet\:w-5\/12{
    width: 41.666667%;
  }

  .aboveSmallTablet\:w-6\/12{
    width: 50%;
  }

  .aboveSmallTablet\:w-7\/12{
    width: 58.333333%;
  }

  .aboveSmallTablet\:w-8\/12{
    width: 66.666667%;
  }

  .aboveSmallTablet\:w-9\/12{
    width: 75%;
  }

  .aboveSmallTablet\:w-10\/12{
    width: 83.333333%;
  }

  .aboveSmallTablet\:w-11\/12{
    width: 91.666667%;
  }

  .aboveSmallTablet\:w-full{
    width: 100%;
  }

  .aboveSmallTablet\:w-screen{
    width: 100vw;
  }

  .aboveSmallTablet\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .aboveSmallTablet\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .aboveSmallTablet\:min-w-0{
    min-width: 0px;
  }

  .aboveSmallTablet\:min-w-full{
    min-width: 100%;
  }

  .aboveSmallTablet\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .aboveSmallTablet\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .aboveSmallTablet\:max-w-0{
    max-width: 0rem;
  }

  .aboveSmallTablet\:max-w-none{
    max-width: none;
  }

  .aboveSmallTablet\:max-w-xs{
    max-width: 20rem;
  }

  .aboveSmallTablet\:max-w-sm{
    max-width: 24rem;
  }

  .aboveSmallTablet\:max-w-md{
    max-width: 28rem;
  }

  .aboveSmallTablet\:max-w-lg{
    max-width: 32rem;
  }

  .aboveSmallTablet\:max-w-xl{
    max-width: 36rem;
  }

  .aboveSmallTablet\:max-w-2xl{
    max-width: 42rem;
  }

  .aboveSmallTablet\:max-w-3xl{
    max-width: 48rem;
  }

  .aboveSmallTablet\:max-w-4xl{
    max-width: 56rem;
  }

  .aboveSmallTablet\:max-w-5xl{
    max-width: 64rem;
  }

  .aboveSmallTablet\:max-w-6xl{
    max-width: 72rem;
  }

  .aboveSmallTablet\:max-w-7xl{
    max-width: 80rem;
  }

  .aboveSmallTablet\:max-w-full{
    max-width: 100%;
  }

  .aboveSmallTablet\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .aboveSmallTablet\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .aboveSmallTablet\:max-w-prose{
    max-width: 65ch;
  }

  .aboveSmallTablet\:max-w-screen-sm{
    max-width: 640px;
  }

  .aboveSmallTablet\:max-w-screen-md{
    max-width: 768px;
  }

  .aboveSmallTablet\:max-w-screen-lg{
    max-width: 1024px;
  }

  .aboveSmallTablet\:max-w-screen-xl{
    max-width: 1280px;
  }

  .aboveSmallTablet\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .aboveSmallTablet\:flex-1{
    flex: 1 1 0%;
  }

  .aboveSmallTablet\:flex-auto{
    flex: 1 1 auto;
  }

  .aboveSmallTablet\:flex-initial{
    flex: 0 1 auto;
  }

  .aboveSmallTablet\:flex-none{
    flex: none;
  }

  .aboveSmallTablet\:flex-shrink-0{
    flex-shrink: 0;
  }

  .aboveSmallTablet\:flex-shrink{
    flex-shrink: 1;
  }

  .aboveSmallTablet\:flex-grow-0{
    flex-grow: 0;
  }

  .aboveSmallTablet\:flex-grow{
    flex-grow: 1;
  }

  .aboveSmallTablet\:table-auto{
    table-layout: auto;
  }

  .aboveSmallTablet\:table-fixed{
    table-layout: fixed;
  }

  .aboveSmallTablet\:border-collapse{
    border-collapse: collapse;
  }

  .aboveSmallTablet\:border-separate{
    border-collapse: separate;
  }

  .aboveSmallTablet\:origin-center{
    transform-origin: center;
  }

  .aboveSmallTablet\:origin-top{
    transform-origin: top;
  }

  .aboveSmallTablet\:origin-top-right{
    transform-origin: top right;
  }

  .aboveSmallTablet\:origin-right{
    transform-origin: right;
  }

  .aboveSmallTablet\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .aboveSmallTablet\:origin-bottom{
    transform-origin: bottom;
  }

  .aboveSmallTablet\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .aboveSmallTablet\:origin-left{
    transform-origin: left;
  }

  .aboveSmallTablet\:origin-top-left{
    transform-origin: top left;
  }

  .aboveSmallTablet\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveSmallTablet\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveSmallTablet\:transform-none{
    transform: none;
  }

  .aboveSmallTablet\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveSmallTablet\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .aboveSmallTablet\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .aboveSmallTablet\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .aboveSmallTablet\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .aboveSmallTablet\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .aboveSmallTablet\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .aboveSmallTablet\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .aboveSmallTablet\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .aboveSmallTablet\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .aboveSmallTablet\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .aboveSmallTablet\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .aboveSmallTablet\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .aboveSmallTablet\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .aboveSmallTablet\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .aboveSmallTablet\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .aboveSmallTablet\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .aboveSmallTablet\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .aboveSmallTablet\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .aboveSmallTablet\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .aboveSmallTablet\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .aboveSmallTablet\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .aboveSmallTablet\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .aboveSmallTablet\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .aboveSmallTablet\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .aboveSmallTablet\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .aboveSmallTablet\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .aboveSmallTablet\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .aboveSmallTablet\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .aboveSmallTablet\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .aboveSmallTablet\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .aboveSmallTablet\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .aboveSmallTablet\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .aboveSmallTablet\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .aboveSmallTablet\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .aboveSmallTablet\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveSmallTablet\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .aboveSmallTablet\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .aboveSmallTablet\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .aboveSmallTablet\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .aboveSmallTablet\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .aboveSmallTablet\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .aboveSmallTablet\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .aboveSmallTablet\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .aboveSmallTablet\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .aboveSmallTablet\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .aboveSmallTablet\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .aboveSmallTablet\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .aboveSmallTablet\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .aboveSmallTablet\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .aboveSmallTablet\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .aboveSmallTablet\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .aboveSmallTablet\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .aboveSmallTablet\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .aboveSmallTablet\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .aboveSmallTablet\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .aboveSmallTablet\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .aboveSmallTablet\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .aboveSmallTablet\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .aboveSmallTablet\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .aboveSmallTablet\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .aboveSmallTablet\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .aboveSmallTablet\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .aboveSmallTablet\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .aboveSmallTablet\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .aboveSmallTablet\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .aboveSmallTablet\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .aboveSmallTablet\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .aboveSmallTablet\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .aboveSmallTablet\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .aboveSmallTablet\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .aboveSmallTablet\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .aboveSmallTablet\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .aboveSmallTablet\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .aboveSmallTablet\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .aboveSmallTablet\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .aboveSmallTablet\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .aboveSmallTablet\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .aboveSmallTablet\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .aboveSmallTablet\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .aboveSmallTablet\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .aboveSmallTablet\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .aboveSmallTablet\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .aboveSmallTablet\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .aboveSmallTablet\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveSmallTablet\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .aboveSmallTablet\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .aboveSmallTablet\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .aboveSmallTablet\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .aboveSmallTablet\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .aboveSmallTablet\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .aboveSmallTablet\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .aboveSmallTablet\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .aboveSmallTablet\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .aboveSmallTablet\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .aboveSmallTablet\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .aboveSmallTablet\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .aboveSmallTablet\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .aboveSmallTablet\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .aboveSmallTablet\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .aboveSmallTablet\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .aboveSmallTablet\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .aboveSmallTablet\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .aboveSmallTablet\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .aboveSmallTablet\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .aboveSmallTablet\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .aboveSmallTablet\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .aboveSmallTablet\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .aboveSmallTablet\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .aboveSmallTablet\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .aboveSmallTablet\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .aboveSmallTablet\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .aboveSmallTablet\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .aboveSmallTablet\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .aboveSmallTablet\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .aboveSmallTablet\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .aboveSmallTablet\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .aboveSmallTablet\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .aboveSmallTablet\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .aboveSmallTablet\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveSmallTablet\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .aboveSmallTablet\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .aboveSmallTablet\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .aboveSmallTablet\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .aboveSmallTablet\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .aboveSmallTablet\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .aboveSmallTablet\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .aboveSmallTablet\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .aboveSmallTablet\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .aboveSmallTablet\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .aboveSmallTablet\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .aboveSmallTablet\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .aboveSmallTablet\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .aboveSmallTablet\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .aboveSmallTablet\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .aboveSmallTablet\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .aboveSmallTablet\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .aboveSmallTablet\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .aboveSmallTablet\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .aboveSmallTablet\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .aboveSmallTablet\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .aboveSmallTablet\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .aboveSmallTablet\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .aboveSmallTablet\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .aboveSmallTablet\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .aboveSmallTablet\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .aboveSmallTablet\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .aboveSmallTablet\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .aboveSmallTablet\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .aboveSmallTablet\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .aboveSmallTablet\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .aboveSmallTablet\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .aboveSmallTablet\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .aboveSmallTablet\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .aboveSmallTablet\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .aboveSmallTablet\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .aboveSmallTablet\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .aboveSmallTablet\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .aboveSmallTablet\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .aboveSmallTablet\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .aboveSmallTablet\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .aboveSmallTablet\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .aboveSmallTablet\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .aboveSmallTablet\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .aboveSmallTablet\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .aboveSmallTablet\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .aboveSmallTablet\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .aboveSmallTablet\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .aboveSmallTablet\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveSmallTablet\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .aboveSmallTablet\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .aboveSmallTablet\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .aboveSmallTablet\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .aboveSmallTablet\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .aboveSmallTablet\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .aboveSmallTablet\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .aboveSmallTablet\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .aboveSmallTablet\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .aboveSmallTablet\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .aboveSmallTablet\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .aboveSmallTablet\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .aboveSmallTablet\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .aboveSmallTablet\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .aboveSmallTablet\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .aboveSmallTablet\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .aboveSmallTablet\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .aboveSmallTablet\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .aboveSmallTablet\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .aboveSmallTablet\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .aboveSmallTablet\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .aboveSmallTablet\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .aboveSmallTablet\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .aboveSmallTablet\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .aboveSmallTablet\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .aboveSmallTablet\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .aboveSmallTablet\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .aboveSmallTablet\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .aboveSmallTablet\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .aboveSmallTablet\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .aboveSmallTablet\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .aboveSmallTablet\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .aboveSmallTablet\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .aboveSmallTablet\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveSmallTablet\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .aboveSmallTablet\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .aboveSmallTablet\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .aboveSmallTablet\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .aboveSmallTablet\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .aboveSmallTablet\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .aboveSmallTablet\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .aboveSmallTablet\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .aboveSmallTablet\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .aboveSmallTablet\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .aboveSmallTablet\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .aboveSmallTablet\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .aboveSmallTablet\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .aboveSmallTablet\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .aboveSmallTablet\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .aboveSmallTablet\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .aboveSmallTablet\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .aboveSmallTablet\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveSmallTablet\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .aboveSmallTablet\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .aboveSmallTablet\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .aboveSmallTablet\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .aboveSmallTablet\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .aboveSmallTablet\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .aboveSmallTablet\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .aboveSmallTablet\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .aboveSmallTablet\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .aboveSmallTablet\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .aboveSmallTablet\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .aboveSmallTablet\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .aboveSmallTablet\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .aboveSmallTablet\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .aboveSmallTablet\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .aboveSmallTablet\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .aboveSmallTablet\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .aboveSmallTablet\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .aboveSmallTablet\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .aboveSmallTablet\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .aboveSmallTablet\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .aboveSmallTablet\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .aboveSmallTablet\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .aboveSmallTablet\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .aboveSmallTablet\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .aboveSmallTablet\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .aboveSmallTablet\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .aboveSmallTablet\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .aboveSmallTablet\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .aboveSmallTablet\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .aboveSmallTablet\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .aboveSmallTablet\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .aboveSmallTablet\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .aboveSmallTablet\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveSmallTablet\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .aboveSmallTablet\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .aboveSmallTablet\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .aboveSmallTablet\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .aboveSmallTablet\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .aboveSmallTablet\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .aboveSmallTablet\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .aboveSmallTablet\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .aboveSmallTablet\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .aboveSmallTablet\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .aboveSmallTablet\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .aboveSmallTablet\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .aboveSmallTablet\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .aboveSmallTablet\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .aboveSmallTablet\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .aboveSmallTablet\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .aboveSmallTablet\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .aboveSmallTablet\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveSmallTablet\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .aboveSmallTablet\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .aboveSmallTablet\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .aboveSmallTablet\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .aboveSmallTablet\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .aboveSmallTablet\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .aboveSmallTablet\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .aboveSmallTablet\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .aboveSmallTablet\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .aboveSmallTablet\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .aboveSmallTablet\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .aboveSmallTablet\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .aboveSmallTablet\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .aboveSmallTablet\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .aboveSmallTablet\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .aboveSmallTablet\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .aboveSmallTablet\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .aboveSmallTablet\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .aboveSmallTablet\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .aboveSmallTablet\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .aboveSmallTablet\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .aboveSmallTablet\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .aboveSmallTablet\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .aboveSmallTablet\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .aboveSmallTablet\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .aboveSmallTablet\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .aboveSmallTablet\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .aboveSmallTablet\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .aboveSmallTablet\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .aboveSmallTablet\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .aboveSmallTablet\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .aboveSmallTablet\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .aboveSmallTablet\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .aboveSmallTablet\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveSmallTablet\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .aboveSmallTablet\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .aboveSmallTablet\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .aboveSmallTablet\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .aboveSmallTablet\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .aboveSmallTablet\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .aboveSmallTablet\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .aboveSmallTablet\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .aboveSmallTablet\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .aboveSmallTablet\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .aboveSmallTablet\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .aboveSmallTablet\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .aboveSmallTablet\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .aboveSmallTablet\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .aboveSmallTablet\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .aboveSmallTablet\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .aboveSmallTablet\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .aboveSmallTablet\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveSmallTablet\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .aboveSmallTablet\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .aboveSmallTablet\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .aboveSmallTablet\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .aboveSmallTablet\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .aboveSmallTablet\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .aboveSmallTablet\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .aboveSmallTablet\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .aboveSmallTablet\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .aboveSmallTablet\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .aboveSmallTablet\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .aboveSmallTablet\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .aboveSmallTablet\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .aboveSmallTablet\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .aboveSmallTablet\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .aboveSmallTablet\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .aboveSmallTablet\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .aboveSmallTablet\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .aboveSmallTablet\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .aboveSmallTablet\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .aboveSmallTablet\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .aboveSmallTablet\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .aboveSmallTablet\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .aboveSmallTablet\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .aboveSmallTablet\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .aboveSmallTablet\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .aboveSmallTablet\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .aboveSmallTablet\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .aboveSmallTablet\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .aboveSmallTablet\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .aboveSmallTablet\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .aboveSmallTablet\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .aboveSmallTablet\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .aboveSmallTablet\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveSmallTablet\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .aboveSmallTablet\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .aboveSmallTablet\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .aboveSmallTablet\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .aboveSmallTablet\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .aboveSmallTablet\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .aboveSmallTablet\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .aboveSmallTablet\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .aboveSmallTablet\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .aboveSmallTablet\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .aboveSmallTablet\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .aboveSmallTablet\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .aboveSmallTablet\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .aboveSmallTablet\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .aboveSmallTablet\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .aboveSmallTablet\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .aboveSmallTablet\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .aboveSmallTablet\:rotate-0{
    --tw-rotate: 0deg;
  }

  .aboveSmallTablet\:rotate-1{
    --tw-rotate: 1deg;
  }

  .aboveSmallTablet\:rotate-2{
    --tw-rotate: 2deg;
  }

  .aboveSmallTablet\:rotate-3{
    --tw-rotate: 3deg;
  }

  .aboveSmallTablet\:rotate-6{
    --tw-rotate: 6deg;
  }

  .aboveSmallTablet\:rotate-12{
    --tw-rotate: 12deg;
  }

  .aboveSmallTablet\:rotate-45{
    --tw-rotate: 45deg;
  }

  .aboveSmallTablet\:rotate-90{
    --tw-rotate: 90deg;
  }

  .aboveSmallTablet\:rotate-180{
    --tw-rotate: 180deg;
  }

  .aboveSmallTablet\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .aboveSmallTablet\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .aboveSmallTablet\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .aboveSmallTablet\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .aboveSmallTablet\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .aboveSmallTablet\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .aboveSmallTablet\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .aboveSmallTablet\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .aboveSmallTablet\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .aboveSmallTablet\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .aboveSmallTablet\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .aboveSmallTablet\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .aboveSmallTablet\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .aboveSmallTablet\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .aboveSmallTablet\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .aboveSmallTablet\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .aboveSmallTablet\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .aboveSmallTablet\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .aboveSmallTablet\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .aboveSmallTablet\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .aboveSmallTablet\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .aboveSmallTablet\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .aboveSmallTablet\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .aboveSmallTablet\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .aboveSmallTablet\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .aboveSmallTablet\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .aboveSmallTablet\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .aboveSmallTablet\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .aboveSmallTablet\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .aboveSmallTablet\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .aboveSmallTablet\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .aboveSmallTablet\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .aboveSmallTablet\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .aboveSmallTablet\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .aboveSmallTablet\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .aboveSmallTablet\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .aboveSmallTablet\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .aboveSmallTablet\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .aboveSmallTablet\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .aboveSmallTablet\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .aboveSmallTablet\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .aboveSmallTablet\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .aboveSmallTablet\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .aboveSmallTablet\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .aboveSmallTablet\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .aboveSmallTablet\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .aboveSmallTablet\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .aboveSmallTablet\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .aboveSmallTablet\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .aboveSmallTablet\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .aboveSmallTablet\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .aboveSmallTablet\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .aboveSmallTablet\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .aboveSmallTablet\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .aboveSmallTablet\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .aboveSmallTablet\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .aboveSmallTablet\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .aboveSmallTablet\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .aboveSmallTablet\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .aboveSmallTablet\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .aboveSmallTablet\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .aboveSmallTablet\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .aboveSmallTablet\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .aboveSmallTablet\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .aboveSmallTablet\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .aboveSmallTablet\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .aboveSmallTablet\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .aboveSmallTablet\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .aboveSmallTablet\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .aboveSmallTablet\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .aboveSmallTablet\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .aboveSmallTablet\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .aboveSmallTablet\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .aboveSmallTablet\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .aboveSmallTablet\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .aboveSmallTablet\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .aboveSmallTablet\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .aboveSmallTablet\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .aboveSmallTablet\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .aboveSmallTablet\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .aboveSmallTablet\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .aboveSmallTablet\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .aboveSmallTablet\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .aboveSmallTablet\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .aboveSmallTablet\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .aboveSmallTablet\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .aboveSmallTablet\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .aboveSmallTablet\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .aboveSmallTablet\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .aboveSmallTablet\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .aboveSmallTablet\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .aboveSmallTablet\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .aboveSmallTablet\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .aboveSmallTablet\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .aboveSmallTablet\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .aboveSmallTablet\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .aboveSmallTablet\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .aboveSmallTablet\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .aboveSmallTablet\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .aboveSmallTablet\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .aboveSmallTablet\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .aboveSmallTablet\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .aboveSmallTablet\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .aboveSmallTablet\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .aboveSmallTablet\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .aboveSmallTablet\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .aboveSmallTablet\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .aboveSmallTablet\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .aboveSmallTablet\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveSmallTablet\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveSmallTablet\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveSmallTablet\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveSmallTablet\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveSmallTablet\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveSmallTablet\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveSmallTablet\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveSmallTablet\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveSmallTablet\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveSmallTablet\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveSmallTablet\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveSmallTablet\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveSmallTablet\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveSmallTablet\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveSmallTablet\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveSmallTablet\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveSmallTablet\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveSmallTablet\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveSmallTablet\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveSmallTablet\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveSmallTablet\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveSmallTablet\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveSmallTablet\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveSmallTablet\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveSmallTablet\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveSmallTablet\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveSmallTablet\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveSmallTablet\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveSmallTablet\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveSmallTablet\:scale-x-0{
    --tw-scale-x: 0;
  }

  .aboveSmallTablet\:scale-x-50{
    --tw-scale-x: .5;
  }

  .aboveSmallTablet\:scale-x-75{
    --tw-scale-x: .75;
  }

  .aboveSmallTablet\:scale-x-90{
    --tw-scale-x: .9;
  }

  .aboveSmallTablet\:scale-x-95{
    --tw-scale-x: .95;
  }

  .aboveSmallTablet\:scale-x-100{
    --tw-scale-x: 1;
  }

  .aboveSmallTablet\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .aboveSmallTablet\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .aboveSmallTablet\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .aboveSmallTablet\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .aboveSmallTablet\:scale-y-0{
    --tw-scale-y: 0;
  }

  .aboveSmallTablet\:scale-y-50{
    --tw-scale-y: .5;
  }

  .aboveSmallTablet\:scale-y-75{
    --tw-scale-y: .75;
  }

  .aboveSmallTablet\:scale-y-90{
    --tw-scale-y: .9;
  }

  .aboveSmallTablet\:scale-y-95{
    --tw-scale-y: .95;
  }

  .aboveSmallTablet\:scale-y-100{
    --tw-scale-y: 1;
  }

  .aboveSmallTablet\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .aboveSmallTablet\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .aboveSmallTablet\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .aboveSmallTablet\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .aboveSmallTablet\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .aboveSmallTablet\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .aboveSmallTablet\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .aboveSmallTablet\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .aboveSmallTablet\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .aboveSmallTablet\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .aboveSmallTablet\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .aboveSmallTablet\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .aboveSmallTablet\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .aboveSmallTablet\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .aboveSmallTablet\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .aboveSmallTablet\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .aboveSmallTablet\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .aboveSmallTablet\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .aboveSmallTablet\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .aboveSmallTablet\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .aboveSmallTablet\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .aboveSmallTablet\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .aboveSmallTablet\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .aboveSmallTablet\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .aboveSmallTablet\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .aboveSmallTablet\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .aboveSmallTablet\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .aboveSmallTablet\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .aboveSmallTablet\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .aboveSmallTablet\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .aboveSmallTablet\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .aboveSmallTablet\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .aboveSmallTablet\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .aboveSmallTablet\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .aboveSmallTablet\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .aboveSmallTablet\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .aboveSmallTablet\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .aboveSmallTablet\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .aboveSmallTablet\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .aboveSmallTablet\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .aboveSmallTablet\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .aboveSmallTablet\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .aboveSmallTablet\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .aboveSmallTablet\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .aboveSmallTablet\:animate-none{
    animation: none;
  }

  .aboveSmallTablet\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .aboveSmallTablet\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .aboveSmallTablet\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .aboveSmallTablet\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .aboveSmallTablet\:cursor-auto{
    cursor: auto;
  }

  .aboveSmallTablet\:cursor-default{
    cursor: default;
  }

  .aboveSmallTablet\:cursor-pointer{
    cursor: pointer;
  }

  .aboveSmallTablet\:cursor-wait{
    cursor: wait;
  }

  .aboveSmallTablet\:cursor-text{
    cursor: text;
  }

  .aboveSmallTablet\:cursor-move{
    cursor: move;
  }

  .aboveSmallTablet\:cursor-help{
    cursor: help;
  }

  .aboveSmallTablet\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .aboveSmallTablet\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .aboveSmallTablet\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .aboveSmallTablet\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .aboveSmallTablet\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .aboveSmallTablet\:resize-none{
    resize: none;
  }

  .aboveSmallTablet\:resize-y{
    resize: vertical;
  }

  .aboveSmallTablet\:resize-x{
    resize: horizontal;
  }

  .aboveSmallTablet\:resize{
    resize: both;
  }

  .aboveSmallTablet\:list-inside{
    list-style-position: inside;
  }

  .aboveSmallTablet\:list-outside{
    list-style-position: outside;
  }

  .aboveSmallTablet\:list-none{
    list-style-type: none;
  }

  .aboveSmallTablet\:list-disc{
    list-style-type: disc;
  }

  .aboveSmallTablet\:list-decimal{
    list-style-type: decimal;
  }

  .aboveSmallTablet\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .aboveSmallTablet\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .aboveSmallTablet\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .aboveSmallTablet\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .aboveSmallTablet\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .aboveSmallTablet\:grid-flow-row{
    grid-auto-flow: row;
  }

  .aboveSmallTablet\:grid-flow-col{
    grid-auto-flow: column;
  }

  .aboveSmallTablet\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .aboveSmallTablet\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .aboveSmallTablet\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .aboveSmallTablet\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .aboveSmallTablet\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .aboveSmallTablet\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .aboveSmallTablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-cols-none{
    grid-template-columns: none;
  }

  .aboveSmallTablet\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .aboveSmallTablet\:grid-rows-none{
    grid-template-rows: none;
  }

  .aboveSmallTablet\:flex-row{
    flex-direction: row;
  }

  .aboveSmallTablet\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .aboveSmallTablet\:flex-col{
    flex-direction: column;
  }

  .aboveSmallTablet\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .aboveSmallTablet\:flex-wrap{
    flex-wrap: wrap;
  }

  .aboveSmallTablet\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .aboveSmallTablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .aboveSmallTablet\:place-content-center{
    place-content: center;
  }

  .aboveSmallTablet\:place-content-start{
    place-content: start;
  }

  .aboveSmallTablet\:place-content-end{
    place-content: end;
  }

  .aboveSmallTablet\:place-content-between{
    place-content: space-between;
  }

  .aboveSmallTablet\:place-content-around{
    place-content: space-around;
  }

  .aboveSmallTablet\:place-content-evenly{
    place-content: space-evenly;
  }

  .aboveSmallTablet\:place-content-stretch{
    place-content: stretch;
  }

  .aboveSmallTablet\:place-items-start{
    place-items: start;
  }

  .aboveSmallTablet\:place-items-end{
    place-items: end;
  }

  .aboveSmallTablet\:place-items-center{
    place-items: center;
  }

  .aboveSmallTablet\:place-items-stretch{
    place-items: stretch;
  }

  .aboveSmallTablet\:content-center{
    align-content: center;
  }

  .aboveSmallTablet\:content-start{
    align-content: flex-start;
  }

  .aboveSmallTablet\:content-end{
    align-content: flex-end;
  }

  .aboveSmallTablet\:content-between{
    align-content: space-between;
  }

  .aboveSmallTablet\:content-around{
    align-content: space-around;
  }

  .aboveSmallTablet\:content-evenly{
    align-content: space-evenly;
  }

  .aboveSmallTablet\:items-start{
    align-items: flex-start;
  }

  .aboveSmallTablet\:items-end{
    align-items: flex-end;
  }

  .aboveSmallTablet\:items-center{
    align-items: center;
  }

  .aboveSmallTablet\:items-baseline{
    align-items: baseline;
  }

  .aboveSmallTablet\:items-stretch{
    align-items: stretch;
  }

  .aboveSmallTablet\:justify-start{
    justify-content: flex-start;
  }

  .aboveSmallTablet\:justify-end{
    justify-content: flex-end;
  }

  .aboveSmallTablet\:justify-center{
    justify-content: center;
  }

  .aboveSmallTablet\:justify-between{
    justify-content: space-between;
  }

  .aboveSmallTablet\:justify-around{
    justify-content: space-around;
  }

  .aboveSmallTablet\:justify-evenly{
    justify-content: space-evenly;
  }

  .aboveSmallTablet\:justify-items-start{
    justify-items: start;
  }

  .aboveSmallTablet\:justify-items-end{
    justify-items: end;
  }

  .aboveSmallTablet\:justify-items-center{
    justify-items: center;
  }

  .aboveSmallTablet\:justify-items-stretch{
    justify-items: stretch;
  }

  .aboveSmallTablet\:gap-0{
    gap: 0px;
  }

  .aboveSmallTablet\:gap-1{
    gap: 0.25rem;
  }

  .aboveSmallTablet\:gap-2{
    gap: 0.5rem;
  }

  .aboveSmallTablet\:gap-3{
    gap: 0.75rem;
  }

  .aboveSmallTablet\:gap-4{
    gap: 1rem;
  }

  .aboveSmallTablet\:gap-5{
    gap: 1.25rem;
  }

  .aboveSmallTablet\:gap-6{
    gap: 1.5rem;
  }

  .aboveSmallTablet\:gap-7{
    gap: 1.75rem;
  }

  .aboveSmallTablet\:gap-8{
    gap: 2rem;
  }

  .aboveSmallTablet\:gap-9{
    gap: 2.25rem;
  }

  .aboveSmallTablet\:gap-10{
    gap: 2.5rem;
  }

  .aboveSmallTablet\:gap-11{
    gap: 2.75rem;
  }

  .aboveSmallTablet\:gap-12{
    gap: 3rem;
  }

  .aboveSmallTablet\:gap-14{
    gap: 3.5rem;
  }

  .aboveSmallTablet\:gap-16{
    gap: 4rem;
  }

  .aboveSmallTablet\:gap-20{
    gap: 5rem;
  }

  .aboveSmallTablet\:gap-24{
    gap: 6rem;
  }

  .aboveSmallTablet\:gap-28{
    gap: 7rem;
  }

  .aboveSmallTablet\:gap-32{
    gap: 8rem;
  }

  .aboveSmallTablet\:gap-36{
    gap: 9rem;
  }

  .aboveSmallTablet\:gap-40{
    gap: 10rem;
  }

  .aboveSmallTablet\:gap-44{
    gap: 11rem;
  }

  .aboveSmallTablet\:gap-48{
    gap: 12rem;
  }

  .aboveSmallTablet\:gap-52{
    gap: 13rem;
  }

  .aboveSmallTablet\:gap-56{
    gap: 14rem;
  }

  .aboveSmallTablet\:gap-60{
    gap: 15rem;
  }

  .aboveSmallTablet\:gap-64{
    gap: 16rem;
  }

  .aboveSmallTablet\:gap-72{
    gap: 18rem;
  }

  .aboveSmallTablet\:gap-80{
    gap: 20rem;
  }

  .aboveSmallTablet\:gap-96{
    gap: 24rem;
  }

  .aboveSmallTablet\:gap-px{
    gap: 1px;
  }

  .aboveSmallTablet\:gap-0\.5{
    gap: 0.125rem;
  }

  .aboveSmallTablet\:gap-1\.5{
    gap: 0.375rem;
  }

  .aboveSmallTablet\:gap-2\.5{
    gap: 0.625rem;
  }

  .aboveSmallTablet\:gap-3\.5{
    gap: 0.875rem;
  }

  .aboveSmallTablet\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .aboveSmallTablet\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .aboveSmallTablet\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .aboveSmallTablet\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .aboveSmallTablet\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .aboveSmallTablet\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .aboveSmallTablet\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .aboveSmallTablet\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .aboveSmallTablet\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .aboveSmallTablet\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .aboveSmallTablet\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .aboveSmallTablet\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .aboveSmallTablet\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .aboveSmallTablet\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .aboveSmallTablet\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .aboveSmallTablet\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .aboveSmallTablet\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .aboveSmallTablet\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .aboveSmallTablet\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .aboveSmallTablet\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .aboveSmallTablet\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .aboveSmallTablet\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .aboveSmallTablet\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .aboveSmallTablet\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .aboveSmallTablet\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .aboveSmallTablet\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .aboveSmallTablet\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .aboveSmallTablet\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .aboveSmallTablet\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .aboveSmallTablet\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .aboveSmallTablet\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .aboveSmallTablet\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .aboveSmallTablet\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .aboveSmallTablet\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .aboveSmallTablet\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .aboveSmallTablet\:gap-y-0{
    row-gap: 0px;
  }

  .aboveSmallTablet\:gap-y-1{
    row-gap: 0.25rem;
  }

  .aboveSmallTablet\:gap-y-2{
    row-gap: 0.5rem;
  }

  .aboveSmallTablet\:gap-y-3{
    row-gap: 0.75rem;
  }

  .aboveSmallTablet\:gap-y-4{
    row-gap: 1rem;
  }

  .aboveSmallTablet\:gap-y-5{
    row-gap: 1.25rem;
  }

  .aboveSmallTablet\:gap-y-6{
    row-gap: 1.5rem;
  }

  .aboveSmallTablet\:gap-y-7{
    row-gap: 1.75rem;
  }

  .aboveSmallTablet\:gap-y-8{
    row-gap: 2rem;
  }

  .aboveSmallTablet\:gap-y-9{
    row-gap: 2.25rem;
  }

  .aboveSmallTablet\:gap-y-10{
    row-gap: 2.5rem;
  }

  .aboveSmallTablet\:gap-y-11{
    row-gap: 2.75rem;
  }

  .aboveSmallTablet\:gap-y-12{
    row-gap: 3rem;
  }

  .aboveSmallTablet\:gap-y-14{
    row-gap: 3.5rem;
  }

  .aboveSmallTablet\:gap-y-16{
    row-gap: 4rem;
  }

  .aboveSmallTablet\:gap-y-20{
    row-gap: 5rem;
  }

  .aboveSmallTablet\:gap-y-24{
    row-gap: 6rem;
  }

  .aboveSmallTablet\:gap-y-28{
    row-gap: 7rem;
  }

  .aboveSmallTablet\:gap-y-32{
    row-gap: 8rem;
  }

  .aboveSmallTablet\:gap-y-36{
    row-gap: 9rem;
  }

  .aboveSmallTablet\:gap-y-40{
    row-gap: 10rem;
  }

  .aboveSmallTablet\:gap-y-44{
    row-gap: 11rem;
  }

  .aboveSmallTablet\:gap-y-48{
    row-gap: 12rem;
  }

  .aboveSmallTablet\:gap-y-52{
    row-gap: 13rem;
  }

  .aboveSmallTablet\:gap-y-56{
    row-gap: 14rem;
  }

  .aboveSmallTablet\:gap-y-60{
    row-gap: 15rem;
  }

  .aboveSmallTablet\:gap-y-64{
    row-gap: 16rem;
  }

  .aboveSmallTablet\:gap-y-72{
    row-gap: 18rem;
  }

  .aboveSmallTablet\:gap-y-80{
    row-gap: 20rem;
  }

  .aboveSmallTablet\:gap-y-96{
    row-gap: 24rem;
  }

  .aboveSmallTablet\:gap-y-px{
    row-gap: 1px;
  }

  .aboveSmallTablet\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .aboveSmallTablet\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .aboveSmallTablet\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .aboveSmallTablet\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .aboveSmallTablet\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallTablet\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .aboveSmallTablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .aboveSmallTablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .aboveSmallTablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallTablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallTablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallTablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallTablet\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallTablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .aboveSmallTablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .aboveSmallTablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .aboveSmallTablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .aboveSmallTablet\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .aboveSmallTablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .aboveSmallTablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .aboveSmallTablet\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .aboveSmallTablet\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .aboveSmallTablet\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .aboveSmallTablet\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .aboveSmallTablet\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .aboveSmallTablet\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .aboveSmallTablet\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .aboveSmallTablet\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .aboveSmallTablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .aboveSmallTablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .aboveSmallTablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .aboveSmallTablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .aboveSmallTablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .aboveSmallTablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .aboveSmallTablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .aboveSmallTablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .aboveSmallTablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .aboveSmallTablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .aboveSmallTablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .aboveSmallTablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .aboveSmallTablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .aboveSmallTablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .aboveSmallTablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .aboveSmallTablet\:place-self-auto{
    place-self: auto;
  }

  .aboveSmallTablet\:place-self-start{
    place-self: start;
  }

  .aboveSmallTablet\:place-self-end{
    place-self: end;
  }

  .aboveSmallTablet\:place-self-center{
    place-self: center;
  }

  .aboveSmallTablet\:place-self-stretch{
    place-self: stretch;
  }

  .aboveSmallTablet\:self-auto{
    align-self: auto;
  }

  .aboveSmallTablet\:self-start{
    align-self: flex-start;
  }

  .aboveSmallTablet\:self-end{
    align-self: flex-end;
  }

  .aboveSmallTablet\:self-center{
    align-self: center;
  }

  .aboveSmallTablet\:self-stretch{
    align-self: stretch;
  }

  .aboveSmallTablet\:self-baseline{
    align-self: baseline;
  }

  .aboveSmallTablet\:justify-self-auto{
    justify-self: auto;
  }

  .aboveSmallTablet\:justify-self-start{
    justify-self: start;
  }

  .aboveSmallTablet\:justify-self-end{
    justify-self: end;
  }

  .aboveSmallTablet\:justify-self-center{
    justify-self: center;
  }

  .aboveSmallTablet\:justify-self-stretch{
    justify-self: stretch;
  }

  .aboveSmallTablet\:overflow-auto{
    overflow: auto;
  }

  .aboveSmallTablet\:overflow-hidden{
    overflow: hidden;
  }

  .aboveSmallTablet\:overflow-visible{
    overflow: visible;
  }

  .aboveSmallTablet\:overflow-scroll{
    overflow: scroll;
  }

  .aboveSmallTablet\:overflow-x-auto{
    overflow-x: auto;
  }

  .aboveSmallTablet\:overflow-y-auto{
    overflow-y: auto;
  }

  .aboveSmallTablet\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .aboveSmallTablet\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .aboveSmallTablet\:overflow-x-visible{
    overflow-x: visible;
  }

  .aboveSmallTablet\:overflow-y-visible{
    overflow-y: visible;
  }

  .aboveSmallTablet\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .aboveSmallTablet\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .aboveSmallTablet\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .aboveSmallTablet\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .aboveSmallTablet\:overscroll-none{
    overscroll-behavior: none;
  }

  .aboveSmallTablet\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .aboveSmallTablet\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .aboveSmallTablet\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .aboveSmallTablet\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .aboveSmallTablet\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .aboveSmallTablet\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .aboveSmallTablet\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aboveSmallTablet\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .aboveSmallTablet\:overflow-clip{
    text-overflow: clip;
  }

  .aboveSmallTablet\:whitespace-normal{
    white-space: normal;
  }

  .aboveSmallTablet\:whitespace-nowrap{
    white-space: nowrap;
  }

  .aboveSmallTablet\:whitespace-pre{
    white-space: pre;
  }

  .aboveSmallTablet\:whitespace-pre-line{
    white-space: pre-line;
  }

  .aboveSmallTablet\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .aboveSmallTablet\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .aboveSmallTablet\:break-words{
    overflow-wrap: break-word;
  }

  .aboveSmallTablet\:break-all{
    word-break: break-all;
  }

  .aboveSmallTablet\:rounded-none{
    border-radius: 0px;
  }

  .aboveSmallTablet\:rounded-sm{
    border-radius: 0.125rem;
  }

  .aboveSmallTablet\:rounded{
    border-radius: 0.25rem;
  }

  .aboveSmallTablet\:rounded-md{
    border-radius: 0.375rem;
  }

  .aboveSmallTablet\:rounded-lg{
    border-radius: 0.5rem;
  }

  .aboveSmallTablet\:rounded-xl{
    border-radius: 0.75rem;
  }

  .aboveSmallTablet\:rounded-2xl{
    border-radius: 1rem;
  }

  .aboveSmallTablet\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .aboveSmallTablet\:rounded-full{
    border-radius: 9999px;
  }

  .aboveSmallTablet\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .aboveSmallTablet\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .aboveSmallTablet\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .aboveSmallTablet\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .aboveSmallTablet\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .aboveSmallTablet\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .aboveSmallTablet\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .aboveSmallTablet\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .aboveSmallTablet\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .aboveSmallTablet\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .aboveSmallTablet\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .aboveSmallTablet\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .aboveSmallTablet\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .aboveSmallTablet\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .aboveSmallTablet\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .aboveSmallTablet\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .aboveSmallTablet\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .aboveSmallTablet\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .aboveSmallTablet\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveSmallTablet\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveSmallTablet\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveSmallTablet\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveSmallTablet\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveSmallTablet\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveSmallTablet\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveSmallTablet\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveSmallTablet\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveSmallTablet\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveSmallTablet\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveSmallTablet\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveSmallTablet\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveSmallTablet\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveSmallTablet\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveSmallTablet\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveSmallTablet\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveSmallTablet\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveSmallTablet\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .aboveSmallTablet\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .aboveSmallTablet\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .aboveSmallTablet\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .aboveSmallTablet\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .aboveSmallTablet\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .aboveSmallTablet\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .aboveSmallTablet\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .aboveSmallTablet\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .aboveSmallTablet\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .aboveSmallTablet\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .aboveSmallTablet\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .aboveSmallTablet\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .aboveSmallTablet\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .aboveSmallTablet\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .aboveSmallTablet\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .aboveSmallTablet\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .aboveSmallTablet\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .aboveSmallTablet\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .aboveSmallTablet\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .aboveSmallTablet\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .aboveSmallTablet\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .aboveSmallTablet\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .aboveSmallTablet\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .aboveSmallTablet\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .aboveSmallTablet\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .aboveSmallTablet\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .aboveSmallTablet\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .aboveSmallTablet\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .aboveSmallTablet\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .aboveSmallTablet\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .aboveSmallTablet\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .aboveSmallTablet\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .aboveSmallTablet\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .aboveSmallTablet\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .aboveSmallTablet\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .aboveSmallTablet\:border-0{
    border-width: 0px;
  }

  .aboveSmallTablet\:border-2{
    border-width: 2px;
  }

  .aboveSmallTablet\:border-4{
    border-width: 4px;
  }

  .aboveSmallTablet\:border-8{
    border-width: 8px;
  }

  .aboveSmallTablet\:border{
    border-width: 1px;
  }

  .aboveSmallTablet\:border-t-0{
    border-top-width: 0px;
  }

  .aboveSmallTablet\:border-t-2{
    border-top-width: 2px;
  }

  .aboveSmallTablet\:border-t-4{
    border-top-width: 4px;
  }

  .aboveSmallTablet\:border-t-8{
    border-top-width: 8px;
  }

  .aboveSmallTablet\:border-t{
    border-top-width: 1px;
  }

  .aboveSmallTablet\:border-r-0{
    border-right-width: 0px;
  }

  .aboveSmallTablet\:border-r-2{
    border-right-width: 2px;
  }

  .aboveSmallTablet\:border-r-4{
    border-right-width: 4px;
  }

  .aboveSmallTablet\:border-r-8{
    border-right-width: 8px;
  }

  .aboveSmallTablet\:border-r{
    border-right-width: 1px;
  }

  .aboveSmallTablet\:border-b-0{
    border-bottom-width: 0px;
  }

  .aboveSmallTablet\:border-b-2{
    border-bottom-width: 2px;
  }

  .aboveSmallTablet\:border-b-4{
    border-bottom-width: 4px;
  }

  .aboveSmallTablet\:border-b-8{
    border-bottom-width: 8px;
  }

  .aboveSmallTablet\:border-b{
    border-bottom-width: 1px;
  }

  .aboveSmallTablet\:border-l-0{
    border-left-width: 0px;
  }

  .aboveSmallTablet\:border-l-2{
    border-left-width: 2px;
  }

  .aboveSmallTablet\:border-l-4{
    border-left-width: 4px;
  }

  .aboveSmallTablet\:border-l-8{
    border-left-width: 8px;
  }

  .aboveSmallTablet\:border-l{
    border-left-width: 1px;
  }

  .aboveSmallTablet\:border-solid{
    border-style: solid;
  }

  .aboveSmallTablet\:border-dashed{
    border-style: dashed;
  }

  .aboveSmallTablet\:border-dotted{
    border-style: dotted;
  }

  .aboveSmallTablet\:border-double{
    border-style: double;
  }

  .aboveSmallTablet\:border-none{
    border-style: none;
  }

  .aboveSmallTablet\:border-transparent{
    border-color: transparent;
  }

  .aboveSmallTablet\:border-current{
    border-color: currentColor;
  }

  .aboveSmallTablet\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .aboveSmallTablet\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .aboveSmallTablet\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .aboveSmallTablet\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .aboveSmallTablet\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .aboveSmallTablet\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .aboveSmallTablet\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallTablet\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .aboveSmallTablet\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallTablet\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallTablet\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallTablet\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallTablet\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallTablet\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallTablet\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallTablet\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallTablet\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallTablet\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallTablet\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallTablet\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallTablet\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallTablet\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .aboveSmallTablet\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallTablet\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .aboveSmallTablet\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .aboveSmallTablet\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallTablet\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallTablet\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallTablet\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallTablet\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallTablet\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallTablet\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallTablet\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallTablet\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallTablet\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallTablet\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallTablet\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallTablet\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallTablet\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .aboveSmallTablet\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .aboveSmallTablet\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallTablet\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallTablet\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallTablet\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallTablet\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallTablet\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallTablet\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallTablet\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallTablet\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallTablet\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallTablet\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallTablet\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallTablet\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallTablet\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .aboveSmallTablet\:bg-transparent{
    background-color: transparent;
  }

  .aboveSmallTablet\:bg-current{
    background-color: currentColor;
  }

  .aboveSmallTablet\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .aboveSmallTablet\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .aboveSmallTablet\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .aboveSmallTablet\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .aboveSmallTablet\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .aboveSmallTablet\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .aboveSmallTablet\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallTablet\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .aboveSmallTablet\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallTablet\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallTablet\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallTablet\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallTablet\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallTablet\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallTablet\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallTablet\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallTablet\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallTablet\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallTablet\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallTablet\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallTablet\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallTablet\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .aboveSmallTablet\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallTablet\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .aboveSmallTablet\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .aboveSmallTablet\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallTablet\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallTablet\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallTablet\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallTablet\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallTablet\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallTablet\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallTablet\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallTablet\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallTablet\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallTablet\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallTablet\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallTablet\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallTablet\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .aboveSmallTablet\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .aboveSmallTablet\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallTablet\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallTablet\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallTablet\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallTablet\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallTablet\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallTablet\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallTablet\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallTablet\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallTablet\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallTablet\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallTablet\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallTablet\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallTablet\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .aboveSmallTablet\:bg-none{
    background-image: none;
  }

  .aboveSmallTablet\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .aboveSmallTablet\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .aboveSmallTablet\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .aboveSmallTablet\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .aboveSmallTablet\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .aboveSmallTablet\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .aboveSmallTablet\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .aboveSmallTablet\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .aboveSmallTablet\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallTablet\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallTablet\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallTablet\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallTablet\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallTablet\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallTablet\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallTablet\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallTablet\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallTablet\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallTablet\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallTablet\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallTablet\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallTablet\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallTablet\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallTablet\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallTablet\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallTablet\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallTablet\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallTablet\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallTablet\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallTablet\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallTablet\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallTablet\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallTablet\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallTablet\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallTablet\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallTablet\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallTablet\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallTablet\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallTablet\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallTablet\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallTablet\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallTablet\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallTablet\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallTablet\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallTablet\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallTablet\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallTablet\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallTablet\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallTablet\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallTablet\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallTablet\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallTablet\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallTablet\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallTablet\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallTablet\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallTablet\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallTablet\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallTablet\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallTablet\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallTablet\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallTablet\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallTablet\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallTablet\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallTablet\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallTablet\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallTablet\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallTablet\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallTablet\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallTablet\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallTablet\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallTablet\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallTablet\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallTablet\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallTablet\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallTablet\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallTablet\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallTablet\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallTablet\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallTablet\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallTablet\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallTablet\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallTablet\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallTablet\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallTablet\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallTablet\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallTablet\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallTablet\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallTablet\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallTablet\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallTablet\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallTablet\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallTablet\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallTablet\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallTablet\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallTablet\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallTablet\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallTablet\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallTablet\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallTablet\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallTablet\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallTablet\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallTablet\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallTablet\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallTablet\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallTablet\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallTablet\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallTablet\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallTablet\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallTablet\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallTablet\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallTablet\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallTablet\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallTablet\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallTablet\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallTablet\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallTablet\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallTablet\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallTablet\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallTablet\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallTablet\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallTablet\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallTablet\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallTablet\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallTablet\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallTablet\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallTablet\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallTablet\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallTablet\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallTablet\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallTablet\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallTablet\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallTablet\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallTablet\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallTablet\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallTablet\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallTablet\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallTablet\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallTablet\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallTablet\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallTablet\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallTablet\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallTablet\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallTablet\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallTablet\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallTablet\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallTablet\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallTablet\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallTablet\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallTablet\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallTablet\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallTablet\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallTablet\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallTablet\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallTablet\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallTablet\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallTablet\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallTablet\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallTablet\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallTablet\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallTablet\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallTablet\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallTablet\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallTablet\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallTablet\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallTablet\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallTablet\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallTablet\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallTablet\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallTablet\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallTablet\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallTablet\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallTablet\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallTablet\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallTablet\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallTablet\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallTablet\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallTablet\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallTablet\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallTablet\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallTablet\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallTablet\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallTablet\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallTablet\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallTablet\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallTablet\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallTablet\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallTablet\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallTablet\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallTablet\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallTablet\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallTablet\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallTablet\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallTablet\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallTablet\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallTablet\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallTablet\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallTablet\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallTablet\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallTablet\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallTablet\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallTablet\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallTablet\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallTablet\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallTablet\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallTablet\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallTablet\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallTablet\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallTablet\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallTablet\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallTablet\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallTablet\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallTablet\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallTablet\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallTablet\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallTablet\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallTablet\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallTablet\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallTablet\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallTablet\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallTablet\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallTablet\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallTablet\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallTablet\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallTablet\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallTablet\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallTablet\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallTablet\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallTablet\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallTablet\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallTablet\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallTablet\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallTablet\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallTablet\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallTablet\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallTablet\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallTablet\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallTablet\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallTablet\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallTablet\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallTablet\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallTablet\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallTablet\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallTablet\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallTablet\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallTablet\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallTablet\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallTablet\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallTablet\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallTablet\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallTablet\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallTablet\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallTablet\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallTablet\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallTablet\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallTablet\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallTablet\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallTablet\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallTablet\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallTablet\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallTablet\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallTablet\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallTablet\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallTablet\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallTablet\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallTablet\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallTablet\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallTablet\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallTablet\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallTablet\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallTablet\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallTablet\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallTablet\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallTablet\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallTablet\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallTablet\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallTablet\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallTablet\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallTablet\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallTablet\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallTablet\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallTablet\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallTablet\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallTablet\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallTablet\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallTablet\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallTablet\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallTablet\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallTablet\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallTablet\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallTablet\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallTablet\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallTablet\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallTablet\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallTablet\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallTablet\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallTablet\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallTablet\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallTablet\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallTablet\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallTablet\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallTablet\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallTablet\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallTablet\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallTablet\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallTablet\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallTablet\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallTablet\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallTablet\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallTablet\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallTablet\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallTablet\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallTablet\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallTablet\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallTablet\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallTablet\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallTablet\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallTablet\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallTablet\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallTablet\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallTablet\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallTablet\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallTablet\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallTablet\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallTablet\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallTablet\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallTablet\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallTablet\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallTablet\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallTablet\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallTablet\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallTablet\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallTablet\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallTablet\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallTablet\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallTablet\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallTablet\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallTablet\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallTablet\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallTablet\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallTablet\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallTablet\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallTablet\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallTablet\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallTablet\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallTablet\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallTablet\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallTablet\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallTablet\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallTablet\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallTablet\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallTablet\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallTablet\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallTablet\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallTablet\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallTablet\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallTablet\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallTablet\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallTablet\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallTablet\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallTablet\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallTablet\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallTablet\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallTablet\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallTablet\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallTablet\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallTablet\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallTablet\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallTablet\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallTablet\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallTablet\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallTablet\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallTablet\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallTablet\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallTablet\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallTablet\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallTablet\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallTablet\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .aboveSmallTablet\:to-current{
    --tw-gradient-to: currentColor;
  }

  .aboveSmallTablet\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .aboveSmallTablet\:to-black{
    --tw-gradient-to: #000;
  }

  .aboveSmallTablet\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .aboveSmallTablet\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveSmallTablet\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveSmallTablet\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .aboveSmallTablet\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .aboveSmallTablet\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .aboveSmallTablet\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .aboveSmallTablet\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .aboveSmallTablet\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .aboveSmallTablet\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .aboveSmallTablet\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveSmallTablet\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveSmallTablet\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .aboveSmallTablet\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveSmallTablet\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .aboveSmallTablet\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveSmallTablet\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .aboveSmallTablet\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .aboveSmallTablet\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .aboveSmallTablet\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveSmallTablet\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .aboveSmallTablet\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveSmallTablet\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .aboveSmallTablet\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .aboveSmallTablet\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .aboveSmallTablet\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .aboveSmallTablet\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .aboveSmallTablet\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .aboveSmallTablet\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .aboveSmallTablet\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .aboveSmallTablet\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveSmallTablet\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .aboveSmallTablet\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveSmallTablet\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .aboveSmallTablet\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .aboveSmallTablet\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .aboveSmallTablet\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .aboveSmallTablet\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .aboveSmallTablet\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .aboveSmallTablet\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .aboveSmallTablet\:to-white{
    --tw-gradient-to: #fff;
  }

  .aboveSmallTablet\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .aboveSmallTablet\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveSmallTablet\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveSmallTablet\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveSmallTablet\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .aboveSmallTablet\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .aboveSmallTablet\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .aboveSmallTablet\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .aboveSmallTablet\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .aboveSmallTablet\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .aboveSmallTablet\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveSmallTablet\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .aboveSmallTablet\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveSmallTablet\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .aboveSmallTablet\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .aboveSmallTablet\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .aboveSmallTablet\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .aboveSmallTablet\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .aboveSmallTablet\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .aboveSmallTablet\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .aboveSmallTablet\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .aboveSmallTablet\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .aboveSmallTablet\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .aboveSmallTablet\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .aboveSmallTablet\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .aboveSmallTablet\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveSmallTablet\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveSmallTablet\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .aboveSmallTablet\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .aboveSmallTablet\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .aboveSmallTablet\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .aboveSmallTablet\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .aboveSmallTablet\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .aboveSmallTablet\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .aboveSmallTablet\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveSmallTablet\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveSmallTablet\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .aboveSmallTablet\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveSmallTablet\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .aboveSmallTablet\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveSmallTablet\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .aboveSmallTablet\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .aboveSmallTablet\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .aboveSmallTablet\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveSmallTablet\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .aboveSmallTablet\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveSmallTablet\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .aboveSmallTablet\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .aboveSmallTablet\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .aboveSmallTablet\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .aboveSmallTablet\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .aboveSmallTablet\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .aboveSmallTablet\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .aboveSmallTablet\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .aboveSmallTablet\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveSmallTablet\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .aboveSmallTablet\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveSmallTablet\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .aboveSmallTablet\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .aboveSmallTablet\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .aboveSmallTablet\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .aboveSmallTablet\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .aboveSmallTablet\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .aboveSmallTablet\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .aboveSmallTablet\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .aboveSmallTablet\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .aboveSmallTablet\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveSmallTablet\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveSmallTablet\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveSmallTablet\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .aboveSmallTablet\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .aboveSmallTablet\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .aboveSmallTablet\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .aboveSmallTablet\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .aboveSmallTablet\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .aboveSmallTablet\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveSmallTablet\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .aboveSmallTablet\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveSmallTablet\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .aboveSmallTablet\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .aboveSmallTablet\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .aboveSmallTablet\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .aboveSmallTablet\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .aboveSmallTablet\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .aboveSmallTablet\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .aboveSmallTablet\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .aboveSmallTablet\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .aboveSmallTablet\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .aboveSmallTablet\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .aboveSmallTablet\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .aboveSmallTablet\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveSmallTablet\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveSmallTablet\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .aboveSmallTablet\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .aboveSmallTablet\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .aboveSmallTablet\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .aboveSmallTablet\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .aboveSmallTablet\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .aboveSmallTablet\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .aboveSmallTablet\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveSmallTablet\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveSmallTablet\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .aboveSmallTablet\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveSmallTablet\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .aboveSmallTablet\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveSmallTablet\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .aboveSmallTablet\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .aboveSmallTablet\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .aboveSmallTablet\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveSmallTablet\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .aboveSmallTablet\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveSmallTablet\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .aboveSmallTablet\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .aboveSmallTablet\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .aboveSmallTablet\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .aboveSmallTablet\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .aboveSmallTablet\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .aboveSmallTablet\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .aboveSmallTablet\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .aboveSmallTablet\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveSmallTablet\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .aboveSmallTablet\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveSmallTablet\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .aboveSmallTablet\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .aboveSmallTablet\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .aboveSmallTablet\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .aboveSmallTablet\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .aboveSmallTablet\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .aboveSmallTablet\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .aboveSmallTablet\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .aboveSmallTablet\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .aboveSmallTablet\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveSmallTablet\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveSmallTablet\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveSmallTablet\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .aboveSmallTablet\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .aboveSmallTablet\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .aboveSmallTablet\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .aboveSmallTablet\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .aboveSmallTablet\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .aboveSmallTablet\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveSmallTablet\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .aboveSmallTablet\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveSmallTablet\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .aboveSmallTablet\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .aboveSmallTablet\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .aboveSmallTablet\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .aboveSmallTablet\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .aboveSmallTablet\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .aboveSmallTablet\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .aboveSmallTablet\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .aboveSmallTablet\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .aboveSmallTablet\:bg-auto{
    background-size: auto;
  }

  .aboveSmallTablet\:bg-cover{
    background-size: cover;
  }

  .aboveSmallTablet\:bg-contain{
    background-size: contain;
  }

  .aboveSmallTablet\:bg-fixed{
    background-attachment: fixed;
  }

  .aboveSmallTablet\:bg-local{
    background-attachment: local;
  }

  .aboveSmallTablet\:bg-scroll{
    background-attachment: scroll;
  }

  .aboveSmallTablet\:bg-clip-border{
    background-clip: border-box;
  }

  .aboveSmallTablet\:bg-clip-padding{
    background-clip: padding-box;
  }

  .aboveSmallTablet\:bg-clip-content{
    background-clip: content-box;
  }

  .aboveSmallTablet\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .aboveSmallTablet\:bg-bottom{
    background-position: bottom;
  }

  .aboveSmallTablet\:bg-center{
    background-position: center;
  }

  .aboveSmallTablet\:bg-left{
    background-position: left;
  }

  .aboveSmallTablet\:bg-left-bottom{
    background-position: left bottom;
  }

  .aboveSmallTablet\:bg-left-top{
    background-position: left top;
  }

  .aboveSmallTablet\:bg-right{
    background-position: right;
  }

  .aboveSmallTablet\:bg-right-bottom{
    background-position: right bottom;
  }

  .aboveSmallTablet\:bg-right-top{
    background-position: right top;
  }

  .aboveSmallTablet\:bg-top{
    background-position: top;
  }

  .aboveSmallTablet\:bg-repeat{
    background-repeat: repeat;
  }

  .aboveSmallTablet\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .aboveSmallTablet\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .aboveSmallTablet\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .aboveSmallTablet\:bg-repeat-round{
    background-repeat: round;
  }

  .aboveSmallTablet\:bg-repeat-space{
    background-repeat: space;
  }

  .aboveSmallTablet\:bg-origin-border{
    background-origin: border-box;
  }

  .aboveSmallTablet\:bg-origin-padding{
    background-origin: padding-box;
  }

  .aboveSmallTablet\:bg-origin-content{
    background-origin: content-box;
  }

  .aboveSmallTablet\:fill-current{
    fill: currentColor;
  }

  .aboveSmallTablet\:stroke-current{
    stroke: currentColor;
  }

  .aboveSmallTablet\:stroke-0{
    stroke-width: 0;
  }

  .aboveSmallTablet\:stroke-1{
    stroke-width: 1;
  }

  .aboveSmallTablet\:stroke-2{
    stroke-width: 2;
  }

  .aboveSmallTablet\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .aboveSmallTablet\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .aboveSmallTablet\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .aboveSmallTablet\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .aboveSmallTablet\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .aboveSmallTablet\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .aboveSmallTablet\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .aboveSmallTablet\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .aboveSmallTablet\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .aboveSmallTablet\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .aboveSmallTablet\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .aboveSmallTablet\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .aboveSmallTablet\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .aboveSmallTablet\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .aboveSmallTablet\:p-0{
    padding: 0px;
  }

  .aboveSmallTablet\:p-1{
    padding: 0.25rem;
  }

  .aboveSmallTablet\:p-2{
    padding: 0.5rem;
  }

  .aboveSmallTablet\:p-3{
    padding: 0.75rem;
  }

  .aboveSmallTablet\:p-4{
    padding: 1rem;
  }

  .aboveSmallTablet\:p-5{
    padding: 1.25rem;
  }

  .aboveSmallTablet\:p-6{
    padding: 1.5rem;
  }

  .aboveSmallTablet\:p-7{
    padding: 1.75rem;
  }

  .aboveSmallTablet\:p-8{
    padding: 2rem;
  }

  .aboveSmallTablet\:p-9{
    padding: 2.25rem;
  }

  .aboveSmallTablet\:p-10{
    padding: 2.5rem;
  }

  .aboveSmallTablet\:p-11{
    padding: 2.75rem;
  }

  .aboveSmallTablet\:p-12{
    padding: 3rem;
  }

  .aboveSmallTablet\:p-14{
    padding: 3.5rem;
  }

  .aboveSmallTablet\:p-16{
    padding: 4rem;
  }

  .aboveSmallTablet\:p-20{
    padding: 5rem;
  }

  .aboveSmallTablet\:p-24{
    padding: 6rem;
  }

  .aboveSmallTablet\:p-28{
    padding: 7rem;
  }

  .aboveSmallTablet\:p-32{
    padding: 8rem;
  }

  .aboveSmallTablet\:p-36{
    padding: 9rem;
  }

  .aboveSmallTablet\:p-40{
    padding: 10rem;
  }

  .aboveSmallTablet\:p-44{
    padding: 11rem;
  }

  .aboveSmallTablet\:p-48{
    padding: 12rem;
  }

  .aboveSmallTablet\:p-52{
    padding: 13rem;
  }

  .aboveSmallTablet\:p-56{
    padding: 14rem;
  }

  .aboveSmallTablet\:p-60{
    padding: 15rem;
  }

  .aboveSmallTablet\:p-64{
    padding: 16rem;
  }

  .aboveSmallTablet\:p-72{
    padding: 18rem;
  }

  .aboveSmallTablet\:p-80{
    padding: 20rem;
  }

  .aboveSmallTablet\:p-96{
    padding: 24rem;
  }

  .aboveSmallTablet\:p-px{
    padding: 1px;
  }

  .aboveSmallTablet\:p-0\.5{
    padding: 0.125rem;
  }

  .aboveSmallTablet\:p-1\.5{
    padding: 0.375rem;
  }

  .aboveSmallTablet\:p-2\.5{
    padding: 0.625rem;
  }

  .aboveSmallTablet\:p-3\.5{
    padding: 0.875rem;
  }

  .aboveSmallTablet\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .aboveSmallTablet\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .aboveSmallTablet\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .aboveSmallTablet\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .aboveSmallTablet\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .aboveSmallTablet\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .aboveSmallTablet\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .aboveSmallTablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .aboveSmallTablet\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aboveSmallTablet\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .aboveSmallTablet\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .aboveSmallTablet\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .aboveSmallTablet\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .aboveSmallTablet\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .aboveSmallTablet\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .aboveSmallTablet\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .aboveSmallTablet\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .aboveSmallTablet\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .aboveSmallTablet\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .aboveSmallTablet\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .aboveSmallTablet\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .aboveSmallTablet\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .aboveSmallTablet\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .aboveSmallTablet\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .aboveSmallTablet\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .aboveSmallTablet\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .aboveSmallTablet\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .aboveSmallTablet\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .aboveSmallTablet\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .aboveSmallTablet\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .aboveSmallTablet\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .aboveSmallTablet\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .aboveSmallTablet\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .aboveSmallTablet\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .aboveSmallTablet\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .aboveSmallTablet\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .aboveSmallTablet\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .aboveSmallTablet\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .aboveSmallTablet\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .aboveSmallTablet\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aboveSmallTablet\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .aboveSmallTablet\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .aboveSmallTablet\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .aboveSmallTablet\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aboveSmallTablet\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .aboveSmallTablet\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .aboveSmallTablet\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .aboveSmallTablet\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aboveSmallTablet\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .aboveSmallTablet\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .aboveSmallTablet\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .aboveSmallTablet\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .aboveSmallTablet\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .aboveSmallTablet\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .aboveSmallTablet\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .aboveSmallTablet\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .aboveSmallTablet\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .aboveSmallTablet\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .aboveSmallTablet\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .aboveSmallTablet\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .aboveSmallTablet\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .aboveSmallTablet\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .aboveSmallTablet\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .aboveSmallTablet\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .aboveSmallTablet\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .aboveSmallTablet\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .aboveSmallTablet\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .aboveSmallTablet\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .aboveSmallTablet\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .aboveSmallTablet\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .aboveSmallTablet\:pt-0{
    padding-top: 0px;
  }

  .aboveSmallTablet\:pt-1{
    padding-top: 0.25rem;
  }

  .aboveSmallTablet\:pt-2{
    padding-top: 0.5rem;
  }

  .aboveSmallTablet\:pt-3{
    padding-top: 0.75rem;
  }

  .aboveSmallTablet\:pt-4{
    padding-top: 1rem;
  }

  .aboveSmallTablet\:pt-5{
    padding-top: 1.25rem;
  }

  .aboveSmallTablet\:pt-6{
    padding-top: 1.5rem;
  }

  .aboveSmallTablet\:pt-7{
    padding-top: 1.75rem;
  }

  .aboveSmallTablet\:pt-8{
    padding-top: 2rem;
  }

  .aboveSmallTablet\:pt-9{
    padding-top: 2.25rem;
  }

  .aboveSmallTablet\:pt-10{
    padding-top: 2.5rem;
  }

  .aboveSmallTablet\:pt-11{
    padding-top: 2.75rem;
  }

  .aboveSmallTablet\:pt-12{
    padding-top: 3rem;
  }

  .aboveSmallTablet\:pt-14{
    padding-top: 3.5rem;
  }

  .aboveSmallTablet\:pt-16{
    padding-top: 4rem;
  }

  .aboveSmallTablet\:pt-20{
    padding-top: 5rem;
  }

  .aboveSmallTablet\:pt-24{
    padding-top: 6rem;
  }

  .aboveSmallTablet\:pt-28{
    padding-top: 7rem;
  }

  .aboveSmallTablet\:pt-32{
    padding-top: 8rem;
  }

  .aboveSmallTablet\:pt-36{
    padding-top: 9rem;
  }

  .aboveSmallTablet\:pt-40{
    padding-top: 10rem;
  }

  .aboveSmallTablet\:pt-44{
    padding-top: 11rem;
  }

  .aboveSmallTablet\:pt-48{
    padding-top: 12rem;
  }

  .aboveSmallTablet\:pt-52{
    padding-top: 13rem;
  }

  .aboveSmallTablet\:pt-56{
    padding-top: 14rem;
  }

  .aboveSmallTablet\:pt-60{
    padding-top: 15rem;
  }

  .aboveSmallTablet\:pt-64{
    padding-top: 16rem;
  }

  .aboveSmallTablet\:pt-72{
    padding-top: 18rem;
  }

  .aboveSmallTablet\:pt-80{
    padding-top: 20rem;
  }

  .aboveSmallTablet\:pt-96{
    padding-top: 24rem;
  }

  .aboveSmallTablet\:pt-px{
    padding-top: 1px;
  }

  .aboveSmallTablet\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .aboveSmallTablet\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .aboveSmallTablet\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .aboveSmallTablet\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .aboveSmallTablet\:pr-0{
    padding-right: 0px;
  }

  .aboveSmallTablet\:pr-1{
    padding-right: 0.25rem;
  }

  .aboveSmallTablet\:pr-2{
    padding-right: 0.5rem;
  }

  .aboveSmallTablet\:pr-3{
    padding-right: 0.75rem;
  }

  .aboveSmallTablet\:pr-4{
    padding-right: 1rem;
  }

  .aboveSmallTablet\:pr-5{
    padding-right: 1.25rem;
  }

  .aboveSmallTablet\:pr-6{
    padding-right: 1.5rem;
  }

  .aboveSmallTablet\:pr-7{
    padding-right: 1.75rem;
  }

  .aboveSmallTablet\:pr-8{
    padding-right: 2rem;
  }

  .aboveSmallTablet\:pr-9{
    padding-right: 2.25rem;
  }

  .aboveSmallTablet\:pr-10{
    padding-right: 2.5rem;
  }

  .aboveSmallTablet\:pr-11{
    padding-right: 2.75rem;
  }

  .aboveSmallTablet\:pr-12{
    padding-right: 3rem;
  }

  .aboveSmallTablet\:pr-14{
    padding-right: 3.5rem;
  }

  .aboveSmallTablet\:pr-16{
    padding-right: 4rem;
  }

  .aboveSmallTablet\:pr-20{
    padding-right: 5rem;
  }

  .aboveSmallTablet\:pr-24{
    padding-right: 6rem;
  }

  .aboveSmallTablet\:pr-28{
    padding-right: 7rem;
  }

  .aboveSmallTablet\:pr-32{
    padding-right: 8rem;
  }

  .aboveSmallTablet\:pr-36{
    padding-right: 9rem;
  }

  .aboveSmallTablet\:pr-40{
    padding-right: 10rem;
  }

  .aboveSmallTablet\:pr-44{
    padding-right: 11rem;
  }

  .aboveSmallTablet\:pr-48{
    padding-right: 12rem;
  }

  .aboveSmallTablet\:pr-52{
    padding-right: 13rem;
  }

  .aboveSmallTablet\:pr-56{
    padding-right: 14rem;
  }

  .aboveSmallTablet\:pr-60{
    padding-right: 15rem;
  }

  .aboveSmallTablet\:pr-64{
    padding-right: 16rem;
  }

  .aboveSmallTablet\:pr-72{
    padding-right: 18rem;
  }

  .aboveSmallTablet\:pr-80{
    padding-right: 20rem;
  }

  .aboveSmallTablet\:pr-96{
    padding-right: 24rem;
  }

  .aboveSmallTablet\:pr-px{
    padding-right: 1px;
  }

  .aboveSmallTablet\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .aboveSmallTablet\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .aboveSmallTablet\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .aboveSmallTablet\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .aboveSmallTablet\:pb-0{
    padding-bottom: 0px;
  }

  .aboveSmallTablet\:pb-1{
    padding-bottom: 0.25rem;
  }

  .aboveSmallTablet\:pb-2{
    padding-bottom: 0.5rem;
  }

  .aboveSmallTablet\:pb-3{
    padding-bottom: 0.75rem;
  }

  .aboveSmallTablet\:pb-4{
    padding-bottom: 1rem;
  }

  .aboveSmallTablet\:pb-5{
    padding-bottom: 1.25rem;
  }

  .aboveSmallTablet\:pb-6{
    padding-bottom: 1.5rem;
  }

  .aboveSmallTablet\:pb-7{
    padding-bottom: 1.75rem;
  }

  .aboveSmallTablet\:pb-8{
    padding-bottom: 2rem;
  }

  .aboveSmallTablet\:pb-9{
    padding-bottom: 2.25rem;
  }

  .aboveSmallTablet\:pb-10{
    padding-bottom: 2.5rem;
  }

  .aboveSmallTablet\:pb-11{
    padding-bottom: 2.75rem;
  }

  .aboveSmallTablet\:pb-12{
    padding-bottom: 3rem;
  }

  .aboveSmallTablet\:pb-14{
    padding-bottom: 3.5rem;
  }

  .aboveSmallTablet\:pb-16{
    padding-bottom: 4rem;
  }

  .aboveSmallTablet\:pb-20{
    padding-bottom: 5rem;
  }

  .aboveSmallTablet\:pb-24{
    padding-bottom: 6rem;
  }

  .aboveSmallTablet\:pb-28{
    padding-bottom: 7rem;
  }

  .aboveSmallTablet\:pb-32{
    padding-bottom: 8rem;
  }

  .aboveSmallTablet\:pb-36{
    padding-bottom: 9rem;
  }

  .aboveSmallTablet\:pb-40{
    padding-bottom: 10rem;
  }

  .aboveSmallTablet\:pb-44{
    padding-bottom: 11rem;
  }

  .aboveSmallTablet\:pb-48{
    padding-bottom: 12rem;
  }

  .aboveSmallTablet\:pb-52{
    padding-bottom: 13rem;
  }

  .aboveSmallTablet\:pb-56{
    padding-bottom: 14rem;
  }

  .aboveSmallTablet\:pb-60{
    padding-bottom: 15rem;
  }

  .aboveSmallTablet\:pb-64{
    padding-bottom: 16rem;
  }

  .aboveSmallTablet\:pb-72{
    padding-bottom: 18rem;
  }

  .aboveSmallTablet\:pb-80{
    padding-bottom: 20rem;
  }

  .aboveSmallTablet\:pb-96{
    padding-bottom: 24rem;
  }

  .aboveSmallTablet\:pb-px{
    padding-bottom: 1px;
  }

  .aboveSmallTablet\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .aboveSmallTablet\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .aboveSmallTablet\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .aboveSmallTablet\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .aboveSmallTablet\:pl-0{
    padding-left: 0px;
  }

  .aboveSmallTablet\:pl-1{
    padding-left: 0.25rem;
  }

  .aboveSmallTablet\:pl-2{
    padding-left: 0.5rem;
  }

  .aboveSmallTablet\:pl-3{
    padding-left: 0.75rem;
  }

  .aboveSmallTablet\:pl-4{
    padding-left: 1rem;
  }

  .aboveSmallTablet\:pl-5{
    padding-left: 1.25rem;
  }

  .aboveSmallTablet\:pl-6{
    padding-left: 1.5rem;
  }

  .aboveSmallTablet\:pl-7{
    padding-left: 1.75rem;
  }

  .aboveSmallTablet\:pl-8{
    padding-left: 2rem;
  }

  .aboveSmallTablet\:pl-9{
    padding-left: 2.25rem;
  }

  .aboveSmallTablet\:pl-10{
    padding-left: 2.5rem;
  }

  .aboveSmallTablet\:pl-11{
    padding-left: 2.75rem;
  }

  .aboveSmallTablet\:pl-12{
    padding-left: 3rem;
  }

  .aboveSmallTablet\:pl-14{
    padding-left: 3.5rem;
  }

  .aboveSmallTablet\:pl-16{
    padding-left: 4rem;
  }

  .aboveSmallTablet\:pl-20{
    padding-left: 5rem;
  }

  .aboveSmallTablet\:pl-24{
    padding-left: 6rem;
  }

  .aboveSmallTablet\:pl-28{
    padding-left: 7rem;
  }

  .aboveSmallTablet\:pl-32{
    padding-left: 8rem;
  }

  .aboveSmallTablet\:pl-36{
    padding-left: 9rem;
  }

  .aboveSmallTablet\:pl-40{
    padding-left: 10rem;
  }

  .aboveSmallTablet\:pl-44{
    padding-left: 11rem;
  }

  .aboveSmallTablet\:pl-48{
    padding-left: 12rem;
  }

  .aboveSmallTablet\:pl-52{
    padding-left: 13rem;
  }

  .aboveSmallTablet\:pl-56{
    padding-left: 14rem;
  }

  .aboveSmallTablet\:pl-60{
    padding-left: 15rem;
  }

  .aboveSmallTablet\:pl-64{
    padding-left: 16rem;
  }

  .aboveSmallTablet\:pl-72{
    padding-left: 18rem;
  }

  .aboveSmallTablet\:pl-80{
    padding-left: 20rem;
  }

  .aboveSmallTablet\:pl-96{
    padding-left: 24rem;
  }

  .aboveSmallTablet\:pl-px{
    padding-left: 1px;
  }

  .aboveSmallTablet\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .aboveSmallTablet\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .aboveSmallTablet\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .aboveSmallTablet\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .aboveSmallTablet\:text-left{
    text-align: left;
  }

  .aboveSmallTablet\:text-center{
    text-align: center;
  }

  .aboveSmallTablet\:text-right{
    text-align: right;
  }

  .aboveSmallTablet\:text-justify{
    text-align: justify;
  }

  .aboveSmallTablet\:align-baseline{
    vertical-align: baseline;
  }

  .aboveSmallTablet\:align-top{
    vertical-align: top;
  }

  .aboveSmallTablet\:align-middle{
    vertical-align: middle;
  }

  .aboveSmallTablet\:align-bottom{
    vertical-align: bottom;
  }

  .aboveSmallTablet\:align-text-top{
    vertical-align: text-top;
  }

  .aboveSmallTablet\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .aboveSmallTablet\:font-sans{
    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";
  }

  .aboveSmallTablet\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .aboveSmallTablet\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .aboveSmallTablet\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .aboveSmallTablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .aboveSmallTablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .aboveSmallTablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .aboveSmallTablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .aboveSmallTablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .aboveSmallTablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .aboveSmallTablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .aboveSmallTablet\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .aboveSmallTablet\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .aboveSmallTablet\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .aboveSmallTablet\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .aboveSmallTablet\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .aboveSmallTablet\:font-thin{
    font-weight: 100;
  }

  .aboveSmallTablet\:font-extralight{
    font-weight: 200;
  }

  .aboveSmallTablet\:font-light{
    font-weight: 300;
  }

  .aboveSmallTablet\:font-normal{
    font-weight: 400;
  }

  .aboveSmallTablet\:font-medium{
    font-weight: 500;
  }

  .aboveSmallTablet\:font-semibold{
    font-weight: 600;
  }

  .aboveSmallTablet\:font-bold{
    font-weight: 700;
  }

  .aboveSmallTablet\:font-extrabold{
    font-weight: 800;
  }

  .aboveSmallTablet\:font-black{
    font-weight: 900;
  }

  .aboveSmallTablet\:uppercase{
    text-transform: uppercase;
  }

  .aboveSmallTablet\:lowercase{
    text-transform: lowercase;
  }

  .aboveSmallTablet\:capitalize{
    text-transform: capitalize;
  }

  .aboveSmallTablet\:normal-case{
    text-transform: none;
  }

  .aboveSmallTablet\:italic{
    font-style: italic;
  }

  .aboveSmallTablet\:not-italic{
    font-style: normal;
  }

  .aboveSmallTablet\:ordinal, .aboveSmallTablet\:slashed-zero, .aboveSmallTablet\:lining-nums, .aboveSmallTablet\:oldstyle-nums, .aboveSmallTablet\:proportional-nums, .aboveSmallTablet\:tabular-nums, .aboveSmallTablet\:diagonal-fractions, .aboveSmallTablet\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .aboveSmallTablet\:normal-nums{
    font-variant-numeric: normal;
  }

  .aboveSmallTablet\:ordinal{
    --tw-ordinal: ordinal;
  }

  .aboveSmallTablet\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .aboveSmallTablet\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .aboveSmallTablet\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .aboveSmallTablet\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .aboveSmallTablet\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .aboveSmallTablet\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .aboveSmallTablet\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .aboveSmallTablet\:leading-3{
    line-height: .75rem;
  }

  .aboveSmallTablet\:leading-4{
    line-height: 1rem;
  }

  .aboveSmallTablet\:leading-5{
    line-height: 1.25rem;
  }

  .aboveSmallTablet\:leading-6{
    line-height: 1.5rem;
  }

  .aboveSmallTablet\:leading-7{
    line-height: 1.75rem;
  }

  .aboveSmallTablet\:leading-8{
    line-height: 2rem;
  }

  .aboveSmallTablet\:leading-9{
    line-height: 2.25rem;
  }

  .aboveSmallTablet\:leading-10{
    line-height: 2.5rem;
  }

  .aboveSmallTablet\:leading-none{
    line-height: 1;
  }

  .aboveSmallTablet\:leading-tight{
    line-height: 1.25;
  }

  .aboveSmallTablet\:leading-snug{
    line-height: 1.375;
  }

  .aboveSmallTablet\:leading-normal{
    line-height: 1.5;
  }

  .aboveSmallTablet\:leading-relaxed{
    line-height: 1.625;
  }

  .aboveSmallTablet\:leading-loose{
    line-height: 2;
  }

  .aboveSmallTablet\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .aboveSmallTablet\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .aboveSmallTablet\:tracking-normal{
    letter-spacing: 0em;
  }

  .aboveSmallTablet\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .aboveSmallTablet\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .aboveSmallTablet\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .aboveSmallTablet\:text-transparent{
    color: transparent;
  }

  .aboveSmallTablet\:text-current{
    color: currentColor;
  }

  .aboveSmallTablet\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .aboveSmallTablet\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .aboveSmallTablet\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-transparent:hover{
    color: transparent;
  }

  .aboveSmallTablet\:hover\:text-current:hover{
    color: currentColor;
  }

  .aboveSmallTablet\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-transparent:focus{
    color: transparent;
  }

  .aboveSmallTablet\:focus\:text-current:focus{
    color: currentColor;
  }

  .aboveSmallTablet\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallTablet\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .aboveSmallTablet\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallTablet\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallTablet\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallTablet\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallTablet\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallTablet\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallTablet\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallTablet\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallTablet\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallTablet\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallTablet\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallTablet\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallTablet\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallTablet\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .aboveSmallTablet\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallTablet\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .aboveSmallTablet\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .aboveSmallTablet\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallTablet\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallTablet\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallTablet\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallTablet\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallTablet\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallTablet\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallTablet\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallTablet\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallTablet\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallTablet\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallTablet\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallTablet\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallTablet\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .aboveSmallTablet\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .aboveSmallTablet\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallTablet\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallTablet\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallTablet\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallTablet\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallTablet\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallTablet\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallTablet\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallTablet\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallTablet\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallTablet\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallTablet\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallTablet\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallTablet\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .aboveSmallTablet\:underline{
    text-decoration: underline;
  }

  .aboveSmallTablet\:line-through{
    text-decoration: line-through;
  }

  .aboveSmallTablet\:no-underline{
    text-decoration: none;
  }

  .group:hover .aboveSmallTablet\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .aboveSmallTablet\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .aboveSmallTablet\:group-hover\:no-underline{
    text-decoration: none;
  }

  .aboveSmallTablet\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .aboveSmallTablet\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .aboveSmallTablet\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .aboveSmallTablet\:hover\:underline:hover{
    text-decoration: underline;
  }

  .aboveSmallTablet\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .aboveSmallTablet\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .aboveSmallTablet\:focus\:underline:focus{
    text-decoration: underline;
  }

  .aboveSmallTablet\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .aboveSmallTablet\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .aboveSmallTablet\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .aboveSmallTablet\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .aboveSmallTablet\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .aboveSmallTablet\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .aboveSmallTablet\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .aboveSmallTablet\:placeholder-current::placeholder{
    color: currentColor;
  }

  .aboveSmallTablet\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .aboveSmallTablet\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .aboveSmallTablet\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .aboveSmallTablet\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .aboveSmallTablet\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallTablet\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallTablet\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallTablet\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallTablet\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallTablet\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallTablet\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallTablet\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallTablet\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallTablet\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallTablet\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallTablet\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallTablet\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallTablet\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallTablet\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallTablet\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallTablet\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallTablet\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallTablet\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallTablet\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallTablet\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallTablet\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallTablet\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallTablet\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallTablet\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallTablet\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallTablet\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallTablet\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallTablet\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallTablet\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallTablet\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallTablet\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallTablet\:opacity-0{
    opacity: 0;
  }

  .aboveSmallTablet\:opacity-5{
    opacity: 0.05;
  }

  .aboveSmallTablet\:opacity-10{
    opacity: 0.1;
  }

  .aboveSmallTablet\:opacity-20{
    opacity: 0.2;
  }

  .aboveSmallTablet\:opacity-25{
    opacity: 0.25;
  }

  .aboveSmallTablet\:opacity-30{
    opacity: 0.3;
  }

  .aboveSmallTablet\:opacity-40{
    opacity: 0.4;
  }

  .aboveSmallTablet\:opacity-50{
    opacity: 0.5;
  }

  .aboveSmallTablet\:opacity-60{
    opacity: 0.6;
  }

  .aboveSmallTablet\:opacity-70{
    opacity: 0.7;
  }

  .aboveSmallTablet\:opacity-75{
    opacity: 0.75;
  }

  .aboveSmallTablet\:opacity-80{
    opacity: 0.8;
  }

  .aboveSmallTablet\:opacity-90{
    opacity: 0.9;
  }

  .aboveSmallTablet\:opacity-95{
    opacity: 0.95;
  }

  .aboveSmallTablet\:opacity-100{
    opacity: 1;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .aboveSmallTablet\:group-hover\:opacity-100{
    opacity: 1;
  }

  .aboveSmallTablet\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .aboveSmallTablet\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .aboveSmallTablet\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .aboveSmallTablet\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .aboveSmallTablet\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .aboveSmallTablet\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .aboveSmallTablet\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .aboveSmallTablet\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .aboveSmallTablet\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .aboveSmallTablet\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .aboveSmallTablet\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .aboveSmallTablet\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .aboveSmallTablet\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .aboveSmallTablet\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .aboveSmallTablet\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .aboveSmallTablet\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .aboveSmallTablet\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .aboveSmallTablet\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .aboveSmallTablet\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .aboveSmallTablet\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .aboveSmallTablet\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .aboveSmallTablet\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .aboveSmallTablet\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .aboveSmallTablet\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .aboveSmallTablet\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .aboveSmallTablet\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .aboveSmallTablet\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .aboveSmallTablet\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .aboveSmallTablet\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .aboveSmallTablet\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .aboveSmallTablet\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .aboveSmallTablet\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .aboveSmallTablet\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .aboveSmallTablet\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .aboveSmallTablet\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .aboveSmallTablet\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .aboveSmallTablet\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .aboveSmallTablet\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .aboveSmallTablet\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .aboveSmallTablet\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .aboveSmallTablet\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .aboveSmallTablet\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .aboveSmallTablet\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .aboveSmallTablet\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .aboveSmallTablet\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .aboveSmallTablet\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .aboveSmallTablet\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .aboveSmallTablet\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .aboveSmallTablet\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .aboveSmallTablet\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .aboveSmallTablet\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .aboveSmallTablet\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .aboveSmallTablet\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .aboveSmallTablet\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .aboveSmallTablet\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .aboveSmallTablet\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .aboveSmallTablet\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .aboveSmallTablet\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .aboveSmallTablet\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .aboveSmallTablet\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .aboveSmallTablet\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .aboveSmallTablet\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .aboveSmallTablet\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .aboveSmallTablet\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .aboveSmallTablet\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .aboveSmallTablet\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .aboveSmallTablet\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .aboveSmallTablet\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .aboveSmallTablet\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .aboveSmallTablet\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .aboveSmallTablet\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .aboveSmallTablet\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .aboveSmallTablet\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .aboveSmallTablet\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .aboveSmallTablet\:bg-blend-color{
    background-blend-mode: color;
  }

  .aboveSmallTablet\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .aboveSmallTablet\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .aboveSmallTablet\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .aboveSmallTablet\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .aboveSmallTablet\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .aboveSmallTablet\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .aboveSmallTablet\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .aboveSmallTablet\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .aboveSmallTablet\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .aboveSmallTablet\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .aboveSmallTablet\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .aboveSmallTablet\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .aboveSmallTablet\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .aboveSmallTablet\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .aboveSmallTablet\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .aboveSmallTablet\:mix-blend-color{
    mix-blend-mode: color;
  }

  .aboveSmallTablet\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .aboveSmallTablet\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallTablet\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallTablet\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallTablet\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallTablet\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallTablet\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallTablet\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallTablet\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallTablet\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallTablet\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveSmallTablet\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveSmallTablet\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveSmallTablet\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveSmallTablet\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveSmallTablet\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveSmallTablet\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveSmallTablet\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveSmallTablet\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveSmallTablet\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallTablet\:ring-inset{
    --tw-ring-inset: inset;
  }

  .aboveSmallTablet\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .aboveSmallTablet\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .aboveSmallTablet\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .aboveSmallTablet\:ring-current{
    --tw-ring-color: currentColor;
  }

  .aboveSmallTablet\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .aboveSmallTablet\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .aboveSmallTablet\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .aboveSmallTablet\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .aboveSmallTablet\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveSmallTablet\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .aboveSmallTablet\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .aboveSmallTablet\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .aboveSmallTablet\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .aboveSmallTablet\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .aboveSmallTablet\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .aboveSmallTablet\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .aboveSmallTablet\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .aboveSmallTablet\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .aboveSmallTablet\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .aboveSmallTablet\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .aboveSmallTablet\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .aboveSmallTablet\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .aboveSmallTablet\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .aboveSmallTablet\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .aboveSmallTablet\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .aboveSmallTablet\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .aboveSmallTablet\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .aboveSmallTablet\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .aboveSmallTablet\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .aboveSmallTablet\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .aboveSmallTablet\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .aboveSmallTablet\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .aboveSmallTablet\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .aboveSmallTablet\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .aboveSmallTablet\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .aboveSmallTablet\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .aboveSmallTablet\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .aboveSmallTablet\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .aboveSmallTablet\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .aboveSmallTablet\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .aboveSmallTablet\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .aboveSmallTablet\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .aboveSmallTablet\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .aboveSmallTablet\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .aboveSmallTablet\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .aboveSmallTablet\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .aboveSmallTablet\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .aboveSmallTablet\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .aboveSmallTablet\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .aboveSmallTablet\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .aboveSmallTablet\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .aboveSmallTablet\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .aboveSmallTablet\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .aboveSmallTablet\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .aboveSmallTablet\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveSmallTablet\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveSmallTablet\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveSmallTablet\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveSmallTablet\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveSmallTablet\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveSmallTablet\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveSmallTablet\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .aboveSmallTablet\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveSmallTablet\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .aboveSmallTablet\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveSmallTablet\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveSmallTablet\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveSmallTablet\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveSmallTablet\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveSmallTablet\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveSmallTablet\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveSmallTablet\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveSmallTablet\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .aboveSmallTablet\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveSmallTablet\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveSmallTablet\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveSmallTablet\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveSmallTablet\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveSmallTablet\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveSmallTablet\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveSmallTablet\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveSmallTablet\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .aboveSmallTablet\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveSmallTablet\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .aboveSmallTablet\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveSmallTablet\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveSmallTablet\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveSmallTablet\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveSmallTablet\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveSmallTablet\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveSmallTablet\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveSmallTablet\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveSmallTablet\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .aboveSmallTablet\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .aboveSmallTablet\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .aboveSmallTablet\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveSmallTablet\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveSmallTablet\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveSmallTablet\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveSmallTablet\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveSmallTablet\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveSmallTablet\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveSmallTablet\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveSmallTablet\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveSmallTablet\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .aboveSmallTablet\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveSmallTablet\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveSmallTablet\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveSmallTablet\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .aboveSmallTablet\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveSmallTablet\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveSmallTablet\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveSmallTablet\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .aboveSmallTablet\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .aboveSmallTablet\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .aboveSmallTablet\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .aboveSmallTablet\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .aboveSmallTablet\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .aboveSmallTablet\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .aboveSmallTablet\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .aboveSmallTablet\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveSmallTablet\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveSmallTablet\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveSmallTablet\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveSmallTablet\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveSmallTablet\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveSmallTablet\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveSmallTablet\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .aboveSmallTablet\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveSmallTablet\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .aboveSmallTablet\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveSmallTablet\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveSmallTablet\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveSmallTablet\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveSmallTablet\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveSmallTablet\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveSmallTablet\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveSmallTablet\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveSmallTablet\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .aboveSmallTablet\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveSmallTablet\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveSmallTablet\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveSmallTablet\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveSmallTablet\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveSmallTablet\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveSmallTablet\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveSmallTablet\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveSmallTablet\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .aboveSmallTablet\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveSmallTablet\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .aboveSmallTablet\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveSmallTablet\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveSmallTablet\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveSmallTablet\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveSmallTablet\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveSmallTablet\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveSmallTablet\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveSmallTablet\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveSmallTablet\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .aboveSmallTablet\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .aboveSmallTablet\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .aboveSmallTablet\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveSmallTablet\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveSmallTablet\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveSmallTablet\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveSmallTablet\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveSmallTablet\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveSmallTablet\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveSmallTablet\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveSmallTablet\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveSmallTablet\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .aboveSmallTablet\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveSmallTablet\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveSmallTablet\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveSmallTablet\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .aboveSmallTablet\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveSmallTablet\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveSmallTablet\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveSmallTablet\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .aboveSmallTablet\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .aboveSmallTablet\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .aboveSmallTablet\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .aboveSmallTablet\:filter-none{
    filter: none;
  }

  .aboveSmallTablet\:blur-0{
    --tw-blur: blur(0);
  }

  .aboveSmallTablet\:blur-none{
    --tw-blur: blur(0);
  }

  .aboveSmallTablet\:blur-sm{
    --tw-blur: blur(4px);
  }

  .aboveSmallTablet\:blur{
    --tw-blur: blur(8px);
  }

  .aboveSmallTablet\:blur-md{
    --tw-blur: blur(12px);
  }

  .aboveSmallTablet\:blur-lg{
    --tw-blur: blur(16px);
  }

  .aboveSmallTablet\:blur-xl{
    --tw-blur: blur(24px);
  }

  .aboveSmallTablet\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .aboveSmallTablet\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .aboveSmallTablet\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .aboveSmallTablet\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .aboveSmallTablet\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .aboveSmallTablet\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .aboveSmallTablet\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .aboveSmallTablet\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .aboveSmallTablet\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .aboveSmallTablet\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .aboveSmallTablet\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .aboveSmallTablet\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .aboveSmallTablet\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .aboveSmallTablet\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .aboveSmallTablet\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .aboveSmallTablet\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .aboveSmallTablet\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .aboveSmallTablet\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .aboveSmallTablet\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .aboveSmallTablet\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .aboveSmallTablet\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .aboveSmallTablet\: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));
  }

  .aboveSmallTablet\: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));
  }

  .aboveSmallTablet\: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));
  }

  .aboveSmallTablet\: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));
  }

  .aboveSmallTablet\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .aboveSmallTablet\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .aboveSmallTablet\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .aboveSmallTablet\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .aboveSmallTablet\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .aboveSmallTablet\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .aboveSmallTablet\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .aboveSmallTablet\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .aboveSmallTablet\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .aboveSmallTablet\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .aboveSmallTablet\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .aboveSmallTablet\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .aboveSmallTablet\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .aboveSmallTablet\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .aboveSmallTablet\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .aboveSmallTablet\:invert-0{
    --tw-invert: invert(0);
  }

  .aboveSmallTablet\:invert{
    --tw-invert: invert(100%);
  }

  .aboveSmallTablet\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .aboveSmallTablet\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .aboveSmallTablet\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .aboveSmallTablet\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .aboveSmallTablet\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .aboveSmallTablet\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .aboveSmallTablet\:sepia{
    --tw-sepia: sepia(100%);
  }

  .aboveSmallTablet\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .aboveSmallTablet\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .aboveSmallTablet\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .aboveSmallTablet\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .aboveSmallTablet\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .aboveSmallTablet\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .aboveSmallTablet\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .aboveSmallTablet\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .aboveSmallTablet\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .aboveSmallTablet\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .aboveSmallTablet\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .aboveSmallTablet\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .aboveSmallTablet\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .aboveSmallTablet\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .aboveSmallTablet\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .aboveSmallTablet\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .aboveSmallTablet\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .aboveSmallTablet\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .aboveSmallTablet\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .aboveSmallTablet\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .aboveSmallTablet\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .aboveSmallTablet\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .aboveSmallTablet\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .aboveSmallTablet\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .aboveSmallTablet\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .aboveSmallTablet\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .aboveSmallTablet\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .aboveSmallTablet\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .aboveSmallTablet\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .aboveSmallTablet\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .aboveSmallTablet\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .aboveSmallTablet\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .aboveSmallTablet\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .aboveSmallTablet\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .aboveSmallTablet\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .aboveSmallTablet\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .aboveSmallTablet\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .aboveSmallTablet\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .aboveSmallTablet\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .aboveSmallTablet\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .aboveSmallTablet\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .aboveSmallTablet\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .aboveSmallTablet\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .aboveSmallTablet\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .aboveSmallTablet\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .aboveSmallTablet\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .aboveSmallTablet\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .aboveSmallTablet\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .aboveSmallTablet\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .aboveSmallTablet\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .aboveSmallTablet\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .aboveSmallTablet\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .aboveSmallTablet\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .aboveSmallTablet\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .aboveSmallTablet\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .aboveSmallTablet\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .aboveSmallTablet\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .aboveSmallTablet\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .aboveSmallTablet\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .aboveSmallTablet\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .aboveSmallTablet\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .aboveSmallTablet\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .aboveSmallTablet\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .aboveSmallTablet\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .aboveSmallTablet\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .aboveSmallTablet\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .aboveSmallTablet\:transition-none{
    transition-property: none;
  }

  .aboveSmallTablet\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallTablet\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallTablet\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallTablet\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallTablet\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallTablet\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallTablet\:delay-75{
    transition-delay: 75ms;
  }

  .aboveSmallTablet\:delay-100{
    transition-delay: 100ms;
  }

  .aboveSmallTablet\:delay-150{
    transition-delay: 150ms;
  }

  .aboveSmallTablet\:delay-200{
    transition-delay: 200ms;
  }

  .aboveSmallTablet\:delay-300{
    transition-delay: 300ms;
  }

  .aboveSmallTablet\:delay-500{
    transition-delay: 500ms;
  }

  .aboveSmallTablet\:delay-700{
    transition-delay: 700ms;
  }

  .aboveSmallTablet\:delay-1000{
    transition-delay: 1000ms;
  }

  .aboveSmallTablet\:duration-75{
    transition-duration: 75ms;
  }

  .aboveSmallTablet\:duration-100{
    transition-duration: 100ms;
  }

  .aboveSmallTablet\:duration-150{
    transition-duration: 150ms;
  }

  .aboveSmallTablet\:duration-200{
    transition-duration: 200ms;
  }

  .aboveSmallTablet\:duration-300{
    transition-duration: 300ms;
  }

  .aboveSmallTablet\:duration-500{
    transition-duration: 500ms;
  }

  .aboveSmallTablet\:duration-700{
    transition-duration: 700ms;
  }

  .aboveSmallTablet\:duration-1000{
    transition-duration: 1000ms;
  }

  .aboveSmallTablet\:ease-linear{
    transition-timing-function: linear;
  }

  .aboveSmallTablet\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .aboveSmallTablet\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .aboveSmallTablet\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 601px){
  .aboveMobile\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .aboveMobile\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .aboveMobile\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .aboveMobile\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .aboveMobile\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .aboveMobile\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .aboveMobile\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .aboveMobile\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .aboveMobile\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .aboveMobile\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .aboveMobile\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .aboveMobile\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .aboveMobile\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .aboveMobile\:container{
      max-width: 1701px;
    }
  }

  .aboveMobile\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .aboveMobile\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveMobile\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .aboveMobile\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .aboveMobile\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveMobile\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .aboveMobile\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .aboveMobile\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .aboveMobile\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .aboveMobile\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveMobile\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .aboveMobile\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .aboveMobile\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .aboveMobile\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveMobile\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .aboveMobile\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveMobile\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .aboveMobile\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .aboveMobile\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .aboveMobile\:prose code::before{
    content: "`";
  }

  .aboveMobile\:prose code::after{
    content: "`";
  }

  .aboveMobile\:prose a code{
    color: #111827;
  }

  .aboveMobile\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .aboveMobile\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .aboveMobile\:prose pre code::before{
    content: "";
  }

  .aboveMobile\:prose pre code::after{
    content: "";
  }

  .aboveMobile\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .aboveMobile\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .aboveMobile\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveMobile\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .aboveMobile\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .aboveMobile\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveMobile\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .aboveMobile\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveMobile\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMobile\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMobile\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMobile\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveMobile\:prose h2 code{
    font-size: 0.875em;
  }

  .aboveMobile\:prose h3 code{
    font-size: 0.9em;
  }

  .aboveMobile\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveMobile\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveMobile\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveMobile\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveMobile\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveMobile\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveMobile\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveMobile\:prose ul ul, .aboveMobile\:prose ul ol, .aboveMobile\:prose ol ul, .aboveMobile\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveMobile\:prose hr + *{
    margin-top: 0;
  }

  .aboveMobile\:prose h2 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose h3 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose h4 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose thead th:first-child{
    padding-left: 0;
  }

  .aboveMobile\:prose thead th:last-child{
    padding-right: 0;
  }

  .aboveMobile\:prose tbody td:first-child{
    padding-left: 0;
  }

  .aboveMobile\:prose tbody td:last-child{
    padding-right: 0;
  }

  .aboveMobile\:prose > :first-child{
    margin-top: 0;
  }

  .aboveMobile\:prose > :last-child{
    margin-bottom: 0;
  }

  .aboveMobile\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .aboveMobile\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveMobile\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveMobile\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .aboveMobile\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .aboveMobile\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .aboveMobile\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveMobile\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .aboveMobile\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveMobile\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveMobile\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveMobile\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveMobile\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .aboveMobile\:prose-sm code{
    font-size: 0.8571429em;
  }

  .aboveMobile\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .aboveMobile\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .aboveMobile\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveMobile\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveMobile\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveMobile\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .aboveMobile\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .aboveMobile\:prose-sm ol > li::before{
    left: 0;
  }

  .aboveMobile\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .aboveMobile\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .aboveMobile\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveMobile\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveMobile\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveMobile\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveMobile\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveMobile\:prose-sm ul ul, .aboveMobile\:prose-sm ul ol, .aboveMobile\:prose-sm ol ul, .aboveMobile\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveMobile\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .aboveMobile\:prose-sm hr + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-sm h2 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-sm h3 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-sm h4 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .aboveMobile\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveMobile\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .aboveMobile\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .aboveMobile\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveMobile\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .aboveMobile\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .aboveMobile\:prose-sm > :first-child{
    margin-top: 0;
  }

  .aboveMobile\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .aboveMobile\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .aboveMobile\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMobile\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .aboveMobile\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .aboveMobile\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .aboveMobile\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .aboveMobile\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveMobile\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveMobile\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveMobile\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveMobile\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveMobile\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveMobile\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .aboveMobile\:prose-lg code{
    font-size: 0.8888889em;
  }

  .aboveMobile\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .aboveMobile\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .aboveMobile\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .aboveMobile\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMobile\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMobile\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveMobile\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .aboveMobile\:prose-lg ol > li::before{
    left: 0;
  }

  .aboveMobile\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .aboveMobile\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .aboveMobile\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveMobile\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveMobile\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveMobile\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveMobile\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveMobile\:prose-lg ul ul, .aboveMobile\:prose-lg ul ol, .aboveMobile\:prose-lg ol ul, .aboveMobile\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveMobile\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .aboveMobile\:prose-lg hr + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-lg h2 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-lg h3 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-lg h4 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .aboveMobile\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveMobile\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .aboveMobile\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .aboveMobile\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveMobile\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .aboveMobile\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .aboveMobile\:prose-lg > :first-child{
    margin-top: 0;
  }

  .aboveMobile\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .aboveMobile\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .aboveMobile\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveMobile\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .aboveMobile\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .aboveMobile\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .aboveMobile\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveMobile\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .aboveMobile\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveMobile\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMobile\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMobile\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMobile\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveMobile\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .aboveMobile\:prose-xl code{
    font-size: 0.9em;
  }

  .aboveMobile\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .aboveMobile\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .aboveMobile\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .aboveMobile\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveMobile\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveMobile\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .aboveMobile\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .aboveMobile\:prose-xl ol > li::before{
    left: 0;
  }

  .aboveMobile\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .aboveMobile\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .aboveMobile\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveMobile\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveMobile\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveMobile\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveMobile\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveMobile\:prose-xl ul ul, .aboveMobile\:prose-xl ul ol, .aboveMobile\:prose-xl ol ul, .aboveMobile\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveMobile\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .aboveMobile\:prose-xl hr + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-xl h2 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-xl h3 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-xl h4 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .aboveMobile\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveMobile\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .aboveMobile\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .aboveMobile\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveMobile\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveMobile\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveMobile\:prose-xl > :first-child{
    margin-top: 0;
  }

  .aboveMobile\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .aboveMobile\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .aboveMobile\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMobile\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .aboveMobile\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .aboveMobile\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .aboveMobile\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .aboveMobile\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .aboveMobile\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveMobile\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMobile\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMobile\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveMobile\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveMobile\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .aboveMobile\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .aboveMobile\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .aboveMobile\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .aboveMobile\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .aboveMobile\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMobile\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveMobile\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveMobile\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .aboveMobile\:prose-2xl ol > li::before{
    left: 0;
  }

  .aboveMobile\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .aboveMobile\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .aboveMobile\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .aboveMobile\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveMobile\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveMobile\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveMobile\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveMobile\:prose-2xl ul ul, .aboveMobile\:prose-2xl ul ol, .aboveMobile\:prose-2xl ol ul, .aboveMobile\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveMobile\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveMobile\:prose-2xl hr + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .aboveMobile\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .aboveMobile\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveMobile\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .aboveMobile\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .aboveMobile\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveMobile\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveMobile\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveMobile\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .aboveMobile\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .aboveMobile\:prose-blue{
  }

  .aboveMobile\:prose-red{
  }

  .aboveMobile\:prose-pink{
  }

  .aboveMobile\:prose-indigo a{
    color: #4f46e5;
  }

  .aboveMobile\:prose-indigo a code{
    color: #4f46e5;
  }

  .aboveMobile\:prose-green a{
    color: #16a34a;
  }

  .aboveMobile\:prose-green a code{
    color: #16a34a;
  }

  .aboveMobile\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveMobile\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveMobile\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveMobile\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveMobile\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveMobile\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveMobile\:pointer-events-none{
    pointer-events: none;
  }

  .aboveMobile\:pointer-events-auto{
    pointer-events: auto;
  }

  .aboveMobile\:visible{
    visibility: visible;
  }

  .aboveMobile\:invisible{
    visibility: hidden;
  }

  .aboveMobile\:static{
    position: static;
  }

  .aboveMobile\:fixed{
    position: fixed;
  }

  .aboveMobile\:absolute{
    position: absolute;
  }

  .aboveMobile\:relative{
    position: relative;
  }

  .aboveMobile\:sticky{
    position: sticky;
  }

  .aboveMobile\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveMobile\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .aboveMobile\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .aboveMobile\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .aboveMobile\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .aboveMobile\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .aboveMobile\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .aboveMobile\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .aboveMobile\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .aboveMobile\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .aboveMobile\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .aboveMobile\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .aboveMobile\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .aboveMobile\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .aboveMobile\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .aboveMobile\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .aboveMobile\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .aboveMobile\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .aboveMobile\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .aboveMobile\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .aboveMobile\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .aboveMobile\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .aboveMobile\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .aboveMobile\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .aboveMobile\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .aboveMobile\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .aboveMobile\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .aboveMobile\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .aboveMobile\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .aboveMobile\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .aboveMobile\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .aboveMobile\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .aboveMobile\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .aboveMobile\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .aboveMobile\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .aboveMobile\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .aboveMobile\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveMobile\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .aboveMobile\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .aboveMobile\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .aboveMobile\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .aboveMobile\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .aboveMobile\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .aboveMobile\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .aboveMobile\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .aboveMobile\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .aboveMobile\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .aboveMobile\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .aboveMobile\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .aboveMobile\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .aboveMobile\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .aboveMobile\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .aboveMobile\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .aboveMobile\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .aboveMobile\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .aboveMobile\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .aboveMobile\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .aboveMobile\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .aboveMobile\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .aboveMobile\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .aboveMobile\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .aboveMobile\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .aboveMobile\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .aboveMobile\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .aboveMobile\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .aboveMobile\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .aboveMobile\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .aboveMobile\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .aboveMobile\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .aboveMobile\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .aboveMobile\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .aboveMobile\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveMobile\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .aboveMobile\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .aboveMobile\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .aboveMobile\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveMobile\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .aboveMobile\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .aboveMobile\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveMobile\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .aboveMobile\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .aboveMobile\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .aboveMobile\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveMobile\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .aboveMobile\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .aboveMobile\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveMobile\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .aboveMobile\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .aboveMobile\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .aboveMobile\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .aboveMobile\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .aboveMobile\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .aboveMobile\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .aboveMobile\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .aboveMobile\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .aboveMobile\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .aboveMobile\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .aboveMobile\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .aboveMobile\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .aboveMobile\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .aboveMobile\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .aboveMobile\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .aboveMobile\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .aboveMobile\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .aboveMobile\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .aboveMobile\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .aboveMobile\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .aboveMobile\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .aboveMobile\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .aboveMobile\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .aboveMobile\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .aboveMobile\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .aboveMobile\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .aboveMobile\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .aboveMobile\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .aboveMobile\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .aboveMobile\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .aboveMobile\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .aboveMobile\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .aboveMobile\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .aboveMobile\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .aboveMobile\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveMobile\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .aboveMobile\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .aboveMobile\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .aboveMobile\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .aboveMobile\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .aboveMobile\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .aboveMobile\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .aboveMobile\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .aboveMobile\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .aboveMobile\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .aboveMobile\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .aboveMobile\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .aboveMobile\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .aboveMobile\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .aboveMobile\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .aboveMobile\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .aboveMobile\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .aboveMobile\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .aboveMobile\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .aboveMobile\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .aboveMobile\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .aboveMobile\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .aboveMobile\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .aboveMobile\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .aboveMobile\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .aboveMobile\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .aboveMobile\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .aboveMobile\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .aboveMobile\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .aboveMobile\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .aboveMobile\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .aboveMobile\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .aboveMobile\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .aboveMobile\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .aboveMobile\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .aboveMobile\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .aboveMobile\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .aboveMobile\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .aboveMobile\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .aboveMobile\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .aboveMobile\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .aboveMobile\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .aboveMobile\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .aboveMobile\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .aboveMobile\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .aboveMobile\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .aboveMobile\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .aboveMobile\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .aboveMobile\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveMobile\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .aboveMobile\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .aboveMobile\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .aboveMobile\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .aboveMobile\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .aboveMobile\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .aboveMobile\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .aboveMobile\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .aboveMobile\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .aboveMobile\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .aboveMobile\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .aboveMobile\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .aboveMobile\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .aboveMobile\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .aboveMobile\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .aboveMobile\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .aboveMobile\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .aboveMobile\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .aboveMobile\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .aboveMobile\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .aboveMobile\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .aboveMobile\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .aboveMobile\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .aboveMobile\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .aboveMobile\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .aboveMobile\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .aboveMobile\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .aboveMobile\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .aboveMobile\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .aboveMobile\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .aboveMobile\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .aboveMobile\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .aboveMobile\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .aboveMobile\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .aboveMobile\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .aboveMobile\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveMobile\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .aboveMobile\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .aboveMobile\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .aboveMobile\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .aboveMobile\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .aboveMobile\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .aboveMobile\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .aboveMobile\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .aboveMobile\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .aboveMobile\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .aboveMobile\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .aboveMobile\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .aboveMobile\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .aboveMobile\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .aboveMobile\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .aboveMobile\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .aboveMobile\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .aboveMobile\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .aboveMobile\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .aboveMobile\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .aboveMobile\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .aboveMobile\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .aboveMobile\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .aboveMobile\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .aboveMobile\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .aboveMobile\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .aboveMobile\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .aboveMobile\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .aboveMobile\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .aboveMobile\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .aboveMobile\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .aboveMobile\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .aboveMobile\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .aboveMobile\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .aboveMobile\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .aboveMobile\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .aboveMobile\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .aboveMobile\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .aboveMobile\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .aboveMobile\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .aboveMobile\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .aboveMobile\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .aboveMobile\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .aboveMobile\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .aboveMobile\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .aboveMobile\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .aboveMobile\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .aboveMobile\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .aboveMobile\:top-0{
    top: 0px;
  }

  .aboveMobile\:top-1{
    top: 0.25rem;
  }

  .aboveMobile\:top-2{
    top: 0.5rem;
  }

  .aboveMobile\:top-3{
    top: 0.75rem;
  }

  .aboveMobile\:top-4{
    top: 1rem;
  }

  .aboveMobile\:top-5{
    top: 1.25rem;
  }

  .aboveMobile\:top-6{
    top: 1.5rem;
  }

  .aboveMobile\:top-7{
    top: 1.75rem;
  }

  .aboveMobile\:top-8{
    top: 2rem;
  }

  .aboveMobile\:top-9{
    top: 2.25rem;
  }

  .aboveMobile\:top-10{
    top: 2.5rem;
  }

  .aboveMobile\:top-11{
    top: 2.75rem;
  }

  .aboveMobile\:top-12{
    top: 3rem;
  }

  .aboveMobile\:top-14{
    top: 3.5rem;
  }

  .aboveMobile\:top-16{
    top: 4rem;
  }

  .aboveMobile\:top-20{
    top: 5rem;
  }

  .aboveMobile\:top-24{
    top: 6rem;
  }

  .aboveMobile\:top-28{
    top: 7rem;
  }

  .aboveMobile\:top-32{
    top: 8rem;
  }

  .aboveMobile\:top-36{
    top: 9rem;
  }

  .aboveMobile\:top-40{
    top: 10rem;
  }

  .aboveMobile\:top-44{
    top: 11rem;
  }

  .aboveMobile\:top-48{
    top: 12rem;
  }

  .aboveMobile\:top-52{
    top: 13rem;
  }

  .aboveMobile\:top-56{
    top: 14rem;
  }

  .aboveMobile\:top-60{
    top: 15rem;
  }

  .aboveMobile\:top-64{
    top: 16rem;
  }

  .aboveMobile\:top-72{
    top: 18rem;
  }

  .aboveMobile\:top-80{
    top: 20rem;
  }

  .aboveMobile\:top-96{
    top: 24rem;
  }

  .aboveMobile\:top-auto{
    top: auto;
  }

  .aboveMobile\:top-px{
    top: 1px;
  }

  .aboveMobile\:top-0\.5{
    top: 0.125rem;
  }

  .aboveMobile\:top-1\.5{
    top: 0.375rem;
  }

  .aboveMobile\:top-2\.5{
    top: 0.625rem;
  }

  .aboveMobile\:top-3\.5{
    top: 0.875rem;
  }

  .aboveMobile\:-top-0{
    top: 0px;
  }

  .aboveMobile\:-top-1{
    top: -0.25rem;
  }

  .aboveMobile\:-top-2{
    top: -0.5rem;
  }

  .aboveMobile\:-top-3{
    top: -0.75rem;
  }

  .aboveMobile\:-top-4{
    top: -1rem;
  }

  .aboveMobile\:-top-5{
    top: -1.25rem;
  }

  .aboveMobile\:-top-6{
    top: -1.5rem;
  }

  .aboveMobile\:-top-7{
    top: -1.75rem;
  }

  .aboveMobile\:-top-8{
    top: -2rem;
  }

  .aboveMobile\:-top-9{
    top: -2.25rem;
  }

  .aboveMobile\:-top-10{
    top: -2.5rem;
  }

  .aboveMobile\:-top-11{
    top: -2.75rem;
  }

  .aboveMobile\:-top-12{
    top: -3rem;
  }

  .aboveMobile\:-top-14{
    top: -3.5rem;
  }

  .aboveMobile\:-top-16{
    top: -4rem;
  }

  .aboveMobile\:-top-20{
    top: -5rem;
  }

  .aboveMobile\:-top-24{
    top: -6rem;
  }

  .aboveMobile\:-top-28{
    top: -7rem;
  }

  .aboveMobile\:-top-32{
    top: -8rem;
  }

  .aboveMobile\:-top-36{
    top: -9rem;
  }

  .aboveMobile\:-top-40{
    top: -10rem;
  }

  .aboveMobile\:-top-44{
    top: -11rem;
  }

  .aboveMobile\:-top-48{
    top: -12rem;
  }

  .aboveMobile\:-top-52{
    top: -13rem;
  }

  .aboveMobile\:-top-56{
    top: -14rem;
  }

  .aboveMobile\:-top-60{
    top: -15rem;
  }

  .aboveMobile\:-top-64{
    top: -16rem;
  }

  .aboveMobile\:-top-72{
    top: -18rem;
  }

  .aboveMobile\:-top-80{
    top: -20rem;
  }

  .aboveMobile\:-top-96{
    top: -24rem;
  }

  .aboveMobile\:-top-px{
    top: -1px;
  }

  .aboveMobile\:-top-0\.5{
    top: -0.125rem;
  }

  .aboveMobile\:-top-1\.5{
    top: -0.375rem;
  }

  .aboveMobile\:-top-2\.5{
    top: -0.625rem;
  }

  .aboveMobile\:-top-3\.5{
    top: -0.875rem;
  }

  .aboveMobile\:top-1\/2{
    top: 50%;
  }

  .aboveMobile\:top-1\/3{
    top: 33.333333%;
  }

  .aboveMobile\:top-2\/3{
    top: 66.666667%;
  }

  .aboveMobile\:top-1\/4{
    top: 25%;
  }

  .aboveMobile\:top-2\/4{
    top: 50%;
  }

  .aboveMobile\:top-3\/4{
    top: 75%;
  }

  .aboveMobile\:top-full{
    top: 100%;
  }

  .aboveMobile\:-top-1\/2{
    top: -50%;
  }

  .aboveMobile\:-top-1\/3{
    top: -33.333333%;
  }

  .aboveMobile\:-top-2\/3{
    top: -66.666667%;
  }

  .aboveMobile\:-top-1\/4{
    top: -25%;
  }

  .aboveMobile\:-top-2\/4{
    top: -50%;
  }

  .aboveMobile\:-top-3\/4{
    top: -75%;
  }

  .aboveMobile\:-top-full{
    top: -100%;
  }

  .aboveMobile\:right-0{
    right: 0px;
  }

  .aboveMobile\:right-1{
    right: 0.25rem;
  }

  .aboveMobile\:right-2{
    right: 0.5rem;
  }

  .aboveMobile\:right-3{
    right: 0.75rem;
  }

  .aboveMobile\:right-4{
    right: 1rem;
  }

  .aboveMobile\:right-5{
    right: 1.25rem;
  }

  .aboveMobile\:right-6{
    right: 1.5rem;
  }

  .aboveMobile\:right-7{
    right: 1.75rem;
  }

  .aboveMobile\:right-8{
    right: 2rem;
  }

  .aboveMobile\:right-9{
    right: 2.25rem;
  }

  .aboveMobile\:right-10{
    right: 2.5rem;
  }

  .aboveMobile\:right-11{
    right: 2.75rem;
  }

  .aboveMobile\:right-12{
    right: 3rem;
  }

  .aboveMobile\:right-14{
    right: 3.5rem;
  }

  .aboveMobile\:right-16{
    right: 4rem;
  }

  .aboveMobile\:right-20{
    right: 5rem;
  }

  .aboveMobile\:right-24{
    right: 6rem;
  }

  .aboveMobile\:right-28{
    right: 7rem;
  }

  .aboveMobile\:right-32{
    right: 8rem;
  }

  .aboveMobile\:right-36{
    right: 9rem;
  }

  .aboveMobile\:right-40{
    right: 10rem;
  }

  .aboveMobile\:right-44{
    right: 11rem;
  }

  .aboveMobile\:right-48{
    right: 12rem;
  }

  .aboveMobile\:right-52{
    right: 13rem;
  }

  .aboveMobile\:right-56{
    right: 14rem;
  }

  .aboveMobile\:right-60{
    right: 15rem;
  }

  .aboveMobile\:right-64{
    right: 16rem;
  }

  .aboveMobile\:right-72{
    right: 18rem;
  }

  .aboveMobile\:right-80{
    right: 20rem;
  }

  .aboveMobile\:right-96{
    right: 24rem;
  }

  .aboveMobile\:right-auto{
    right: auto;
  }

  .aboveMobile\:right-px{
    right: 1px;
  }

  .aboveMobile\:right-0\.5{
    right: 0.125rem;
  }

  .aboveMobile\:right-1\.5{
    right: 0.375rem;
  }

  .aboveMobile\:right-2\.5{
    right: 0.625rem;
  }

  .aboveMobile\:right-3\.5{
    right: 0.875rem;
  }

  .aboveMobile\:-right-0{
    right: 0px;
  }

  .aboveMobile\:-right-1{
    right: -0.25rem;
  }

  .aboveMobile\:-right-2{
    right: -0.5rem;
  }

  .aboveMobile\:-right-3{
    right: -0.75rem;
  }

  .aboveMobile\:-right-4{
    right: -1rem;
  }

  .aboveMobile\:-right-5{
    right: -1.25rem;
  }

  .aboveMobile\:-right-6{
    right: -1.5rem;
  }

  .aboveMobile\:-right-7{
    right: -1.75rem;
  }

  .aboveMobile\:-right-8{
    right: -2rem;
  }

  .aboveMobile\:-right-9{
    right: -2.25rem;
  }

  .aboveMobile\:-right-10{
    right: -2.5rem;
  }

  .aboveMobile\:-right-11{
    right: -2.75rem;
  }

  .aboveMobile\:-right-12{
    right: -3rem;
  }

  .aboveMobile\:-right-14{
    right: -3.5rem;
  }

  .aboveMobile\:-right-16{
    right: -4rem;
  }

  .aboveMobile\:-right-20{
    right: -5rem;
  }

  .aboveMobile\:-right-24{
    right: -6rem;
  }

  .aboveMobile\:-right-28{
    right: -7rem;
  }

  .aboveMobile\:-right-32{
    right: -8rem;
  }

  .aboveMobile\:-right-36{
    right: -9rem;
  }

  .aboveMobile\:-right-40{
    right: -10rem;
  }

  .aboveMobile\:-right-44{
    right: -11rem;
  }

  .aboveMobile\:-right-48{
    right: -12rem;
  }

  .aboveMobile\:-right-52{
    right: -13rem;
  }

  .aboveMobile\:-right-56{
    right: -14rem;
  }

  .aboveMobile\:-right-60{
    right: -15rem;
  }

  .aboveMobile\:-right-64{
    right: -16rem;
  }

  .aboveMobile\:-right-72{
    right: -18rem;
  }

  .aboveMobile\:-right-80{
    right: -20rem;
  }

  .aboveMobile\:-right-96{
    right: -24rem;
  }

  .aboveMobile\:-right-px{
    right: -1px;
  }

  .aboveMobile\:-right-0\.5{
    right: -0.125rem;
  }

  .aboveMobile\:-right-1\.5{
    right: -0.375rem;
  }

  .aboveMobile\:-right-2\.5{
    right: -0.625rem;
  }

  .aboveMobile\:-right-3\.5{
    right: -0.875rem;
  }

  .aboveMobile\:right-1\/2{
    right: 50%;
  }

  .aboveMobile\:right-1\/3{
    right: 33.333333%;
  }

  .aboveMobile\:right-2\/3{
    right: 66.666667%;
  }

  .aboveMobile\:right-1\/4{
    right: 25%;
  }

  .aboveMobile\:right-2\/4{
    right: 50%;
  }

  .aboveMobile\:right-3\/4{
    right: 75%;
  }

  .aboveMobile\:right-full{
    right: 100%;
  }

  .aboveMobile\:-right-1\/2{
    right: -50%;
  }

  .aboveMobile\:-right-1\/3{
    right: -33.333333%;
  }

  .aboveMobile\:-right-2\/3{
    right: -66.666667%;
  }

  .aboveMobile\:-right-1\/4{
    right: -25%;
  }

  .aboveMobile\:-right-2\/4{
    right: -50%;
  }

  .aboveMobile\:-right-3\/4{
    right: -75%;
  }

  .aboveMobile\:-right-full{
    right: -100%;
  }

  .aboveMobile\:bottom-0{
    bottom: 0px;
  }

  .aboveMobile\:bottom-1{
    bottom: 0.25rem;
  }

  .aboveMobile\:bottom-2{
    bottom: 0.5rem;
  }

  .aboveMobile\:bottom-3{
    bottom: 0.75rem;
  }

  .aboveMobile\:bottom-4{
    bottom: 1rem;
  }

  .aboveMobile\:bottom-5{
    bottom: 1.25rem;
  }

  .aboveMobile\:bottom-6{
    bottom: 1.5rem;
  }

  .aboveMobile\:bottom-7{
    bottom: 1.75rem;
  }

  .aboveMobile\:bottom-8{
    bottom: 2rem;
  }

  .aboveMobile\:bottom-9{
    bottom: 2.25rem;
  }

  .aboveMobile\:bottom-10{
    bottom: 2.5rem;
  }

  .aboveMobile\:bottom-11{
    bottom: 2.75rem;
  }

  .aboveMobile\:bottom-12{
    bottom: 3rem;
  }

  .aboveMobile\:bottom-14{
    bottom: 3.5rem;
  }

  .aboveMobile\:bottom-16{
    bottom: 4rem;
  }

  .aboveMobile\:bottom-20{
    bottom: 5rem;
  }

  .aboveMobile\:bottom-24{
    bottom: 6rem;
  }

  .aboveMobile\:bottom-28{
    bottom: 7rem;
  }

  .aboveMobile\:bottom-32{
    bottom: 8rem;
  }

  .aboveMobile\:bottom-36{
    bottom: 9rem;
  }

  .aboveMobile\:bottom-40{
    bottom: 10rem;
  }

  .aboveMobile\:bottom-44{
    bottom: 11rem;
  }

  .aboveMobile\:bottom-48{
    bottom: 12rem;
  }

  .aboveMobile\:bottom-52{
    bottom: 13rem;
  }

  .aboveMobile\:bottom-56{
    bottom: 14rem;
  }

  .aboveMobile\:bottom-60{
    bottom: 15rem;
  }

  .aboveMobile\:bottom-64{
    bottom: 16rem;
  }

  .aboveMobile\:bottom-72{
    bottom: 18rem;
  }

  .aboveMobile\:bottom-80{
    bottom: 20rem;
  }

  .aboveMobile\:bottom-96{
    bottom: 24rem;
  }

  .aboveMobile\:bottom-auto{
    bottom: auto;
  }

  .aboveMobile\:bottom-px{
    bottom: 1px;
  }

  .aboveMobile\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .aboveMobile\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .aboveMobile\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .aboveMobile\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .aboveMobile\:-bottom-0{
    bottom: 0px;
  }

  .aboveMobile\:-bottom-1{
    bottom: -0.25rem;
  }

  .aboveMobile\:-bottom-2{
    bottom: -0.5rem;
  }

  .aboveMobile\:-bottom-3{
    bottom: -0.75rem;
  }

  .aboveMobile\:-bottom-4{
    bottom: -1rem;
  }

  .aboveMobile\:-bottom-5{
    bottom: -1.25rem;
  }

  .aboveMobile\:-bottom-6{
    bottom: -1.5rem;
  }

  .aboveMobile\:-bottom-7{
    bottom: -1.75rem;
  }

  .aboveMobile\:-bottom-8{
    bottom: -2rem;
  }

  .aboveMobile\:-bottom-9{
    bottom: -2.25rem;
  }

  .aboveMobile\:-bottom-10{
    bottom: -2.5rem;
  }

  .aboveMobile\:-bottom-11{
    bottom: -2.75rem;
  }

  .aboveMobile\:-bottom-12{
    bottom: -3rem;
  }

  .aboveMobile\:-bottom-14{
    bottom: -3.5rem;
  }

  .aboveMobile\:-bottom-16{
    bottom: -4rem;
  }

  .aboveMobile\:-bottom-20{
    bottom: -5rem;
  }

  .aboveMobile\:-bottom-24{
    bottom: -6rem;
  }

  .aboveMobile\:-bottom-28{
    bottom: -7rem;
  }

  .aboveMobile\:-bottom-32{
    bottom: -8rem;
  }

  .aboveMobile\:-bottom-36{
    bottom: -9rem;
  }

  .aboveMobile\:-bottom-40{
    bottom: -10rem;
  }

  .aboveMobile\:-bottom-44{
    bottom: -11rem;
  }

  .aboveMobile\:-bottom-48{
    bottom: -12rem;
  }

  .aboveMobile\:-bottom-52{
    bottom: -13rem;
  }

  .aboveMobile\:-bottom-56{
    bottom: -14rem;
  }

  .aboveMobile\:-bottom-60{
    bottom: -15rem;
  }

  .aboveMobile\:-bottom-64{
    bottom: -16rem;
  }

  .aboveMobile\:-bottom-72{
    bottom: -18rem;
  }

  .aboveMobile\:-bottom-80{
    bottom: -20rem;
  }

  .aboveMobile\:-bottom-96{
    bottom: -24rem;
  }

  .aboveMobile\:-bottom-px{
    bottom: -1px;
  }

  .aboveMobile\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .aboveMobile\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .aboveMobile\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .aboveMobile\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .aboveMobile\:bottom-1\/2{
    bottom: 50%;
  }

  .aboveMobile\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .aboveMobile\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .aboveMobile\:bottom-1\/4{
    bottom: 25%;
  }

  .aboveMobile\:bottom-2\/4{
    bottom: 50%;
  }

  .aboveMobile\:bottom-3\/4{
    bottom: 75%;
  }

  .aboveMobile\:bottom-full{
    bottom: 100%;
  }

  .aboveMobile\:-bottom-1\/2{
    bottom: -50%;
  }

  .aboveMobile\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .aboveMobile\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .aboveMobile\:-bottom-1\/4{
    bottom: -25%;
  }

  .aboveMobile\:-bottom-2\/4{
    bottom: -50%;
  }

  .aboveMobile\:-bottom-3\/4{
    bottom: -75%;
  }

  .aboveMobile\:-bottom-full{
    bottom: -100%;
  }

  .aboveMobile\:left-0{
    left: 0px;
  }

  .aboveMobile\:left-1{
    left: 0.25rem;
  }

  .aboveMobile\:left-2{
    left: 0.5rem;
  }

  .aboveMobile\:left-3{
    left: 0.75rem;
  }

  .aboveMobile\:left-4{
    left: 1rem;
  }

  .aboveMobile\:left-5{
    left: 1.25rem;
  }

  .aboveMobile\:left-6{
    left: 1.5rem;
  }

  .aboveMobile\:left-7{
    left: 1.75rem;
  }

  .aboveMobile\:left-8{
    left: 2rem;
  }

  .aboveMobile\:left-9{
    left: 2.25rem;
  }

  .aboveMobile\:left-10{
    left: 2.5rem;
  }

  .aboveMobile\:left-11{
    left: 2.75rem;
  }

  .aboveMobile\:left-12{
    left: 3rem;
  }

  .aboveMobile\:left-14{
    left: 3.5rem;
  }

  .aboveMobile\:left-16{
    left: 4rem;
  }

  .aboveMobile\:left-20{
    left: 5rem;
  }

  .aboveMobile\:left-24{
    left: 6rem;
  }

  .aboveMobile\:left-28{
    left: 7rem;
  }

  .aboveMobile\:left-32{
    left: 8rem;
  }

  .aboveMobile\:left-36{
    left: 9rem;
  }

  .aboveMobile\:left-40{
    left: 10rem;
  }

  .aboveMobile\:left-44{
    left: 11rem;
  }

  .aboveMobile\:left-48{
    left: 12rem;
  }

  .aboveMobile\:left-52{
    left: 13rem;
  }

  .aboveMobile\:left-56{
    left: 14rem;
  }

  .aboveMobile\:left-60{
    left: 15rem;
  }

  .aboveMobile\:left-64{
    left: 16rem;
  }

  .aboveMobile\:left-72{
    left: 18rem;
  }

  .aboveMobile\:left-80{
    left: 20rem;
  }

  .aboveMobile\:left-96{
    left: 24rem;
  }

  .aboveMobile\:left-auto{
    left: auto;
  }

  .aboveMobile\:left-px{
    left: 1px;
  }

  .aboveMobile\:left-0\.5{
    left: 0.125rem;
  }

  .aboveMobile\:left-1\.5{
    left: 0.375rem;
  }

  .aboveMobile\:left-2\.5{
    left: 0.625rem;
  }

  .aboveMobile\:left-3\.5{
    left: 0.875rem;
  }

  .aboveMobile\:-left-0{
    left: 0px;
  }

  .aboveMobile\:-left-1{
    left: -0.25rem;
  }

  .aboveMobile\:-left-2{
    left: -0.5rem;
  }

  .aboveMobile\:-left-3{
    left: -0.75rem;
  }

  .aboveMobile\:-left-4{
    left: -1rem;
  }

  .aboveMobile\:-left-5{
    left: -1.25rem;
  }

  .aboveMobile\:-left-6{
    left: -1.5rem;
  }

  .aboveMobile\:-left-7{
    left: -1.75rem;
  }

  .aboveMobile\:-left-8{
    left: -2rem;
  }

  .aboveMobile\:-left-9{
    left: -2.25rem;
  }

  .aboveMobile\:-left-10{
    left: -2.5rem;
  }

  .aboveMobile\:-left-11{
    left: -2.75rem;
  }

  .aboveMobile\:-left-12{
    left: -3rem;
  }

  .aboveMobile\:-left-14{
    left: -3.5rem;
  }

  .aboveMobile\:-left-16{
    left: -4rem;
  }

  .aboveMobile\:-left-20{
    left: -5rem;
  }

  .aboveMobile\:-left-24{
    left: -6rem;
  }

  .aboveMobile\:-left-28{
    left: -7rem;
  }

  .aboveMobile\:-left-32{
    left: -8rem;
  }

  .aboveMobile\:-left-36{
    left: -9rem;
  }

  .aboveMobile\:-left-40{
    left: -10rem;
  }

  .aboveMobile\:-left-44{
    left: -11rem;
  }

  .aboveMobile\:-left-48{
    left: -12rem;
  }

  .aboveMobile\:-left-52{
    left: -13rem;
  }

  .aboveMobile\:-left-56{
    left: -14rem;
  }

  .aboveMobile\:-left-60{
    left: -15rem;
  }

  .aboveMobile\:-left-64{
    left: -16rem;
  }

  .aboveMobile\:-left-72{
    left: -18rem;
  }

  .aboveMobile\:-left-80{
    left: -20rem;
  }

  .aboveMobile\:-left-96{
    left: -24rem;
  }

  .aboveMobile\:-left-px{
    left: -1px;
  }

  .aboveMobile\:-left-0\.5{
    left: -0.125rem;
  }

  .aboveMobile\:-left-1\.5{
    left: -0.375rem;
  }

  .aboveMobile\:-left-2\.5{
    left: -0.625rem;
  }

  .aboveMobile\:-left-3\.5{
    left: -0.875rem;
  }

  .aboveMobile\:left-1\/2{
    left: 50%;
  }

  .aboveMobile\:left-1\/3{
    left: 33.333333%;
  }

  .aboveMobile\:left-2\/3{
    left: 66.666667%;
  }

  .aboveMobile\:left-1\/4{
    left: 25%;
  }

  .aboveMobile\:left-2\/4{
    left: 50%;
  }

  .aboveMobile\:left-3\/4{
    left: 75%;
  }

  .aboveMobile\:left-full{
    left: 100%;
  }

  .aboveMobile\:-left-1\/2{
    left: -50%;
  }

  .aboveMobile\:-left-1\/3{
    left: -33.333333%;
  }

  .aboveMobile\:-left-2\/3{
    left: -66.666667%;
  }

  .aboveMobile\:-left-1\/4{
    left: -25%;
  }

  .aboveMobile\:-left-2\/4{
    left: -50%;
  }

  .aboveMobile\:-left-3\/4{
    left: -75%;
  }

  .aboveMobile\:-left-full{
    left: -100%;
  }

  .aboveMobile\:isolate{
    isolation: isolate;
  }

  .aboveMobile\:isolation-auto{
    isolation: auto;
  }

  .aboveMobile\:z-0{
    z-index: 0;
  }

  .aboveMobile\:z-10{
    z-index: 10;
  }

  .aboveMobile\:z-20{
    z-index: 20;
  }

  .aboveMobile\:z-30{
    z-index: 30;
  }

  .aboveMobile\:z-40{
    z-index: 40;
  }

  .aboveMobile\:z-50{
    z-index: 50;
  }

  .aboveMobile\:z-auto{
    z-index: auto;
  }

  .aboveMobile\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .aboveMobile\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .aboveMobile\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .aboveMobile\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .aboveMobile\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .aboveMobile\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .aboveMobile\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .aboveMobile\:focus\:z-0:focus{
    z-index: 0;
  }

  .aboveMobile\:focus\:z-10:focus{
    z-index: 10;
  }

  .aboveMobile\:focus\:z-20:focus{
    z-index: 20;
  }

  .aboveMobile\:focus\:z-30:focus{
    z-index: 30;
  }

  .aboveMobile\:focus\:z-40:focus{
    z-index: 40;
  }

  .aboveMobile\:focus\:z-50:focus{
    z-index: 50;
  }

  .aboveMobile\:focus\:z-auto:focus{
    z-index: auto;
  }

  .aboveMobile\:order-1{
    order: 1;
  }

  .aboveMobile\:order-2{
    order: 2;
  }

  .aboveMobile\:order-3{
    order: 3;
  }

  .aboveMobile\:order-4{
    order: 4;
  }

  .aboveMobile\:order-5{
    order: 5;
  }

  .aboveMobile\:order-6{
    order: 6;
  }

  .aboveMobile\:order-7{
    order: 7;
  }

  .aboveMobile\:order-8{
    order: 8;
  }

  .aboveMobile\:order-9{
    order: 9;
  }

  .aboveMobile\:order-10{
    order: 10;
  }

  .aboveMobile\:order-11{
    order: 11;
  }

  .aboveMobile\:order-12{
    order: 12;
  }

  .aboveMobile\:order-first{
    order: -9999;
  }

  .aboveMobile\:order-last{
    order: 9999;
  }

  .aboveMobile\:order-none{
    order: 0;
  }

  .aboveMobile\:col-auto{
    grid-column: auto;
  }

  .aboveMobile\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .aboveMobile\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .aboveMobile\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .aboveMobile\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .aboveMobile\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .aboveMobile\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .aboveMobile\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .aboveMobile\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .aboveMobile\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .aboveMobile\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .aboveMobile\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .aboveMobile\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .aboveMobile\:col-span-full{
    grid-column: 1 / -1;
  }

  .aboveMobile\:col-start-1{
    grid-column-start: 1;
  }

  .aboveMobile\:col-start-2{
    grid-column-start: 2;
  }

  .aboveMobile\:col-start-3{
    grid-column-start: 3;
  }

  .aboveMobile\:col-start-4{
    grid-column-start: 4;
  }

  .aboveMobile\:col-start-5{
    grid-column-start: 5;
  }

  .aboveMobile\:col-start-6{
    grid-column-start: 6;
  }

  .aboveMobile\:col-start-7{
    grid-column-start: 7;
  }

  .aboveMobile\:col-start-8{
    grid-column-start: 8;
  }

  .aboveMobile\:col-start-9{
    grid-column-start: 9;
  }

  .aboveMobile\:col-start-10{
    grid-column-start: 10;
  }

  .aboveMobile\:col-start-11{
    grid-column-start: 11;
  }

  .aboveMobile\:col-start-12{
    grid-column-start: 12;
  }

  .aboveMobile\:col-start-13{
    grid-column-start: 13;
  }

  .aboveMobile\:col-start-auto{
    grid-column-start: auto;
  }

  .aboveMobile\:col-end-1{
    grid-column-end: 1;
  }

  .aboveMobile\:col-end-2{
    grid-column-end: 2;
  }

  .aboveMobile\:col-end-3{
    grid-column-end: 3;
  }

  .aboveMobile\:col-end-4{
    grid-column-end: 4;
  }

  .aboveMobile\:col-end-5{
    grid-column-end: 5;
  }

  .aboveMobile\:col-end-6{
    grid-column-end: 6;
  }

  .aboveMobile\:col-end-7{
    grid-column-end: 7;
  }

  .aboveMobile\:col-end-8{
    grid-column-end: 8;
  }

  .aboveMobile\:col-end-9{
    grid-column-end: 9;
  }

  .aboveMobile\:col-end-10{
    grid-column-end: 10;
  }

  .aboveMobile\:col-end-11{
    grid-column-end: 11;
  }

  .aboveMobile\:col-end-12{
    grid-column-end: 12;
  }

  .aboveMobile\:col-end-13{
    grid-column-end: 13;
  }

  .aboveMobile\:col-end-auto{
    grid-column-end: auto;
  }

  .aboveMobile\:row-auto{
    grid-row: auto;
  }

  .aboveMobile\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .aboveMobile\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .aboveMobile\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .aboveMobile\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .aboveMobile\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .aboveMobile\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .aboveMobile\:row-span-full{
    grid-row: 1 / -1;
  }

  .aboveMobile\:row-start-1{
    grid-row-start: 1;
  }

  .aboveMobile\:row-start-2{
    grid-row-start: 2;
  }

  .aboveMobile\:row-start-3{
    grid-row-start: 3;
  }

  .aboveMobile\:row-start-4{
    grid-row-start: 4;
  }

  .aboveMobile\:row-start-5{
    grid-row-start: 5;
  }

  .aboveMobile\:row-start-6{
    grid-row-start: 6;
  }

  .aboveMobile\:row-start-7{
    grid-row-start: 7;
  }

  .aboveMobile\:row-start-auto{
    grid-row-start: auto;
  }

  .aboveMobile\:row-end-1{
    grid-row-end: 1;
  }

  .aboveMobile\:row-end-2{
    grid-row-end: 2;
  }

  .aboveMobile\:row-end-3{
    grid-row-end: 3;
  }

  .aboveMobile\:row-end-4{
    grid-row-end: 4;
  }

  .aboveMobile\:row-end-5{
    grid-row-end: 5;
  }

  .aboveMobile\:row-end-6{
    grid-row-end: 6;
  }

  .aboveMobile\:row-end-7{
    grid-row-end: 7;
  }

  .aboveMobile\:row-end-auto{
    grid-row-end: auto;
  }

  .aboveMobile\:float-right{
    float: right;
  }

  .aboveMobile\:float-left{
    float: left;
  }

  .aboveMobile\:float-none{
    float: none;
  }

  .aboveMobile\:clear-left{
    clear: left;
  }

  .aboveMobile\:clear-right{
    clear: right;
  }

  .aboveMobile\:clear-both{
    clear: both;
  }

  .aboveMobile\:clear-none{
    clear: none;
  }

  .aboveMobile\:m-0{
    margin: 0px;
  }

  .aboveMobile\:m-1{
    margin: 0.25rem;
  }

  .aboveMobile\:m-2{
    margin: 0.5rem;
  }

  .aboveMobile\:m-3{
    margin: 0.75rem;
  }

  .aboveMobile\:m-4{
    margin: 1rem;
  }

  .aboveMobile\:m-5{
    margin: 1.25rem;
  }

  .aboveMobile\:m-6{
    margin: 1.5rem;
  }

  .aboveMobile\:m-7{
    margin: 1.75rem;
  }

  .aboveMobile\:m-8{
    margin: 2rem;
  }

  .aboveMobile\:m-9{
    margin: 2.25rem;
  }

  .aboveMobile\:m-10{
    margin: 2.5rem;
  }

  .aboveMobile\:m-11{
    margin: 2.75rem;
  }

  .aboveMobile\:m-12{
    margin: 3rem;
  }

  .aboveMobile\:m-14{
    margin: 3.5rem;
  }

  .aboveMobile\:m-16{
    margin: 4rem;
  }

  .aboveMobile\:m-20{
    margin: 5rem;
  }

  .aboveMobile\:m-24{
    margin: 6rem;
  }

  .aboveMobile\:m-28{
    margin: 7rem;
  }

  .aboveMobile\:m-32{
    margin: 8rem;
  }

  .aboveMobile\:m-36{
    margin: 9rem;
  }

  .aboveMobile\:m-40{
    margin: 10rem;
  }

  .aboveMobile\:m-44{
    margin: 11rem;
  }

  .aboveMobile\:m-48{
    margin: 12rem;
  }

  .aboveMobile\:m-52{
    margin: 13rem;
  }

  .aboveMobile\:m-56{
    margin: 14rem;
  }

  .aboveMobile\:m-60{
    margin: 15rem;
  }

  .aboveMobile\:m-64{
    margin: 16rem;
  }

  .aboveMobile\:m-72{
    margin: 18rem;
  }

  .aboveMobile\:m-80{
    margin: 20rem;
  }

  .aboveMobile\:m-96{
    margin: 24rem;
  }

  .aboveMobile\:m-auto{
    margin: auto;
  }

  .aboveMobile\:m-px{
    margin: 1px;
  }

  .aboveMobile\:m-0\.5{
    margin: 0.125rem;
  }

  .aboveMobile\:m-1\.5{
    margin: 0.375rem;
  }

  .aboveMobile\:m-2\.5{
    margin: 0.625rem;
  }

  .aboveMobile\:m-3\.5{
    margin: 0.875rem;
  }

  .aboveMobile\:-m-0{
    margin: 0px;
  }

  .aboveMobile\:-m-1{
    margin: -0.25rem;
  }

  .aboveMobile\:-m-2{
    margin: -0.5rem;
  }

  .aboveMobile\:-m-3{
    margin: -0.75rem;
  }

  .aboveMobile\:-m-4{
    margin: -1rem;
  }

  .aboveMobile\:-m-5{
    margin: -1.25rem;
  }

  .aboveMobile\:-m-6{
    margin: -1.5rem;
  }

  .aboveMobile\:-m-7{
    margin: -1.75rem;
  }

  .aboveMobile\:-m-8{
    margin: -2rem;
  }

  .aboveMobile\:-m-9{
    margin: -2.25rem;
  }

  .aboveMobile\:-m-10{
    margin: -2.5rem;
  }

  .aboveMobile\:-m-11{
    margin: -2.75rem;
  }

  .aboveMobile\:-m-12{
    margin: -3rem;
  }

  .aboveMobile\:-m-14{
    margin: -3.5rem;
  }

  .aboveMobile\:-m-16{
    margin: -4rem;
  }

  .aboveMobile\:-m-20{
    margin: -5rem;
  }

  .aboveMobile\:-m-24{
    margin: -6rem;
  }

  .aboveMobile\:-m-28{
    margin: -7rem;
  }

  .aboveMobile\:-m-32{
    margin: -8rem;
  }

  .aboveMobile\:-m-36{
    margin: -9rem;
  }

  .aboveMobile\:-m-40{
    margin: -10rem;
  }

  .aboveMobile\:-m-44{
    margin: -11rem;
  }

  .aboveMobile\:-m-48{
    margin: -12rem;
  }

  .aboveMobile\:-m-52{
    margin: -13rem;
  }

  .aboveMobile\:-m-56{
    margin: -14rem;
  }

  .aboveMobile\:-m-60{
    margin: -15rem;
  }

  .aboveMobile\:-m-64{
    margin: -16rem;
  }

  .aboveMobile\:-m-72{
    margin: -18rem;
  }

  .aboveMobile\:-m-80{
    margin: -20rem;
  }

  .aboveMobile\:-m-96{
    margin: -24rem;
  }

  .aboveMobile\:-m-px{
    margin: -1px;
  }

  .aboveMobile\:-m-0\.5{
    margin: -0.125rem;
  }

  .aboveMobile\:-m-1\.5{
    margin: -0.375rem;
  }

  .aboveMobile\:-m-2\.5{
    margin: -0.625rem;
  }

  .aboveMobile\:-m-3\.5{
    margin: -0.875rem;
  }

  .aboveMobile\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveMobile\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .aboveMobile\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .aboveMobile\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .aboveMobile\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .aboveMobile\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .aboveMobile\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .aboveMobile\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .aboveMobile\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .aboveMobile\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .aboveMobile\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .aboveMobile\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .aboveMobile\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .aboveMobile\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .aboveMobile\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .aboveMobile\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .aboveMobile\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .aboveMobile\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .aboveMobile\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .aboveMobile\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .aboveMobile\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .aboveMobile\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .aboveMobile\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .aboveMobile\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .aboveMobile\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .aboveMobile\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .aboveMobile\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .aboveMobile\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .aboveMobile\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .aboveMobile\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .aboveMobile\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .aboveMobile\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .aboveMobile\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .aboveMobile\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .aboveMobile\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .aboveMobile\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .aboveMobile\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveMobile\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .aboveMobile\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .aboveMobile\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .aboveMobile\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .aboveMobile\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .aboveMobile\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .aboveMobile\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .aboveMobile\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .aboveMobile\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .aboveMobile\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .aboveMobile\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .aboveMobile\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .aboveMobile\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .aboveMobile\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .aboveMobile\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .aboveMobile\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .aboveMobile\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .aboveMobile\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .aboveMobile\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .aboveMobile\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .aboveMobile\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .aboveMobile\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .aboveMobile\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .aboveMobile\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .aboveMobile\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .aboveMobile\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .aboveMobile\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .aboveMobile\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .aboveMobile\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .aboveMobile\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .aboveMobile\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .aboveMobile\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .aboveMobile\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .aboveMobile\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .aboveMobile\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveMobile\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .aboveMobile\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .aboveMobile\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .aboveMobile\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .aboveMobile\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .aboveMobile\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .aboveMobile\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .aboveMobile\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .aboveMobile\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .aboveMobile\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .aboveMobile\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .aboveMobile\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .aboveMobile\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .aboveMobile\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .aboveMobile\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .aboveMobile\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .aboveMobile\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .aboveMobile\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .aboveMobile\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .aboveMobile\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .aboveMobile\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .aboveMobile\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .aboveMobile\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .aboveMobile\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .aboveMobile\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .aboveMobile\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .aboveMobile\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .aboveMobile\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .aboveMobile\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .aboveMobile\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .aboveMobile\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .aboveMobile\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .aboveMobile\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .aboveMobile\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .aboveMobile\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .aboveMobile\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveMobile\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .aboveMobile\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .aboveMobile\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .aboveMobile\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .aboveMobile\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .aboveMobile\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .aboveMobile\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .aboveMobile\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .aboveMobile\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .aboveMobile\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .aboveMobile\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .aboveMobile\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .aboveMobile\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .aboveMobile\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .aboveMobile\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .aboveMobile\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .aboveMobile\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .aboveMobile\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .aboveMobile\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .aboveMobile\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .aboveMobile\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .aboveMobile\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .aboveMobile\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .aboveMobile\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .aboveMobile\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .aboveMobile\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .aboveMobile\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .aboveMobile\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .aboveMobile\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .aboveMobile\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .aboveMobile\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .aboveMobile\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .aboveMobile\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .aboveMobile\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .aboveMobile\:mt-0{
    margin-top: 0px;
  }

  .aboveMobile\:mt-1{
    margin-top: 0.25rem;
  }

  .aboveMobile\:mt-2{
    margin-top: 0.5rem;
  }

  .aboveMobile\:mt-3{
    margin-top: 0.75rem;
  }

  .aboveMobile\:mt-4{
    margin-top: 1rem;
  }

  .aboveMobile\:mt-5{
    margin-top: 1.25rem;
  }

  .aboveMobile\:mt-6{
    margin-top: 1.5rem;
  }

  .aboveMobile\:mt-7{
    margin-top: 1.75rem;
  }

  .aboveMobile\:mt-8{
    margin-top: 2rem;
  }

  .aboveMobile\:mt-9{
    margin-top: 2.25rem;
  }

  .aboveMobile\:mt-10{
    margin-top: 2.5rem;
  }

  .aboveMobile\:mt-11{
    margin-top: 2.75rem;
  }

  .aboveMobile\:mt-12{
    margin-top: 3rem;
  }

  .aboveMobile\:mt-14{
    margin-top: 3.5rem;
  }

  .aboveMobile\:mt-16{
    margin-top: 4rem;
  }

  .aboveMobile\:mt-20{
    margin-top: 5rem;
  }

  .aboveMobile\:mt-24{
    margin-top: 6rem;
  }

  .aboveMobile\:mt-28{
    margin-top: 7rem;
  }

  .aboveMobile\:mt-32{
    margin-top: 8rem;
  }

  .aboveMobile\:mt-36{
    margin-top: 9rem;
  }

  .aboveMobile\:mt-40{
    margin-top: 10rem;
  }

  .aboveMobile\:mt-44{
    margin-top: 11rem;
  }

  .aboveMobile\:mt-48{
    margin-top: 12rem;
  }

  .aboveMobile\:mt-52{
    margin-top: 13rem;
  }

  .aboveMobile\:mt-56{
    margin-top: 14rem;
  }

  .aboveMobile\:mt-60{
    margin-top: 15rem;
  }

  .aboveMobile\:mt-64{
    margin-top: 16rem;
  }

  .aboveMobile\:mt-72{
    margin-top: 18rem;
  }

  .aboveMobile\:mt-80{
    margin-top: 20rem;
  }

  .aboveMobile\:mt-96{
    margin-top: 24rem;
  }

  .aboveMobile\:mt-auto{
    margin-top: auto;
  }

  .aboveMobile\:mt-px{
    margin-top: 1px;
  }

  .aboveMobile\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .aboveMobile\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .aboveMobile\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .aboveMobile\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .aboveMobile\:-mt-0{
    margin-top: 0px;
  }

  .aboveMobile\:-mt-1{
    margin-top: -0.25rem;
  }

  .aboveMobile\:-mt-2{
    margin-top: -0.5rem;
  }

  .aboveMobile\:-mt-3{
    margin-top: -0.75rem;
  }

  .aboveMobile\:-mt-4{
    margin-top: -1rem;
  }

  .aboveMobile\:-mt-5{
    margin-top: -1.25rem;
  }

  .aboveMobile\:-mt-6{
    margin-top: -1.5rem;
  }

  .aboveMobile\:-mt-7{
    margin-top: -1.75rem;
  }

  .aboveMobile\:-mt-8{
    margin-top: -2rem;
  }

  .aboveMobile\:-mt-9{
    margin-top: -2.25rem;
  }

  .aboveMobile\:-mt-10{
    margin-top: -2.5rem;
  }

  .aboveMobile\:-mt-11{
    margin-top: -2.75rem;
  }

  .aboveMobile\:-mt-12{
    margin-top: -3rem;
  }

  .aboveMobile\:-mt-14{
    margin-top: -3.5rem;
  }

  .aboveMobile\:-mt-16{
    margin-top: -4rem;
  }

  .aboveMobile\:-mt-20{
    margin-top: -5rem;
  }

  .aboveMobile\:-mt-24{
    margin-top: -6rem;
  }

  .aboveMobile\:-mt-28{
    margin-top: -7rem;
  }

  .aboveMobile\:-mt-32{
    margin-top: -8rem;
  }

  .aboveMobile\:-mt-36{
    margin-top: -9rem;
  }

  .aboveMobile\:-mt-40{
    margin-top: -10rem;
  }

  .aboveMobile\:-mt-44{
    margin-top: -11rem;
  }

  .aboveMobile\:-mt-48{
    margin-top: -12rem;
  }

  .aboveMobile\:-mt-52{
    margin-top: -13rem;
  }

  .aboveMobile\:-mt-56{
    margin-top: -14rem;
  }

  .aboveMobile\:-mt-60{
    margin-top: -15rem;
  }

  .aboveMobile\:-mt-64{
    margin-top: -16rem;
  }

  .aboveMobile\:-mt-72{
    margin-top: -18rem;
  }

  .aboveMobile\:-mt-80{
    margin-top: -20rem;
  }

  .aboveMobile\:-mt-96{
    margin-top: -24rem;
  }

  .aboveMobile\:-mt-px{
    margin-top: -1px;
  }

  .aboveMobile\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .aboveMobile\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .aboveMobile\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .aboveMobile\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .aboveMobile\:mr-0{
    margin-right: 0px;
  }

  .aboveMobile\:mr-1{
    margin-right: 0.25rem;
  }

  .aboveMobile\:mr-2{
    margin-right: 0.5rem;
  }

  .aboveMobile\:mr-3{
    margin-right: 0.75rem;
  }

  .aboveMobile\:mr-4{
    margin-right: 1rem;
  }

  .aboveMobile\:mr-5{
    margin-right: 1.25rem;
  }

  .aboveMobile\:mr-6{
    margin-right: 1.5rem;
  }

  .aboveMobile\:mr-7{
    margin-right: 1.75rem;
  }

  .aboveMobile\:mr-8{
    margin-right: 2rem;
  }

  .aboveMobile\:mr-9{
    margin-right: 2.25rem;
  }

  .aboveMobile\:mr-10{
    margin-right: 2.5rem;
  }

  .aboveMobile\:mr-11{
    margin-right: 2.75rem;
  }

  .aboveMobile\:mr-12{
    margin-right: 3rem;
  }

  .aboveMobile\:mr-14{
    margin-right: 3.5rem;
  }

  .aboveMobile\:mr-16{
    margin-right: 4rem;
  }

  .aboveMobile\:mr-20{
    margin-right: 5rem;
  }

  .aboveMobile\:mr-24{
    margin-right: 6rem;
  }

  .aboveMobile\:mr-28{
    margin-right: 7rem;
  }

  .aboveMobile\:mr-32{
    margin-right: 8rem;
  }

  .aboveMobile\:mr-36{
    margin-right: 9rem;
  }

  .aboveMobile\:mr-40{
    margin-right: 10rem;
  }

  .aboveMobile\:mr-44{
    margin-right: 11rem;
  }

  .aboveMobile\:mr-48{
    margin-right: 12rem;
  }

  .aboveMobile\:mr-52{
    margin-right: 13rem;
  }

  .aboveMobile\:mr-56{
    margin-right: 14rem;
  }

  .aboveMobile\:mr-60{
    margin-right: 15rem;
  }

  .aboveMobile\:mr-64{
    margin-right: 16rem;
  }

  .aboveMobile\:mr-72{
    margin-right: 18rem;
  }

  .aboveMobile\:mr-80{
    margin-right: 20rem;
  }

  .aboveMobile\:mr-96{
    margin-right: 24rem;
  }

  .aboveMobile\:mr-auto{
    margin-right: auto;
  }

  .aboveMobile\:mr-px{
    margin-right: 1px;
  }

  .aboveMobile\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .aboveMobile\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .aboveMobile\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .aboveMobile\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .aboveMobile\:-mr-0{
    margin-right: 0px;
  }

  .aboveMobile\:-mr-1{
    margin-right: -0.25rem;
  }

  .aboveMobile\:-mr-2{
    margin-right: -0.5rem;
  }

  .aboveMobile\:-mr-3{
    margin-right: -0.75rem;
  }

  .aboveMobile\:-mr-4{
    margin-right: -1rem;
  }

  .aboveMobile\:-mr-5{
    margin-right: -1.25rem;
  }

  .aboveMobile\:-mr-6{
    margin-right: -1.5rem;
  }

  .aboveMobile\:-mr-7{
    margin-right: -1.75rem;
  }

  .aboveMobile\:-mr-8{
    margin-right: -2rem;
  }

  .aboveMobile\:-mr-9{
    margin-right: -2.25rem;
  }

  .aboveMobile\:-mr-10{
    margin-right: -2.5rem;
  }

  .aboveMobile\:-mr-11{
    margin-right: -2.75rem;
  }

  .aboveMobile\:-mr-12{
    margin-right: -3rem;
  }

  .aboveMobile\:-mr-14{
    margin-right: -3.5rem;
  }

  .aboveMobile\:-mr-16{
    margin-right: -4rem;
  }

  .aboveMobile\:-mr-20{
    margin-right: -5rem;
  }

  .aboveMobile\:-mr-24{
    margin-right: -6rem;
  }

  .aboveMobile\:-mr-28{
    margin-right: -7rem;
  }

  .aboveMobile\:-mr-32{
    margin-right: -8rem;
  }

  .aboveMobile\:-mr-36{
    margin-right: -9rem;
  }

  .aboveMobile\:-mr-40{
    margin-right: -10rem;
  }

  .aboveMobile\:-mr-44{
    margin-right: -11rem;
  }

  .aboveMobile\:-mr-48{
    margin-right: -12rem;
  }

  .aboveMobile\:-mr-52{
    margin-right: -13rem;
  }

  .aboveMobile\:-mr-56{
    margin-right: -14rem;
  }

  .aboveMobile\:-mr-60{
    margin-right: -15rem;
  }

  .aboveMobile\:-mr-64{
    margin-right: -16rem;
  }

  .aboveMobile\:-mr-72{
    margin-right: -18rem;
  }

  .aboveMobile\:-mr-80{
    margin-right: -20rem;
  }

  .aboveMobile\:-mr-96{
    margin-right: -24rem;
  }

  .aboveMobile\:-mr-px{
    margin-right: -1px;
  }

  .aboveMobile\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .aboveMobile\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .aboveMobile\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .aboveMobile\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .aboveMobile\:mb-0{
    margin-bottom: 0px;
  }

  .aboveMobile\:mb-1{
    margin-bottom: 0.25rem;
  }

  .aboveMobile\:mb-2{
    margin-bottom: 0.5rem;
  }

  .aboveMobile\:mb-3{
    margin-bottom: 0.75rem;
  }

  .aboveMobile\:mb-4{
    margin-bottom: 1rem;
  }

  .aboveMobile\:mb-5{
    margin-bottom: 1.25rem;
  }

  .aboveMobile\:mb-6{
    margin-bottom: 1.5rem;
  }

  .aboveMobile\:mb-7{
    margin-bottom: 1.75rem;
  }

  .aboveMobile\:mb-8{
    margin-bottom: 2rem;
  }

  .aboveMobile\:mb-9{
    margin-bottom: 2.25rem;
  }

  .aboveMobile\:mb-10{
    margin-bottom: 2.5rem;
  }

  .aboveMobile\:mb-11{
    margin-bottom: 2.75rem;
  }

  .aboveMobile\:mb-12{
    margin-bottom: 3rem;
  }

  .aboveMobile\:mb-14{
    margin-bottom: 3.5rem;
  }

  .aboveMobile\:mb-16{
    margin-bottom: 4rem;
  }

  .aboveMobile\:mb-20{
    margin-bottom: 5rem;
  }

  .aboveMobile\:mb-24{
    margin-bottom: 6rem;
  }

  .aboveMobile\:mb-28{
    margin-bottom: 7rem;
  }

  .aboveMobile\:mb-32{
    margin-bottom: 8rem;
  }

  .aboveMobile\:mb-36{
    margin-bottom: 9rem;
  }

  .aboveMobile\:mb-40{
    margin-bottom: 10rem;
  }

  .aboveMobile\:mb-44{
    margin-bottom: 11rem;
  }

  .aboveMobile\:mb-48{
    margin-bottom: 12rem;
  }

  .aboveMobile\:mb-52{
    margin-bottom: 13rem;
  }

  .aboveMobile\:mb-56{
    margin-bottom: 14rem;
  }

  .aboveMobile\:mb-60{
    margin-bottom: 15rem;
  }

  .aboveMobile\:mb-64{
    margin-bottom: 16rem;
  }

  .aboveMobile\:mb-72{
    margin-bottom: 18rem;
  }

  .aboveMobile\:mb-80{
    margin-bottom: 20rem;
  }

  .aboveMobile\:mb-96{
    margin-bottom: 24rem;
  }

  .aboveMobile\:mb-auto{
    margin-bottom: auto;
  }

  .aboveMobile\:mb-px{
    margin-bottom: 1px;
  }

  .aboveMobile\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .aboveMobile\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .aboveMobile\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .aboveMobile\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .aboveMobile\:-mb-0{
    margin-bottom: 0px;
  }

  .aboveMobile\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .aboveMobile\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .aboveMobile\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .aboveMobile\:-mb-4{
    margin-bottom: -1rem;
  }

  .aboveMobile\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .aboveMobile\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .aboveMobile\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .aboveMobile\:-mb-8{
    margin-bottom: -2rem;
  }

  .aboveMobile\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .aboveMobile\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .aboveMobile\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .aboveMobile\:-mb-12{
    margin-bottom: -3rem;
  }

  .aboveMobile\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .aboveMobile\:-mb-16{
    margin-bottom: -4rem;
  }

  .aboveMobile\:-mb-20{
    margin-bottom: -5rem;
  }

  .aboveMobile\:-mb-24{
    margin-bottom: -6rem;
  }

  .aboveMobile\:-mb-28{
    margin-bottom: -7rem;
  }

  .aboveMobile\:-mb-32{
    margin-bottom: -8rem;
  }

  .aboveMobile\:-mb-36{
    margin-bottom: -9rem;
  }

  .aboveMobile\:-mb-40{
    margin-bottom: -10rem;
  }

  .aboveMobile\:-mb-44{
    margin-bottom: -11rem;
  }

  .aboveMobile\:-mb-48{
    margin-bottom: -12rem;
  }

  .aboveMobile\:-mb-52{
    margin-bottom: -13rem;
  }

  .aboveMobile\:-mb-56{
    margin-bottom: -14rem;
  }

  .aboveMobile\:-mb-60{
    margin-bottom: -15rem;
  }

  .aboveMobile\:-mb-64{
    margin-bottom: -16rem;
  }

  .aboveMobile\:-mb-72{
    margin-bottom: -18rem;
  }

  .aboveMobile\:-mb-80{
    margin-bottom: -20rem;
  }

  .aboveMobile\:-mb-96{
    margin-bottom: -24rem;
  }

  .aboveMobile\:-mb-px{
    margin-bottom: -1px;
  }

  .aboveMobile\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .aboveMobile\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .aboveMobile\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .aboveMobile\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .aboveMobile\:ml-0{
    margin-left: 0px;
  }

  .aboveMobile\:ml-1{
    margin-left: 0.25rem;
  }

  .aboveMobile\:ml-2{
    margin-left: 0.5rem;
  }

  .aboveMobile\:ml-3{
    margin-left: 0.75rem;
  }

  .aboveMobile\:ml-4{
    margin-left: 1rem;
  }

  .aboveMobile\:ml-5{
    margin-left: 1.25rem;
  }

  .aboveMobile\:ml-6{
    margin-left: 1.5rem;
  }

  .aboveMobile\:ml-7{
    margin-left: 1.75rem;
  }

  .aboveMobile\:ml-8{
    margin-left: 2rem;
  }

  .aboveMobile\:ml-9{
    margin-left: 2.25rem;
  }

  .aboveMobile\:ml-10{
    margin-left: 2.5rem;
  }

  .aboveMobile\:ml-11{
    margin-left: 2.75rem;
  }

  .aboveMobile\:ml-12{
    margin-left: 3rem;
  }

  .aboveMobile\:ml-14{
    margin-left: 3.5rem;
  }

  .aboveMobile\:ml-16{
    margin-left: 4rem;
  }

  .aboveMobile\:ml-20{
    margin-left: 5rem;
  }

  .aboveMobile\:ml-24{
    margin-left: 6rem;
  }

  .aboveMobile\:ml-28{
    margin-left: 7rem;
  }

  .aboveMobile\:ml-32{
    margin-left: 8rem;
  }

  .aboveMobile\:ml-36{
    margin-left: 9rem;
  }

  .aboveMobile\:ml-40{
    margin-left: 10rem;
  }

  .aboveMobile\:ml-44{
    margin-left: 11rem;
  }

  .aboveMobile\:ml-48{
    margin-left: 12rem;
  }

  .aboveMobile\:ml-52{
    margin-left: 13rem;
  }

  .aboveMobile\:ml-56{
    margin-left: 14rem;
  }

  .aboveMobile\:ml-60{
    margin-left: 15rem;
  }

  .aboveMobile\:ml-64{
    margin-left: 16rem;
  }

  .aboveMobile\:ml-72{
    margin-left: 18rem;
  }

  .aboveMobile\:ml-80{
    margin-left: 20rem;
  }

  .aboveMobile\:ml-96{
    margin-left: 24rem;
  }

  .aboveMobile\:ml-auto{
    margin-left: auto;
  }

  .aboveMobile\:ml-px{
    margin-left: 1px;
  }

  .aboveMobile\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .aboveMobile\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .aboveMobile\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .aboveMobile\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .aboveMobile\:-ml-0{
    margin-left: 0px;
  }

  .aboveMobile\:-ml-1{
    margin-left: -0.25rem;
  }

  .aboveMobile\:-ml-2{
    margin-left: -0.5rem;
  }

  .aboveMobile\:-ml-3{
    margin-left: -0.75rem;
  }

  .aboveMobile\:-ml-4{
    margin-left: -1rem;
  }

  .aboveMobile\:-ml-5{
    margin-left: -1.25rem;
  }

  .aboveMobile\:-ml-6{
    margin-left: -1.5rem;
  }

  .aboveMobile\:-ml-7{
    margin-left: -1.75rem;
  }

  .aboveMobile\:-ml-8{
    margin-left: -2rem;
  }

  .aboveMobile\:-ml-9{
    margin-left: -2.25rem;
  }

  .aboveMobile\:-ml-10{
    margin-left: -2.5rem;
  }

  .aboveMobile\:-ml-11{
    margin-left: -2.75rem;
  }

  .aboveMobile\:-ml-12{
    margin-left: -3rem;
  }

  .aboveMobile\:-ml-14{
    margin-left: -3.5rem;
  }

  .aboveMobile\:-ml-16{
    margin-left: -4rem;
  }

  .aboveMobile\:-ml-20{
    margin-left: -5rem;
  }

  .aboveMobile\:-ml-24{
    margin-left: -6rem;
  }

  .aboveMobile\:-ml-28{
    margin-left: -7rem;
  }

  .aboveMobile\:-ml-32{
    margin-left: -8rem;
  }

  .aboveMobile\:-ml-36{
    margin-left: -9rem;
  }

  .aboveMobile\:-ml-40{
    margin-left: -10rem;
  }

  .aboveMobile\:-ml-44{
    margin-left: -11rem;
  }

  .aboveMobile\:-ml-48{
    margin-left: -12rem;
  }

  .aboveMobile\:-ml-52{
    margin-left: -13rem;
  }

  .aboveMobile\:-ml-56{
    margin-left: -14rem;
  }

  .aboveMobile\:-ml-60{
    margin-left: -15rem;
  }

  .aboveMobile\:-ml-64{
    margin-left: -16rem;
  }

  .aboveMobile\:-ml-72{
    margin-left: -18rem;
  }

  .aboveMobile\:-ml-80{
    margin-left: -20rem;
  }

  .aboveMobile\:-ml-96{
    margin-left: -24rem;
  }

  .aboveMobile\:-ml-px{
    margin-left: -1px;
  }

  .aboveMobile\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .aboveMobile\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .aboveMobile\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .aboveMobile\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .aboveMobile\:box-border{
    box-sizing: border-box;
  }

  .aboveMobile\:box-content{
    box-sizing: content-box;
  }

  .aboveMobile\:block{
    display: block;
  }

  .aboveMobile\:inline-block{
    display: inline-block;
  }

  .aboveMobile\:inline{
    display: inline;
  }

  .aboveMobile\:flex{
    display: flex;
  }

  .aboveMobile\:inline-flex{
    display: inline-flex;
  }

  .aboveMobile\:table{
    display: table;
  }

  .aboveMobile\:inline-table{
    display: inline-table;
  }

  .aboveMobile\:table-caption{
    display: table-caption;
  }

  .aboveMobile\:table-cell{
    display: table-cell;
  }

  .aboveMobile\:table-column{
    display: table-column;
  }

  .aboveMobile\:table-column-group{
    display: table-column-group;
  }

  .aboveMobile\:table-footer-group{
    display: table-footer-group;
  }

  .aboveMobile\:table-header-group{
    display: table-header-group;
  }

  .aboveMobile\:table-row-group{
    display: table-row-group;
  }

  .aboveMobile\:table-row{
    display: table-row;
  }

  .aboveMobile\:flow-root{
    display: flow-root;
  }

  .aboveMobile\:grid{
    display: grid;
  }

  .aboveMobile\:inline-grid{
    display: inline-grid;
  }

  .aboveMobile\:contents{
    display: contents;
  }

  .aboveMobile\:list-item{
    display: list-item;
  }

  .aboveMobile\:hidden{
    display: none;
  }

  .aboveMobile\:h-0{
    height: 0px;
  }

  .aboveMobile\:h-1{
    height: 0.25rem;
  }

  .aboveMobile\:h-2{
    height: 0.5rem;
  }

  .aboveMobile\:h-3{
    height: 0.75rem;
  }

  .aboveMobile\:h-4{
    height: 1rem;
  }

  .aboveMobile\:h-5{
    height: 1.25rem;
  }

  .aboveMobile\:h-6{
    height: 1.5rem;
  }

  .aboveMobile\:h-7{
    height: 1.75rem;
  }

  .aboveMobile\:h-8{
    height: 2rem;
  }

  .aboveMobile\:h-9{
    height: 2.25rem;
  }

  .aboveMobile\:h-10{
    height: 2.5rem;
  }

  .aboveMobile\:h-11{
    height: 2.75rem;
  }

  .aboveMobile\:h-12{
    height: 3rem;
  }

  .aboveMobile\:h-14{
    height: 3.5rem;
  }

  .aboveMobile\:h-16{
    height: 4rem;
  }

  .aboveMobile\:h-20{
    height: 5rem;
  }

  .aboveMobile\:h-24{
    height: 6rem;
  }

  .aboveMobile\:h-28{
    height: 7rem;
  }

  .aboveMobile\:h-32{
    height: 8rem;
  }

  .aboveMobile\:h-36{
    height: 9rem;
  }

  .aboveMobile\:h-40{
    height: 10rem;
  }

  .aboveMobile\:h-44{
    height: 11rem;
  }

  .aboveMobile\:h-48{
    height: 12rem;
  }

  .aboveMobile\:h-52{
    height: 13rem;
  }

  .aboveMobile\:h-56{
    height: 14rem;
  }

  .aboveMobile\:h-60{
    height: 15rem;
  }

  .aboveMobile\:h-64{
    height: 16rem;
  }

  .aboveMobile\:h-72{
    height: 18rem;
  }

  .aboveMobile\:h-80{
    height: 20rem;
  }

  .aboveMobile\:h-96{
    height: 24rem;
  }

  .aboveMobile\:h-auto{
    height: auto;
  }

  .aboveMobile\:h-px{
    height: 1px;
  }

  .aboveMobile\:h-0\.5{
    height: 0.125rem;
  }

  .aboveMobile\:h-1\.5{
    height: 0.375rem;
  }

  .aboveMobile\:h-2\.5{
    height: 0.625rem;
  }

  .aboveMobile\:h-3\.5{
    height: 0.875rem;
  }

  .aboveMobile\:h-1\/2{
    height: 50%;
  }

  .aboveMobile\:h-1\/3{
    height: 33.333333%;
  }

  .aboveMobile\:h-2\/3{
    height: 66.666667%;
  }

  .aboveMobile\:h-1\/4{
    height: 25%;
  }

  .aboveMobile\:h-2\/4{
    height: 50%;
  }

  .aboveMobile\:h-3\/4{
    height: 75%;
  }

  .aboveMobile\:h-1\/5{
    height: 20%;
  }

  .aboveMobile\:h-2\/5{
    height: 40%;
  }

  .aboveMobile\:h-3\/5{
    height: 60%;
  }

  .aboveMobile\:h-4\/5{
    height: 80%;
  }

  .aboveMobile\:h-1\/6{
    height: 16.666667%;
  }

  .aboveMobile\:h-2\/6{
    height: 33.333333%;
  }

  .aboveMobile\:h-3\/6{
    height: 50%;
  }

  .aboveMobile\:h-4\/6{
    height: 66.666667%;
  }

  .aboveMobile\:h-5\/6{
    height: 83.333333%;
  }

  .aboveMobile\:h-full{
    height: 100%;
  }

  .aboveMobile\:h-screen{
    height: 100vh;
  }

  .aboveMobile\:max-h-0{
    max-height: 0px;
  }

  .aboveMobile\:max-h-1{
    max-height: 0.25rem;
  }

  .aboveMobile\:max-h-2{
    max-height: 0.5rem;
  }

  .aboveMobile\:max-h-3{
    max-height: 0.75rem;
  }

  .aboveMobile\:max-h-4{
    max-height: 1rem;
  }

  .aboveMobile\:max-h-5{
    max-height: 1.25rem;
  }

  .aboveMobile\:max-h-6{
    max-height: 1.5rem;
  }

  .aboveMobile\:max-h-7{
    max-height: 1.75rem;
  }

  .aboveMobile\:max-h-8{
    max-height: 2rem;
  }

  .aboveMobile\:max-h-9{
    max-height: 2.25rem;
  }

  .aboveMobile\:max-h-10{
    max-height: 2.5rem;
  }

  .aboveMobile\:max-h-11{
    max-height: 2.75rem;
  }

  .aboveMobile\:max-h-12{
    max-height: 3rem;
  }

  .aboveMobile\:max-h-14{
    max-height: 3.5rem;
  }

  .aboveMobile\:max-h-16{
    max-height: 4rem;
  }

  .aboveMobile\:max-h-20{
    max-height: 5rem;
  }

  .aboveMobile\:max-h-24{
    max-height: 6rem;
  }

  .aboveMobile\:max-h-28{
    max-height: 7rem;
  }

  .aboveMobile\:max-h-32{
    max-height: 8rem;
  }

  .aboveMobile\:max-h-36{
    max-height: 9rem;
  }

  .aboveMobile\:max-h-40{
    max-height: 10rem;
  }

  .aboveMobile\:max-h-44{
    max-height: 11rem;
  }

  .aboveMobile\:max-h-48{
    max-height: 12rem;
  }

  .aboveMobile\:max-h-52{
    max-height: 13rem;
  }

  .aboveMobile\:max-h-56{
    max-height: 14rem;
  }

  .aboveMobile\:max-h-60{
    max-height: 15rem;
  }

  .aboveMobile\:max-h-64{
    max-height: 16rem;
  }

  .aboveMobile\:max-h-72{
    max-height: 18rem;
  }

  .aboveMobile\:max-h-80{
    max-height: 20rem;
  }

  .aboveMobile\:max-h-96{
    max-height: 24rem;
  }

  .aboveMobile\:max-h-px{
    max-height: 1px;
  }

  .aboveMobile\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .aboveMobile\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .aboveMobile\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .aboveMobile\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .aboveMobile\:max-h-full{
    max-height: 100%;
  }

  .aboveMobile\:max-h-screen{
    max-height: 100vh;
  }

  .aboveMobile\:min-h-0{
    min-height: 0px;
  }

  .aboveMobile\:min-h-full{
    min-height: 100%;
  }

  .aboveMobile\:min-h-screen{
    min-height: 100vh;
  }

  .aboveMobile\:w-0{
    width: 0px;
  }

  .aboveMobile\:w-1{
    width: 0.25rem;
  }

  .aboveMobile\:w-2{
    width: 0.5rem;
  }

  .aboveMobile\:w-3{
    width: 0.75rem;
  }

  .aboveMobile\:w-4{
    width: 1rem;
  }

  .aboveMobile\:w-5{
    width: 1.25rem;
  }

  .aboveMobile\:w-6{
    width: 1.5rem;
  }

  .aboveMobile\:w-7{
    width: 1.75rem;
  }

  .aboveMobile\:w-8{
    width: 2rem;
  }

  .aboveMobile\:w-9{
    width: 2.25rem;
  }

  .aboveMobile\:w-10{
    width: 2.5rem;
  }

  .aboveMobile\:w-11{
    width: 2.75rem;
  }

  .aboveMobile\:w-12{
    width: 3rem;
  }

  .aboveMobile\:w-14{
    width: 3.5rem;
  }

  .aboveMobile\:w-16{
    width: 4rem;
  }

  .aboveMobile\:w-20{
    width: 5rem;
  }

  .aboveMobile\:w-24{
    width: 6rem;
  }

  .aboveMobile\:w-28{
    width: 7rem;
  }

  .aboveMobile\:w-32{
    width: 8rem;
  }

  .aboveMobile\:w-36{
    width: 9rem;
  }

  .aboveMobile\:w-40{
    width: 10rem;
  }

  .aboveMobile\:w-44{
    width: 11rem;
  }

  .aboveMobile\:w-48{
    width: 12rem;
  }

  .aboveMobile\:w-52{
    width: 13rem;
  }

  .aboveMobile\:w-56{
    width: 14rem;
  }

  .aboveMobile\:w-60{
    width: 15rem;
  }

  .aboveMobile\:w-64{
    width: 16rem;
  }

  .aboveMobile\:w-72{
    width: 18rem;
  }

  .aboveMobile\:w-80{
    width: 20rem;
  }

  .aboveMobile\:w-96{
    width: 24rem;
  }

  .aboveMobile\:w-auto{
    width: auto;
  }

  .aboveMobile\:w-px{
    width: 1px;
  }

  .aboveMobile\:w-0\.5{
    width: 0.125rem;
  }

  .aboveMobile\:w-1\.5{
    width: 0.375rem;
  }

  .aboveMobile\:w-2\.5{
    width: 0.625rem;
  }

  .aboveMobile\:w-3\.5{
    width: 0.875rem;
  }

  .aboveMobile\:w-1\/2{
    width: 50%;
  }

  .aboveMobile\:w-1\/3{
    width: 33.333333%;
  }

  .aboveMobile\:w-2\/3{
    width: 66.666667%;
  }

  .aboveMobile\:w-1\/4{
    width: 25%;
  }

  .aboveMobile\:w-2\/4{
    width: 50%;
  }

  .aboveMobile\:w-3\/4{
    width: 75%;
  }

  .aboveMobile\:w-1\/5{
    width: 20%;
  }

  .aboveMobile\:w-2\/5{
    width: 40%;
  }

  .aboveMobile\:w-3\/5{
    width: 60%;
  }

  .aboveMobile\:w-4\/5{
    width: 80%;
  }

  .aboveMobile\:w-1\/6{
    width: 16.666667%;
  }

  .aboveMobile\:w-2\/6{
    width: 33.333333%;
  }

  .aboveMobile\:w-3\/6{
    width: 50%;
  }

  .aboveMobile\:w-4\/6{
    width: 66.666667%;
  }

  .aboveMobile\:w-5\/6{
    width: 83.333333%;
  }

  .aboveMobile\:w-1\/12{
    width: 8.333333%;
  }

  .aboveMobile\:w-2\/12{
    width: 16.666667%;
  }

  .aboveMobile\:w-3\/12{
    width: 25%;
  }

  .aboveMobile\:w-4\/12{
    width: 33.333333%;
  }

  .aboveMobile\:w-5\/12{
    width: 41.666667%;
  }

  .aboveMobile\:w-6\/12{
    width: 50%;
  }

  .aboveMobile\:w-7\/12{
    width: 58.333333%;
  }

  .aboveMobile\:w-8\/12{
    width: 66.666667%;
  }

  .aboveMobile\:w-9\/12{
    width: 75%;
  }

  .aboveMobile\:w-10\/12{
    width: 83.333333%;
  }

  .aboveMobile\:w-11\/12{
    width: 91.666667%;
  }

  .aboveMobile\:w-full{
    width: 100%;
  }

  .aboveMobile\:w-screen{
    width: 100vw;
  }

  .aboveMobile\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .aboveMobile\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .aboveMobile\:min-w-0{
    min-width: 0px;
  }

  .aboveMobile\:min-w-full{
    min-width: 100%;
  }

  .aboveMobile\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .aboveMobile\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .aboveMobile\:max-w-0{
    max-width: 0rem;
  }

  .aboveMobile\:max-w-none{
    max-width: none;
  }

  .aboveMobile\:max-w-xs{
    max-width: 20rem;
  }

  .aboveMobile\:max-w-sm{
    max-width: 24rem;
  }

  .aboveMobile\:max-w-md{
    max-width: 28rem;
  }

  .aboveMobile\:max-w-lg{
    max-width: 32rem;
  }

  .aboveMobile\:max-w-xl{
    max-width: 36rem;
  }

  .aboveMobile\:max-w-2xl{
    max-width: 42rem;
  }

  .aboveMobile\:max-w-3xl{
    max-width: 48rem;
  }

  .aboveMobile\:max-w-4xl{
    max-width: 56rem;
  }

  .aboveMobile\:max-w-5xl{
    max-width: 64rem;
  }

  .aboveMobile\:max-w-6xl{
    max-width: 72rem;
  }

  .aboveMobile\:max-w-7xl{
    max-width: 80rem;
  }

  .aboveMobile\:max-w-full{
    max-width: 100%;
  }

  .aboveMobile\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .aboveMobile\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .aboveMobile\:max-w-prose{
    max-width: 65ch;
  }

  .aboveMobile\:max-w-screen-sm{
    max-width: 640px;
  }

  .aboveMobile\:max-w-screen-md{
    max-width: 768px;
  }

  .aboveMobile\:max-w-screen-lg{
    max-width: 1024px;
  }

  .aboveMobile\:max-w-screen-xl{
    max-width: 1280px;
  }

  .aboveMobile\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .aboveMobile\:flex-1{
    flex: 1 1 0%;
  }

  .aboveMobile\:flex-auto{
    flex: 1 1 auto;
  }

  .aboveMobile\:flex-initial{
    flex: 0 1 auto;
  }

  .aboveMobile\:flex-none{
    flex: none;
  }

  .aboveMobile\:flex-shrink-0{
    flex-shrink: 0;
  }

  .aboveMobile\:flex-shrink{
    flex-shrink: 1;
  }

  .aboveMobile\:flex-grow-0{
    flex-grow: 0;
  }

  .aboveMobile\:flex-grow{
    flex-grow: 1;
  }

  .aboveMobile\:table-auto{
    table-layout: auto;
  }

  .aboveMobile\:table-fixed{
    table-layout: fixed;
  }

  .aboveMobile\:border-collapse{
    border-collapse: collapse;
  }

  .aboveMobile\:border-separate{
    border-collapse: separate;
  }

  .aboveMobile\:origin-center{
    transform-origin: center;
  }

  .aboveMobile\:origin-top{
    transform-origin: top;
  }

  .aboveMobile\:origin-top-right{
    transform-origin: top right;
  }

  .aboveMobile\:origin-right{
    transform-origin: right;
  }

  .aboveMobile\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .aboveMobile\:origin-bottom{
    transform-origin: bottom;
  }

  .aboveMobile\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .aboveMobile\:origin-left{
    transform-origin: left;
  }

  .aboveMobile\:origin-top-left{
    transform-origin: top left;
  }

  .aboveMobile\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveMobile\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveMobile\:transform-none{
    transform: none;
  }

  .aboveMobile\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveMobile\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .aboveMobile\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .aboveMobile\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .aboveMobile\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .aboveMobile\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .aboveMobile\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .aboveMobile\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .aboveMobile\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .aboveMobile\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .aboveMobile\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .aboveMobile\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .aboveMobile\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .aboveMobile\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .aboveMobile\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .aboveMobile\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .aboveMobile\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .aboveMobile\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .aboveMobile\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .aboveMobile\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .aboveMobile\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .aboveMobile\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .aboveMobile\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .aboveMobile\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .aboveMobile\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .aboveMobile\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .aboveMobile\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .aboveMobile\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .aboveMobile\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .aboveMobile\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .aboveMobile\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .aboveMobile\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .aboveMobile\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .aboveMobile\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .aboveMobile\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .aboveMobile\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveMobile\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .aboveMobile\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .aboveMobile\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .aboveMobile\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .aboveMobile\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .aboveMobile\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .aboveMobile\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .aboveMobile\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .aboveMobile\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .aboveMobile\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .aboveMobile\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .aboveMobile\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .aboveMobile\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .aboveMobile\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .aboveMobile\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .aboveMobile\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .aboveMobile\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .aboveMobile\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .aboveMobile\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .aboveMobile\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .aboveMobile\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .aboveMobile\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .aboveMobile\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .aboveMobile\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .aboveMobile\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .aboveMobile\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .aboveMobile\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .aboveMobile\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .aboveMobile\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .aboveMobile\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .aboveMobile\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .aboveMobile\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .aboveMobile\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .aboveMobile\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .aboveMobile\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .aboveMobile\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .aboveMobile\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .aboveMobile\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .aboveMobile\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .aboveMobile\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .aboveMobile\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .aboveMobile\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .aboveMobile\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .aboveMobile\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .aboveMobile\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .aboveMobile\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .aboveMobile\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .aboveMobile\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .aboveMobile\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveMobile\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .aboveMobile\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .aboveMobile\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .aboveMobile\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .aboveMobile\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .aboveMobile\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .aboveMobile\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .aboveMobile\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .aboveMobile\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .aboveMobile\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .aboveMobile\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .aboveMobile\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .aboveMobile\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .aboveMobile\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .aboveMobile\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .aboveMobile\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .aboveMobile\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .aboveMobile\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .aboveMobile\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .aboveMobile\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .aboveMobile\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .aboveMobile\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .aboveMobile\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .aboveMobile\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .aboveMobile\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .aboveMobile\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .aboveMobile\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .aboveMobile\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .aboveMobile\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .aboveMobile\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .aboveMobile\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .aboveMobile\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .aboveMobile\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .aboveMobile\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .aboveMobile\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveMobile\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .aboveMobile\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .aboveMobile\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .aboveMobile\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .aboveMobile\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .aboveMobile\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .aboveMobile\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .aboveMobile\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .aboveMobile\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .aboveMobile\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .aboveMobile\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .aboveMobile\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .aboveMobile\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .aboveMobile\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .aboveMobile\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .aboveMobile\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .aboveMobile\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .aboveMobile\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .aboveMobile\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .aboveMobile\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .aboveMobile\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .aboveMobile\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .aboveMobile\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .aboveMobile\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .aboveMobile\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .aboveMobile\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .aboveMobile\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .aboveMobile\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .aboveMobile\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .aboveMobile\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .aboveMobile\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .aboveMobile\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .aboveMobile\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .aboveMobile\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .aboveMobile\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .aboveMobile\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .aboveMobile\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .aboveMobile\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .aboveMobile\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .aboveMobile\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .aboveMobile\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .aboveMobile\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .aboveMobile\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .aboveMobile\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .aboveMobile\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .aboveMobile\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .aboveMobile\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .aboveMobile\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .aboveMobile\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveMobile\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .aboveMobile\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .aboveMobile\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .aboveMobile\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .aboveMobile\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .aboveMobile\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .aboveMobile\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .aboveMobile\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .aboveMobile\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .aboveMobile\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .aboveMobile\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .aboveMobile\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .aboveMobile\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .aboveMobile\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .aboveMobile\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .aboveMobile\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .aboveMobile\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .aboveMobile\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .aboveMobile\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .aboveMobile\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .aboveMobile\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .aboveMobile\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .aboveMobile\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .aboveMobile\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .aboveMobile\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .aboveMobile\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .aboveMobile\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .aboveMobile\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .aboveMobile\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .aboveMobile\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .aboveMobile\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .aboveMobile\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .aboveMobile\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .aboveMobile\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .aboveMobile\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveMobile\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .aboveMobile\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .aboveMobile\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .aboveMobile\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .aboveMobile\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .aboveMobile\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .aboveMobile\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .aboveMobile\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .aboveMobile\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .aboveMobile\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .aboveMobile\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .aboveMobile\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .aboveMobile\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .aboveMobile\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .aboveMobile\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .aboveMobile\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .aboveMobile\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .aboveMobile\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .aboveMobile\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .aboveMobile\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .aboveMobile\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .aboveMobile\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .aboveMobile\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .aboveMobile\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .aboveMobile\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .aboveMobile\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .aboveMobile\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .aboveMobile\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .aboveMobile\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .aboveMobile\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .aboveMobile\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .aboveMobile\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .aboveMobile\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .aboveMobile\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .aboveMobile\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .aboveMobile\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .aboveMobile\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .aboveMobile\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .aboveMobile\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .aboveMobile\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .aboveMobile\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .aboveMobile\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .aboveMobile\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .aboveMobile\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .aboveMobile\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .aboveMobile\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .aboveMobile\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .aboveMobile\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .aboveMobile\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveMobile\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .aboveMobile\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .aboveMobile\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .aboveMobile\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .aboveMobile\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .aboveMobile\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .aboveMobile\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .aboveMobile\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .aboveMobile\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .aboveMobile\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .aboveMobile\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .aboveMobile\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .aboveMobile\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .aboveMobile\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .aboveMobile\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .aboveMobile\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .aboveMobile\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .aboveMobile\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .aboveMobile\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .aboveMobile\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .aboveMobile\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .aboveMobile\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .aboveMobile\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .aboveMobile\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .aboveMobile\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .aboveMobile\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .aboveMobile\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .aboveMobile\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .aboveMobile\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .aboveMobile\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .aboveMobile\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .aboveMobile\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .aboveMobile\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .aboveMobile\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .aboveMobile\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveMobile\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .aboveMobile\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .aboveMobile\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .aboveMobile\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .aboveMobile\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .aboveMobile\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .aboveMobile\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .aboveMobile\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .aboveMobile\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .aboveMobile\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .aboveMobile\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .aboveMobile\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .aboveMobile\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .aboveMobile\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .aboveMobile\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .aboveMobile\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .aboveMobile\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .aboveMobile\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .aboveMobile\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .aboveMobile\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .aboveMobile\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .aboveMobile\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .aboveMobile\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .aboveMobile\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .aboveMobile\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .aboveMobile\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .aboveMobile\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .aboveMobile\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .aboveMobile\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .aboveMobile\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .aboveMobile\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .aboveMobile\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .aboveMobile\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .aboveMobile\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .aboveMobile\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .aboveMobile\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .aboveMobile\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .aboveMobile\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .aboveMobile\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .aboveMobile\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .aboveMobile\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .aboveMobile\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .aboveMobile\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .aboveMobile\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .aboveMobile\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .aboveMobile\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .aboveMobile\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .aboveMobile\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .aboveMobile\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveMobile\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .aboveMobile\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .aboveMobile\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .aboveMobile\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .aboveMobile\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .aboveMobile\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .aboveMobile\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .aboveMobile\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .aboveMobile\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .aboveMobile\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .aboveMobile\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .aboveMobile\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .aboveMobile\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .aboveMobile\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .aboveMobile\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .aboveMobile\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .aboveMobile\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .aboveMobile\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .aboveMobile\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .aboveMobile\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .aboveMobile\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .aboveMobile\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .aboveMobile\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .aboveMobile\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .aboveMobile\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .aboveMobile\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .aboveMobile\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .aboveMobile\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .aboveMobile\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .aboveMobile\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .aboveMobile\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .aboveMobile\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .aboveMobile\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .aboveMobile\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .aboveMobile\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveMobile\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .aboveMobile\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .aboveMobile\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .aboveMobile\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .aboveMobile\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .aboveMobile\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .aboveMobile\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .aboveMobile\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .aboveMobile\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .aboveMobile\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .aboveMobile\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .aboveMobile\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .aboveMobile\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .aboveMobile\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .aboveMobile\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .aboveMobile\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .aboveMobile\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .aboveMobile\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .aboveMobile\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .aboveMobile\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .aboveMobile\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .aboveMobile\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .aboveMobile\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .aboveMobile\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .aboveMobile\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .aboveMobile\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .aboveMobile\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .aboveMobile\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .aboveMobile\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .aboveMobile\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .aboveMobile\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .aboveMobile\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .aboveMobile\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .aboveMobile\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .aboveMobile\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .aboveMobile\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .aboveMobile\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .aboveMobile\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .aboveMobile\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .aboveMobile\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .aboveMobile\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .aboveMobile\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .aboveMobile\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .aboveMobile\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .aboveMobile\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .aboveMobile\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .aboveMobile\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .aboveMobile\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .aboveMobile\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveMobile\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .aboveMobile\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .aboveMobile\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .aboveMobile\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .aboveMobile\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .aboveMobile\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .aboveMobile\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .aboveMobile\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .aboveMobile\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .aboveMobile\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .aboveMobile\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .aboveMobile\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .aboveMobile\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .aboveMobile\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .aboveMobile\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .aboveMobile\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .aboveMobile\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .aboveMobile\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .aboveMobile\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .aboveMobile\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .aboveMobile\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .aboveMobile\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .aboveMobile\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .aboveMobile\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .aboveMobile\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .aboveMobile\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .aboveMobile\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .aboveMobile\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .aboveMobile\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .aboveMobile\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .aboveMobile\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .aboveMobile\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .aboveMobile\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .aboveMobile\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .aboveMobile\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveMobile\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .aboveMobile\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .aboveMobile\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .aboveMobile\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .aboveMobile\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .aboveMobile\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .aboveMobile\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .aboveMobile\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .aboveMobile\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .aboveMobile\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .aboveMobile\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .aboveMobile\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .aboveMobile\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .aboveMobile\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .aboveMobile\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .aboveMobile\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .aboveMobile\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .aboveMobile\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .aboveMobile\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .aboveMobile\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .aboveMobile\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .aboveMobile\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .aboveMobile\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .aboveMobile\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .aboveMobile\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .aboveMobile\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .aboveMobile\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .aboveMobile\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .aboveMobile\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .aboveMobile\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .aboveMobile\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .aboveMobile\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .aboveMobile\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .aboveMobile\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .aboveMobile\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .aboveMobile\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .aboveMobile\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .aboveMobile\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .aboveMobile\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .aboveMobile\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .aboveMobile\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .aboveMobile\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .aboveMobile\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .aboveMobile\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .aboveMobile\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .aboveMobile\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .aboveMobile\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .aboveMobile\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .aboveMobile\:rotate-0{
    --tw-rotate: 0deg;
  }

  .aboveMobile\:rotate-1{
    --tw-rotate: 1deg;
  }

  .aboveMobile\:rotate-2{
    --tw-rotate: 2deg;
  }

  .aboveMobile\:rotate-3{
    --tw-rotate: 3deg;
  }

  .aboveMobile\:rotate-6{
    --tw-rotate: 6deg;
  }

  .aboveMobile\:rotate-12{
    --tw-rotate: 12deg;
  }

  .aboveMobile\:rotate-45{
    --tw-rotate: 45deg;
  }

  .aboveMobile\:rotate-90{
    --tw-rotate: 90deg;
  }

  .aboveMobile\:rotate-180{
    --tw-rotate: 180deg;
  }

  .aboveMobile\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .aboveMobile\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .aboveMobile\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .aboveMobile\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .aboveMobile\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .aboveMobile\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .aboveMobile\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .aboveMobile\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .aboveMobile\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .aboveMobile\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .aboveMobile\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .aboveMobile\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .aboveMobile\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .aboveMobile\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .aboveMobile\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .aboveMobile\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .aboveMobile\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .aboveMobile\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .aboveMobile\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .aboveMobile\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .aboveMobile\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .aboveMobile\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .aboveMobile\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .aboveMobile\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .aboveMobile\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .aboveMobile\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .aboveMobile\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .aboveMobile\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .aboveMobile\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .aboveMobile\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .aboveMobile\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .aboveMobile\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .aboveMobile\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .aboveMobile\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .aboveMobile\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .aboveMobile\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .aboveMobile\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .aboveMobile\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .aboveMobile\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .aboveMobile\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .aboveMobile\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .aboveMobile\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .aboveMobile\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .aboveMobile\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .aboveMobile\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .aboveMobile\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .aboveMobile\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .aboveMobile\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .aboveMobile\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .aboveMobile\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .aboveMobile\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .aboveMobile\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .aboveMobile\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .aboveMobile\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .aboveMobile\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .aboveMobile\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .aboveMobile\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .aboveMobile\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .aboveMobile\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .aboveMobile\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .aboveMobile\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .aboveMobile\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .aboveMobile\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .aboveMobile\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .aboveMobile\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .aboveMobile\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .aboveMobile\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .aboveMobile\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .aboveMobile\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .aboveMobile\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .aboveMobile\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .aboveMobile\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .aboveMobile\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .aboveMobile\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .aboveMobile\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .aboveMobile\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .aboveMobile\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .aboveMobile\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .aboveMobile\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .aboveMobile\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .aboveMobile\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .aboveMobile\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .aboveMobile\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .aboveMobile\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .aboveMobile\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .aboveMobile\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .aboveMobile\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .aboveMobile\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .aboveMobile\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .aboveMobile\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .aboveMobile\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .aboveMobile\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .aboveMobile\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .aboveMobile\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .aboveMobile\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .aboveMobile\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .aboveMobile\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .aboveMobile\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .aboveMobile\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .aboveMobile\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .aboveMobile\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .aboveMobile\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .aboveMobile\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .aboveMobile\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .aboveMobile\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .aboveMobile\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .aboveMobile\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .aboveMobile\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .aboveMobile\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveMobile\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveMobile\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveMobile\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveMobile\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveMobile\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveMobile\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveMobile\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveMobile\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveMobile\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveMobile\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveMobile\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveMobile\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveMobile\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveMobile\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveMobile\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveMobile\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveMobile\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveMobile\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveMobile\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveMobile\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveMobile\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveMobile\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveMobile\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveMobile\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveMobile\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveMobile\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveMobile\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveMobile\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveMobile\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveMobile\:scale-x-0{
    --tw-scale-x: 0;
  }

  .aboveMobile\:scale-x-50{
    --tw-scale-x: .5;
  }

  .aboveMobile\:scale-x-75{
    --tw-scale-x: .75;
  }

  .aboveMobile\:scale-x-90{
    --tw-scale-x: .9;
  }

  .aboveMobile\:scale-x-95{
    --tw-scale-x: .95;
  }

  .aboveMobile\:scale-x-100{
    --tw-scale-x: 1;
  }

  .aboveMobile\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .aboveMobile\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .aboveMobile\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .aboveMobile\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .aboveMobile\:scale-y-0{
    --tw-scale-y: 0;
  }

  .aboveMobile\:scale-y-50{
    --tw-scale-y: .5;
  }

  .aboveMobile\:scale-y-75{
    --tw-scale-y: .75;
  }

  .aboveMobile\:scale-y-90{
    --tw-scale-y: .9;
  }

  .aboveMobile\:scale-y-95{
    --tw-scale-y: .95;
  }

  .aboveMobile\:scale-y-100{
    --tw-scale-y: 1;
  }

  .aboveMobile\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .aboveMobile\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .aboveMobile\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .aboveMobile\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .aboveMobile\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .aboveMobile\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .aboveMobile\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .aboveMobile\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .aboveMobile\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .aboveMobile\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .aboveMobile\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .aboveMobile\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .aboveMobile\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .aboveMobile\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .aboveMobile\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .aboveMobile\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .aboveMobile\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .aboveMobile\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .aboveMobile\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .aboveMobile\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .aboveMobile\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .aboveMobile\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .aboveMobile\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .aboveMobile\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .aboveMobile\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .aboveMobile\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .aboveMobile\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .aboveMobile\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .aboveMobile\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .aboveMobile\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .aboveMobile\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .aboveMobile\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .aboveMobile\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .aboveMobile\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .aboveMobile\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .aboveMobile\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .aboveMobile\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .aboveMobile\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .aboveMobile\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .aboveMobile\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .aboveMobile\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .aboveMobile\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .aboveMobile\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .aboveMobile\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .aboveMobile\:animate-none{
    animation: none;
  }

  .aboveMobile\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .aboveMobile\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .aboveMobile\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .aboveMobile\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .aboveMobile\:cursor-auto{
    cursor: auto;
  }

  .aboveMobile\:cursor-default{
    cursor: default;
  }

  .aboveMobile\:cursor-pointer{
    cursor: pointer;
  }

  .aboveMobile\:cursor-wait{
    cursor: wait;
  }

  .aboveMobile\:cursor-text{
    cursor: text;
  }

  .aboveMobile\:cursor-move{
    cursor: move;
  }

  .aboveMobile\:cursor-help{
    cursor: help;
  }

  .aboveMobile\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .aboveMobile\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .aboveMobile\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .aboveMobile\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .aboveMobile\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .aboveMobile\:resize-none{
    resize: none;
  }

  .aboveMobile\:resize-y{
    resize: vertical;
  }

  .aboveMobile\:resize-x{
    resize: horizontal;
  }

  .aboveMobile\:resize{
    resize: both;
  }

  .aboveMobile\:list-inside{
    list-style-position: inside;
  }

  .aboveMobile\:list-outside{
    list-style-position: outside;
  }

  .aboveMobile\:list-none{
    list-style-type: none;
  }

  .aboveMobile\:list-disc{
    list-style-type: disc;
  }

  .aboveMobile\:list-decimal{
    list-style-type: decimal;
  }

  .aboveMobile\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .aboveMobile\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .aboveMobile\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .aboveMobile\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .aboveMobile\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .aboveMobile\:grid-flow-row{
    grid-auto-flow: row;
  }

  .aboveMobile\:grid-flow-col{
    grid-auto-flow: column;
  }

  .aboveMobile\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .aboveMobile\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .aboveMobile\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .aboveMobile\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .aboveMobile\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .aboveMobile\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .aboveMobile\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .aboveMobile\:grid-cols-none{
    grid-template-columns: none;
  }

  .aboveMobile\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .aboveMobile\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .aboveMobile\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .aboveMobile\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .aboveMobile\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .aboveMobile\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .aboveMobile\:grid-rows-none{
    grid-template-rows: none;
  }

  .aboveMobile\:flex-row{
    flex-direction: row;
  }

  .aboveMobile\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .aboveMobile\:flex-col{
    flex-direction: column;
  }

  .aboveMobile\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .aboveMobile\:flex-wrap{
    flex-wrap: wrap;
  }

  .aboveMobile\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .aboveMobile\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .aboveMobile\:place-content-center{
    place-content: center;
  }

  .aboveMobile\:place-content-start{
    place-content: start;
  }

  .aboveMobile\:place-content-end{
    place-content: end;
  }

  .aboveMobile\:place-content-between{
    place-content: space-between;
  }

  .aboveMobile\:place-content-around{
    place-content: space-around;
  }

  .aboveMobile\:place-content-evenly{
    place-content: space-evenly;
  }

  .aboveMobile\:place-content-stretch{
    place-content: stretch;
  }

  .aboveMobile\:place-items-start{
    place-items: start;
  }

  .aboveMobile\:place-items-end{
    place-items: end;
  }

  .aboveMobile\:place-items-center{
    place-items: center;
  }

  .aboveMobile\:place-items-stretch{
    place-items: stretch;
  }

  .aboveMobile\:content-center{
    align-content: center;
  }

  .aboveMobile\:content-start{
    align-content: flex-start;
  }

  .aboveMobile\:content-end{
    align-content: flex-end;
  }

  .aboveMobile\:content-between{
    align-content: space-between;
  }

  .aboveMobile\:content-around{
    align-content: space-around;
  }

  .aboveMobile\:content-evenly{
    align-content: space-evenly;
  }

  .aboveMobile\:items-start{
    align-items: flex-start;
  }

  .aboveMobile\:items-end{
    align-items: flex-end;
  }

  .aboveMobile\:items-center{
    align-items: center;
  }

  .aboveMobile\:items-baseline{
    align-items: baseline;
  }

  .aboveMobile\:items-stretch{
    align-items: stretch;
  }

  .aboveMobile\:justify-start{
    justify-content: flex-start;
  }

  .aboveMobile\:justify-end{
    justify-content: flex-end;
  }

  .aboveMobile\:justify-center{
    justify-content: center;
  }

  .aboveMobile\:justify-between{
    justify-content: space-between;
  }

  .aboveMobile\:justify-around{
    justify-content: space-around;
  }

  .aboveMobile\:justify-evenly{
    justify-content: space-evenly;
  }

  .aboveMobile\:justify-items-start{
    justify-items: start;
  }

  .aboveMobile\:justify-items-end{
    justify-items: end;
  }

  .aboveMobile\:justify-items-center{
    justify-items: center;
  }

  .aboveMobile\:justify-items-stretch{
    justify-items: stretch;
  }

  .aboveMobile\:gap-0{
    gap: 0px;
  }

  .aboveMobile\:gap-1{
    gap: 0.25rem;
  }

  .aboveMobile\:gap-2{
    gap: 0.5rem;
  }

  .aboveMobile\:gap-3{
    gap: 0.75rem;
  }

  .aboveMobile\:gap-4{
    gap: 1rem;
  }

  .aboveMobile\:gap-5{
    gap: 1.25rem;
  }

  .aboveMobile\:gap-6{
    gap: 1.5rem;
  }

  .aboveMobile\:gap-7{
    gap: 1.75rem;
  }

  .aboveMobile\:gap-8{
    gap: 2rem;
  }

  .aboveMobile\:gap-9{
    gap: 2.25rem;
  }

  .aboveMobile\:gap-10{
    gap: 2.5rem;
  }

  .aboveMobile\:gap-11{
    gap: 2.75rem;
  }

  .aboveMobile\:gap-12{
    gap: 3rem;
  }

  .aboveMobile\:gap-14{
    gap: 3.5rem;
  }

  .aboveMobile\:gap-16{
    gap: 4rem;
  }

  .aboveMobile\:gap-20{
    gap: 5rem;
  }

  .aboveMobile\:gap-24{
    gap: 6rem;
  }

  .aboveMobile\:gap-28{
    gap: 7rem;
  }

  .aboveMobile\:gap-32{
    gap: 8rem;
  }

  .aboveMobile\:gap-36{
    gap: 9rem;
  }

  .aboveMobile\:gap-40{
    gap: 10rem;
  }

  .aboveMobile\:gap-44{
    gap: 11rem;
  }

  .aboveMobile\:gap-48{
    gap: 12rem;
  }

  .aboveMobile\:gap-52{
    gap: 13rem;
  }

  .aboveMobile\:gap-56{
    gap: 14rem;
  }

  .aboveMobile\:gap-60{
    gap: 15rem;
  }

  .aboveMobile\:gap-64{
    gap: 16rem;
  }

  .aboveMobile\:gap-72{
    gap: 18rem;
  }

  .aboveMobile\:gap-80{
    gap: 20rem;
  }

  .aboveMobile\:gap-96{
    gap: 24rem;
  }

  .aboveMobile\:gap-px{
    gap: 1px;
  }

  .aboveMobile\:gap-0\.5{
    gap: 0.125rem;
  }

  .aboveMobile\:gap-1\.5{
    gap: 0.375rem;
  }

  .aboveMobile\:gap-2\.5{
    gap: 0.625rem;
  }

  .aboveMobile\:gap-3\.5{
    gap: 0.875rem;
  }

  .aboveMobile\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .aboveMobile\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .aboveMobile\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .aboveMobile\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .aboveMobile\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .aboveMobile\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .aboveMobile\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .aboveMobile\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .aboveMobile\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .aboveMobile\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .aboveMobile\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .aboveMobile\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .aboveMobile\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .aboveMobile\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .aboveMobile\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .aboveMobile\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .aboveMobile\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .aboveMobile\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .aboveMobile\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .aboveMobile\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .aboveMobile\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .aboveMobile\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .aboveMobile\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .aboveMobile\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .aboveMobile\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .aboveMobile\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .aboveMobile\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .aboveMobile\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .aboveMobile\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .aboveMobile\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .aboveMobile\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .aboveMobile\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .aboveMobile\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .aboveMobile\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .aboveMobile\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .aboveMobile\:gap-y-0{
    row-gap: 0px;
  }

  .aboveMobile\:gap-y-1{
    row-gap: 0.25rem;
  }

  .aboveMobile\:gap-y-2{
    row-gap: 0.5rem;
  }

  .aboveMobile\:gap-y-3{
    row-gap: 0.75rem;
  }

  .aboveMobile\:gap-y-4{
    row-gap: 1rem;
  }

  .aboveMobile\:gap-y-5{
    row-gap: 1.25rem;
  }

  .aboveMobile\:gap-y-6{
    row-gap: 1.5rem;
  }

  .aboveMobile\:gap-y-7{
    row-gap: 1.75rem;
  }

  .aboveMobile\:gap-y-8{
    row-gap: 2rem;
  }

  .aboveMobile\:gap-y-9{
    row-gap: 2.25rem;
  }

  .aboveMobile\:gap-y-10{
    row-gap: 2.5rem;
  }

  .aboveMobile\:gap-y-11{
    row-gap: 2.75rem;
  }

  .aboveMobile\:gap-y-12{
    row-gap: 3rem;
  }

  .aboveMobile\:gap-y-14{
    row-gap: 3.5rem;
  }

  .aboveMobile\:gap-y-16{
    row-gap: 4rem;
  }

  .aboveMobile\:gap-y-20{
    row-gap: 5rem;
  }

  .aboveMobile\:gap-y-24{
    row-gap: 6rem;
  }

  .aboveMobile\:gap-y-28{
    row-gap: 7rem;
  }

  .aboveMobile\:gap-y-32{
    row-gap: 8rem;
  }

  .aboveMobile\:gap-y-36{
    row-gap: 9rem;
  }

  .aboveMobile\:gap-y-40{
    row-gap: 10rem;
  }

  .aboveMobile\:gap-y-44{
    row-gap: 11rem;
  }

  .aboveMobile\:gap-y-48{
    row-gap: 12rem;
  }

  .aboveMobile\:gap-y-52{
    row-gap: 13rem;
  }

  .aboveMobile\:gap-y-56{
    row-gap: 14rem;
  }

  .aboveMobile\:gap-y-60{
    row-gap: 15rem;
  }

  .aboveMobile\:gap-y-64{
    row-gap: 16rem;
  }

  .aboveMobile\:gap-y-72{
    row-gap: 18rem;
  }

  .aboveMobile\:gap-y-80{
    row-gap: 20rem;
  }

  .aboveMobile\:gap-y-96{
    row-gap: 24rem;
  }

  .aboveMobile\:gap-y-px{
    row-gap: 1px;
  }

  .aboveMobile\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .aboveMobile\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .aboveMobile\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .aboveMobile\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .aboveMobile\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveMobile\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .aboveMobile\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .aboveMobile\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .aboveMobile\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveMobile\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveMobile\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveMobile\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveMobile\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveMobile\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .aboveMobile\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .aboveMobile\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .aboveMobile\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .aboveMobile\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .aboveMobile\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .aboveMobile\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .aboveMobile\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .aboveMobile\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .aboveMobile\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .aboveMobile\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .aboveMobile\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .aboveMobile\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .aboveMobile\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .aboveMobile\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .aboveMobile\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .aboveMobile\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .aboveMobile\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .aboveMobile\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .aboveMobile\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .aboveMobile\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .aboveMobile\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .aboveMobile\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .aboveMobile\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .aboveMobile\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .aboveMobile\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .aboveMobile\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .aboveMobile\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .aboveMobile\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .aboveMobile\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .aboveMobile\:place-self-auto{
    place-self: auto;
  }

  .aboveMobile\:place-self-start{
    place-self: start;
  }

  .aboveMobile\:place-self-end{
    place-self: end;
  }

  .aboveMobile\:place-self-center{
    place-self: center;
  }

  .aboveMobile\:place-self-stretch{
    place-self: stretch;
  }

  .aboveMobile\:self-auto{
    align-self: auto;
  }

  .aboveMobile\:self-start{
    align-self: flex-start;
  }

  .aboveMobile\:self-end{
    align-self: flex-end;
  }

  .aboveMobile\:self-center{
    align-self: center;
  }

  .aboveMobile\:self-stretch{
    align-self: stretch;
  }

  .aboveMobile\:self-baseline{
    align-self: baseline;
  }

  .aboveMobile\:justify-self-auto{
    justify-self: auto;
  }

  .aboveMobile\:justify-self-start{
    justify-self: start;
  }

  .aboveMobile\:justify-self-end{
    justify-self: end;
  }

  .aboveMobile\:justify-self-center{
    justify-self: center;
  }

  .aboveMobile\:justify-self-stretch{
    justify-self: stretch;
  }

  .aboveMobile\:overflow-auto{
    overflow: auto;
  }

  .aboveMobile\:overflow-hidden{
    overflow: hidden;
  }

  .aboveMobile\:overflow-visible{
    overflow: visible;
  }

  .aboveMobile\:overflow-scroll{
    overflow: scroll;
  }

  .aboveMobile\:overflow-x-auto{
    overflow-x: auto;
  }

  .aboveMobile\:overflow-y-auto{
    overflow-y: auto;
  }

  .aboveMobile\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .aboveMobile\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .aboveMobile\:overflow-x-visible{
    overflow-x: visible;
  }

  .aboveMobile\:overflow-y-visible{
    overflow-y: visible;
  }

  .aboveMobile\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .aboveMobile\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .aboveMobile\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .aboveMobile\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .aboveMobile\:overscroll-none{
    overscroll-behavior: none;
  }

  .aboveMobile\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .aboveMobile\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .aboveMobile\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .aboveMobile\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .aboveMobile\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .aboveMobile\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .aboveMobile\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aboveMobile\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .aboveMobile\:overflow-clip{
    text-overflow: clip;
  }

  .aboveMobile\:whitespace-normal{
    white-space: normal;
  }

  .aboveMobile\:whitespace-nowrap{
    white-space: nowrap;
  }

  .aboveMobile\:whitespace-pre{
    white-space: pre;
  }

  .aboveMobile\:whitespace-pre-line{
    white-space: pre-line;
  }

  .aboveMobile\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .aboveMobile\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .aboveMobile\:break-words{
    overflow-wrap: break-word;
  }

  .aboveMobile\:break-all{
    word-break: break-all;
  }

  .aboveMobile\:rounded-none{
    border-radius: 0px;
  }

  .aboveMobile\:rounded-sm{
    border-radius: 0.125rem;
  }

  .aboveMobile\:rounded{
    border-radius: 0.25rem;
  }

  .aboveMobile\:rounded-md{
    border-radius: 0.375rem;
  }

  .aboveMobile\:rounded-lg{
    border-radius: 0.5rem;
  }

  .aboveMobile\:rounded-xl{
    border-radius: 0.75rem;
  }

  .aboveMobile\:rounded-2xl{
    border-radius: 1rem;
  }

  .aboveMobile\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .aboveMobile\:rounded-full{
    border-radius: 9999px;
  }

  .aboveMobile\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .aboveMobile\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .aboveMobile\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .aboveMobile\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .aboveMobile\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .aboveMobile\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .aboveMobile\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .aboveMobile\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .aboveMobile\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .aboveMobile\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .aboveMobile\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .aboveMobile\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .aboveMobile\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .aboveMobile\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .aboveMobile\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .aboveMobile\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .aboveMobile\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .aboveMobile\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .aboveMobile\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveMobile\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveMobile\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveMobile\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveMobile\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveMobile\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveMobile\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveMobile\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveMobile\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveMobile\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveMobile\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveMobile\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveMobile\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveMobile\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveMobile\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveMobile\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveMobile\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveMobile\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveMobile\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .aboveMobile\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .aboveMobile\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .aboveMobile\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .aboveMobile\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .aboveMobile\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .aboveMobile\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .aboveMobile\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .aboveMobile\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .aboveMobile\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .aboveMobile\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .aboveMobile\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .aboveMobile\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .aboveMobile\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .aboveMobile\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .aboveMobile\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .aboveMobile\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .aboveMobile\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .aboveMobile\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .aboveMobile\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .aboveMobile\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .aboveMobile\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .aboveMobile\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .aboveMobile\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .aboveMobile\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .aboveMobile\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .aboveMobile\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .aboveMobile\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .aboveMobile\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .aboveMobile\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .aboveMobile\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .aboveMobile\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .aboveMobile\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .aboveMobile\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .aboveMobile\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .aboveMobile\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .aboveMobile\:border-0{
    border-width: 0px;
  }

  .aboveMobile\:border-2{
    border-width: 2px;
  }

  .aboveMobile\:border-4{
    border-width: 4px;
  }

  .aboveMobile\:border-8{
    border-width: 8px;
  }

  .aboveMobile\:border{
    border-width: 1px;
  }

  .aboveMobile\:border-t-0{
    border-top-width: 0px;
  }

  .aboveMobile\:border-t-2{
    border-top-width: 2px;
  }

  .aboveMobile\:border-t-4{
    border-top-width: 4px;
  }

  .aboveMobile\:border-t-8{
    border-top-width: 8px;
  }

  .aboveMobile\:border-t{
    border-top-width: 1px;
  }

  .aboveMobile\:border-r-0{
    border-right-width: 0px;
  }

  .aboveMobile\:border-r-2{
    border-right-width: 2px;
  }

  .aboveMobile\:border-r-4{
    border-right-width: 4px;
  }

  .aboveMobile\:border-r-8{
    border-right-width: 8px;
  }

  .aboveMobile\:border-r{
    border-right-width: 1px;
  }

  .aboveMobile\:border-b-0{
    border-bottom-width: 0px;
  }

  .aboveMobile\:border-b-2{
    border-bottom-width: 2px;
  }

  .aboveMobile\:border-b-4{
    border-bottom-width: 4px;
  }

  .aboveMobile\:border-b-8{
    border-bottom-width: 8px;
  }

  .aboveMobile\:border-b{
    border-bottom-width: 1px;
  }

  .aboveMobile\:border-l-0{
    border-left-width: 0px;
  }

  .aboveMobile\:border-l-2{
    border-left-width: 2px;
  }

  .aboveMobile\:border-l-4{
    border-left-width: 4px;
  }

  .aboveMobile\:border-l-8{
    border-left-width: 8px;
  }

  .aboveMobile\:border-l{
    border-left-width: 1px;
  }

  .aboveMobile\:border-solid{
    border-style: solid;
  }

  .aboveMobile\:border-dashed{
    border-style: dashed;
  }

  .aboveMobile\:border-dotted{
    border-style: dotted;
  }

  .aboveMobile\:border-double{
    border-style: double;
  }

  .aboveMobile\:border-none{
    border-style: none;
  }

  .aboveMobile\:border-transparent{
    border-color: transparent;
  }

  .aboveMobile\:border-current{
    border-color: currentColor;
  }

  .aboveMobile\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveMobile\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveMobile\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveMobile\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveMobile\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveMobile\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveMobile\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveMobile\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveMobile\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveMobile\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveMobile\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveMobile\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveMobile\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveMobile\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveMobile\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveMobile\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveMobile\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveMobile\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveMobile\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveMobile\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveMobile\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveMobile\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveMobile\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveMobile\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveMobile\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveMobile\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveMobile\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveMobile\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveMobile\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveMobile\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveMobile\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveMobile\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveMobile\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveMobile\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveMobile\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveMobile\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveMobile\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveMobile\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveMobile\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveMobile\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveMobile\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveMobile\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveMobile\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveMobile\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveMobile\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveMobile\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveMobile\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveMobile\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .aboveMobile\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .aboveMobile\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .aboveMobile\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .aboveMobile\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveMobile\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .aboveMobile\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .aboveMobile\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveMobile\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .aboveMobile\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .aboveMobile\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveMobile\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveMobile\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .aboveMobile\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .aboveMobile\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .aboveMobile\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .aboveMobile\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .aboveMobile\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .aboveMobile\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .aboveMobile\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .aboveMobile\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .aboveMobile\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .aboveMobile\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .aboveMobile\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .aboveMobile\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .aboveMobile\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .aboveMobile\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .aboveMobile\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .aboveMobile\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .aboveMobile\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .aboveMobile\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .aboveMobile\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .aboveMobile\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .aboveMobile\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .aboveMobile\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .aboveMobile\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .aboveMobile\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .aboveMobile\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .aboveMobile\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .aboveMobile\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .aboveMobile\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .aboveMobile\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .aboveMobile\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .aboveMobile\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .aboveMobile\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .aboveMobile\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .aboveMobile\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .aboveMobile\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .aboveMobile\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .aboveMobile\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .aboveMobile\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .aboveMobile\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .aboveMobile\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .aboveMobile\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .aboveMobile\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .aboveMobile\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .aboveMobile\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .aboveMobile\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .aboveMobile\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .aboveMobile\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .aboveMobile\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .aboveMobile\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .aboveMobile\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .aboveMobile\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .aboveMobile\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .aboveMobile\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .aboveMobile\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .aboveMobile\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .aboveMobile\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .aboveMobile\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .aboveMobile\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .aboveMobile\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .aboveMobile\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .aboveMobile\:bg-transparent{
    background-color: transparent;
  }

  .aboveMobile\:bg-current{
    background-color: currentColor;
  }

  .aboveMobile\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .aboveMobile\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .aboveMobile\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .aboveMobile\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .aboveMobile\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .aboveMobile\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .aboveMobile\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveMobile\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .aboveMobile\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .aboveMobile\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveMobile\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveMobile\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .aboveMobile\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .aboveMobile\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .aboveMobile\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .aboveMobile\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .aboveMobile\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .aboveMobile\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .aboveMobile\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .aboveMobile\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .aboveMobile\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .aboveMobile\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .aboveMobile\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .aboveMobile\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .aboveMobile\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .aboveMobile\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .aboveMobile\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .aboveMobile\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .aboveMobile\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .aboveMobile\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .aboveMobile\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .aboveMobile\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .aboveMobile\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .aboveMobile\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .aboveMobile\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .aboveMobile\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .aboveMobile\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .aboveMobile\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .aboveMobile\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .aboveMobile\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .aboveMobile\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .aboveMobile\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .aboveMobile\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .aboveMobile\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .aboveMobile\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .aboveMobile\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .aboveMobile\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .aboveMobile\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .aboveMobile\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .aboveMobile\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .aboveMobile\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .aboveMobile\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .aboveMobile\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .aboveMobile\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .aboveMobile\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .aboveMobile\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .aboveMobile\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .aboveMobile\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .aboveMobile\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .aboveMobile\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .aboveMobile\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .aboveMobile\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .aboveMobile\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .aboveMobile\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .aboveMobile\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .aboveMobile\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .aboveMobile\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .aboveMobile\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .aboveMobile\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .aboveMobile\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .aboveMobile\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .aboveMobile\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .aboveMobile\:bg-none{
    background-image: none;
  }

  .aboveMobile\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .aboveMobile\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .aboveMobile\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .aboveMobile\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .aboveMobile\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .aboveMobile\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .aboveMobile\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .aboveMobile\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .aboveMobile\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMobile\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMobile\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMobile\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMobile\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMobile\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMobile\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMobile\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMobile\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMobile\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMobile\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMobile\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMobile\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMobile\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMobile\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMobile\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMobile\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMobile\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMobile\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMobile\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMobile\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMobile\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMobile\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMobile\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMobile\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMobile\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMobile\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMobile\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMobile\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMobile\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMobile\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMobile\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMobile\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMobile\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMobile\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMobile\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMobile\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMobile\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMobile\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMobile\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMobile\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMobile\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMobile\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMobile\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMobile\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMobile\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMobile\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMobile\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMobile\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMobile\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMobile\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMobile\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMobile\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMobile\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMobile\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMobile\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMobile\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMobile\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMobile\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMobile\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMobile\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMobile\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMobile\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMobile\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMobile\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMobile\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMobile\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMobile\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMobile\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMobile\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMobile\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMobile\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMobile\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMobile\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMobile\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMobile\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMobile\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMobile\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMobile\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMobile\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMobile\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMobile\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMobile\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMobile\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMobile\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMobile\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMobile\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMobile\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMobile\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMobile\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMobile\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMobile\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMobile\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMobile\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMobile\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMobile\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMobile\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMobile\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMobile\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMobile\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMobile\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMobile\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMobile\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMobile\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMobile\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMobile\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMobile\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMobile\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMobile\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMobile\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMobile\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMobile\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMobile\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMobile\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMobile\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMobile\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMobile\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMobile\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMobile\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMobile\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMobile\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMobile\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMobile\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMobile\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMobile\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMobile\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMobile\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMobile\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMobile\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMobile\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMobile\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMobile\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMobile\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMobile\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMobile\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMobile\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMobile\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMobile\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMobile\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMobile\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMobile\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMobile\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMobile\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMobile\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMobile\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMobile\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMobile\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMobile\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMobile\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMobile\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMobile\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMobile\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMobile\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMobile\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMobile\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMobile\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMobile\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMobile\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMobile\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMobile\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMobile\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMobile\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMobile\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMobile\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMobile\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMobile\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMobile\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMobile\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMobile\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMobile\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMobile\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMobile\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMobile\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMobile\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMobile\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMobile\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMobile\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMobile\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMobile\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMobile\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMobile\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMobile\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMobile\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMobile\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMobile\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMobile\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMobile\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMobile\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMobile\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMobile\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMobile\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMobile\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMobile\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMobile\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMobile\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMobile\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMobile\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMobile\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMobile\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMobile\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMobile\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMobile\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMobile\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMobile\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMobile\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMobile\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMobile\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMobile\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMobile\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMobile\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMobile\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMobile\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMobile\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMobile\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMobile\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMobile\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMobile\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMobile\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMobile\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMobile\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMobile\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMobile\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMobile\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMobile\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMobile\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMobile\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMobile\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMobile\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMobile\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMobile\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMobile\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMobile\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMobile\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMobile\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMobile\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMobile\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMobile\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMobile\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMobile\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMobile\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMobile\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMobile\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMobile\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMobile\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMobile\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMobile\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMobile\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMobile\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMobile\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMobile\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMobile\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMobile\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMobile\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMobile\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMobile\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMobile\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMobile\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMobile\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMobile\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMobile\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMobile\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMobile\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMobile\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMobile\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMobile\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMobile\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMobile\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMobile\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMobile\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMobile\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMobile\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMobile\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMobile\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMobile\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMobile\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMobile\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMobile\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMobile\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMobile\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMobile\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMobile\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMobile\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMobile\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMobile\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMobile\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMobile\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMobile\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMobile\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMobile\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMobile\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMobile\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMobile\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMobile\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMobile\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMobile\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMobile\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMobile\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMobile\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMobile\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMobile\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMobile\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMobile\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMobile\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMobile\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMobile\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMobile\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveMobile\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveMobile\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveMobile\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveMobile\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveMobile\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveMobile\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveMobile\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveMobile\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveMobile\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveMobile\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveMobile\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveMobile\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveMobile\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveMobile\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveMobile\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveMobile\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveMobile\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveMobile\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveMobile\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveMobile\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveMobile\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveMobile\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveMobile\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveMobile\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveMobile\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveMobile\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveMobile\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveMobile\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveMobile\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveMobile\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveMobile\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveMobile\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveMobile\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveMobile\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveMobile\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveMobile\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveMobile\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveMobile\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveMobile\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveMobile\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveMobile\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveMobile\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveMobile\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveMobile\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveMobile\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveMobile\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveMobile\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveMobile\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveMobile\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveMobile\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveMobile\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveMobile\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveMobile\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveMobile\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveMobile\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveMobile\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveMobile\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveMobile\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveMobile\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveMobile\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveMobile\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveMobile\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveMobile\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .aboveMobile\:to-current{
    --tw-gradient-to: currentColor;
  }

  .aboveMobile\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .aboveMobile\:to-black{
    --tw-gradient-to: #000;
  }

  .aboveMobile\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .aboveMobile\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveMobile\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveMobile\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .aboveMobile\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .aboveMobile\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .aboveMobile\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .aboveMobile\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .aboveMobile\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .aboveMobile\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .aboveMobile\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveMobile\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveMobile\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .aboveMobile\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveMobile\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .aboveMobile\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveMobile\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .aboveMobile\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .aboveMobile\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .aboveMobile\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveMobile\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .aboveMobile\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveMobile\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .aboveMobile\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .aboveMobile\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .aboveMobile\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .aboveMobile\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .aboveMobile\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .aboveMobile\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .aboveMobile\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .aboveMobile\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveMobile\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .aboveMobile\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveMobile\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .aboveMobile\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .aboveMobile\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .aboveMobile\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .aboveMobile\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .aboveMobile\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .aboveMobile\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .aboveMobile\:to-white{
    --tw-gradient-to: #fff;
  }

  .aboveMobile\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .aboveMobile\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveMobile\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveMobile\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveMobile\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .aboveMobile\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .aboveMobile\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .aboveMobile\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .aboveMobile\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .aboveMobile\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .aboveMobile\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveMobile\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .aboveMobile\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveMobile\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .aboveMobile\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .aboveMobile\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .aboveMobile\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .aboveMobile\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .aboveMobile\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .aboveMobile\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .aboveMobile\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .aboveMobile\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .aboveMobile\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .aboveMobile\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .aboveMobile\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .aboveMobile\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveMobile\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveMobile\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .aboveMobile\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .aboveMobile\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .aboveMobile\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .aboveMobile\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .aboveMobile\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .aboveMobile\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .aboveMobile\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveMobile\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveMobile\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .aboveMobile\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveMobile\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .aboveMobile\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveMobile\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .aboveMobile\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .aboveMobile\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .aboveMobile\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveMobile\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .aboveMobile\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveMobile\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .aboveMobile\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .aboveMobile\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .aboveMobile\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .aboveMobile\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .aboveMobile\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .aboveMobile\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .aboveMobile\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .aboveMobile\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveMobile\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .aboveMobile\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveMobile\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .aboveMobile\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .aboveMobile\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .aboveMobile\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .aboveMobile\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .aboveMobile\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .aboveMobile\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .aboveMobile\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .aboveMobile\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .aboveMobile\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveMobile\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveMobile\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveMobile\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .aboveMobile\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .aboveMobile\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .aboveMobile\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .aboveMobile\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .aboveMobile\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .aboveMobile\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveMobile\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .aboveMobile\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveMobile\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .aboveMobile\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .aboveMobile\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .aboveMobile\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .aboveMobile\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .aboveMobile\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .aboveMobile\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .aboveMobile\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .aboveMobile\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .aboveMobile\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .aboveMobile\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .aboveMobile\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .aboveMobile\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveMobile\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveMobile\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .aboveMobile\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .aboveMobile\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .aboveMobile\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .aboveMobile\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .aboveMobile\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .aboveMobile\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .aboveMobile\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveMobile\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveMobile\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .aboveMobile\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveMobile\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .aboveMobile\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveMobile\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .aboveMobile\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .aboveMobile\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .aboveMobile\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveMobile\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .aboveMobile\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveMobile\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .aboveMobile\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .aboveMobile\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .aboveMobile\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .aboveMobile\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .aboveMobile\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .aboveMobile\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .aboveMobile\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .aboveMobile\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveMobile\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .aboveMobile\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveMobile\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .aboveMobile\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .aboveMobile\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .aboveMobile\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .aboveMobile\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .aboveMobile\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .aboveMobile\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .aboveMobile\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .aboveMobile\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .aboveMobile\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveMobile\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveMobile\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveMobile\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .aboveMobile\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .aboveMobile\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .aboveMobile\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .aboveMobile\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .aboveMobile\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .aboveMobile\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveMobile\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .aboveMobile\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveMobile\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .aboveMobile\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .aboveMobile\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .aboveMobile\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .aboveMobile\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .aboveMobile\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .aboveMobile\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .aboveMobile\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .aboveMobile\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .aboveMobile\:bg-auto{
    background-size: auto;
  }

  .aboveMobile\:bg-cover{
    background-size: cover;
  }

  .aboveMobile\:bg-contain{
    background-size: contain;
  }

  .aboveMobile\:bg-fixed{
    background-attachment: fixed;
  }

  .aboveMobile\:bg-local{
    background-attachment: local;
  }

  .aboveMobile\:bg-scroll{
    background-attachment: scroll;
  }

  .aboveMobile\:bg-clip-border{
    background-clip: border-box;
  }

  .aboveMobile\:bg-clip-padding{
    background-clip: padding-box;
  }

  .aboveMobile\:bg-clip-content{
    background-clip: content-box;
  }

  .aboveMobile\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .aboveMobile\:bg-bottom{
    background-position: bottom;
  }

  .aboveMobile\:bg-center{
    background-position: center;
  }

  .aboveMobile\:bg-left{
    background-position: left;
  }

  .aboveMobile\:bg-left-bottom{
    background-position: left bottom;
  }

  .aboveMobile\:bg-left-top{
    background-position: left top;
  }

  .aboveMobile\:bg-right{
    background-position: right;
  }

  .aboveMobile\:bg-right-bottom{
    background-position: right bottom;
  }

  .aboveMobile\:bg-right-top{
    background-position: right top;
  }

  .aboveMobile\:bg-top{
    background-position: top;
  }

  .aboveMobile\:bg-repeat{
    background-repeat: repeat;
  }

  .aboveMobile\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .aboveMobile\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .aboveMobile\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .aboveMobile\:bg-repeat-round{
    background-repeat: round;
  }

  .aboveMobile\:bg-repeat-space{
    background-repeat: space;
  }

  .aboveMobile\:bg-origin-border{
    background-origin: border-box;
  }

  .aboveMobile\:bg-origin-padding{
    background-origin: padding-box;
  }

  .aboveMobile\:bg-origin-content{
    background-origin: content-box;
  }

  .aboveMobile\:fill-current{
    fill: currentColor;
  }

  .aboveMobile\:stroke-current{
    stroke: currentColor;
  }

  .aboveMobile\:stroke-0{
    stroke-width: 0;
  }

  .aboveMobile\:stroke-1{
    stroke-width: 1;
  }

  .aboveMobile\:stroke-2{
    stroke-width: 2;
  }

  .aboveMobile\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .aboveMobile\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .aboveMobile\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .aboveMobile\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .aboveMobile\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .aboveMobile\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .aboveMobile\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .aboveMobile\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .aboveMobile\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .aboveMobile\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .aboveMobile\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .aboveMobile\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .aboveMobile\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .aboveMobile\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .aboveMobile\:p-0{
    padding: 0px;
  }

  .aboveMobile\:p-1{
    padding: 0.25rem;
  }

  .aboveMobile\:p-2{
    padding: 0.5rem;
  }

  .aboveMobile\:p-3{
    padding: 0.75rem;
  }

  .aboveMobile\:p-4{
    padding: 1rem;
  }

  .aboveMobile\:p-5{
    padding: 1.25rem;
  }

  .aboveMobile\:p-6{
    padding: 1.5rem;
  }

  .aboveMobile\:p-7{
    padding: 1.75rem;
  }

  .aboveMobile\:p-8{
    padding: 2rem;
  }

  .aboveMobile\:p-9{
    padding: 2.25rem;
  }

  .aboveMobile\:p-10{
    padding: 2.5rem;
  }

  .aboveMobile\:p-11{
    padding: 2.75rem;
  }

  .aboveMobile\:p-12{
    padding: 3rem;
  }

  .aboveMobile\:p-14{
    padding: 3.5rem;
  }

  .aboveMobile\:p-16{
    padding: 4rem;
  }

  .aboveMobile\:p-20{
    padding: 5rem;
  }

  .aboveMobile\:p-24{
    padding: 6rem;
  }

  .aboveMobile\:p-28{
    padding: 7rem;
  }

  .aboveMobile\:p-32{
    padding: 8rem;
  }

  .aboveMobile\:p-36{
    padding: 9rem;
  }

  .aboveMobile\:p-40{
    padding: 10rem;
  }

  .aboveMobile\:p-44{
    padding: 11rem;
  }

  .aboveMobile\:p-48{
    padding: 12rem;
  }

  .aboveMobile\:p-52{
    padding: 13rem;
  }

  .aboveMobile\:p-56{
    padding: 14rem;
  }

  .aboveMobile\:p-60{
    padding: 15rem;
  }

  .aboveMobile\:p-64{
    padding: 16rem;
  }

  .aboveMobile\:p-72{
    padding: 18rem;
  }

  .aboveMobile\:p-80{
    padding: 20rem;
  }

  .aboveMobile\:p-96{
    padding: 24rem;
  }

  .aboveMobile\:p-px{
    padding: 1px;
  }

  .aboveMobile\:p-0\.5{
    padding: 0.125rem;
  }

  .aboveMobile\:p-1\.5{
    padding: 0.375rem;
  }

  .aboveMobile\:p-2\.5{
    padding: 0.625rem;
  }

  .aboveMobile\:p-3\.5{
    padding: 0.875rem;
  }

  .aboveMobile\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .aboveMobile\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .aboveMobile\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .aboveMobile\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .aboveMobile\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .aboveMobile\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .aboveMobile\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .aboveMobile\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .aboveMobile\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aboveMobile\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .aboveMobile\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .aboveMobile\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .aboveMobile\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .aboveMobile\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .aboveMobile\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .aboveMobile\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .aboveMobile\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .aboveMobile\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .aboveMobile\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .aboveMobile\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .aboveMobile\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .aboveMobile\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .aboveMobile\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .aboveMobile\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .aboveMobile\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .aboveMobile\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .aboveMobile\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .aboveMobile\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .aboveMobile\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .aboveMobile\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .aboveMobile\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .aboveMobile\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .aboveMobile\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .aboveMobile\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .aboveMobile\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .aboveMobile\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .aboveMobile\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .aboveMobile\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .aboveMobile\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .aboveMobile\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aboveMobile\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .aboveMobile\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .aboveMobile\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .aboveMobile\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aboveMobile\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .aboveMobile\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .aboveMobile\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .aboveMobile\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aboveMobile\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .aboveMobile\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .aboveMobile\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .aboveMobile\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .aboveMobile\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .aboveMobile\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .aboveMobile\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .aboveMobile\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .aboveMobile\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .aboveMobile\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .aboveMobile\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .aboveMobile\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .aboveMobile\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .aboveMobile\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .aboveMobile\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .aboveMobile\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .aboveMobile\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .aboveMobile\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .aboveMobile\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .aboveMobile\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .aboveMobile\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .aboveMobile\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .aboveMobile\:pt-0{
    padding-top: 0px;
  }

  .aboveMobile\:pt-1{
    padding-top: 0.25rem;
  }

  .aboveMobile\:pt-2{
    padding-top: 0.5rem;
  }

  .aboveMobile\:pt-3{
    padding-top: 0.75rem;
  }

  .aboveMobile\:pt-4{
    padding-top: 1rem;
  }

  .aboveMobile\:pt-5{
    padding-top: 1.25rem;
  }

  .aboveMobile\:pt-6{
    padding-top: 1.5rem;
  }

  .aboveMobile\:pt-7{
    padding-top: 1.75rem;
  }

  .aboveMobile\:pt-8{
    padding-top: 2rem;
  }

  .aboveMobile\:pt-9{
    padding-top: 2.25rem;
  }

  .aboveMobile\:pt-10{
    padding-top: 2.5rem;
  }

  .aboveMobile\:pt-11{
    padding-top: 2.75rem;
  }

  .aboveMobile\:pt-12{
    padding-top: 3rem;
  }

  .aboveMobile\:pt-14{
    padding-top: 3.5rem;
  }

  .aboveMobile\:pt-16{
    padding-top: 4rem;
  }

  .aboveMobile\:pt-20{
    padding-top: 5rem;
  }

  .aboveMobile\:pt-24{
    padding-top: 6rem;
  }

  .aboveMobile\:pt-28{
    padding-top: 7rem;
  }

  .aboveMobile\:pt-32{
    padding-top: 8rem;
  }

  .aboveMobile\:pt-36{
    padding-top: 9rem;
  }

  .aboveMobile\:pt-40{
    padding-top: 10rem;
  }

  .aboveMobile\:pt-44{
    padding-top: 11rem;
  }

  .aboveMobile\:pt-48{
    padding-top: 12rem;
  }

  .aboveMobile\:pt-52{
    padding-top: 13rem;
  }

  .aboveMobile\:pt-56{
    padding-top: 14rem;
  }

  .aboveMobile\:pt-60{
    padding-top: 15rem;
  }

  .aboveMobile\:pt-64{
    padding-top: 16rem;
  }

  .aboveMobile\:pt-72{
    padding-top: 18rem;
  }

  .aboveMobile\:pt-80{
    padding-top: 20rem;
  }

  .aboveMobile\:pt-96{
    padding-top: 24rem;
  }

  .aboveMobile\:pt-px{
    padding-top: 1px;
  }

  .aboveMobile\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .aboveMobile\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .aboveMobile\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .aboveMobile\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .aboveMobile\:pr-0{
    padding-right: 0px;
  }

  .aboveMobile\:pr-1{
    padding-right: 0.25rem;
  }

  .aboveMobile\:pr-2{
    padding-right: 0.5rem;
  }

  .aboveMobile\:pr-3{
    padding-right: 0.75rem;
  }

  .aboveMobile\:pr-4{
    padding-right: 1rem;
  }

  .aboveMobile\:pr-5{
    padding-right: 1.25rem;
  }

  .aboveMobile\:pr-6{
    padding-right: 1.5rem;
  }

  .aboveMobile\:pr-7{
    padding-right: 1.75rem;
  }

  .aboveMobile\:pr-8{
    padding-right: 2rem;
  }

  .aboveMobile\:pr-9{
    padding-right: 2.25rem;
  }

  .aboveMobile\:pr-10{
    padding-right: 2.5rem;
  }

  .aboveMobile\:pr-11{
    padding-right: 2.75rem;
  }

  .aboveMobile\:pr-12{
    padding-right: 3rem;
  }

  .aboveMobile\:pr-14{
    padding-right: 3.5rem;
  }

  .aboveMobile\:pr-16{
    padding-right: 4rem;
  }

  .aboveMobile\:pr-20{
    padding-right: 5rem;
  }

  .aboveMobile\:pr-24{
    padding-right: 6rem;
  }

  .aboveMobile\:pr-28{
    padding-right: 7rem;
  }

  .aboveMobile\:pr-32{
    padding-right: 8rem;
  }

  .aboveMobile\:pr-36{
    padding-right: 9rem;
  }

  .aboveMobile\:pr-40{
    padding-right: 10rem;
  }

  .aboveMobile\:pr-44{
    padding-right: 11rem;
  }

  .aboveMobile\:pr-48{
    padding-right: 12rem;
  }

  .aboveMobile\:pr-52{
    padding-right: 13rem;
  }

  .aboveMobile\:pr-56{
    padding-right: 14rem;
  }

  .aboveMobile\:pr-60{
    padding-right: 15rem;
  }

  .aboveMobile\:pr-64{
    padding-right: 16rem;
  }

  .aboveMobile\:pr-72{
    padding-right: 18rem;
  }

  .aboveMobile\:pr-80{
    padding-right: 20rem;
  }

  .aboveMobile\:pr-96{
    padding-right: 24rem;
  }

  .aboveMobile\:pr-px{
    padding-right: 1px;
  }

  .aboveMobile\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .aboveMobile\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .aboveMobile\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .aboveMobile\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .aboveMobile\:pb-0{
    padding-bottom: 0px;
  }

  .aboveMobile\:pb-1{
    padding-bottom: 0.25rem;
  }

  .aboveMobile\:pb-2{
    padding-bottom: 0.5rem;
  }

  .aboveMobile\:pb-3{
    padding-bottom: 0.75rem;
  }

  .aboveMobile\:pb-4{
    padding-bottom: 1rem;
  }

  .aboveMobile\:pb-5{
    padding-bottom: 1.25rem;
  }

  .aboveMobile\:pb-6{
    padding-bottom: 1.5rem;
  }

  .aboveMobile\:pb-7{
    padding-bottom: 1.75rem;
  }

  .aboveMobile\:pb-8{
    padding-bottom: 2rem;
  }

  .aboveMobile\:pb-9{
    padding-bottom: 2.25rem;
  }

  .aboveMobile\:pb-10{
    padding-bottom: 2.5rem;
  }

  .aboveMobile\:pb-11{
    padding-bottom: 2.75rem;
  }

  .aboveMobile\:pb-12{
    padding-bottom: 3rem;
  }

  .aboveMobile\:pb-14{
    padding-bottom: 3.5rem;
  }

  .aboveMobile\:pb-16{
    padding-bottom: 4rem;
  }

  .aboveMobile\:pb-20{
    padding-bottom: 5rem;
  }

  .aboveMobile\:pb-24{
    padding-bottom: 6rem;
  }

  .aboveMobile\:pb-28{
    padding-bottom: 7rem;
  }

  .aboveMobile\:pb-32{
    padding-bottom: 8rem;
  }

  .aboveMobile\:pb-36{
    padding-bottom: 9rem;
  }

  .aboveMobile\:pb-40{
    padding-bottom: 10rem;
  }

  .aboveMobile\:pb-44{
    padding-bottom: 11rem;
  }

  .aboveMobile\:pb-48{
    padding-bottom: 12rem;
  }

  .aboveMobile\:pb-52{
    padding-bottom: 13rem;
  }

  .aboveMobile\:pb-56{
    padding-bottom: 14rem;
  }

  .aboveMobile\:pb-60{
    padding-bottom: 15rem;
  }

  .aboveMobile\:pb-64{
    padding-bottom: 16rem;
  }

  .aboveMobile\:pb-72{
    padding-bottom: 18rem;
  }

  .aboveMobile\:pb-80{
    padding-bottom: 20rem;
  }

  .aboveMobile\:pb-96{
    padding-bottom: 24rem;
  }

  .aboveMobile\:pb-px{
    padding-bottom: 1px;
  }

  .aboveMobile\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .aboveMobile\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .aboveMobile\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .aboveMobile\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .aboveMobile\:pl-0{
    padding-left: 0px;
  }

  .aboveMobile\:pl-1{
    padding-left: 0.25rem;
  }

  .aboveMobile\:pl-2{
    padding-left: 0.5rem;
  }

  .aboveMobile\:pl-3{
    padding-left: 0.75rem;
  }

  .aboveMobile\:pl-4{
    padding-left: 1rem;
  }

  .aboveMobile\:pl-5{
    padding-left: 1.25rem;
  }

  .aboveMobile\:pl-6{
    padding-left: 1.5rem;
  }

  .aboveMobile\:pl-7{
    padding-left: 1.75rem;
  }

  .aboveMobile\:pl-8{
    padding-left: 2rem;
  }

  .aboveMobile\:pl-9{
    padding-left: 2.25rem;
  }

  .aboveMobile\:pl-10{
    padding-left: 2.5rem;
  }

  .aboveMobile\:pl-11{
    padding-left: 2.75rem;
  }

  .aboveMobile\:pl-12{
    padding-left: 3rem;
  }

  .aboveMobile\:pl-14{
    padding-left: 3.5rem;
  }

  .aboveMobile\:pl-16{
    padding-left: 4rem;
  }

  .aboveMobile\:pl-20{
    padding-left: 5rem;
  }

  .aboveMobile\:pl-24{
    padding-left: 6rem;
  }

  .aboveMobile\:pl-28{
    padding-left: 7rem;
  }

  .aboveMobile\:pl-32{
    padding-left: 8rem;
  }

  .aboveMobile\:pl-36{
    padding-left: 9rem;
  }

  .aboveMobile\:pl-40{
    padding-left: 10rem;
  }

  .aboveMobile\:pl-44{
    padding-left: 11rem;
  }

  .aboveMobile\:pl-48{
    padding-left: 12rem;
  }

  .aboveMobile\:pl-52{
    padding-left: 13rem;
  }

  .aboveMobile\:pl-56{
    padding-left: 14rem;
  }

  .aboveMobile\:pl-60{
    padding-left: 15rem;
  }

  .aboveMobile\:pl-64{
    padding-left: 16rem;
  }

  .aboveMobile\:pl-72{
    padding-left: 18rem;
  }

  .aboveMobile\:pl-80{
    padding-left: 20rem;
  }

  .aboveMobile\:pl-96{
    padding-left: 24rem;
  }

  .aboveMobile\:pl-px{
    padding-left: 1px;
  }

  .aboveMobile\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .aboveMobile\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .aboveMobile\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .aboveMobile\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .aboveMobile\:text-left{
    text-align: left;
  }

  .aboveMobile\:text-center{
    text-align: center;
  }

  .aboveMobile\:text-right{
    text-align: right;
  }

  .aboveMobile\:text-justify{
    text-align: justify;
  }

  .aboveMobile\:align-baseline{
    vertical-align: baseline;
  }

  .aboveMobile\:align-top{
    vertical-align: top;
  }

  .aboveMobile\:align-middle{
    vertical-align: middle;
  }

  .aboveMobile\:align-bottom{
    vertical-align: bottom;
  }

  .aboveMobile\:align-text-top{
    vertical-align: text-top;
  }

  .aboveMobile\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .aboveMobile\:font-sans{
    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";
  }

  .aboveMobile\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .aboveMobile\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .aboveMobile\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .aboveMobile\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .aboveMobile\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .aboveMobile\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .aboveMobile\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .aboveMobile\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .aboveMobile\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .aboveMobile\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .aboveMobile\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .aboveMobile\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .aboveMobile\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .aboveMobile\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .aboveMobile\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .aboveMobile\:font-thin{
    font-weight: 100;
  }

  .aboveMobile\:font-extralight{
    font-weight: 200;
  }

  .aboveMobile\:font-light{
    font-weight: 300;
  }

  .aboveMobile\:font-normal{
    font-weight: 400;
  }

  .aboveMobile\:font-medium{
    font-weight: 500;
  }

  .aboveMobile\:font-semibold{
    font-weight: 600;
  }

  .aboveMobile\:font-bold{
    font-weight: 700;
  }

  .aboveMobile\:font-extrabold{
    font-weight: 800;
  }

  .aboveMobile\:font-black{
    font-weight: 900;
  }

  .aboveMobile\:uppercase{
    text-transform: uppercase;
  }

  .aboveMobile\:lowercase{
    text-transform: lowercase;
  }

  .aboveMobile\:capitalize{
    text-transform: capitalize;
  }

  .aboveMobile\:normal-case{
    text-transform: none;
  }

  .aboveMobile\:italic{
    font-style: italic;
  }

  .aboveMobile\:not-italic{
    font-style: normal;
  }

  .aboveMobile\:ordinal, .aboveMobile\:slashed-zero, .aboveMobile\:lining-nums, .aboveMobile\:oldstyle-nums, .aboveMobile\:proportional-nums, .aboveMobile\:tabular-nums, .aboveMobile\:diagonal-fractions, .aboveMobile\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .aboveMobile\:normal-nums{
    font-variant-numeric: normal;
  }

  .aboveMobile\:ordinal{
    --tw-ordinal: ordinal;
  }

  .aboveMobile\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .aboveMobile\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .aboveMobile\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .aboveMobile\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .aboveMobile\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .aboveMobile\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .aboveMobile\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .aboveMobile\:leading-3{
    line-height: .75rem;
  }

  .aboveMobile\:leading-4{
    line-height: 1rem;
  }

  .aboveMobile\:leading-5{
    line-height: 1.25rem;
  }

  .aboveMobile\:leading-6{
    line-height: 1.5rem;
  }

  .aboveMobile\:leading-7{
    line-height: 1.75rem;
  }

  .aboveMobile\:leading-8{
    line-height: 2rem;
  }

  .aboveMobile\:leading-9{
    line-height: 2.25rem;
  }

  .aboveMobile\:leading-10{
    line-height: 2.5rem;
  }

  .aboveMobile\:leading-none{
    line-height: 1;
  }

  .aboveMobile\:leading-tight{
    line-height: 1.25;
  }

  .aboveMobile\:leading-snug{
    line-height: 1.375;
  }

  .aboveMobile\:leading-normal{
    line-height: 1.5;
  }

  .aboveMobile\:leading-relaxed{
    line-height: 1.625;
  }

  .aboveMobile\:leading-loose{
    line-height: 2;
  }

  .aboveMobile\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .aboveMobile\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .aboveMobile\:tracking-normal{
    letter-spacing: 0em;
  }

  .aboveMobile\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .aboveMobile\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .aboveMobile\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .aboveMobile\:text-transparent{
    color: transparent;
  }

  .aboveMobile\:text-current{
    color: currentColor;
  }

  .aboveMobile\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveMobile\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveMobile\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveMobile\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveMobile\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveMobile\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveMobile\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveMobile\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveMobile\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveMobile\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveMobile\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveMobile\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveMobile\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveMobile\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveMobile\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveMobile\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveMobile\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveMobile\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveMobile\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveMobile\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveMobile\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveMobile\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveMobile\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveMobile\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveMobile\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveMobile\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveMobile\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveMobile\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveMobile\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveMobile\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveMobile\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveMobile\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveMobile\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveMobile\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveMobile\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveMobile\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveMobile\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveMobile\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveMobile\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveMobile\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveMobile\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveMobile\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveMobile\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveMobile\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveMobile\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveMobile\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveMobile\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveMobile\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .aboveMobile\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .aboveMobile\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .aboveMobile\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .aboveMobile\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .aboveMobile\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveMobile\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-transparent:hover{
    color: transparent;
  }

  .aboveMobile\:hover\:text-current:hover{
    color: currentColor;
  }

  .aboveMobile\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveMobile\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-transparent:focus{
    color: transparent;
  }

  .aboveMobile\:focus\:text-current:focus{
    color: currentColor;
  }

  .aboveMobile\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveMobile\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveMobile\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .aboveMobile\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .aboveMobile\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .aboveMobile\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .aboveMobile\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .aboveMobile\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .aboveMobile\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .aboveMobile\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .aboveMobile\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .aboveMobile\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .aboveMobile\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .aboveMobile\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .aboveMobile\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .aboveMobile\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .aboveMobile\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .aboveMobile\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .aboveMobile\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .aboveMobile\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .aboveMobile\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .aboveMobile\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .aboveMobile\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .aboveMobile\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .aboveMobile\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .aboveMobile\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .aboveMobile\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .aboveMobile\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .aboveMobile\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .aboveMobile\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .aboveMobile\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .aboveMobile\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .aboveMobile\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .aboveMobile\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .aboveMobile\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .aboveMobile\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .aboveMobile\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .aboveMobile\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .aboveMobile\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .aboveMobile\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .aboveMobile\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .aboveMobile\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .aboveMobile\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .aboveMobile\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .aboveMobile\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .aboveMobile\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .aboveMobile\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .aboveMobile\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .aboveMobile\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .aboveMobile\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .aboveMobile\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .aboveMobile\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .aboveMobile\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .aboveMobile\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .aboveMobile\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .aboveMobile\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .aboveMobile\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .aboveMobile\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .aboveMobile\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .aboveMobile\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .aboveMobile\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .aboveMobile\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .aboveMobile\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .aboveMobile\:underline{
    text-decoration: underline;
  }

  .aboveMobile\:line-through{
    text-decoration: line-through;
  }

  .aboveMobile\:no-underline{
    text-decoration: none;
  }

  .group:hover .aboveMobile\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .aboveMobile\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .aboveMobile\:group-hover\:no-underline{
    text-decoration: none;
  }

  .aboveMobile\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .aboveMobile\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .aboveMobile\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .aboveMobile\:hover\:underline:hover{
    text-decoration: underline;
  }

  .aboveMobile\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .aboveMobile\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .aboveMobile\:focus\:underline:focus{
    text-decoration: underline;
  }

  .aboveMobile\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .aboveMobile\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .aboveMobile\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .aboveMobile\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .aboveMobile\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .aboveMobile\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .aboveMobile\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .aboveMobile\:placeholder-current::placeholder{
    color: currentColor;
  }

  .aboveMobile\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .aboveMobile\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .aboveMobile\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .aboveMobile\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .aboveMobile\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveMobile\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveMobile\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveMobile\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveMobile\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveMobile\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveMobile\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveMobile\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveMobile\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveMobile\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveMobile\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveMobile\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveMobile\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveMobile\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveMobile\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveMobile\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveMobile\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveMobile\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveMobile\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveMobile\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveMobile\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveMobile\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveMobile\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveMobile\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveMobile\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveMobile\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveMobile\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveMobile\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveMobile\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveMobile\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveMobile\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveMobile\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveMobile\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveMobile\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveMobile\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveMobile\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveMobile\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveMobile\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveMobile\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveMobile\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveMobile\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveMobile\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveMobile\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveMobile\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveMobile\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveMobile\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveMobile\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveMobile\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveMobile\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveMobile\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveMobile\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveMobile\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveMobile\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveMobile\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveMobile\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveMobile\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveMobile\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveMobile\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveMobile\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveMobile\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveMobile\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveMobile\:opacity-0{
    opacity: 0;
  }

  .aboveMobile\:opacity-5{
    opacity: 0.05;
  }

  .aboveMobile\:opacity-10{
    opacity: 0.1;
  }

  .aboveMobile\:opacity-20{
    opacity: 0.2;
  }

  .aboveMobile\:opacity-25{
    opacity: 0.25;
  }

  .aboveMobile\:opacity-30{
    opacity: 0.3;
  }

  .aboveMobile\:opacity-40{
    opacity: 0.4;
  }

  .aboveMobile\:opacity-50{
    opacity: 0.5;
  }

  .aboveMobile\:opacity-60{
    opacity: 0.6;
  }

  .aboveMobile\:opacity-70{
    opacity: 0.7;
  }

  .aboveMobile\:opacity-75{
    opacity: 0.75;
  }

  .aboveMobile\:opacity-80{
    opacity: 0.8;
  }

  .aboveMobile\:opacity-90{
    opacity: 0.9;
  }

  .aboveMobile\:opacity-95{
    opacity: 0.95;
  }

  .aboveMobile\:opacity-100{
    opacity: 1;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .aboveMobile\:group-hover\:opacity-100{
    opacity: 1;
  }

  .aboveMobile\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .aboveMobile\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .aboveMobile\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .aboveMobile\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .aboveMobile\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .aboveMobile\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .aboveMobile\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .aboveMobile\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .aboveMobile\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .aboveMobile\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .aboveMobile\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .aboveMobile\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .aboveMobile\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .aboveMobile\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .aboveMobile\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .aboveMobile\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .aboveMobile\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .aboveMobile\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .aboveMobile\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .aboveMobile\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .aboveMobile\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .aboveMobile\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .aboveMobile\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .aboveMobile\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .aboveMobile\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .aboveMobile\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .aboveMobile\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .aboveMobile\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .aboveMobile\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .aboveMobile\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .aboveMobile\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .aboveMobile\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .aboveMobile\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .aboveMobile\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .aboveMobile\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .aboveMobile\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .aboveMobile\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .aboveMobile\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .aboveMobile\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .aboveMobile\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .aboveMobile\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .aboveMobile\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .aboveMobile\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .aboveMobile\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .aboveMobile\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .aboveMobile\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .aboveMobile\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .aboveMobile\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .aboveMobile\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .aboveMobile\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .aboveMobile\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .aboveMobile\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .aboveMobile\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .aboveMobile\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .aboveMobile\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .aboveMobile\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .aboveMobile\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .aboveMobile\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .aboveMobile\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .aboveMobile\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .aboveMobile\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .aboveMobile\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .aboveMobile\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .aboveMobile\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .aboveMobile\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .aboveMobile\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .aboveMobile\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .aboveMobile\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .aboveMobile\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .aboveMobile\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .aboveMobile\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .aboveMobile\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .aboveMobile\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .aboveMobile\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .aboveMobile\:bg-blend-color{
    background-blend-mode: color;
  }

  .aboveMobile\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .aboveMobile\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .aboveMobile\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .aboveMobile\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .aboveMobile\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .aboveMobile\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .aboveMobile\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .aboveMobile\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .aboveMobile\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .aboveMobile\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .aboveMobile\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .aboveMobile\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .aboveMobile\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .aboveMobile\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .aboveMobile\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .aboveMobile\:mix-blend-color{
    mix-blend-mode: color;
  }

  .aboveMobile\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .aboveMobile\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMobile\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMobile\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMobile\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMobile\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMobile\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMobile\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMobile\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveMobile\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveMobile\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveMobile\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveMobile\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveMobile\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveMobile\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveMobile\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveMobile\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveMobile\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveMobile\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveMobile\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveMobile\:ring-inset{
    --tw-ring-inset: inset;
  }

  .aboveMobile\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .aboveMobile\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .aboveMobile\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .aboveMobile\:ring-current{
    --tw-ring-color: currentColor;
  }

  .aboveMobile\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .aboveMobile\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .aboveMobile\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .aboveMobile\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .aboveMobile\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveMobile\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveMobile\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .aboveMobile\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .aboveMobile\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .aboveMobile\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .aboveMobile\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .aboveMobile\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .aboveMobile\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .aboveMobile\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .aboveMobile\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .aboveMobile\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .aboveMobile\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .aboveMobile\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .aboveMobile\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .aboveMobile\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .aboveMobile\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .aboveMobile\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .aboveMobile\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .aboveMobile\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .aboveMobile\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .aboveMobile\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .aboveMobile\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .aboveMobile\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .aboveMobile\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .aboveMobile\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .aboveMobile\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .aboveMobile\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .aboveMobile\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .aboveMobile\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .aboveMobile\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .aboveMobile\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .aboveMobile\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .aboveMobile\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .aboveMobile\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .aboveMobile\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .aboveMobile\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .aboveMobile\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .aboveMobile\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .aboveMobile\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .aboveMobile\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .aboveMobile\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .aboveMobile\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .aboveMobile\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .aboveMobile\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .aboveMobile\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .aboveMobile\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .aboveMobile\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .aboveMobile\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .aboveMobile\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .aboveMobile\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .aboveMobile\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .aboveMobile\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .aboveMobile\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .aboveMobile\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .aboveMobile\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .aboveMobile\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .aboveMobile\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .aboveMobile\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .aboveMobile\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .aboveMobile\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .aboveMobile\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .aboveMobile\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .aboveMobile\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .aboveMobile\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .aboveMobile\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .aboveMobile\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveMobile\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveMobile\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveMobile\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveMobile\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveMobile\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveMobile\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveMobile\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .aboveMobile\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveMobile\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .aboveMobile\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveMobile\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveMobile\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveMobile\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveMobile\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveMobile\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveMobile\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveMobile\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveMobile\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .aboveMobile\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveMobile\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveMobile\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveMobile\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveMobile\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveMobile\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveMobile\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveMobile\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveMobile\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .aboveMobile\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveMobile\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .aboveMobile\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveMobile\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveMobile\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveMobile\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveMobile\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveMobile\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveMobile\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveMobile\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveMobile\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .aboveMobile\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .aboveMobile\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .aboveMobile\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveMobile\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveMobile\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveMobile\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveMobile\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveMobile\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveMobile\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveMobile\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveMobile\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveMobile\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .aboveMobile\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveMobile\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveMobile\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveMobile\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .aboveMobile\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveMobile\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveMobile\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveMobile\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .aboveMobile\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .aboveMobile\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .aboveMobile\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .aboveMobile\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .aboveMobile\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .aboveMobile\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .aboveMobile\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveMobile\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveMobile\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveMobile\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveMobile\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveMobile\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveMobile\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveMobile\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .aboveMobile\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveMobile\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .aboveMobile\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveMobile\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveMobile\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveMobile\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveMobile\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveMobile\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveMobile\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveMobile\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveMobile\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .aboveMobile\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveMobile\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveMobile\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveMobile\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveMobile\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveMobile\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveMobile\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveMobile\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveMobile\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .aboveMobile\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveMobile\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .aboveMobile\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveMobile\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveMobile\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveMobile\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveMobile\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveMobile\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveMobile\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveMobile\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveMobile\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .aboveMobile\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .aboveMobile\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .aboveMobile\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveMobile\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveMobile\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveMobile\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveMobile\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveMobile\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveMobile\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveMobile\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveMobile\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveMobile\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .aboveMobile\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveMobile\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveMobile\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveMobile\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .aboveMobile\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveMobile\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveMobile\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveMobile\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .aboveMobile\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .aboveMobile\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .aboveMobile\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .aboveMobile\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .aboveMobile\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .aboveMobile\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .aboveMobile\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveMobile\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveMobile\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveMobile\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveMobile\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveMobile\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveMobile\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveMobile\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .aboveMobile\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveMobile\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .aboveMobile\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveMobile\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveMobile\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveMobile\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveMobile\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveMobile\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveMobile\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveMobile\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveMobile\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .aboveMobile\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveMobile\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveMobile\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveMobile\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveMobile\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveMobile\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveMobile\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveMobile\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveMobile\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .aboveMobile\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveMobile\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .aboveMobile\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveMobile\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveMobile\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveMobile\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveMobile\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveMobile\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveMobile\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveMobile\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveMobile\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .aboveMobile\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .aboveMobile\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .aboveMobile\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveMobile\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveMobile\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveMobile\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveMobile\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveMobile\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveMobile\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveMobile\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveMobile\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveMobile\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .aboveMobile\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveMobile\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveMobile\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveMobile\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .aboveMobile\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveMobile\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveMobile\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveMobile\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .aboveMobile\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .aboveMobile\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .aboveMobile\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .aboveMobile\:filter-none{
    filter: none;
  }

  .aboveMobile\:blur-0{
    --tw-blur: blur(0);
  }

  .aboveMobile\:blur-none{
    --tw-blur: blur(0);
  }

  .aboveMobile\:blur-sm{
    --tw-blur: blur(4px);
  }

  .aboveMobile\:blur{
    --tw-blur: blur(8px);
  }

  .aboveMobile\:blur-md{
    --tw-blur: blur(12px);
  }

  .aboveMobile\:blur-lg{
    --tw-blur: blur(16px);
  }

  .aboveMobile\:blur-xl{
    --tw-blur: blur(24px);
  }

  .aboveMobile\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .aboveMobile\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .aboveMobile\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .aboveMobile\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .aboveMobile\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .aboveMobile\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .aboveMobile\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .aboveMobile\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .aboveMobile\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .aboveMobile\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .aboveMobile\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .aboveMobile\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .aboveMobile\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .aboveMobile\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .aboveMobile\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .aboveMobile\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .aboveMobile\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .aboveMobile\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .aboveMobile\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .aboveMobile\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .aboveMobile\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .aboveMobile\: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));
  }

  .aboveMobile\: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));
  }

  .aboveMobile\: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));
  }

  .aboveMobile\: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));
  }

  .aboveMobile\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .aboveMobile\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .aboveMobile\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .aboveMobile\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .aboveMobile\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .aboveMobile\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .aboveMobile\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .aboveMobile\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .aboveMobile\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .aboveMobile\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .aboveMobile\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .aboveMobile\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .aboveMobile\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .aboveMobile\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .aboveMobile\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .aboveMobile\:invert-0{
    --tw-invert: invert(0);
  }

  .aboveMobile\:invert{
    --tw-invert: invert(100%);
  }

  .aboveMobile\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .aboveMobile\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .aboveMobile\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .aboveMobile\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .aboveMobile\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .aboveMobile\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .aboveMobile\:sepia{
    --tw-sepia: sepia(100%);
  }

  .aboveMobile\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .aboveMobile\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .aboveMobile\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .aboveMobile\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .aboveMobile\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .aboveMobile\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .aboveMobile\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .aboveMobile\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .aboveMobile\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .aboveMobile\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .aboveMobile\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .aboveMobile\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .aboveMobile\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .aboveMobile\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .aboveMobile\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .aboveMobile\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .aboveMobile\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .aboveMobile\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .aboveMobile\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .aboveMobile\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .aboveMobile\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .aboveMobile\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .aboveMobile\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .aboveMobile\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .aboveMobile\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .aboveMobile\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .aboveMobile\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .aboveMobile\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .aboveMobile\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .aboveMobile\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .aboveMobile\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .aboveMobile\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .aboveMobile\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .aboveMobile\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .aboveMobile\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .aboveMobile\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .aboveMobile\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .aboveMobile\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .aboveMobile\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .aboveMobile\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .aboveMobile\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .aboveMobile\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .aboveMobile\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .aboveMobile\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .aboveMobile\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .aboveMobile\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .aboveMobile\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .aboveMobile\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .aboveMobile\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .aboveMobile\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .aboveMobile\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .aboveMobile\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .aboveMobile\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .aboveMobile\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .aboveMobile\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .aboveMobile\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .aboveMobile\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .aboveMobile\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .aboveMobile\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .aboveMobile\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .aboveMobile\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .aboveMobile\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .aboveMobile\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .aboveMobile\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .aboveMobile\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .aboveMobile\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .aboveMobile\:transition-none{
    transition-property: none;
  }

  .aboveMobile\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMobile\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMobile\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMobile\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMobile\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMobile\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveMobile\:delay-75{
    transition-delay: 75ms;
  }

  .aboveMobile\:delay-100{
    transition-delay: 100ms;
  }

  .aboveMobile\:delay-150{
    transition-delay: 150ms;
  }

  .aboveMobile\:delay-200{
    transition-delay: 200ms;
  }

  .aboveMobile\:delay-300{
    transition-delay: 300ms;
  }

  .aboveMobile\:delay-500{
    transition-delay: 500ms;
  }

  .aboveMobile\:delay-700{
    transition-delay: 700ms;
  }

  .aboveMobile\:delay-1000{
    transition-delay: 1000ms;
  }

  .aboveMobile\:duration-75{
    transition-duration: 75ms;
  }

  .aboveMobile\:duration-100{
    transition-duration: 100ms;
  }

  .aboveMobile\:duration-150{
    transition-duration: 150ms;
  }

  .aboveMobile\:duration-200{
    transition-duration: 200ms;
  }

  .aboveMobile\:duration-300{
    transition-duration: 300ms;
  }

  .aboveMobile\:duration-500{
    transition-duration: 500ms;
  }

  .aboveMobile\:duration-700{
    transition-duration: 700ms;
  }

  .aboveMobile\:duration-1000{
    transition-duration: 1000ms;
  }

  .aboveMobile\:ease-linear{
    transition-timing-function: linear;
  }

  .aboveMobile\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .aboveMobile\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .aboveMobile\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 360px){
  .aboveSmallMobile\:container{
    width: 100%;
  }

  @media (min-width: 360px){
    .aboveSmallMobile\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 601px){
    .aboveSmallMobile\:container{
      max-width: 601px;
    }
  }

  @media (min-width: 640px){
    .aboveSmallMobile\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 761px){
    .aboveSmallMobile\:container{
      max-width: 761px;
    }
  }

  @media (min-width: 768px){
    .aboveSmallMobile\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 881px){
    .aboveSmallMobile\:container{
      max-width: 881px;
    }
  }

  @media (min-width: 1024px){
    .aboveSmallMobile\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1031px){
    .aboveSmallMobile\:container{
      max-width: 1031px;
    }
  }

  @media (min-width: 1241px){
    .aboveSmallMobile\:container{
      max-width: 1241px;
    }
  }

  @media (min-width: 1280px){
    .aboveSmallMobile\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1451px){
    .aboveSmallMobile\:container{
      max-width: 1451px;
    }
  }

  @media (min-width: 1536px){
    .aboveSmallMobile\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1701px){
    .aboveSmallMobile\:container{
      max-width: 1701px;
    }
  }

  .aboveSmallMobile\:prose{
    color: #374151;
    max-width: 65ch;
  }

  .aboveSmallMobile\:prose [class~="lead"]{
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallMobile\:prose a{
    color: #111827;
    text-decoration: underline;
    font-weight: 500;
  }

  .aboveSmallMobile\:prose strong{
    color: #111827;
    font-weight: 600;
  }

  .aboveSmallMobile\:prose ol{
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveSmallMobile\:prose ol > li{
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

  .aboveSmallMobile\:prose ol > li::before{
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #6b7280;
    left: 0;
  }

  .aboveSmallMobile\:prose ul > li{
    position: relative;
    padding-left: 1.75em;
  }

  .aboveSmallMobile\:prose ul > li::before{
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: 0.6875em;
    left: 0.25em;
  }

  .aboveSmallMobile\:prose hr{
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveSmallMobile\:prose blockquote{
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .aboveSmallMobile\:prose blockquote p:first-of-type::before{
    content: open-quote;
  }

  .aboveSmallMobile\:prose blockquote p:last-of-type::after{
    content: close-quote;
  }

  .aboveSmallMobile\:prose h1{
    color: #111827;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveSmallMobile\:prose h2{
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .aboveSmallMobile\:prose h3{
    color: #111827;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveSmallMobile\:prose h4{
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .aboveSmallMobile\:prose figure figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .aboveSmallMobile\:prose code{
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
  }

  .aboveSmallMobile\:prose code::before{
    content: "`";
  }

  .aboveSmallMobile\:prose code::after{
    content: "`";
  }

  .aboveSmallMobile\:prose a code{
    color: #111827;
  }

  .aboveSmallMobile\:prose pre{
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .aboveSmallMobile\:prose pre code{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .aboveSmallMobile\:prose pre code::before{
    content: "";
  }

  .aboveSmallMobile\:prose pre code::after{
    content: "";
  }

  .aboveSmallMobile\:prose table{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .aboveSmallMobile\:prose thead{
    color: #111827;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d1d5db;
  }

  .aboveSmallMobile\:prose thead th{
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveSmallMobile\:prose tbody tr{
    border-bottom-width: 1px;
    border-bottom-color: #e5e7eb;
  }

  .aboveSmallMobile\:prose tbody tr:last-child{
    border-bottom-width: 0;
  }

  .aboveSmallMobile\:prose tbody td{
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .aboveSmallMobile\:prose{
    font-size: 1rem;
    line-height: 1.75;
  }

  .aboveSmallMobile\:prose p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveSmallMobile\:prose img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallMobile\:prose video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallMobile\:prose figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallMobile\:prose figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallMobile\:prose h2 code{
    font-size: 0.875em;
  }

  .aboveSmallMobile\:prose h3 code{
    font-size: 0.9em;
  }

  .aboveSmallMobile\:prose ul{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .aboveSmallMobile\:prose li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveSmallMobile\:prose > ul > li p{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveSmallMobile\:prose > ul > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveSmallMobile\:prose > ul > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveSmallMobile\:prose > ol > li > *:first-child{
    margin-top: 1.25em;
  }

  .aboveSmallMobile\:prose > ol > li > *:last-child{
    margin-bottom: 1.25em;
  }

  .aboveSmallMobile\:prose ul ul, .aboveSmallMobile\:prose ul ol, .aboveSmallMobile\:prose ol ul, .aboveSmallMobile\:prose ol ol{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .aboveSmallMobile\:prose hr + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose h2 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose h3 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose h4 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallMobile\:prose thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallMobile\:prose tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallMobile\:prose tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallMobile\:prose > :first-child{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallMobile\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .aboveSmallMobile\:prose-sm p{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveSmallMobile\:prose-sm [class~="lead"]{
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveSmallMobile\:prose-sm blockquote{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .aboveSmallMobile\:prose-sm h1{
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .aboveSmallMobile\:prose-sm h2{
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .aboveSmallMobile\:prose-sm h3{
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveSmallMobile\:prose-sm h4{
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .aboveSmallMobile\:prose-sm img{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveSmallMobile\:prose-sm video{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveSmallMobile\:prose-sm figure{
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .aboveSmallMobile\:prose-sm figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallMobile\:prose-sm figure figcaption{
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .aboveSmallMobile\:prose-sm code{
    font-size: 0.8571429em;
  }

  .aboveSmallMobile\:prose-sm h2 code{
    font-size: 0.9em;
  }

  .aboveSmallMobile\:prose-sm h3 code{
    font-size: 0.8888889em;
  }

  .aboveSmallMobile\:prose-sm pre{
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveSmallMobile\:prose-sm ol{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveSmallMobile\:prose-sm ul{
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .aboveSmallMobile\:prose-sm li{
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .aboveSmallMobile\:prose-sm ol > li{
    padding-left: 1.5714286em;
  }

  .aboveSmallMobile\:prose-sm ol > li::before{
    left: 0;
  }

  .aboveSmallMobile\:prose-sm ul > li{
    padding-left: 1.5714286em;
  }

  .aboveSmallMobile\:prose-sm ul > li::before{
    height: 0.3571429em;
    width: 0.3571429em;
    top: 0.67857em;
    left: 0.2142857em;
  }

  .aboveSmallMobile\:prose-sm > ul > li p{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveSmallMobile\:prose-sm > ul > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveSmallMobile\:prose-sm > ul > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveSmallMobile\:prose-sm > ol > li > *:first-child{
    margin-top: 1.1428571em;
  }

  .aboveSmallMobile\:prose-sm > ol > li > *:last-child{
    margin-bottom: 1.1428571em;
  }

  .aboveSmallMobile\:prose-sm ul ul, .aboveSmallMobile\:prose-sm ul ol, .aboveSmallMobile\:prose-sm ol ul, .aboveSmallMobile\:prose-sm ol ol{
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .aboveSmallMobile\:prose-sm hr{
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .aboveSmallMobile\:prose-sm hr + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-sm h2 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-sm h3 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-sm h4 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-sm table{
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .aboveSmallMobile\:prose-sm thead th{
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveSmallMobile\:prose-sm thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallMobile\:prose-sm thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallMobile\:prose-sm tbody td{
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .aboveSmallMobile\:prose-sm tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallMobile\:prose-sm tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallMobile\:prose-sm > :first-child{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-sm > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallMobile\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .aboveSmallMobile\:prose-lg p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallMobile\:prose-lg [class~="lead"]{
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .aboveSmallMobile\:prose-lg blockquote{
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .aboveSmallMobile\:prose-lg h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .aboveSmallMobile\:prose-lg h2{
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .aboveSmallMobile\:prose-lg h3{
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveSmallMobile\:prose-lg h4{
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .aboveSmallMobile\:prose-lg img{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveSmallMobile\:prose-lg video{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveSmallMobile\:prose-lg figure{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .aboveSmallMobile\:prose-lg figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallMobile\:prose-lg figure figcaption{
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .aboveSmallMobile\:prose-lg code{
    font-size: 0.8888889em;
  }

  .aboveSmallMobile\:prose-lg h2 code{
    font-size: 0.8666667em;
  }

  .aboveSmallMobile\:prose-lg h3 code{
    font-size: 0.875em;
  }

  .aboveSmallMobile\:prose-lg pre{
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .aboveSmallMobile\:prose-lg ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallMobile\:prose-lg ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallMobile\:prose-lg li{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveSmallMobile\:prose-lg ol > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallMobile\:prose-lg ol > li::before{
    left: 0;
  }

  .aboveSmallMobile\:prose-lg ul > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallMobile\:prose-lg ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.72222em;
    left: 0.2222222em;
  }

  .aboveSmallMobile\:prose-lg > ul > li p{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveSmallMobile\:prose-lg > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallMobile\:prose-lg > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallMobile\:prose-lg > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallMobile\:prose-lg > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallMobile\:prose-lg ul ul, .aboveSmallMobile\:prose-lg ul ol, .aboveSmallMobile\:prose-lg ol ul, .aboveSmallMobile\:prose-lg ol ol{
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .aboveSmallMobile\:prose-lg hr{
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .aboveSmallMobile\:prose-lg hr + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-lg h2 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-lg h3 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-lg h4 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-lg table{
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .aboveSmallMobile\:prose-lg thead th{
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveSmallMobile\:prose-lg thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallMobile\:prose-lg thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallMobile\:prose-lg tbody td{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .aboveSmallMobile\:prose-lg tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallMobile\:prose-lg tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallMobile\:prose-lg > :first-child{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-lg > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallMobile\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .aboveSmallMobile\:prose-xl p{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallMobile\:prose-xl [class~="lead"]{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .aboveSmallMobile\:prose-xl blockquote{
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .aboveSmallMobile\:prose-xl h1{
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .aboveSmallMobile\:prose-xl h2{
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .aboveSmallMobile\:prose-xl h3{
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .aboveSmallMobile\:prose-xl h4{
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .aboveSmallMobile\:prose-xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallMobile\:prose-xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallMobile\:prose-xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallMobile\:prose-xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallMobile\:prose-xl figure figcaption{
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .aboveSmallMobile\:prose-xl code{
    font-size: 0.9em;
  }

  .aboveSmallMobile\:prose-xl h2 code{
    font-size: 0.8611111em;
  }

  .aboveSmallMobile\:prose-xl h3 code{
    font-size: 0.9em;
  }

  .aboveSmallMobile\:prose-xl pre{
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .aboveSmallMobile\:prose-xl ol{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallMobile\:prose-xl ul{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .aboveSmallMobile\:prose-xl li{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .aboveSmallMobile\:prose-xl ol > li{
    padding-left: 1.8em;
  }

  .aboveSmallMobile\:prose-xl ol > li::before{
    left: 0;
  }

  .aboveSmallMobile\:prose-xl ul > li{
    padding-left: 1.8em;
  }

  .aboveSmallMobile\:prose-xl ul > li::before{
    width: 0.35em;
    height: 0.35em;
    top: 0.725em;
    left: 0.25em;
  }

  .aboveSmallMobile\:prose-xl > ul > li p{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveSmallMobile\:prose-xl > ul > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveSmallMobile\:prose-xl > ul > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveSmallMobile\:prose-xl > ol > li > *:first-child{
    margin-top: 1.2em;
  }

  .aboveSmallMobile\:prose-xl > ol > li > *:last-child{
    margin-bottom: 1.2em;
  }

  .aboveSmallMobile\:prose-xl ul ul, .aboveSmallMobile\:prose-xl ul ol, .aboveSmallMobile\:prose-xl ol ul, .aboveSmallMobile\:prose-xl ol ol{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .aboveSmallMobile\:prose-xl hr{
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .aboveSmallMobile\:prose-xl hr + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-xl h2 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-xl h3 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-xl h4 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-xl table{
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .aboveSmallMobile\:prose-xl thead th{
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveSmallMobile\:prose-xl thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallMobile\:prose-xl thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallMobile\:prose-xl tbody td{
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .aboveSmallMobile\:prose-xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallMobile\:prose-xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallMobile\:prose-xl > :first-child{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-xl > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallMobile\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .aboveSmallMobile\:prose-2xl p{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallMobile\:prose-2xl [class~="lead"]{
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .aboveSmallMobile\:prose-2xl blockquote{
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .aboveSmallMobile\:prose-2xl h1{
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .aboveSmallMobile\:prose-2xl h2{
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .aboveSmallMobile\:prose-2xl h3{
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .aboveSmallMobile\:prose-2xl h4{
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .aboveSmallMobile\:prose-2xl img{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallMobile\:prose-2xl video{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallMobile\:prose-2xl figure{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .aboveSmallMobile\:prose-2xl figure > *{
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboveSmallMobile\:prose-2xl figure figcaption{
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .aboveSmallMobile\:prose-2xl code{
    font-size: 0.8333333em;
  }

  .aboveSmallMobile\:prose-2xl h2 code{
    font-size: 0.875em;
  }

  .aboveSmallMobile\:prose-2xl h3 code{
    font-size: 0.8888889em;
  }

  .aboveSmallMobile\:prose-2xl pre{
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .aboveSmallMobile\:prose-2xl ol{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallMobile\:prose-2xl ul{
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .aboveSmallMobile\:prose-2xl li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .aboveSmallMobile\:prose-2xl ol > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallMobile\:prose-2xl ol > li::before{
    left: 0;
  }

  .aboveSmallMobile\:prose-2xl ul > li{
    padding-left: 1.6666667em;
  }

  .aboveSmallMobile\:prose-2xl ul > li::before{
    width: 0.3333333em;
    height: 0.3333333em;
    top: 0.66667em;
    left: 0.25em;
  }

  .aboveSmallMobile\:prose-2xl > ul > li p{
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .aboveSmallMobile\:prose-2xl > ul > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallMobile\:prose-2xl > ul > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallMobile\:prose-2xl > ol > li > *:first-child{
    margin-top: 1.3333333em;
  }

  .aboveSmallMobile\:prose-2xl > ol > li > *:last-child{
    margin-bottom: 1.3333333em;
  }

  .aboveSmallMobile\:prose-2xl ul ul, .aboveSmallMobile\:prose-2xl ul ol, .aboveSmallMobile\:prose-2xl ol ul, .aboveSmallMobile\:prose-2xl ol ol{
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .aboveSmallMobile\:prose-2xl hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .aboveSmallMobile\:prose-2xl hr + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-2xl h2 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-2xl h3 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-2xl h4 + *{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-2xl table{
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .aboveSmallMobile\:prose-2xl thead th{
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveSmallMobile\:prose-2xl thead th:first-child{
    padding-left: 0;
  }

  .aboveSmallMobile\:prose-2xl thead th:last-child{
    padding-right: 0;
  }

  .aboveSmallMobile\:prose-2xl tbody td{
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .aboveSmallMobile\:prose-2xl tbody td:first-child{
    padding-left: 0;
  }

  .aboveSmallMobile\:prose-2xl tbody td:last-child{
    padding-right: 0;
  }

  .aboveSmallMobile\:prose-2xl > :first-child{
    margin-top: 0;
  }

  .aboveSmallMobile\:prose-2xl > :last-child{
    margin-bottom: 0;
  }

  .aboveSmallMobile\:prose-blue{
  }

  .aboveSmallMobile\:prose-red{
  }

  .aboveSmallMobile\:prose-pink{
  }

  .aboveSmallMobile\:prose-indigo a{
    color: #4f46e5;
  }

  .aboveSmallMobile\:prose-indigo a code{
    color: #4f46e5;
  }

  .aboveSmallMobile\:prose-green a{
    color: #16a34a;
  }

  .aboveSmallMobile\:prose-green a code{
    color: #16a34a;
  }

  .aboveSmallMobile\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveSmallMobile\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveSmallMobile\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveSmallMobile\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveSmallMobile\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .aboveSmallMobile\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .aboveSmallMobile\:pointer-events-none{
    pointer-events: none;
  }

  .aboveSmallMobile\:pointer-events-auto{
    pointer-events: auto;
  }

  .aboveSmallMobile\:visible{
    visibility: visible;
  }

  .aboveSmallMobile\:invisible{
    visibility: hidden;
  }

  .aboveSmallMobile\:static{
    position: static;
  }

  .aboveSmallMobile\:fixed{
    position: fixed;
  }

  .aboveSmallMobile\:absolute{
    position: absolute;
  }

  .aboveSmallMobile\:relative{
    position: relative;
  }

  .aboveSmallMobile\:sticky{
    position: sticky;
  }

  .aboveSmallMobile\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveSmallMobile\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .aboveSmallMobile\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .aboveSmallMobile\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .aboveSmallMobile\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .aboveSmallMobile\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .aboveSmallMobile\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .aboveSmallMobile\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .aboveSmallMobile\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .aboveSmallMobile\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .aboveSmallMobile\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .aboveSmallMobile\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .aboveSmallMobile\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .aboveSmallMobile\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .aboveSmallMobile\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .aboveSmallMobile\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .aboveSmallMobile\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .aboveSmallMobile\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .aboveSmallMobile\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .aboveSmallMobile\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .aboveSmallMobile\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .aboveSmallMobile\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .aboveSmallMobile\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .aboveSmallMobile\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .aboveSmallMobile\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .aboveSmallMobile\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .aboveSmallMobile\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .aboveSmallMobile\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .aboveSmallMobile\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .aboveSmallMobile\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .aboveSmallMobile\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .aboveSmallMobile\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .aboveSmallMobile\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .aboveSmallMobile\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .aboveSmallMobile\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .aboveSmallMobile\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .aboveSmallMobile\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .aboveSmallMobile\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .aboveSmallMobile\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .aboveSmallMobile\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .aboveSmallMobile\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .aboveSmallMobile\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .aboveSmallMobile\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .aboveSmallMobile\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .aboveSmallMobile\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .aboveSmallMobile\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .aboveSmallMobile\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .aboveSmallMobile\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .aboveSmallMobile\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .aboveSmallMobile\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .aboveSmallMobile\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .aboveSmallMobile\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .aboveSmallMobile\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .aboveSmallMobile\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .aboveSmallMobile\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .aboveSmallMobile\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .aboveSmallMobile\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .aboveSmallMobile\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .aboveSmallMobile\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .aboveSmallMobile\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .aboveSmallMobile\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .aboveSmallMobile\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .aboveSmallMobile\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .aboveSmallMobile\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .aboveSmallMobile\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .aboveSmallMobile\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .aboveSmallMobile\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .aboveSmallMobile\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .aboveSmallMobile\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .aboveSmallMobile\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .aboveSmallMobile\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .aboveSmallMobile\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveSmallMobile\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .aboveSmallMobile\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .aboveSmallMobile\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .aboveSmallMobile\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .aboveSmallMobile\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .aboveSmallMobile\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .aboveSmallMobile\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveSmallMobile\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .aboveSmallMobile\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .aboveSmallMobile\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .aboveSmallMobile\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .aboveSmallMobile\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .aboveSmallMobile\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .aboveSmallMobile\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveSmallMobile\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  .aboveSmallMobile\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  .aboveSmallMobile\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  .aboveSmallMobile\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  .aboveSmallMobile\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  .aboveSmallMobile\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  .aboveSmallMobile\:inset-x-7{
    left: 1.75rem;
    right: 1.75rem;
  }

  .aboveSmallMobile\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  .aboveSmallMobile\:inset-x-9{
    left: 2.25rem;
    right: 2.25rem;
  }

  .aboveSmallMobile\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  .aboveSmallMobile\:inset-x-11{
    left: 2.75rem;
    right: 2.75rem;
  }

  .aboveSmallMobile\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  .aboveSmallMobile\:inset-x-14{
    left: 3.5rem;
    right: 3.5rem;
  }

  .aboveSmallMobile\:inset-x-16{
    left: 4rem;
    right: 4rem;
  }

  .aboveSmallMobile\:inset-x-20{
    left: 5rem;
    right: 5rem;
  }

  .aboveSmallMobile\:inset-x-24{
    left: 6rem;
    right: 6rem;
  }

  .aboveSmallMobile\:inset-x-28{
    left: 7rem;
    right: 7rem;
  }

  .aboveSmallMobile\:inset-x-32{
    left: 8rem;
    right: 8rem;
  }

  .aboveSmallMobile\:inset-x-36{
    left: 9rem;
    right: 9rem;
  }

  .aboveSmallMobile\:inset-x-40{
    left: 10rem;
    right: 10rem;
  }

  .aboveSmallMobile\:inset-x-44{
    left: 11rem;
    right: 11rem;
  }

  .aboveSmallMobile\:inset-x-48{
    left: 12rem;
    right: 12rem;
  }

  .aboveSmallMobile\:inset-x-52{
    left: 13rem;
    right: 13rem;
  }

  .aboveSmallMobile\:inset-x-56{
    left: 14rem;
    right: 14rem;
  }

  .aboveSmallMobile\:inset-x-60{
    left: 15rem;
    right: 15rem;
  }

  .aboveSmallMobile\:inset-x-64{
    left: 16rem;
    right: 16rem;
  }

  .aboveSmallMobile\:inset-x-72{
    left: 18rem;
    right: 18rem;
  }

  .aboveSmallMobile\:inset-x-80{
    left: 20rem;
    right: 20rem;
  }

  .aboveSmallMobile\:inset-x-96{
    left: 24rem;
    right: 24rem;
  }

  .aboveSmallMobile\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .aboveSmallMobile\:inset-x-px{
    left: 1px;
    right: 1px;
  }

  .aboveSmallMobile\:inset-x-0\.5{
    left: 0.125rem;
    right: 0.125rem;
  }

  .aboveSmallMobile\:inset-x-1\.5{
    left: 0.375rem;
    right: 0.375rem;
  }

  .aboveSmallMobile\:inset-x-2\.5{
    left: 0.625rem;
    right: 0.625rem;
  }

  .aboveSmallMobile\:inset-x-3\.5{
    left: 0.875rem;
    right: 0.875rem;
  }

  .aboveSmallMobile\:-inset-x-0{
    left: 0px;
    right: 0px;
  }

  .aboveSmallMobile\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  .aboveSmallMobile\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  .aboveSmallMobile\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  .aboveSmallMobile\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  .aboveSmallMobile\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  .aboveSmallMobile\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  .aboveSmallMobile\:-inset-x-7{
    left: -1.75rem;
    right: -1.75rem;
  }

  .aboveSmallMobile\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  .aboveSmallMobile\:-inset-x-9{
    left: -2.25rem;
    right: -2.25rem;
  }

  .aboveSmallMobile\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  .aboveSmallMobile\:-inset-x-11{
    left: -2.75rem;
    right: -2.75rem;
  }

  .aboveSmallMobile\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  .aboveSmallMobile\:-inset-x-14{
    left: -3.5rem;
    right: -3.5rem;
  }

  .aboveSmallMobile\:-inset-x-16{
    left: -4rem;
    right: -4rem;
  }

  .aboveSmallMobile\:-inset-x-20{
    left: -5rem;
    right: -5rem;
  }

  .aboveSmallMobile\:-inset-x-24{
    left: -6rem;
    right: -6rem;
  }

  .aboveSmallMobile\:-inset-x-28{
    left: -7rem;
    right: -7rem;
  }

  .aboveSmallMobile\:-inset-x-32{
    left: -8rem;
    right: -8rem;
  }

  .aboveSmallMobile\:-inset-x-36{
    left: -9rem;
    right: -9rem;
  }

  .aboveSmallMobile\:-inset-x-40{
    left: -10rem;
    right: -10rem;
  }

  .aboveSmallMobile\:-inset-x-44{
    left: -11rem;
    right: -11rem;
  }

  .aboveSmallMobile\:-inset-x-48{
    left: -12rem;
    right: -12rem;
  }

  .aboveSmallMobile\:-inset-x-52{
    left: -13rem;
    right: -13rem;
  }

  .aboveSmallMobile\:-inset-x-56{
    left: -14rem;
    right: -14rem;
  }

  .aboveSmallMobile\:-inset-x-60{
    left: -15rem;
    right: -15rem;
  }

  .aboveSmallMobile\:-inset-x-64{
    left: -16rem;
    right: -16rem;
  }

  .aboveSmallMobile\:-inset-x-72{
    left: -18rem;
    right: -18rem;
  }

  .aboveSmallMobile\:-inset-x-80{
    left: -20rem;
    right: -20rem;
  }

  .aboveSmallMobile\:-inset-x-96{
    left: -24rem;
    right: -24rem;
  }

  .aboveSmallMobile\:-inset-x-px{
    left: -1px;
    right: -1px;
  }

  .aboveSmallMobile\:-inset-x-0\.5{
    left: -0.125rem;
    right: -0.125rem;
  }

  .aboveSmallMobile\:-inset-x-1\.5{
    left: -0.375rem;
    right: -0.375rem;
  }

  .aboveSmallMobile\:-inset-x-2\.5{
    left: -0.625rem;
    right: -0.625rem;
  }

  .aboveSmallMobile\:-inset-x-3\.5{
    left: -0.875rem;
    right: -0.875rem;
  }

  .aboveSmallMobile\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .aboveSmallMobile\:inset-x-1\/3{
    left: 33.333333%;
    right: 33.333333%;
  }

  .aboveSmallMobile\:inset-x-2\/3{
    left: 66.666667%;
    right: 66.666667%;
  }

  .aboveSmallMobile\:inset-x-1\/4{
    left: 25%;
    right: 25%;
  }

  .aboveSmallMobile\:inset-x-2\/4{
    left: 50%;
    right: 50%;
  }

  .aboveSmallMobile\:inset-x-3\/4{
    left: 75%;
    right: 75%;
  }

  .aboveSmallMobile\:inset-x-full{
    left: 100%;
    right: 100%;
  }

  .aboveSmallMobile\:-inset-x-1\/2{
    left: -50%;
    right: -50%;
  }

  .aboveSmallMobile\:-inset-x-1\/3{
    left: -33.333333%;
    right: -33.333333%;
  }

  .aboveSmallMobile\:-inset-x-2\/3{
    left: -66.666667%;
    right: -66.666667%;
  }

  .aboveSmallMobile\:-inset-x-1\/4{
    left: -25%;
    right: -25%;
  }

  .aboveSmallMobile\:-inset-x-2\/4{
    left: -50%;
    right: -50%;
  }

  .aboveSmallMobile\:-inset-x-3\/4{
    left: -75%;
    right: -75%;
  }

  .aboveSmallMobile\:-inset-x-full{
    left: -100%;
    right: -100%;
  }

  .aboveSmallMobile\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveSmallMobile\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .aboveSmallMobile\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .aboveSmallMobile\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .aboveSmallMobile\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .aboveSmallMobile\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .aboveSmallMobile\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .aboveSmallMobile\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .aboveSmallMobile\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .aboveSmallMobile\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .aboveSmallMobile\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .aboveSmallMobile\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .aboveSmallMobile\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .aboveSmallMobile\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .aboveSmallMobile\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .aboveSmallMobile\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .aboveSmallMobile\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .aboveSmallMobile\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .aboveSmallMobile\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .aboveSmallMobile\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .aboveSmallMobile\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .aboveSmallMobile\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .aboveSmallMobile\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .aboveSmallMobile\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .aboveSmallMobile\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .aboveSmallMobile\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .aboveSmallMobile\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .aboveSmallMobile\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .aboveSmallMobile\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .aboveSmallMobile\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .aboveSmallMobile\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .aboveSmallMobile\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .aboveSmallMobile\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .aboveSmallMobile\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .aboveSmallMobile\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .aboveSmallMobile\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .aboveSmallMobile\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .aboveSmallMobile\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .aboveSmallMobile\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .aboveSmallMobile\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .aboveSmallMobile\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .aboveSmallMobile\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .aboveSmallMobile\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .aboveSmallMobile\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .aboveSmallMobile\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .aboveSmallMobile\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .aboveSmallMobile\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .aboveSmallMobile\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .aboveSmallMobile\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .aboveSmallMobile\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .aboveSmallMobile\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .aboveSmallMobile\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .aboveSmallMobile\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .aboveSmallMobile\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .aboveSmallMobile\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .aboveSmallMobile\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .aboveSmallMobile\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .aboveSmallMobile\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .aboveSmallMobile\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .aboveSmallMobile\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .aboveSmallMobile\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .aboveSmallMobile\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .aboveSmallMobile\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .aboveSmallMobile\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .aboveSmallMobile\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .aboveSmallMobile\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .aboveSmallMobile\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .aboveSmallMobile\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .aboveSmallMobile\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .aboveSmallMobile\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .aboveSmallMobile\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .aboveSmallMobile\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .aboveSmallMobile\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .aboveSmallMobile\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .aboveSmallMobile\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .aboveSmallMobile\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .aboveSmallMobile\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .aboveSmallMobile\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .aboveSmallMobile\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .aboveSmallMobile\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .aboveSmallMobile\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .aboveSmallMobile\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .aboveSmallMobile\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .aboveSmallMobile\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .aboveSmallMobile\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .aboveSmallMobile\:top-0{
    top: 0px;
  }

  .aboveSmallMobile\:top-1{
    top: 0.25rem;
  }

  .aboveSmallMobile\:top-2{
    top: 0.5rem;
  }

  .aboveSmallMobile\:top-3{
    top: 0.75rem;
  }

  .aboveSmallMobile\:top-4{
    top: 1rem;
  }

  .aboveSmallMobile\:top-5{
    top: 1.25rem;
  }

  .aboveSmallMobile\:top-6{
    top: 1.5rem;
  }

  .aboveSmallMobile\:top-7{
    top: 1.75rem;
  }

  .aboveSmallMobile\:top-8{
    top: 2rem;
  }

  .aboveSmallMobile\:top-9{
    top: 2.25rem;
  }

  .aboveSmallMobile\:top-10{
    top: 2.5rem;
  }

  .aboveSmallMobile\:top-11{
    top: 2.75rem;
  }

  .aboveSmallMobile\:top-12{
    top: 3rem;
  }

  .aboveSmallMobile\:top-14{
    top: 3.5rem;
  }

  .aboveSmallMobile\:top-16{
    top: 4rem;
  }

  .aboveSmallMobile\:top-20{
    top: 5rem;
  }

  .aboveSmallMobile\:top-24{
    top: 6rem;
  }

  .aboveSmallMobile\:top-28{
    top: 7rem;
  }

  .aboveSmallMobile\:top-32{
    top: 8rem;
  }

  .aboveSmallMobile\:top-36{
    top: 9rem;
  }

  .aboveSmallMobile\:top-40{
    top: 10rem;
  }

  .aboveSmallMobile\:top-44{
    top: 11rem;
  }

  .aboveSmallMobile\:top-48{
    top: 12rem;
  }

  .aboveSmallMobile\:top-52{
    top: 13rem;
  }

  .aboveSmallMobile\:top-56{
    top: 14rem;
  }

  .aboveSmallMobile\:top-60{
    top: 15rem;
  }

  .aboveSmallMobile\:top-64{
    top: 16rem;
  }

  .aboveSmallMobile\:top-72{
    top: 18rem;
  }

  .aboveSmallMobile\:top-80{
    top: 20rem;
  }

  .aboveSmallMobile\:top-96{
    top: 24rem;
  }

  .aboveSmallMobile\:top-auto{
    top: auto;
  }

  .aboveSmallMobile\:top-px{
    top: 1px;
  }

  .aboveSmallMobile\:top-0\.5{
    top: 0.125rem;
  }

  .aboveSmallMobile\:top-1\.5{
    top: 0.375rem;
  }

  .aboveSmallMobile\:top-2\.5{
    top: 0.625rem;
  }

  .aboveSmallMobile\:top-3\.5{
    top: 0.875rem;
  }

  .aboveSmallMobile\:-top-0{
    top: 0px;
  }

  .aboveSmallMobile\:-top-1{
    top: -0.25rem;
  }

  .aboveSmallMobile\:-top-2{
    top: -0.5rem;
  }

  .aboveSmallMobile\:-top-3{
    top: -0.75rem;
  }

  .aboveSmallMobile\:-top-4{
    top: -1rem;
  }

  .aboveSmallMobile\:-top-5{
    top: -1.25rem;
  }

  .aboveSmallMobile\:-top-6{
    top: -1.5rem;
  }

  .aboveSmallMobile\:-top-7{
    top: -1.75rem;
  }

  .aboveSmallMobile\:-top-8{
    top: -2rem;
  }

  .aboveSmallMobile\:-top-9{
    top: -2.25rem;
  }

  .aboveSmallMobile\:-top-10{
    top: -2.5rem;
  }

  .aboveSmallMobile\:-top-11{
    top: -2.75rem;
  }

  .aboveSmallMobile\:-top-12{
    top: -3rem;
  }

  .aboveSmallMobile\:-top-14{
    top: -3.5rem;
  }

  .aboveSmallMobile\:-top-16{
    top: -4rem;
  }

  .aboveSmallMobile\:-top-20{
    top: -5rem;
  }

  .aboveSmallMobile\:-top-24{
    top: -6rem;
  }

  .aboveSmallMobile\:-top-28{
    top: -7rem;
  }

  .aboveSmallMobile\:-top-32{
    top: -8rem;
  }

  .aboveSmallMobile\:-top-36{
    top: -9rem;
  }

  .aboveSmallMobile\:-top-40{
    top: -10rem;
  }

  .aboveSmallMobile\:-top-44{
    top: -11rem;
  }

  .aboveSmallMobile\:-top-48{
    top: -12rem;
  }

  .aboveSmallMobile\:-top-52{
    top: -13rem;
  }

  .aboveSmallMobile\:-top-56{
    top: -14rem;
  }

  .aboveSmallMobile\:-top-60{
    top: -15rem;
  }

  .aboveSmallMobile\:-top-64{
    top: -16rem;
  }

  .aboveSmallMobile\:-top-72{
    top: -18rem;
  }

  .aboveSmallMobile\:-top-80{
    top: -20rem;
  }

  .aboveSmallMobile\:-top-96{
    top: -24rem;
  }

  .aboveSmallMobile\:-top-px{
    top: -1px;
  }

  .aboveSmallMobile\:-top-0\.5{
    top: -0.125rem;
  }

  .aboveSmallMobile\:-top-1\.5{
    top: -0.375rem;
  }

  .aboveSmallMobile\:-top-2\.5{
    top: -0.625rem;
  }

  .aboveSmallMobile\:-top-3\.5{
    top: -0.875rem;
  }

  .aboveSmallMobile\:top-1\/2{
    top: 50%;
  }

  .aboveSmallMobile\:top-1\/3{
    top: 33.333333%;
  }

  .aboveSmallMobile\:top-2\/3{
    top: 66.666667%;
  }

  .aboveSmallMobile\:top-1\/4{
    top: 25%;
  }

  .aboveSmallMobile\:top-2\/4{
    top: 50%;
  }

  .aboveSmallMobile\:top-3\/4{
    top: 75%;
  }

  .aboveSmallMobile\:top-full{
    top: 100%;
  }

  .aboveSmallMobile\:-top-1\/2{
    top: -50%;
  }

  .aboveSmallMobile\:-top-1\/3{
    top: -33.333333%;
  }

  .aboveSmallMobile\:-top-2\/3{
    top: -66.666667%;
  }

  .aboveSmallMobile\:-top-1\/4{
    top: -25%;
  }

  .aboveSmallMobile\:-top-2\/4{
    top: -50%;
  }

  .aboveSmallMobile\:-top-3\/4{
    top: -75%;
  }

  .aboveSmallMobile\:-top-full{
    top: -100%;
  }

  .aboveSmallMobile\:right-0{
    right: 0px;
  }

  .aboveSmallMobile\:right-1{
    right: 0.25rem;
  }

  .aboveSmallMobile\:right-2{
    right: 0.5rem;
  }

  .aboveSmallMobile\:right-3{
    right: 0.75rem;
  }

  .aboveSmallMobile\:right-4{
    right: 1rem;
  }

  .aboveSmallMobile\:right-5{
    right: 1.25rem;
  }

  .aboveSmallMobile\:right-6{
    right: 1.5rem;
  }

  .aboveSmallMobile\:right-7{
    right: 1.75rem;
  }

  .aboveSmallMobile\:right-8{
    right: 2rem;
  }

  .aboveSmallMobile\:right-9{
    right: 2.25rem;
  }

  .aboveSmallMobile\:right-10{
    right: 2.5rem;
  }

  .aboveSmallMobile\:right-11{
    right: 2.75rem;
  }

  .aboveSmallMobile\:right-12{
    right: 3rem;
  }

  .aboveSmallMobile\:right-14{
    right: 3.5rem;
  }

  .aboveSmallMobile\:right-16{
    right: 4rem;
  }

  .aboveSmallMobile\:right-20{
    right: 5rem;
  }

  .aboveSmallMobile\:right-24{
    right: 6rem;
  }

  .aboveSmallMobile\:right-28{
    right: 7rem;
  }

  .aboveSmallMobile\:right-32{
    right: 8rem;
  }

  .aboveSmallMobile\:right-36{
    right: 9rem;
  }

  .aboveSmallMobile\:right-40{
    right: 10rem;
  }

  .aboveSmallMobile\:right-44{
    right: 11rem;
  }

  .aboveSmallMobile\:right-48{
    right: 12rem;
  }

  .aboveSmallMobile\:right-52{
    right: 13rem;
  }

  .aboveSmallMobile\:right-56{
    right: 14rem;
  }

  .aboveSmallMobile\:right-60{
    right: 15rem;
  }

  .aboveSmallMobile\:right-64{
    right: 16rem;
  }

  .aboveSmallMobile\:right-72{
    right: 18rem;
  }

  .aboveSmallMobile\:right-80{
    right: 20rem;
  }

  .aboveSmallMobile\:right-96{
    right: 24rem;
  }

  .aboveSmallMobile\:right-auto{
    right: auto;
  }

  .aboveSmallMobile\:right-px{
    right: 1px;
  }

  .aboveSmallMobile\:right-0\.5{
    right: 0.125rem;
  }

  .aboveSmallMobile\:right-1\.5{
    right: 0.375rem;
  }

  .aboveSmallMobile\:right-2\.5{
    right: 0.625rem;
  }

  .aboveSmallMobile\:right-3\.5{
    right: 0.875rem;
  }

  .aboveSmallMobile\:-right-0{
    right: 0px;
  }

  .aboveSmallMobile\:-right-1{
    right: -0.25rem;
  }

  .aboveSmallMobile\:-right-2{
    right: -0.5rem;
  }

  .aboveSmallMobile\:-right-3{
    right: -0.75rem;
  }

  .aboveSmallMobile\:-right-4{
    right: -1rem;
  }

  .aboveSmallMobile\:-right-5{
    right: -1.25rem;
  }

  .aboveSmallMobile\:-right-6{
    right: -1.5rem;
  }

  .aboveSmallMobile\:-right-7{
    right: -1.75rem;
  }

  .aboveSmallMobile\:-right-8{
    right: -2rem;
  }

  .aboveSmallMobile\:-right-9{
    right: -2.25rem;
  }

  .aboveSmallMobile\:-right-10{
    right: -2.5rem;
  }

  .aboveSmallMobile\:-right-11{
    right: -2.75rem;
  }

  .aboveSmallMobile\:-right-12{
    right: -3rem;
  }

  .aboveSmallMobile\:-right-14{
    right: -3.5rem;
  }

  .aboveSmallMobile\:-right-16{
    right: -4rem;
  }

  .aboveSmallMobile\:-right-20{
    right: -5rem;
  }

  .aboveSmallMobile\:-right-24{
    right: -6rem;
  }

  .aboveSmallMobile\:-right-28{
    right: -7rem;
  }

  .aboveSmallMobile\:-right-32{
    right: -8rem;
  }

  .aboveSmallMobile\:-right-36{
    right: -9rem;
  }

  .aboveSmallMobile\:-right-40{
    right: -10rem;
  }

  .aboveSmallMobile\:-right-44{
    right: -11rem;
  }

  .aboveSmallMobile\:-right-48{
    right: -12rem;
  }

  .aboveSmallMobile\:-right-52{
    right: -13rem;
  }

  .aboveSmallMobile\:-right-56{
    right: -14rem;
  }

  .aboveSmallMobile\:-right-60{
    right: -15rem;
  }

  .aboveSmallMobile\:-right-64{
    right: -16rem;
  }

  .aboveSmallMobile\:-right-72{
    right: -18rem;
  }

  .aboveSmallMobile\:-right-80{
    right: -20rem;
  }

  .aboveSmallMobile\:-right-96{
    right: -24rem;
  }

  .aboveSmallMobile\:-right-px{
    right: -1px;
  }

  .aboveSmallMobile\:-right-0\.5{
    right: -0.125rem;
  }

  .aboveSmallMobile\:-right-1\.5{
    right: -0.375rem;
  }

  .aboveSmallMobile\:-right-2\.5{
    right: -0.625rem;
  }

  .aboveSmallMobile\:-right-3\.5{
    right: -0.875rem;
  }

  .aboveSmallMobile\:right-1\/2{
    right: 50%;
  }

  .aboveSmallMobile\:right-1\/3{
    right: 33.333333%;
  }

  .aboveSmallMobile\:right-2\/3{
    right: 66.666667%;
  }

  .aboveSmallMobile\:right-1\/4{
    right: 25%;
  }

  .aboveSmallMobile\:right-2\/4{
    right: 50%;
  }

  .aboveSmallMobile\:right-3\/4{
    right: 75%;
  }

  .aboveSmallMobile\:right-full{
    right: 100%;
  }

  .aboveSmallMobile\:-right-1\/2{
    right: -50%;
  }

  .aboveSmallMobile\:-right-1\/3{
    right: -33.333333%;
  }

  .aboveSmallMobile\:-right-2\/3{
    right: -66.666667%;
  }

  .aboveSmallMobile\:-right-1\/4{
    right: -25%;
  }

  .aboveSmallMobile\:-right-2\/4{
    right: -50%;
  }

  .aboveSmallMobile\:-right-3\/4{
    right: -75%;
  }

  .aboveSmallMobile\:-right-full{
    right: -100%;
  }

  .aboveSmallMobile\:bottom-0{
    bottom: 0px;
  }

  .aboveSmallMobile\:bottom-1{
    bottom: 0.25rem;
  }

  .aboveSmallMobile\:bottom-2{
    bottom: 0.5rem;
  }

  .aboveSmallMobile\:bottom-3{
    bottom: 0.75rem;
  }

  .aboveSmallMobile\:bottom-4{
    bottom: 1rem;
  }

  .aboveSmallMobile\:bottom-5{
    bottom: 1.25rem;
  }

  .aboveSmallMobile\:bottom-6{
    bottom: 1.5rem;
  }

  .aboveSmallMobile\:bottom-7{
    bottom: 1.75rem;
  }

  .aboveSmallMobile\:bottom-8{
    bottom: 2rem;
  }

  .aboveSmallMobile\:bottom-9{
    bottom: 2.25rem;
  }

  .aboveSmallMobile\:bottom-10{
    bottom: 2.5rem;
  }

  .aboveSmallMobile\:bottom-11{
    bottom: 2.75rem;
  }

  .aboveSmallMobile\:bottom-12{
    bottom: 3rem;
  }

  .aboveSmallMobile\:bottom-14{
    bottom: 3.5rem;
  }

  .aboveSmallMobile\:bottom-16{
    bottom: 4rem;
  }

  .aboveSmallMobile\:bottom-20{
    bottom: 5rem;
  }

  .aboveSmallMobile\:bottom-24{
    bottom: 6rem;
  }

  .aboveSmallMobile\:bottom-28{
    bottom: 7rem;
  }

  .aboveSmallMobile\:bottom-32{
    bottom: 8rem;
  }

  .aboveSmallMobile\:bottom-36{
    bottom: 9rem;
  }

  .aboveSmallMobile\:bottom-40{
    bottom: 10rem;
  }

  .aboveSmallMobile\:bottom-44{
    bottom: 11rem;
  }

  .aboveSmallMobile\:bottom-48{
    bottom: 12rem;
  }

  .aboveSmallMobile\:bottom-52{
    bottom: 13rem;
  }

  .aboveSmallMobile\:bottom-56{
    bottom: 14rem;
  }

  .aboveSmallMobile\:bottom-60{
    bottom: 15rem;
  }

  .aboveSmallMobile\:bottom-64{
    bottom: 16rem;
  }

  .aboveSmallMobile\:bottom-72{
    bottom: 18rem;
  }

  .aboveSmallMobile\:bottom-80{
    bottom: 20rem;
  }

  .aboveSmallMobile\:bottom-96{
    bottom: 24rem;
  }

  .aboveSmallMobile\:bottom-auto{
    bottom: auto;
  }

  .aboveSmallMobile\:bottom-px{
    bottom: 1px;
  }

  .aboveSmallMobile\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .aboveSmallMobile\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .aboveSmallMobile\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .aboveSmallMobile\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .aboveSmallMobile\:-bottom-0{
    bottom: 0px;
  }

  .aboveSmallMobile\:-bottom-1{
    bottom: -0.25rem;
  }

  .aboveSmallMobile\:-bottom-2{
    bottom: -0.5rem;
  }

  .aboveSmallMobile\:-bottom-3{
    bottom: -0.75rem;
  }

  .aboveSmallMobile\:-bottom-4{
    bottom: -1rem;
  }

  .aboveSmallMobile\:-bottom-5{
    bottom: -1.25rem;
  }

  .aboveSmallMobile\:-bottom-6{
    bottom: -1.5rem;
  }

  .aboveSmallMobile\:-bottom-7{
    bottom: -1.75rem;
  }

  .aboveSmallMobile\:-bottom-8{
    bottom: -2rem;
  }

  .aboveSmallMobile\:-bottom-9{
    bottom: -2.25rem;
  }

  .aboveSmallMobile\:-bottom-10{
    bottom: -2.5rem;
  }

  .aboveSmallMobile\:-bottom-11{
    bottom: -2.75rem;
  }

  .aboveSmallMobile\:-bottom-12{
    bottom: -3rem;
  }

  .aboveSmallMobile\:-bottom-14{
    bottom: -3.5rem;
  }

  .aboveSmallMobile\:-bottom-16{
    bottom: -4rem;
  }

  .aboveSmallMobile\:-bottom-20{
    bottom: -5rem;
  }

  .aboveSmallMobile\:-bottom-24{
    bottom: -6rem;
  }

  .aboveSmallMobile\:-bottom-28{
    bottom: -7rem;
  }

  .aboveSmallMobile\:-bottom-32{
    bottom: -8rem;
  }

  .aboveSmallMobile\:-bottom-36{
    bottom: -9rem;
  }

  .aboveSmallMobile\:-bottom-40{
    bottom: -10rem;
  }

  .aboveSmallMobile\:-bottom-44{
    bottom: -11rem;
  }

  .aboveSmallMobile\:-bottom-48{
    bottom: -12rem;
  }

  .aboveSmallMobile\:-bottom-52{
    bottom: -13rem;
  }

  .aboveSmallMobile\:-bottom-56{
    bottom: -14rem;
  }

  .aboveSmallMobile\:-bottom-60{
    bottom: -15rem;
  }

  .aboveSmallMobile\:-bottom-64{
    bottom: -16rem;
  }

  .aboveSmallMobile\:-bottom-72{
    bottom: -18rem;
  }

  .aboveSmallMobile\:-bottom-80{
    bottom: -20rem;
  }

  .aboveSmallMobile\:-bottom-96{
    bottom: -24rem;
  }

  .aboveSmallMobile\:-bottom-px{
    bottom: -1px;
  }

  .aboveSmallMobile\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .aboveSmallMobile\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .aboveSmallMobile\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .aboveSmallMobile\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .aboveSmallMobile\:bottom-1\/2{
    bottom: 50%;
  }

  .aboveSmallMobile\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .aboveSmallMobile\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .aboveSmallMobile\:bottom-1\/4{
    bottom: 25%;
  }

  .aboveSmallMobile\:bottom-2\/4{
    bottom: 50%;
  }

  .aboveSmallMobile\:bottom-3\/4{
    bottom: 75%;
  }

  .aboveSmallMobile\:bottom-full{
    bottom: 100%;
  }

  .aboveSmallMobile\:-bottom-1\/2{
    bottom: -50%;
  }

  .aboveSmallMobile\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .aboveSmallMobile\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .aboveSmallMobile\:-bottom-1\/4{
    bottom: -25%;
  }

  .aboveSmallMobile\:-bottom-2\/4{
    bottom: -50%;
  }

  .aboveSmallMobile\:-bottom-3\/4{
    bottom: -75%;
  }

  .aboveSmallMobile\:-bottom-full{
    bottom: -100%;
  }

  .aboveSmallMobile\:left-0{
    left: 0px;
  }

  .aboveSmallMobile\:left-1{
    left: 0.25rem;
  }

  .aboveSmallMobile\:left-2{
    left: 0.5rem;
  }

  .aboveSmallMobile\:left-3{
    left: 0.75rem;
  }

  .aboveSmallMobile\:left-4{
    left: 1rem;
  }

  .aboveSmallMobile\:left-5{
    left: 1.25rem;
  }

  .aboveSmallMobile\:left-6{
    left: 1.5rem;
  }

  .aboveSmallMobile\:left-7{
    left: 1.75rem;
  }

  .aboveSmallMobile\:left-8{
    left: 2rem;
  }

  .aboveSmallMobile\:left-9{
    left: 2.25rem;
  }

  .aboveSmallMobile\:left-10{
    left: 2.5rem;
  }

  .aboveSmallMobile\:left-11{
    left: 2.75rem;
  }

  .aboveSmallMobile\:left-12{
    left: 3rem;
  }

  .aboveSmallMobile\:left-14{
    left: 3.5rem;
  }

  .aboveSmallMobile\:left-16{
    left: 4rem;
  }

  .aboveSmallMobile\:left-20{
    left: 5rem;
  }

  .aboveSmallMobile\:left-24{
    left: 6rem;
  }

  .aboveSmallMobile\:left-28{
    left: 7rem;
  }

  .aboveSmallMobile\:left-32{
    left: 8rem;
  }

  .aboveSmallMobile\:left-36{
    left: 9rem;
  }

  .aboveSmallMobile\:left-40{
    left: 10rem;
  }

  .aboveSmallMobile\:left-44{
    left: 11rem;
  }

  .aboveSmallMobile\:left-48{
    left: 12rem;
  }

  .aboveSmallMobile\:left-52{
    left: 13rem;
  }

  .aboveSmallMobile\:left-56{
    left: 14rem;
  }

  .aboveSmallMobile\:left-60{
    left: 15rem;
  }

  .aboveSmallMobile\:left-64{
    left: 16rem;
  }

  .aboveSmallMobile\:left-72{
    left: 18rem;
  }

  .aboveSmallMobile\:left-80{
    left: 20rem;
  }

  .aboveSmallMobile\:left-96{
    left: 24rem;
  }

  .aboveSmallMobile\:left-auto{
    left: auto;
  }

  .aboveSmallMobile\:left-px{
    left: 1px;
  }

  .aboveSmallMobile\:left-0\.5{
    left: 0.125rem;
  }

  .aboveSmallMobile\:left-1\.5{
    left: 0.375rem;
  }

  .aboveSmallMobile\:left-2\.5{
    left: 0.625rem;
  }

  .aboveSmallMobile\:left-3\.5{
    left: 0.875rem;
  }

  .aboveSmallMobile\:-left-0{
    left: 0px;
  }

  .aboveSmallMobile\:-left-1{
    left: -0.25rem;
  }

  .aboveSmallMobile\:-left-2{
    left: -0.5rem;
  }

  .aboveSmallMobile\:-left-3{
    left: -0.75rem;
  }

  .aboveSmallMobile\:-left-4{
    left: -1rem;
  }

  .aboveSmallMobile\:-left-5{
    left: -1.25rem;
  }

  .aboveSmallMobile\:-left-6{
    left: -1.5rem;
  }

  .aboveSmallMobile\:-left-7{
    left: -1.75rem;
  }

  .aboveSmallMobile\:-left-8{
    left: -2rem;
  }

  .aboveSmallMobile\:-left-9{
    left: -2.25rem;
  }

  .aboveSmallMobile\:-left-10{
    left: -2.5rem;
  }

  .aboveSmallMobile\:-left-11{
    left: -2.75rem;
  }

  .aboveSmallMobile\:-left-12{
    left: -3rem;
  }

  .aboveSmallMobile\:-left-14{
    left: -3.5rem;
  }

  .aboveSmallMobile\:-left-16{
    left: -4rem;
  }

  .aboveSmallMobile\:-left-20{
    left: -5rem;
  }

  .aboveSmallMobile\:-left-24{
    left: -6rem;
  }

  .aboveSmallMobile\:-left-28{
    left: -7rem;
  }

  .aboveSmallMobile\:-left-32{
    left: -8rem;
  }

  .aboveSmallMobile\:-left-36{
    left: -9rem;
  }

  .aboveSmallMobile\:-left-40{
    left: -10rem;
  }

  .aboveSmallMobile\:-left-44{
    left: -11rem;
  }

  .aboveSmallMobile\:-left-48{
    left: -12rem;
  }

  .aboveSmallMobile\:-left-52{
    left: -13rem;
  }

  .aboveSmallMobile\:-left-56{
    left: -14rem;
  }

  .aboveSmallMobile\:-left-60{
    left: -15rem;
  }

  .aboveSmallMobile\:-left-64{
    left: -16rem;
  }

  .aboveSmallMobile\:-left-72{
    left: -18rem;
  }

  .aboveSmallMobile\:-left-80{
    left: -20rem;
  }

  .aboveSmallMobile\:-left-96{
    left: -24rem;
  }

  .aboveSmallMobile\:-left-px{
    left: -1px;
  }

  .aboveSmallMobile\:-left-0\.5{
    left: -0.125rem;
  }

  .aboveSmallMobile\:-left-1\.5{
    left: -0.375rem;
  }

  .aboveSmallMobile\:-left-2\.5{
    left: -0.625rem;
  }

  .aboveSmallMobile\:-left-3\.5{
    left: -0.875rem;
  }

  .aboveSmallMobile\:left-1\/2{
    left: 50%;
  }

  .aboveSmallMobile\:left-1\/3{
    left: 33.333333%;
  }

  .aboveSmallMobile\:left-2\/3{
    left: 66.666667%;
  }

  .aboveSmallMobile\:left-1\/4{
    left: 25%;
  }

  .aboveSmallMobile\:left-2\/4{
    left: 50%;
  }

  .aboveSmallMobile\:left-3\/4{
    left: 75%;
  }

  .aboveSmallMobile\:left-full{
    left: 100%;
  }

  .aboveSmallMobile\:-left-1\/2{
    left: -50%;
  }

  .aboveSmallMobile\:-left-1\/3{
    left: -33.333333%;
  }

  .aboveSmallMobile\:-left-2\/3{
    left: -66.666667%;
  }

  .aboveSmallMobile\:-left-1\/4{
    left: -25%;
  }

  .aboveSmallMobile\:-left-2\/4{
    left: -50%;
  }

  .aboveSmallMobile\:-left-3\/4{
    left: -75%;
  }

  .aboveSmallMobile\:-left-full{
    left: -100%;
  }

  .aboveSmallMobile\:isolate{
    isolation: isolate;
  }

  .aboveSmallMobile\:isolation-auto{
    isolation: auto;
  }

  .aboveSmallMobile\:z-0{
    z-index: 0;
  }

  .aboveSmallMobile\:z-10{
    z-index: 10;
  }

  .aboveSmallMobile\:z-20{
    z-index: 20;
  }

  .aboveSmallMobile\:z-30{
    z-index: 30;
  }

  .aboveSmallMobile\:z-40{
    z-index: 40;
  }

  .aboveSmallMobile\:z-50{
    z-index: 50;
  }

  .aboveSmallMobile\:z-auto{
    z-index: auto;
  }

  .aboveSmallMobile\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .aboveSmallMobile\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .aboveSmallMobile\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .aboveSmallMobile\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .aboveSmallMobile\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .aboveSmallMobile\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .aboveSmallMobile\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .aboveSmallMobile\:focus\:z-0:focus{
    z-index: 0;
  }

  .aboveSmallMobile\:focus\:z-10:focus{
    z-index: 10;
  }

  .aboveSmallMobile\:focus\:z-20:focus{
    z-index: 20;
  }

  .aboveSmallMobile\:focus\:z-30:focus{
    z-index: 30;
  }

  .aboveSmallMobile\:focus\:z-40:focus{
    z-index: 40;
  }

  .aboveSmallMobile\:focus\:z-50:focus{
    z-index: 50;
  }

  .aboveSmallMobile\:focus\:z-auto:focus{
    z-index: auto;
  }

  .aboveSmallMobile\:order-1{
    order: 1;
  }

  .aboveSmallMobile\:order-2{
    order: 2;
  }

  .aboveSmallMobile\:order-3{
    order: 3;
  }

  .aboveSmallMobile\:order-4{
    order: 4;
  }

  .aboveSmallMobile\:order-5{
    order: 5;
  }

  .aboveSmallMobile\:order-6{
    order: 6;
  }

  .aboveSmallMobile\:order-7{
    order: 7;
  }

  .aboveSmallMobile\:order-8{
    order: 8;
  }

  .aboveSmallMobile\:order-9{
    order: 9;
  }

  .aboveSmallMobile\:order-10{
    order: 10;
  }

  .aboveSmallMobile\:order-11{
    order: 11;
  }

  .aboveSmallMobile\:order-12{
    order: 12;
  }

  .aboveSmallMobile\:order-first{
    order: -9999;
  }

  .aboveSmallMobile\:order-last{
    order: 9999;
  }

  .aboveSmallMobile\:order-none{
    order: 0;
  }

  .aboveSmallMobile\:col-auto{
    grid-column: auto;
  }

  .aboveSmallMobile\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .aboveSmallMobile\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .aboveSmallMobile\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .aboveSmallMobile\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .aboveSmallMobile\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .aboveSmallMobile\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .aboveSmallMobile\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .aboveSmallMobile\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .aboveSmallMobile\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .aboveSmallMobile\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .aboveSmallMobile\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .aboveSmallMobile\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .aboveSmallMobile\:col-span-full{
    grid-column: 1 / -1;
  }

  .aboveSmallMobile\:col-start-1{
    grid-column-start: 1;
  }

  .aboveSmallMobile\:col-start-2{
    grid-column-start: 2;
  }

  .aboveSmallMobile\:col-start-3{
    grid-column-start: 3;
  }

  .aboveSmallMobile\:col-start-4{
    grid-column-start: 4;
  }

  .aboveSmallMobile\:col-start-5{
    grid-column-start: 5;
  }

  .aboveSmallMobile\:col-start-6{
    grid-column-start: 6;
  }

  .aboveSmallMobile\:col-start-7{
    grid-column-start: 7;
  }

  .aboveSmallMobile\:col-start-8{
    grid-column-start: 8;
  }

  .aboveSmallMobile\:col-start-9{
    grid-column-start: 9;
  }

  .aboveSmallMobile\:col-start-10{
    grid-column-start: 10;
  }

  .aboveSmallMobile\:col-start-11{
    grid-column-start: 11;
  }

  .aboveSmallMobile\:col-start-12{
    grid-column-start: 12;
  }

  .aboveSmallMobile\:col-start-13{
    grid-column-start: 13;
  }

  .aboveSmallMobile\:col-start-auto{
    grid-column-start: auto;
  }

  .aboveSmallMobile\:col-end-1{
    grid-column-end: 1;
  }

  .aboveSmallMobile\:col-end-2{
    grid-column-end: 2;
  }

  .aboveSmallMobile\:col-end-3{
    grid-column-end: 3;
  }

  .aboveSmallMobile\:col-end-4{
    grid-column-end: 4;
  }

  .aboveSmallMobile\:col-end-5{
    grid-column-end: 5;
  }

  .aboveSmallMobile\:col-end-6{
    grid-column-end: 6;
  }

  .aboveSmallMobile\:col-end-7{
    grid-column-end: 7;
  }

  .aboveSmallMobile\:col-end-8{
    grid-column-end: 8;
  }

  .aboveSmallMobile\:col-end-9{
    grid-column-end: 9;
  }

  .aboveSmallMobile\:col-end-10{
    grid-column-end: 10;
  }

  .aboveSmallMobile\:col-end-11{
    grid-column-end: 11;
  }

  .aboveSmallMobile\:col-end-12{
    grid-column-end: 12;
  }

  .aboveSmallMobile\:col-end-13{
    grid-column-end: 13;
  }

  .aboveSmallMobile\:col-end-auto{
    grid-column-end: auto;
  }

  .aboveSmallMobile\:row-auto{
    grid-row: auto;
  }

  .aboveSmallMobile\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .aboveSmallMobile\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .aboveSmallMobile\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .aboveSmallMobile\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .aboveSmallMobile\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .aboveSmallMobile\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .aboveSmallMobile\:row-span-full{
    grid-row: 1 / -1;
  }

  .aboveSmallMobile\:row-start-1{
    grid-row-start: 1;
  }

  .aboveSmallMobile\:row-start-2{
    grid-row-start: 2;
  }

  .aboveSmallMobile\:row-start-3{
    grid-row-start: 3;
  }

  .aboveSmallMobile\:row-start-4{
    grid-row-start: 4;
  }

  .aboveSmallMobile\:row-start-5{
    grid-row-start: 5;
  }

  .aboveSmallMobile\:row-start-6{
    grid-row-start: 6;
  }

  .aboveSmallMobile\:row-start-7{
    grid-row-start: 7;
  }

  .aboveSmallMobile\:row-start-auto{
    grid-row-start: auto;
  }

  .aboveSmallMobile\:row-end-1{
    grid-row-end: 1;
  }

  .aboveSmallMobile\:row-end-2{
    grid-row-end: 2;
  }

  .aboveSmallMobile\:row-end-3{
    grid-row-end: 3;
  }

  .aboveSmallMobile\:row-end-4{
    grid-row-end: 4;
  }

  .aboveSmallMobile\:row-end-5{
    grid-row-end: 5;
  }

  .aboveSmallMobile\:row-end-6{
    grid-row-end: 6;
  }

  .aboveSmallMobile\:row-end-7{
    grid-row-end: 7;
  }

  .aboveSmallMobile\:row-end-auto{
    grid-row-end: auto;
  }

  .aboveSmallMobile\:float-right{
    float: right;
  }

  .aboveSmallMobile\:float-left{
    float: left;
  }

  .aboveSmallMobile\:float-none{
    float: none;
  }

  .aboveSmallMobile\:clear-left{
    clear: left;
  }

  .aboveSmallMobile\:clear-right{
    clear: right;
  }

  .aboveSmallMobile\:clear-both{
    clear: both;
  }

  .aboveSmallMobile\:clear-none{
    clear: none;
  }

  .aboveSmallMobile\:m-0{
    margin: 0px;
  }

  .aboveSmallMobile\:m-1{
    margin: 0.25rem;
  }

  .aboveSmallMobile\:m-2{
    margin: 0.5rem;
  }

  .aboveSmallMobile\:m-3{
    margin: 0.75rem;
  }

  .aboveSmallMobile\:m-4{
    margin: 1rem;
  }

  .aboveSmallMobile\:m-5{
    margin: 1.25rem;
  }

  .aboveSmallMobile\:m-6{
    margin: 1.5rem;
  }

  .aboveSmallMobile\:m-7{
    margin: 1.75rem;
  }

  .aboveSmallMobile\:m-8{
    margin: 2rem;
  }

  .aboveSmallMobile\:m-9{
    margin: 2.25rem;
  }

  .aboveSmallMobile\:m-10{
    margin: 2.5rem;
  }

  .aboveSmallMobile\:m-11{
    margin: 2.75rem;
  }

  .aboveSmallMobile\:m-12{
    margin: 3rem;
  }

  .aboveSmallMobile\:m-14{
    margin: 3.5rem;
  }

  .aboveSmallMobile\:m-16{
    margin: 4rem;
  }

  .aboveSmallMobile\:m-20{
    margin: 5rem;
  }

  .aboveSmallMobile\:m-24{
    margin: 6rem;
  }

  .aboveSmallMobile\:m-28{
    margin: 7rem;
  }

  .aboveSmallMobile\:m-32{
    margin: 8rem;
  }

  .aboveSmallMobile\:m-36{
    margin: 9rem;
  }

  .aboveSmallMobile\:m-40{
    margin: 10rem;
  }

  .aboveSmallMobile\:m-44{
    margin: 11rem;
  }

  .aboveSmallMobile\:m-48{
    margin: 12rem;
  }

  .aboveSmallMobile\:m-52{
    margin: 13rem;
  }

  .aboveSmallMobile\:m-56{
    margin: 14rem;
  }

  .aboveSmallMobile\:m-60{
    margin: 15rem;
  }

  .aboveSmallMobile\:m-64{
    margin: 16rem;
  }

  .aboveSmallMobile\:m-72{
    margin: 18rem;
  }

  .aboveSmallMobile\:m-80{
    margin: 20rem;
  }

  .aboveSmallMobile\:m-96{
    margin: 24rem;
  }

  .aboveSmallMobile\:m-auto{
    margin: auto;
  }

  .aboveSmallMobile\:m-px{
    margin: 1px;
  }

  .aboveSmallMobile\:m-0\.5{
    margin: 0.125rem;
  }

  .aboveSmallMobile\:m-1\.5{
    margin: 0.375rem;
  }

  .aboveSmallMobile\:m-2\.5{
    margin: 0.625rem;
  }

  .aboveSmallMobile\:m-3\.5{
    margin: 0.875rem;
  }

  .aboveSmallMobile\:-m-0{
    margin: 0px;
  }

  .aboveSmallMobile\:-m-1{
    margin: -0.25rem;
  }

  .aboveSmallMobile\:-m-2{
    margin: -0.5rem;
  }

  .aboveSmallMobile\:-m-3{
    margin: -0.75rem;
  }

  .aboveSmallMobile\:-m-4{
    margin: -1rem;
  }

  .aboveSmallMobile\:-m-5{
    margin: -1.25rem;
  }

  .aboveSmallMobile\:-m-6{
    margin: -1.5rem;
  }

  .aboveSmallMobile\:-m-7{
    margin: -1.75rem;
  }

  .aboveSmallMobile\:-m-8{
    margin: -2rem;
  }

  .aboveSmallMobile\:-m-9{
    margin: -2.25rem;
  }

  .aboveSmallMobile\:-m-10{
    margin: -2.5rem;
  }

  .aboveSmallMobile\:-m-11{
    margin: -2.75rem;
  }

  .aboveSmallMobile\:-m-12{
    margin: -3rem;
  }

  .aboveSmallMobile\:-m-14{
    margin: -3.5rem;
  }

  .aboveSmallMobile\:-m-16{
    margin: -4rem;
  }

  .aboveSmallMobile\:-m-20{
    margin: -5rem;
  }

  .aboveSmallMobile\:-m-24{
    margin: -6rem;
  }

  .aboveSmallMobile\:-m-28{
    margin: -7rem;
  }

  .aboveSmallMobile\:-m-32{
    margin: -8rem;
  }

  .aboveSmallMobile\:-m-36{
    margin: -9rem;
  }

  .aboveSmallMobile\:-m-40{
    margin: -10rem;
  }

  .aboveSmallMobile\:-m-44{
    margin: -11rem;
  }

  .aboveSmallMobile\:-m-48{
    margin: -12rem;
  }

  .aboveSmallMobile\:-m-52{
    margin: -13rem;
  }

  .aboveSmallMobile\:-m-56{
    margin: -14rem;
  }

  .aboveSmallMobile\:-m-60{
    margin: -15rem;
  }

  .aboveSmallMobile\:-m-64{
    margin: -16rem;
  }

  .aboveSmallMobile\:-m-72{
    margin: -18rem;
  }

  .aboveSmallMobile\:-m-80{
    margin: -20rem;
  }

  .aboveSmallMobile\:-m-96{
    margin: -24rem;
  }

  .aboveSmallMobile\:-m-px{
    margin: -1px;
  }

  .aboveSmallMobile\:-m-0\.5{
    margin: -0.125rem;
  }

  .aboveSmallMobile\:-m-1\.5{
    margin: -0.375rem;
  }

  .aboveSmallMobile\:-m-2\.5{
    margin: -0.625rem;
  }

  .aboveSmallMobile\:-m-3\.5{
    margin: -0.875rem;
  }

  .aboveSmallMobile\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveSmallMobile\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .aboveSmallMobile\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .aboveSmallMobile\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .aboveSmallMobile\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .aboveSmallMobile\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .aboveSmallMobile\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .aboveSmallMobile\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .aboveSmallMobile\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .aboveSmallMobile\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .aboveSmallMobile\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .aboveSmallMobile\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .aboveSmallMobile\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .aboveSmallMobile\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .aboveSmallMobile\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .aboveSmallMobile\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .aboveSmallMobile\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .aboveSmallMobile\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .aboveSmallMobile\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .aboveSmallMobile\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .aboveSmallMobile\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .aboveSmallMobile\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .aboveSmallMobile\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .aboveSmallMobile\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .aboveSmallMobile\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .aboveSmallMobile\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .aboveSmallMobile\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .aboveSmallMobile\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .aboveSmallMobile\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .aboveSmallMobile\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .aboveSmallMobile\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .aboveSmallMobile\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .aboveSmallMobile\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .aboveSmallMobile\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .aboveSmallMobile\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .aboveSmallMobile\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .aboveSmallMobile\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboveSmallMobile\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .aboveSmallMobile\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .aboveSmallMobile\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .aboveSmallMobile\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .aboveSmallMobile\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .aboveSmallMobile\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .aboveSmallMobile\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .aboveSmallMobile\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .aboveSmallMobile\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .aboveSmallMobile\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .aboveSmallMobile\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .aboveSmallMobile\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .aboveSmallMobile\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .aboveSmallMobile\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .aboveSmallMobile\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .aboveSmallMobile\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .aboveSmallMobile\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .aboveSmallMobile\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .aboveSmallMobile\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .aboveSmallMobile\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .aboveSmallMobile\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .aboveSmallMobile\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .aboveSmallMobile\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .aboveSmallMobile\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .aboveSmallMobile\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .aboveSmallMobile\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .aboveSmallMobile\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .aboveSmallMobile\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .aboveSmallMobile\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .aboveSmallMobile\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .aboveSmallMobile\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .aboveSmallMobile\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .aboveSmallMobile\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .aboveSmallMobile\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .aboveSmallMobile\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveSmallMobile\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .aboveSmallMobile\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .aboveSmallMobile\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .aboveSmallMobile\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .aboveSmallMobile\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .aboveSmallMobile\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .aboveSmallMobile\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .aboveSmallMobile\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .aboveSmallMobile\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .aboveSmallMobile\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .aboveSmallMobile\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .aboveSmallMobile\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .aboveSmallMobile\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .aboveSmallMobile\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .aboveSmallMobile\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .aboveSmallMobile\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .aboveSmallMobile\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .aboveSmallMobile\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .aboveSmallMobile\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .aboveSmallMobile\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .aboveSmallMobile\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .aboveSmallMobile\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .aboveSmallMobile\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .aboveSmallMobile\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .aboveSmallMobile\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .aboveSmallMobile\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .aboveSmallMobile\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .aboveSmallMobile\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .aboveSmallMobile\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .aboveSmallMobile\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .aboveSmallMobile\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .aboveSmallMobile\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .aboveSmallMobile\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .aboveSmallMobile\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .aboveSmallMobile\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .aboveSmallMobile\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboveSmallMobile\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .aboveSmallMobile\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .aboveSmallMobile\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .aboveSmallMobile\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .aboveSmallMobile\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .aboveSmallMobile\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .aboveSmallMobile\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .aboveSmallMobile\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .aboveSmallMobile\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .aboveSmallMobile\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .aboveSmallMobile\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .aboveSmallMobile\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .aboveSmallMobile\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .aboveSmallMobile\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .aboveSmallMobile\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .aboveSmallMobile\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .aboveSmallMobile\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .aboveSmallMobile\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .aboveSmallMobile\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .aboveSmallMobile\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .aboveSmallMobile\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .aboveSmallMobile\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .aboveSmallMobile\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .aboveSmallMobile\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .aboveSmallMobile\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .aboveSmallMobile\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .aboveSmallMobile\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .aboveSmallMobile\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .aboveSmallMobile\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .aboveSmallMobile\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .aboveSmallMobile\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .aboveSmallMobile\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .aboveSmallMobile\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .aboveSmallMobile\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .aboveSmallMobile\:mt-0{
    margin-top: 0px;
  }

  .aboveSmallMobile\:mt-1{
    margin-top: 0.25rem;
  }

  .aboveSmallMobile\:mt-2{
    margin-top: 0.5rem;
  }

  .aboveSmallMobile\:mt-3{
    margin-top: 0.75rem;
  }

  .aboveSmallMobile\:mt-4{
    margin-top: 1rem;
  }

  .aboveSmallMobile\:mt-5{
    margin-top: 1.25rem;
  }

  .aboveSmallMobile\:mt-6{
    margin-top: 1.5rem;
  }

  .aboveSmallMobile\:mt-7{
    margin-top: 1.75rem;
  }

  .aboveSmallMobile\:mt-8{
    margin-top: 2rem;
  }

  .aboveSmallMobile\:mt-9{
    margin-top: 2.25rem;
  }

  .aboveSmallMobile\:mt-10{
    margin-top: 2.5rem;
  }

  .aboveSmallMobile\:mt-11{
    margin-top: 2.75rem;
  }

  .aboveSmallMobile\:mt-12{
    margin-top: 3rem;
  }

  .aboveSmallMobile\:mt-14{
    margin-top: 3.5rem;
  }

  .aboveSmallMobile\:mt-16{
    margin-top: 4rem;
  }

  .aboveSmallMobile\:mt-20{
    margin-top: 5rem;
  }

  .aboveSmallMobile\:mt-24{
    margin-top: 6rem;
  }

  .aboveSmallMobile\:mt-28{
    margin-top: 7rem;
  }

  .aboveSmallMobile\:mt-32{
    margin-top: 8rem;
  }

  .aboveSmallMobile\:mt-36{
    margin-top: 9rem;
  }

  .aboveSmallMobile\:mt-40{
    margin-top: 10rem;
  }

  .aboveSmallMobile\:mt-44{
    margin-top: 11rem;
  }

  .aboveSmallMobile\:mt-48{
    margin-top: 12rem;
  }

  .aboveSmallMobile\:mt-52{
    margin-top: 13rem;
  }

  .aboveSmallMobile\:mt-56{
    margin-top: 14rem;
  }

  .aboveSmallMobile\:mt-60{
    margin-top: 15rem;
  }

  .aboveSmallMobile\:mt-64{
    margin-top: 16rem;
  }

  .aboveSmallMobile\:mt-72{
    margin-top: 18rem;
  }

  .aboveSmallMobile\:mt-80{
    margin-top: 20rem;
  }

  .aboveSmallMobile\:mt-96{
    margin-top: 24rem;
  }

  .aboveSmallMobile\:mt-auto{
    margin-top: auto;
  }

  .aboveSmallMobile\:mt-px{
    margin-top: 1px;
  }

  .aboveSmallMobile\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .aboveSmallMobile\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .aboveSmallMobile\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .aboveSmallMobile\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .aboveSmallMobile\:-mt-0{
    margin-top: 0px;
  }

  .aboveSmallMobile\:-mt-1{
    margin-top: -0.25rem;
  }

  .aboveSmallMobile\:-mt-2{
    margin-top: -0.5rem;
  }

  .aboveSmallMobile\:-mt-3{
    margin-top: -0.75rem;
  }

  .aboveSmallMobile\:-mt-4{
    margin-top: -1rem;
  }

  .aboveSmallMobile\:-mt-5{
    margin-top: -1.25rem;
  }

  .aboveSmallMobile\:-mt-6{
    margin-top: -1.5rem;
  }

  .aboveSmallMobile\:-mt-7{
    margin-top: -1.75rem;
  }

  .aboveSmallMobile\:-mt-8{
    margin-top: -2rem;
  }

  .aboveSmallMobile\:-mt-9{
    margin-top: -2.25rem;
  }

  .aboveSmallMobile\:-mt-10{
    margin-top: -2.5rem;
  }

  .aboveSmallMobile\:-mt-11{
    margin-top: -2.75rem;
  }

  .aboveSmallMobile\:-mt-12{
    margin-top: -3rem;
  }

  .aboveSmallMobile\:-mt-14{
    margin-top: -3.5rem;
  }

  .aboveSmallMobile\:-mt-16{
    margin-top: -4rem;
  }

  .aboveSmallMobile\:-mt-20{
    margin-top: -5rem;
  }

  .aboveSmallMobile\:-mt-24{
    margin-top: -6rem;
  }

  .aboveSmallMobile\:-mt-28{
    margin-top: -7rem;
  }

  .aboveSmallMobile\:-mt-32{
    margin-top: -8rem;
  }

  .aboveSmallMobile\:-mt-36{
    margin-top: -9rem;
  }

  .aboveSmallMobile\:-mt-40{
    margin-top: -10rem;
  }

  .aboveSmallMobile\:-mt-44{
    margin-top: -11rem;
  }

  .aboveSmallMobile\:-mt-48{
    margin-top: -12rem;
  }

  .aboveSmallMobile\:-mt-52{
    margin-top: -13rem;
  }

  .aboveSmallMobile\:-mt-56{
    margin-top: -14rem;
  }

  .aboveSmallMobile\:-mt-60{
    margin-top: -15rem;
  }

  .aboveSmallMobile\:-mt-64{
    margin-top: -16rem;
  }

  .aboveSmallMobile\:-mt-72{
    margin-top: -18rem;
  }

  .aboveSmallMobile\:-mt-80{
    margin-top: -20rem;
  }

  .aboveSmallMobile\:-mt-96{
    margin-top: -24rem;
  }

  .aboveSmallMobile\:-mt-px{
    margin-top: -1px;
  }

  .aboveSmallMobile\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .aboveSmallMobile\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .aboveSmallMobile\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .aboveSmallMobile\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .aboveSmallMobile\:mr-0{
    margin-right: 0px;
  }

  .aboveSmallMobile\:mr-1{
    margin-right: 0.25rem;
  }

  .aboveSmallMobile\:mr-2{
    margin-right: 0.5rem;
  }

  .aboveSmallMobile\:mr-3{
    margin-right: 0.75rem;
  }

  .aboveSmallMobile\:mr-4{
    margin-right: 1rem;
  }

  .aboveSmallMobile\:mr-5{
    margin-right: 1.25rem;
  }

  .aboveSmallMobile\:mr-6{
    margin-right: 1.5rem;
  }

  .aboveSmallMobile\:mr-7{
    margin-right: 1.75rem;
  }

  .aboveSmallMobile\:mr-8{
    margin-right: 2rem;
  }

  .aboveSmallMobile\:mr-9{
    margin-right: 2.25rem;
  }

  .aboveSmallMobile\:mr-10{
    margin-right: 2.5rem;
  }

  .aboveSmallMobile\:mr-11{
    margin-right: 2.75rem;
  }

  .aboveSmallMobile\:mr-12{
    margin-right: 3rem;
  }

  .aboveSmallMobile\:mr-14{
    margin-right: 3.5rem;
  }

  .aboveSmallMobile\:mr-16{
    margin-right: 4rem;
  }

  .aboveSmallMobile\:mr-20{
    margin-right: 5rem;
  }

  .aboveSmallMobile\:mr-24{
    margin-right: 6rem;
  }

  .aboveSmallMobile\:mr-28{
    margin-right: 7rem;
  }

  .aboveSmallMobile\:mr-32{
    margin-right: 8rem;
  }

  .aboveSmallMobile\:mr-36{
    margin-right: 9rem;
  }

  .aboveSmallMobile\:mr-40{
    margin-right: 10rem;
  }

  .aboveSmallMobile\:mr-44{
    margin-right: 11rem;
  }

  .aboveSmallMobile\:mr-48{
    margin-right: 12rem;
  }

  .aboveSmallMobile\:mr-52{
    margin-right: 13rem;
  }

  .aboveSmallMobile\:mr-56{
    margin-right: 14rem;
  }

  .aboveSmallMobile\:mr-60{
    margin-right: 15rem;
  }

  .aboveSmallMobile\:mr-64{
    margin-right: 16rem;
  }

  .aboveSmallMobile\:mr-72{
    margin-right: 18rem;
  }

  .aboveSmallMobile\:mr-80{
    margin-right: 20rem;
  }

  .aboveSmallMobile\:mr-96{
    margin-right: 24rem;
  }

  .aboveSmallMobile\:mr-auto{
    margin-right: auto;
  }

  .aboveSmallMobile\:mr-px{
    margin-right: 1px;
  }

  .aboveSmallMobile\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .aboveSmallMobile\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .aboveSmallMobile\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .aboveSmallMobile\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .aboveSmallMobile\:-mr-0{
    margin-right: 0px;
  }

  .aboveSmallMobile\:-mr-1{
    margin-right: -0.25rem;
  }

  .aboveSmallMobile\:-mr-2{
    margin-right: -0.5rem;
  }

  .aboveSmallMobile\:-mr-3{
    margin-right: -0.75rem;
  }

  .aboveSmallMobile\:-mr-4{
    margin-right: -1rem;
  }

  .aboveSmallMobile\:-mr-5{
    margin-right: -1.25rem;
  }

  .aboveSmallMobile\:-mr-6{
    margin-right: -1.5rem;
  }

  .aboveSmallMobile\:-mr-7{
    margin-right: -1.75rem;
  }

  .aboveSmallMobile\:-mr-8{
    margin-right: -2rem;
  }

  .aboveSmallMobile\:-mr-9{
    margin-right: -2.25rem;
  }

  .aboveSmallMobile\:-mr-10{
    margin-right: -2.5rem;
  }

  .aboveSmallMobile\:-mr-11{
    margin-right: -2.75rem;
  }

  .aboveSmallMobile\:-mr-12{
    margin-right: -3rem;
  }

  .aboveSmallMobile\:-mr-14{
    margin-right: -3.5rem;
  }

  .aboveSmallMobile\:-mr-16{
    margin-right: -4rem;
  }

  .aboveSmallMobile\:-mr-20{
    margin-right: -5rem;
  }

  .aboveSmallMobile\:-mr-24{
    margin-right: -6rem;
  }

  .aboveSmallMobile\:-mr-28{
    margin-right: -7rem;
  }

  .aboveSmallMobile\:-mr-32{
    margin-right: -8rem;
  }

  .aboveSmallMobile\:-mr-36{
    margin-right: -9rem;
  }

  .aboveSmallMobile\:-mr-40{
    margin-right: -10rem;
  }

  .aboveSmallMobile\:-mr-44{
    margin-right: -11rem;
  }

  .aboveSmallMobile\:-mr-48{
    margin-right: -12rem;
  }

  .aboveSmallMobile\:-mr-52{
    margin-right: -13rem;
  }

  .aboveSmallMobile\:-mr-56{
    margin-right: -14rem;
  }

  .aboveSmallMobile\:-mr-60{
    margin-right: -15rem;
  }

  .aboveSmallMobile\:-mr-64{
    margin-right: -16rem;
  }

  .aboveSmallMobile\:-mr-72{
    margin-right: -18rem;
  }

  .aboveSmallMobile\:-mr-80{
    margin-right: -20rem;
  }

  .aboveSmallMobile\:-mr-96{
    margin-right: -24rem;
  }

  .aboveSmallMobile\:-mr-px{
    margin-right: -1px;
  }

  .aboveSmallMobile\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .aboveSmallMobile\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .aboveSmallMobile\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .aboveSmallMobile\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .aboveSmallMobile\:mb-0{
    margin-bottom: 0px;
  }

  .aboveSmallMobile\:mb-1{
    margin-bottom: 0.25rem;
  }

  .aboveSmallMobile\:mb-2{
    margin-bottom: 0.5rem;
  }

  .aboveSmallMobile\:mb-3{
    margin-bottom: 0.75rem;
  }

  .aboveSmallMobile\:mb-4{
    margin-bottom: 1rem;
  }

  .aboveSmallMobile\:mb-5{
    margin-bottom: 1.25rem;
  }

  .aboveSmallMobile\:mb-6{
    margin-bottom: 1.5rem;
  }

  .aboveSmallMobile\:mb-7{
    margin-bottom: 1.75rem;
  }

  .aboveSmallMobile\:mb-8{
    margin-bottom: 2rem;
  }

  .aboveSmallMobile\:mb-9{
    margin-bottom: 2.25rem;
  }

  .aboveSmallMobile\:mb-10{
    margin-bottom: 2.5rem;
  }

  .aboveSmallMobile\:mb-11{
    margin-bottom: 2.75rem;
  }

  .aboveSmallMobile\:mb-12{
    margin-bottom: 3rem;
  }

  .aboveSmallMobile\:mb-14{
    margin-bottom: 3.5rem;
  }

  .aboveSmallMobile\:mb-16{
    margin-bottom: 4rem;
  }

  .aboveSmallMobile\:mb-20{
    margin-bottom: 5rem;
  }

  .aboveSmallMobile\:mb-24{
    margin-bottom: 6rem;
  }

  .aboveSmallMobile\:mb-28{
    margin-bottom: 7rem;
  }

  .aboveSmallMobile\:mb-32{
    margin-bottom: 8rem;
  }

  .aboveSmallMobile\:mb-36{
    margin-bottom: 9rem;
  }

  .aboveSmallMobile\:mb-40{
    margin-bottom: 10rem;
  }

  .aboveSmallMobile\:mb-44{
    margin-bottom: 11rem;
  }

  .aboveSmallMobile\:mb-48{
    margin-bottom: 12rem;
  }

  .aboveSmallMobile\:mb-52{
    margin-bottom: 13rem;
  }

  .aboveSmallMobile\:mb-56{
    margin-bottom: 14rem;
  }

  .aboveSmallMobile\:mb-60{
    margin-bottom: 15rem;
  }

  .aboveSmallMobile\:mb-64{
    margin-bottom: 16rem;
  }

  .aboveSmallMobile\:mb-72{
    margin-bottom: 18rem;
  }

  .aboveSmallMobile\:mb-80{
    margin-bottom: 20rem;
  }

  .aboveSmallMobile\:mb-96{
    margin-bottom: 24rem;
  }

  .aboveSmallMobile\:mb-auto{
    margin-bottom: auto;
  }

  .aboveSmallMobile\:mb-px{
    margin-bottom: 1px;
  }

  .aboveSmallMobile\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .aboveSmallMobile\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .aboveSmallMobile\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .aboveSmallMobile\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .aboveSmallMobile\:-mb-0{
    margin-bottom: 0px;
  }

  .aboveSmallMobile\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .aboveSmallMobile\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .aboveSmallMobile\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .aboveSmallMobile\:-mb-4{
    margin-bottom: -1rem;
  }

  .aboveSmallMobile\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .aboveSmallMobile\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .aboveSmallMobile\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .aboveSmallMobile\:-mb-8{
    margin-bottom: -2rem;
  }

  .aboveSmallMobile\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .aboveSmallMobile\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .aboveSmallMobile\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .aboveSmallMobile\:-mb-12{
    margin-bottom: -3rem;
  }

  .aboveSmallMobile\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .aboveSmallMobile\:-mb-16{
    margin-bottom: -4rem;
  }

  .aboveSmallMobile\:-mb-20{
    margin-bottom: -5rem;
  }

  .aboveSmallMobile\:-mb-24{
    margin-bottom: -6rem;
  }

  .aboveSmallMobile\:-mb-28{
    margin-bottom: -7rem;
  }

  .aboveSmallMobile\:-mb-32{
    margin-bottom: -8rem;
  }

  .aboveSmallMobile\:-mb-36{
    margin-bottom: -9rem;
  }

  .aboveSmallMobile\:-mb-40{
    margin-bottom: -10rem;
  }

  .aboveSmallMobile\:-mb-44{
    margin-bottom: -11rem;
  }

  .aboveSmallMobile\:-mb-48{
    margin-bottom: -12rem;
  }

  .aboveSmallMobile\:-mb-52{
    margin-bottom: -13rem;
  }

  .aboveSmallMobile\:-mb-56{
    margin-bottom: -14rem;
  }

  .aboveSmallMobile\:-mb-60{
    margin-bottom: -15rem;
  }

  .aboveSmallMobile\:-mb-64{
    margin-bottom: -16rem;
  }

  .aboveSmallMobile\:-mb-72{
    margin-bottom: -18rem;
  }

  .aboveSmallMobile\:-mb-80{
    margin-bottom: -20rem;
  }

  .aboveSmallMobile\:-mb-96{
    margin-bottom: -24rem;
  }

  .aboveSmallMobile\:-mb-px{
    margin-bottom: -1px;
  }

  .aboveSmallMobile\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .aboveSmallMobile\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .aboveSmallMobile\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .aboveSmallMobile\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .aboveSmallMobile\:ml-0{
    margin-left: 0px;
  }

  .aboveSmallMobile\:ml-1{
    margin-left: 0.25rem;
  }

  .aboveSmallMobile\:ml-2{
    margin-left: 0.5rem;
  }

  .aboveSmallMobile\:ml-3{
    margin-left: 0.75rem;
  }

  .aboveSmallMobile\:ml-4{
    margin-left: 1rem;
  }

  .aboveSmallMobile\:ml-5{
    margin-left: 1.25rem;
  }

  .aboveSmallMobile\:ml-6{
    margin-left: 1.5rem;
  }

  .aboveSmallMobile\:ml-7{
    margin-left: 1.75rem;
  }

  .aboveSmallMobile\:ml-8{
    margin-left: 2rem;
  }

  .aboveSmallMobile\:ml-9{
    margin-left: 2.25rem;
  }

  .aboveSmallMobile\:ml-10{
    margin-left: 2.5rem;
  }

  .aboveSmallMobile\:ml-11{
    margin-left: 2.75rem;
  }

  .aboveSmallMobile\:ml-12{
    margin-left: 3rem;
  }

  .aboveSmallMobile\:ml-14{
    margin-left: 3.5rem;
  }

  .aboveSmallMobile\:ml-16{
    margin-left: 4rem;
  }

  .aboveSmallMobile\:ml-20{
    margin-left: 5rem;
  }

  .aboveSmallMobile\:ml-24{
    margin-left: 6rem;
  }

  .aboveSmallMobile\:ml-28{
    margin-left: 7rem;
  }

  .aboveSmallMobile\:ml-32{
    margin-left: 8rem;
  }

  .aboveSmallMobile\:ml-36{
    margin-left: 9rem;
  }

  .aboveSmallMobile\:ml-40{
    margin-left: 10rem;
  }

  .aboveSmallMobile\:ml-44{
    margin-left: 11rem;
  }

  .aboveSmallMobile\:ml-48{
    margin-left: 12rem;
  }

  .aboveSmallMobile\:ml-52{
    margin-left: 13rem;
  }

  .aboveSmallMobile\:ml-56{
    margin-left: 14rem;
  }

  .aboveSmallMobile\:ml-60{
    margin-left: 15rem;
  }

  .aboveSmallMobile\:ml-64{
    margin-left: 16rem;
  }

  .aboveSmallMobile\:ml-72{
    margin-left: 18rem;
  }

  .aboveSmallMobile\:ml-80{
    margin-left: 20rem;
  }

  .aboveSmallMobile\:ml-96{
    margin-left: 24rem;
  }

  .aboveSmallMobile\:ml-auto{
    margin-left: auto;
  }

  .aboveSmallMobile\:ml-px{
    margin-left: 1px;
  }

  .aboveSmallMobile\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .aboveSmallMobile\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .aboveSmallMobile\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .aboveSmallMobile\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .aboveSmallMobile\:-ml-0{
    margin-left: 0px;
  }

  .aboveSmallMobile\:-ml-1{
    margin-left: -0.25rem;
  }

  .aboveSmallMobile\:-ml-2{
    margin-left: -0.5rem;
  }

  .aboveSmallMobile\:-ml-3{
    margin-left: -0.75rem;
  }

  .aboveSmallMobile\:-ml-4{
    margin-left: -1rem;
  }

  .aboveSmallMobile\:-ml-5{
    margin-left: -1.25rem;
  }

  .aboveSmallMobile\:-ml-6{
    margin-left: -1.5rem;
  }

  .aboveSmallMobile\:-ml-7{
    margin-left: -1.75rem;
  }

  .aboveSmallMobile\:-ml-8{
    margin-left: -2rem;
  }

  .aboveSmallMobile\:-ml-9{
    margin-left: -2.25rem;
  }

  .aboveSmallMobile\:-ml-10{
    margin-left: -2.5rem;
  }

  .aboveSmallMobile\:-ml-11{
    margin-left: -2.75rem;
  }

  .aboveSmallMobile\:-ml-12{
    margin-left: -3rem;
  }

  .aboveSmallMobile\:-ml-14{
    margin-left: -3.5rem;
  }

  .aboveSmallMobile\:-ml-16{
    margin-left: -4rem;
  }

  .aboveSmallMobile\:-ml-20{
    margin-left: -5rem;
  }

  .aboveSmallMobile\:-ml-24{
    margin-left: -6rem;
  }

  .aboveSmallMobile\:-ml-28{
    margin-left: -7rem;
  }

  .aboveSmallMobile\:-ml-32{
    margin-left: -8rem;
  }

  .aboveSmallMobile\:-ml-36{
    margin-left: -9rem;
  }

  .aboveSmallMobile\:-ml-40{
    margin-left: -10rem;
  }

  .aboveSmallMobile\:-ml-44{
    margin-left: -11rem;
  }

  .aboveSmallMobile\:-ml-48{
    margin-left: -12rem;
  }

  .aboveSmallMobile\:-ml-52{
    margin-left: -13rem;
  }

  .aboveSmallMobile\:-ml-56{
    margin-left: -14rem;
  }

  .aboveSmallMobile\:-ml-60{
    margin-left: -15rem;
  }

  .aboveSmallMobile\:-ml-64{
    margin-left: -16rem;
  }

  .aboveSmallMobile\:-ml-72{
    margin-left: -18rem;
  }

  .aboveSmallMobile\:-ml-80{
    margin-left: -20rem;
  }

  .aboveSmallMobile\:-ml-96{
    margin-left: -24rem;
  }

  .aboveSmallMobile\:-ml-px{
    margin-left: -1px;
  }

  .aboveSmallMobile\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .aboveSmallMobile\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .aboveSmallMobile\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .aboveSmallMobile\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .aboveSmallMobile\:box-border{
    box-sizing: border-box;
  }

  .aboveSmallMobile\:box-content{
    box-sizing: content-box;
  }

  .aboveSmallMobile\:block{
    display: block;
  }

  .aboveSmallMobile\:inline-block{
    display: inline-block;
  }

  .aboveSmallMobile\:inline{
    display: inline;
  }

  .aboveSmallMobile\:flex{
    display: flex;
  }

  .aboveSmallMobile\:inline-flex{
    display: inline-flex;
  }

  .aboveSmallMobile\:table{
    display: table;
  }

  .aboveSmallMobile\:inline-table{
    display: inline-table;
  }

  .aboveSmallMobile\:table-caption{
    display: table-caption;
  }

  .aboveSmallMobile\:table-cell{
    display: table-cell;
  }

  .aboveSmallMobile\:table-column{
    display: table-column;
  }

  .aboveSmallMobile\:table-column-group{
    display: table-column-group;
  }

  .aboveSmallMobile\:table-footer-group{
    display: table-footer-group;
  }

  .aboveSmallMobile\:table-header-group{
    display: table-header-group;
  }

  .aboveSmallMobile\:table-row-group{
    display: table-row-group;
  }

  .aboveSmallMobile\:table-row{
    display: table-row;
  }

  .aboveSmallMobile\:flow-root{
    display: flow-root;
  }

  .aboveSmallMobile\:grid{
    display: grid;
  }

  .aboveSmallMobile\:inline-grid{
    display: inline-grid;
  }

  .aboveSmallMobile\:contents{
    display: contents;
  }

  .aboveSmallMobile\:list-item{
    display: list-item;
  }

  .aboveSmallMobile\:hidden{
    display: none;
  }

  .aboveSmallMobile\:h-0{
    height: 0px;
  }

  .aboveSmallMobile\:h-1{
    height: 0.25rem;
  }

  .aboveSmallMobile\:h-2{
    height: 0.5rem;
  }

  .aboveSmallMobile\:h-3{
    height: 0.75rem;
  }

  .aboveSmallMobile\:h-4{
    height: 1rem;
  }

  .aboveSmallMobile\:h-5{
    height: 1.25rem;
  }

  .aboveSmallMobile\:h-6{
    height: 1.5rem;
  }

  .aboveSmallMobile\:h-7{
    height: 1.75rem;
  }

  .aboveSmallMobile\:h-8{
    height: 2rem;
  }

  .aboveSmallMobile\:h-9{
    height: 2.25rem;
  }

  .aboveSmallMobile\:h-10{
    height: 2.5rem;
  }

  .aboveSmallMobile\:h-11{
    height: 2.75rem;
  }

  .aboveSmallMobile\:h-12{
    height: 3rem;
  }

  .aboveSmallMobile\:h-14{
    height: 3.5rem;
  }

  .aboveSmallMobile\:h-16{
    height: 4rem;
  }

  .aboveSmallMobile\:h-20{
    height: 5rem;
  }

  .aboveSmallMobile\:h-24{
    height: 6rem;
  }

  .aboveSmallMobile\:h-28{
    height: 7rem;
  }

  .aboveSmallMobile\:h-32{
    height: 8rem;
  }

  .aboveSmallMobile\:h-36{
    height: 9rem;
  }

  .aboveSmallMobile\:h-40{
    height: 10rem;
  }

  .aboveSmallMobile\:h-44{
    height: 11rem;
  }

  .aboveSmallMobile\:h-48{
    height: 12rem;
  }

  .aboveSmallMobile\:h-52{
    height: 13rem;
  }

  .aboveSmallMobile\:h-56{
    height: 14rem;
  }

  .aboveSmallMobile\:h-60{
    height: 15rem;
  }

  .aboveSmallMobile\:h-64{
    height: 16rem;
  }

  .aboveSmallMobile\:h-72{
    height: 18rem;
  }

  .aboveSmallMobile\:h-80{
    height: 20rem;
  }

  .aboveSmallMobile\:h-96{
    height: 24rem;
  }

  .aboveSmallMobile\:h-auto{
    height: auto;
  }

  .aboveSmallMobile\:h-px{
    height: 1px;
  }

  .aboveSmallMobile\:h-0\.5{
    height: 0.125rem;
  }

  .aboveSmallMobile\:h-1\.5{
    height: 0.375rem;
  }

  .aboveSmallMobile\:h-2\.5{
    height: 0.625rem;
  }

  .aboveSmallMobile\:h-3\.5{
    height: 0.875rem;
  }

  .aboveSmallMobile\:h-1\/2{
    height: 50%;
  }

  .aboveSmallMobile\:h-1\/3{
    height: 33.333333%;
  }

  .aboveSmallMobile\:h-2\/3{
    height: 66.666667%;
  }

  .aboveSmallMobile\:h-1\/4{
    height: 25%;
  }

  .aboveSmallMobile\:h-2\/4{
    height: 50%;
  }

  .aboveSmallMobile\:h-3\/4{
    height: 75%;
  }

  .aboveSmallMobile\:h-1\/5{
    height: 20%;
  }

  .aboveSmallMobile\:h-2\/5{
    height: 40%;
  }

  .aboveSmallMobile\:h-3\/5{
    height: 60%;
  }

  .aboveSmallMobile\:h-4\/5{
    height: 80%;
  }

  .aboveSmallMobile\:h-1\/6{
    height: 16.666667%;
  }

  .aboveSmallMobile\:h-2\/6{
    height: 33.333333%;
  }

  .aboveSmallMobile\:h-3\/6{
    height: 50%;
  }

  .aboveSmallMobile\:h-4\/6{
    height: 66.666667%;
  }

  .aboveSmallMobile\:h-5\/6{
    height: 83.333333%;
  }

  .aboveSmallMobile\:h-full{
    height: 100%;
  }

  .aboveSmallMobile\:h-screen{
    height: 100vh;
  }

  .aboveSmallMobile\:max-h-0{
    max-height: 0px;
  }

  .aboveSmallMobile\:max-h-1{
    max-height: 0.25rem;
  }

  .aboveSmallMobile\:max-h-2{
    max-height: 0.5rem;
  }

  .aboveSmallMobile\:max-h-3{
    max-height: 0.75rem;
  }

  .aboveSmallMobile\:max-h-4{
    max-height: 1rem;
  }

  .aboveSmallMobile\:max-h-5{
    max-height: 1.25rem;
  }

  .aboveSmallMobile\:max-h-6{
    max-height: 1.5rem;
  }

  .aboveSmallMobile\:max-h-7{
    max-height: 1.75rem;
  }

  .aboveSmallMobile\:max-h-8{
    max-height: 2rem;
  }

  .aboveSmallMobile\:max-h-9{
    max-height: 2.25rem;
  }

  .aboveSmallMobile\:max-h-10{
    max-height: 2.5rem;
  }

  .aboveSmallMobile\:max-h-11{
    max-height: 2.75rem;
  }

  .aboveSmallMobile\:max-h-12{
    max-height: 3rem;
  }

  .aboveSmallMobile\:max-h-14{
    max-height: 3.5rem;
  }

  .aboveSmallMobile\:max-h-16{
    max-height: 4rem;
  }

  .aboveSmallMobile\:max-h-20{
    max-height: 5rem;
  }

  .aboveSmallMobile\:max-h-24{
    max-height: 6rem;
  }

  .aboveSmallMobile\:max-h-28{
    max-height: 7rem;
  }

  .aboveSmallMobile\:max-h-32{
    max-height: 8rem;
  }

  .aboveSmallMobile\:max-h-36{
    max-height: 9rem;
  }

  .aboveSmallMobile\:max-h-40{
    max-height: 10rem;
  }

  .aboveSmallMobile\:max-h-44{
    max-height: 11rem;
  }

  .aboveSmallMobile\:max-h-48{
    max-height: 12rem;
  }

  .aboveSmallMobile\:max-h-52{
    max-height: 13rem;
  }

  .aboveSmallMobile\:max-h-56{
    max-height: 14rem;
  }

  .aboveSmallMobile\:max-h-60{
    max-height: 15rem;
  }

  .aboveSmallMobile\:max-h-64{
    max-height: 16rem;
  }

  .aboveSmallMobile\:max-h-72{
    max-height: 18rem;
  }

  .aboveSmallMobile\:max-h-80{
    max-height: 20rem;
  }

  .aboveSmallMobile\:max-h-96{
    max-height: 24rem;
  }

  .aboveSmallMobile\:max-h-px{
    max-height: 1px;
  }

  .aboveSmallMobile\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .aboveSmallMobile\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .aboveSmallMobile\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .aboveSmallMobile\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .aboveSmallMobile\:max-h-full{
    max-height: 100%;
  }

  .aboveSmallMobile\:max-h-screen{
    max-height: 100vh;
  }

  .aboveSmallMobile\:min-h-0{
    min-height: 0px;
  }

  .aboveSmallMobile\:min-h-full{
    min-height: 100%;
  }

  .aboveSmallMobile\:min-h-screen{
    min-height: 100vh;
  }

  .aboveSmallMobile\:w-0{
    width: 0px;
  }

  .aboveSmallMobile\:w-1{
    width: 0.25rem;
  }

  .aboveSmallMobile\:w-2{
    width: 0.5rem;
  }

  .aboveSmallMobile\:w-3{
    width: 0.75rem;
  }

  .aboveSmallMobile\:w-4{
    width: 1rem;
  }

  .aboveSmallMobile\:w-5{
    width: 1.25rem;
  }

  .aboveSmallMobile\:w-6{
    width: 1.5rem;
  }

  .aboveSmallMobile\:w-7{
    width: 1.75rem;
  }

  .aboveSmallMobile\:w-8{
    width: 2rem;
  }

  .aboveSmallMobile\:w-9{
    width: 2.25rem;
  }

  .aboveSmallMobile\:w-10{
    width: 2.5rem;
  }

  .aboveSmallMobile\:w-11{
    width: 2.75rem;
  }

  .aboveSmallMobile\:w-12{
    width: 3rem;
  }

  .aboveSmallMobile\:w-14{
    width: 3.5rem;
  }

  .aboveSmallMobile\:w-16{
    width: 4rem;
  }

  .aboveSmallMobile\:w-20{
    width: 5rem;
  }

  .aboveSmallMobile\:w-24{
    width: 6rem;
  }

  .aboveSmallMobile\:w-28{
    width: 7rem;
  }

  .aboveSmallMobile\:w-32{
    width: 8rem;
  }

  .aboveSmallMobile\:w-36{
    width: 9rem;
  }

  .aboveSmallMobile\:w-40{
    width: 10rem;
  }

  .aboveSmallMobile\:w-44{
    width: 11rem;
  }

  .aboveSmallMobile\:w-48{
    width: 12rem;
  }

  .aboveSmallMobile\:w-52{
    width: 13rem;
  }

  .aboveSmallMobile\:w-56{
    width: 14rem;
  }

  .aboveSmallMobile\:w-60{
    width: 15rem;
  }

  .aboveSmallMobile\:w-64{
    width: 16rem;
  }

  .aboveSmallMobile\:w-72{
    width: 18rem;
  }

  .aboveSmallMobile\:w-80{
    width: 20rem;
  }

  .aboveSmallMobile\:w-96{
    width: 24rem;
  }

  .aboveSmallMobile\:w-auto{
    width: auto;
  }

  .aboveSmallMobile\:w-px{
    width: 1px;
  }

  .aboveSmallMobile\:w-0\.5{
    width: 0.125rem;
  }

  .aboveSmallMobile\:w-1\.5{
    width: 0.375rem;
  }

  .aboveSmallMobile\:w-2\.5{
    width: 0.625rem;
  }

  .aboveSmallMobile\:w-3\.5{
    width: 0.875rem;
  }

  .aboveSmallMobile\:w-1\/2{
    width: 50%;
  }

  .aboveSmallMobile\:w-1\/3{
    width: 33.333333%;
  }

  .aboveSmallMobile\:w-2\/3{
    width: 66.666667%;
  }

  .aboveSmallMobile\:w-1\/4{
    width: 25%;
  }

  .aboveSmallMobile\:w-2\/4{
    width: 50%;
  }

  .aboveSmallMobile\:w-3\/4{
    width: 75%;
  }

  .aboveSmallMobile\:w-1\/5{
    width: 20%;
  }

  .aboveSmallMobile\:w-2\/5{
    width: 40%;
  }

  .aboveSmallMobile\:w-3\/5{
    width: 60%;
  }

  .aboveSmallMobile\:w-4\/5{
    width: 80%;
  }

  .aboveSmallMobile\:w-1\/6{
    width: 16.666667%;
  }

  .aboveSmallMobile\:w-2\/6{
    width: 33.333333%;
  }

  .aboveSmallMobile\:w-3\/6{
    width: 50%;
  }

  .aboveSmallMobile\:w-4\/6{
    width: 66.666667%;
  }

  .aboveSmallMobile\:w-5\/6{
    width: 83.333333%;
  }

  .aboveSmallMobile\:w-1\/12{
    width: 8.333333%;
  }

  .aboveSmallMobile\:w-2\/12{
    width: 16.666667%;
  }

  .aboveSmallMobile\:w-3\/12{
    width: 25%;
  }

  .aboveSmallMobile\:w-4\/12{
    width: 33.333333%;
  }

  .aboveSmallMobile\:w-5\/12{
    width: 41.666667%;
  }

  .aboveSmallMobile\:w-6\/12{
    width: 50%;
  }

  .aboveSmallMobile\:w-7\/12{
    width: 58.333333%;
  }

  .aboveSmallMobile\:w-8\/12{
    width: 66.666667%;
  }

  .aboveSmallMobile\:w-9\/12{
    width: 75%;
  }

  .aboveSmallMobile\:w-10\/12{
    width: 83.333333%;
  }

  .aboveSmallMobile\:w-11\/12{
    width: 91.666667%;
  }

  .aboveSmallMobile\:w-full{
    width: 100%;
  }

  .aboveSmallMobile\:w-screen{
    width: 100vw;
  }

  .aboveSmallMobile\:w-min{
    width: -moz-min-content;
    width: min-content;
  }

  .aboveSmallMobile\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .aboveSmallMobile\:min-w-0{
    min-width: 0px;
  }

  .aboveSmallMobile\:min-w-full{
    min-width: 100%;
  }

  .aboveSmallMobile\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .aboveSmallMobile\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .aboveSmallMobile\:max-w-0{
    max-width: 0rem;
  }

  .aboveSmallMobile\:max-w-none{
    max-width: none;
  }

  .aboveSmallMobile\:max-w-xs{
    max-width: 20rem;
  }

  .aboveSmallMobile\:max-w-sm{
    max-width: 24rem;
  }

  .aboveSmallMobile\:max-w-md{
    max-width: 28rem;
  }

  .aboveSmallMobile\:max-w-lg{
    max-width: 32rem;
  }

  .aboveSmallMobile\:max-w-xl{
    max-width: 36rem;
  }

  .aboveSmallMobile\:max-w-2xl{
    max-width: 42rem;
  }

  .aboveSmallMobile\:max-w-3xl{
    max-width: 48rem;
  }

  .aboveSmallMobile\:max-w-4xl{
    max-width: 56rem;
  }

  .aboveSmallMobile\:max-w-5xl{
    max-width: 64rem;
  }

  .aboveSmallMobile\:max-w-6xl{
    max-width: 72rem;
  }

  .aboveSmallMobile\:max-w-7xl{
    max-width: 80rem;
  }

  .aboveSmallMobile\:max-w-full{
    max-width: 100%;
  }

  .aboveSmallMobile\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .aboveSmallMobile\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .aboveSmallMobile\:max-w-prose{
    max-width: 65ch;
  }

  .aboveSmallMobile\:max-w-screen-sm{
    max-width: 640px;
  }

  .aboveSmallMobile\:max-w-screen-md{
    max-width: 768px;
  }

  .aboveSmallMobile\:max-w-screen-lg{
    max-width: 1024px;
  }

  .aboveSmallMobile\:max-w-screen-xl{
    max-width: 1280px;
  }

  .aboveSmallMobile\:max-w-screen-2xl{
    max-width: 1536px;
  }

  .aboveSmallMobile\:flex-1{
    flex: 1 1 0%;
  }

  .aboveSmallMobile\:flex-auto{
    flex: 1 1 auto;
  }

  .aboveSmallMobile\:flex-initial{
    flex: 0 1 auto;
  }

  .aboveSmallMobile\:flex-none{
    flex: none;
  }

  .aboveSmallMobile\:flex-shrink-0{
    flex-shrink: 0;
  }

  .aboveSmallMobile\:flex-shrink{
    flex-shrink: 1;
  }

  .aboveSmallMobile\:flex-grow-0{
    flex-grow: 0;
  }

  .aboveSmallMobile\:flex-grow{
    flex-grow: 1;
  }

  .aboveSmallMobile\:table-auto{
    table-layout: auto;
  }

  .aboveSmallMobile\:table-fixed{
    table-layout: fixed;
  }

  .aboveSmallMobile\:border-collapse{
    border-collapse: collapse;
  }

  .aboveSmallMobile\:border-separate{
    border-collapse: separate;
  }

  .aboveSmallMobile\:origin-center{
    transform-origin: center;
  }

  .aboveSmallMobile\:origin-top{
    transform-origin: top;
  }

  .aboveSmallMobile\:origin-top-right{
    transform-origin: top right;
  }

  .aboveSmallMobile\:origin-right{
    transform-origin: right;
  }

  .aboveSmallMobile\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .aboveSmallMobile\:origin-bottom{
    transform-origin: bottom;
  }

  .aboveSmallMobile\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .aboveSmallMobile\:origin-left{
    transform-origin: left;
  }

  .aboveSmallMobile\:origin-top-left{
    transform-origin: top left;
  }

  .aboveSmallMobile\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveSmallMobile\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .aboveSmallMobile\:transform-none{
    transform: none;
  }

  .aboveSmallMobile\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveSmallMobile\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .aboveSmallMobile\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .aboveSmallMobile\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .aboveSmallMobile\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .aboveSmallMobile\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .aboveSmallMobile\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .aboveSmallMobile\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .aboveSmallMobile\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .aboveSmallMobile\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .aboveSmallMobile\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .aboveSmallMobile\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .aboveSmallMobile\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .aboveSmallMobile\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .aboveSmallMobile\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .aboveSmallMobile\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .aboveSmallMobile\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .aboveSmallMobile\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .aboveSmallMobile\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .aboveSmallMobile\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .aboveSmallMobile\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .aboveSmallMobile\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .aboveSmallMobile\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .aboveSmallMobile\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .aboveSmallMobile\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .aboveSmallMobile\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .aboveSmallMobile\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .aboveSmallMobile\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .aboveSmallMobile\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .aboveSmallMobile\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .aboveSmallMobile\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .aboveSmallMobile\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .aboveSmallMobile\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .aboveSmallMobile\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .aboveSmallMobile\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .aboveSmallMobile\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .aboveSmallMobile\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .aboveSmallMobile\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .aboveSmallMobile\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .aboveSmallMobile\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .aboveSmallMobile\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .aboveSmallMobile\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .aboveSmallMobile\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .aboveSmallMobile\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .aboveSmallMobile\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .aboveSmallMobile\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .aboveSmallMobile\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .aboveSmallMobile\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .aboveSmallMobile\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .aboveSmallMobile\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .aboveSmallMobile\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .aboveSmallMobile\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .aboveSmallMobile\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .aboveSmallMobile\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .aboveSmallMobile\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .aboveSmallMobile\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .aboveSmallMobile\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .aboveSmallMobile\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .aboveSmallMobile\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .aboveSmallMobile\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .aboveSmallMobile\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .aboveSmallMobile\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .aboveSmallMobile\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .aboveSmallMobile\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .aboveSmallMobile\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .aboveSmallMobile\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .aboveSmallMobile\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .aboveSmallMobile\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .aboveSmallMobile\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .aboveSmallMobile\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .aboveSmallMobile\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .aboveSmallMobile\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .aboveSmallMobile\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .aboveSmallMobile\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .aboveSmallMobile\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .aboveSmallMobile\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .aboveSmallMobile\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .aboveSmallMobile\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .aboveSmallMobile\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .aboveSmallMobile\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .aboveSmallMobile\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .aboveSmallMobile\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .aboveSmallMobile\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .aboveSmallMobile\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .aboveSmallMobile\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveSmallMobile\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .aboveSmallMobile\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .aboveSmallMobile\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .aboveSmallMobile\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .aboveSmallMobile\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .aboveSmallMobile\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .aboveSmallMobile\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .aboveSmallMobile\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .aboveSmallMobile\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .aboveSmallMobile\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .aboveSmallMobile\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .aboveSmallMobile\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .aboveSmallMobile\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .aboveSmallMobile\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .aboveSmallMobile\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .aboveSmallMobile\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .aboveSmallMobile\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .aboveSmallMobile\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .aboveSmallMobile\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .aboveSmallMobile\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .aboveSmallMobile\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .aboveSmallMobile\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .aboveSmallMobile\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .aboveSmallMobile\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .aboveSmallMobile\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .aboveSmallMobile\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .aboveSmallMobile\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .aboveSmallMobile\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .aboveSmallMobile\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .aboveSmallMobile\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .aboveSmallMobile\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .aboveSmallMobile\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .aboveSmallMobile\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .aboveSmallMobile\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .aboveSmallMobile\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .aboveSmallMobile\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .aboveSmallMobile\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .aboveSmallMobile\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .aboveSmallMobile\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .aboveSmallMobile\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .aboveSmallMobile\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .aboveSmallMobile\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .aboveSmallMobile\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .aboveSmallMobile\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .aboveSmallMobile\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .aboveSmallMobile\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .aboveSmallMobile\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .aboveSmallMobile\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .aboveSmallMobile\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .aboveSmallMobile\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .aboveSmallMobile\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .aboveSmallMobile\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .aboveSmallMobile\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .aboveSmallMobile\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .aboveSmallMobile\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .aboveSmallMobile\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .aboveSmallMobile\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .aboveSmallMobile\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .aboveSmallMobile\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .aboveSmallMobile\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .aboveSmallMobile\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .aboveSmallMobile\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .aboveSmallMobile\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .aboveSmallMobile\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .aboveSmallMobile\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .aboveSmallMobile\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .aboveSmallMobile\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .aboveSmallMobile\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .aboveSmallMobile\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .aboveSmallMobile\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .aboveSmallMobile\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .aboveSmallMobile\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .aboveSmallMobile\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .aboveSmallMobile\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .aboveSmallMobile\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .aboveSmallMobile\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .aboveSmallMobile\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .aboveSmallMobile\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .aboveSmallMobile\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .aboveSmallMobile\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .aboveSmallMobile\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .aboveSmallMobile\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .aboveSmallMobile\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .aboveSmallMobile\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveSmallMobile\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .aboveSmallMobile\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .aboveSmallMobile\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .aboveSmallMobile\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .aboveSmallMobile\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .aboveSmallMobile\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .aboveSmallMobile\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .aboveSmallMobile\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .aboveSmallMobile\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .aboveSmallMobile\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .aboveSmallMobile\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .aboveSmallMobile\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .aboveSmallMobile\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .aboveSmallMobile\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .aboveSmallMobile\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .aboveSmallMobile\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .aboveSmallMobile\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .aboveSmallMobile\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .aboveSmallMobile\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .aboveSmallMobile\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .aboveSmallMobile\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .aboveSmallMobile\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .aboveSmallMobile\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .aboveSmallMobile\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .aboveSmallMobile\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .aboveSmallMobile\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .aboveSmallMobile\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .aboveSmallMobile\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .aboveSmallMobile\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .aboveSmallMobile\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .aboveSmallMobile\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .aboveSmallMobile\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .aboveSmallMobile\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .aboveSmallMobile\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .aboveSmallMobile\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .aboveSmallMobile\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .aboveSmallMobile\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .aboveSmallMobile\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .aboveSmallMobile\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .aboveSmallMobile\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .aboveSmallMobile\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .aboveSmallMobile\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .aboveSmallMobile\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .aboveSmallMobile\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .aboveSmallMobile\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .aboveSmallMobile\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .aboveSmallMobile\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .aboveSmallMobile\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .aboveSmallMobile\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .aboveSmallMobile\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .aboveSmallMobile\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .aboveSmallMobile\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveSmallMobile\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .aboveSmallMobile\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .aboveSmallMobile\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .aboveSmallMobile\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .aboveSmallMobile\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .aboveSmallMobile\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .aboveSmallMobile\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .aboveSmallMobile\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .aboveSmallMobile\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .aboveSmallMobile\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .aboveSmallMobile\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .aboveSmallMobile\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .aboveSmallMobile\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .aboveSmallMobile\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .aboveSmallMobile\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .aboveSmallMobile\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .aboveSmallMobile\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .aboveSmallMobile\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .aboveSmallMobile\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .aboveSmallMobile\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .aboveSmallMobile\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .aboveSmallMobile\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .aboveSmallMobile\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .aboveSmallMobile\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .aboveSmallMobile\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .aboveSmallMobile\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .aboveSmallMobile\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .aboveSmallMobile\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .aboveSmallMobile\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .aboveSmallMobile\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .aboveSmallMobile\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .aboveSmallMobile\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .aboveSmallMobile\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .aboveSmallMobile\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .aboveSmallMobile\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .aboveSmallMobile\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .aboveSmallMobile\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .aboveSmallMobile\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .aboveSmallMobile\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .aboveSmallMobile\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .aboveSmallMobile\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .aboveSmallMobile\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .aboveSmallMobile\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .aboveSmallMobile\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .aboveSmallMobile\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .aboveSmallMobile\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .aboveSmallMobile\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .aboveSmallMobile\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .aboveSmallMobile\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .aboveSmallMobile\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .aboveSmallMobile\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .aboveSmallMobile\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveSmallMobile\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .aboveSmallMobile\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .aboveSmallMobile\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .aboveSmallMobile\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .aboveSmallMobile\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .aboveSmallMobile\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .aboveSmallMobile\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .aboveSmallMobile\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .aboveSmallMobile\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .aboveSmallMobile\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .aboveSmallMobile\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .aboveSmallMobile\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .aboveSmallMobile\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .aboveSmallMobile\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .aboveSmallMobile\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .aboveSmallMobile\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .aboveSmallMobile\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .aboveSmallMobile\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .aboveSmallMobile\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .aboveSmallMobile\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .aboveSmallMobile\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .aboveSmallMobile\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .aboveSmallMobile\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .aboveSmallMobile\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .aboveSmallMobile\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .aboveSmallMobile\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .aboveSmallMobile\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .aboveSmallMobile\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .aboveSmallMobile\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .aboveSmallMobile\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .aboveSmallMobile\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .aboveSmallMobile\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .aboveSmallMobile\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .aboveSmallMobile\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .aboveSmallMobile\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .aboveSmallMobile\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .aboveSmallMobile\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .aboveSmallMobile\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .aboveSmallMobile\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .aboveSmallMobile\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .aboveSmallMobile\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .aboveSmallMobile\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .aboveSmallMobile\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .aboveSmallMobile\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .aboveSmallMobile\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .aboveSmallMobile\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .aboveSmallMobile\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .aboveSmallMobile\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .aboveSmallMobile\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .aboveSmallMobile\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .aboveSmallMobile\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .aboveSmallMobile\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveSmallMobile\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .aboveSmallMobile\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .aboveSmallMobile\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .aboveSmallMobile\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .aboveSmallMobile\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .aboveSmallMobile\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .aboveSmallMobile\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .aboveSmallMobile\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .aboveSmallMobile\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .aboveSmallMobile\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .aboveSmallMobile\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .aboveSmallMobile\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .aboveSmallMobile\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .aboveSmallMobile\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .aboveSmallMobile\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .aboveSmallMobile\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .aboveSmallMobile\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .aboveSmallMobile\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .aboveSmallMobile\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .aboveSmallMobile\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .aboveSmallMobile\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .aboveSmallMobile\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .aboveSmallMobile\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .aboveSmallMobile\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .aboveSmallMobile\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .aboveSmallMobile\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .aboveSmallMobile\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .aboveSmallMobile\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .aboveSmallMobile\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .aboveSmallMobile\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .aboveSmallMobile\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .aboveSmallMobile\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .aboveSmallMobile\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .aboveSmallMobile\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .aboveSmallMobile\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .aboveSmallMobile\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .aboveSmallMobile\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .aboveSmallMobile\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .aboveSmallMobile\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .aboveSmallMobile\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .aboveSmallMobile\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .aboveSmallMobile\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .aboveSmallMobile\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .aboveSmallMobile\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .aboveSmallMobile\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .aboveSmallMobile\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .aboveSmallMobile\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .aboveSmallMobile\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .aboveSmallMobile\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .aboveSmallMobile\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .aboveSmallMobile\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .aboveSmallMobile\:rotate-0{
    --tw-rotate: 0deg;
  }

  .aboveSmallMobile\:rotate-1{
    --tw-rotate: 1deg;
  }

  .aboveSmallMobile\:rotate-2{
    --tw-rotate: 2deg;
  }

  .aboveSmallMobile\:rotate-3{
    --tw-rotate: 3deg;
  }

  .aboveSmallMobile\:rotate-6{
    --tw-rotate: 6deg;
  }

  .aboveSmallMobile\:rotate-12{
    --tw-rotate: 12deg;
  }

  .aboveSmallMobile\:rotate-45{
    --tw-rotate: 45deg;
  }

  .aboveSmallMobile\:rotate-90{
    --tw-rotate: 90deg;
  }

  .aboveSmallMobile\:rotate-180{
    --tw-rotate: 180deg;
  }

  .aboveSmallMobile\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .aboveSmallMobile\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .aboveSmallMobile\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .aboveSmallMobile\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .aboveSmallMobile\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .aboveSmallMobile\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .aboveSmallMobile\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .aboveSmallMobile\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .aboveSmallMobile\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .aboveSmallMobile\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .aboveSmallMobile\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .aboveSmallMobile\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .aboveSmallMobile\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .aboveSmallMobile\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .aboveSmallMobile\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .aboveSmallMobile\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .aboveSmallMobile\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .aboveSmallMobile\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .aboveSmallMobile\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .aboveSmallMobile\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .aboveSmallMobile\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .aboveSmallMobile\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .aboveSmallMobile\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .aboveSmallMobile\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .aboveSmallMobile\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .aboveSmallMobile\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .aboveSmallMobile\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .aboveSmallMobile\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .aboveSmallMobile\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .aboveSmallMobile\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .aboveSmallMobile\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .aboveSmallMobile\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .aboveSmallMobile\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .aboveSmallMobile\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .aboveSmallMobile\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .aboveSmallMobile\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .aboveSmallMobile\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .aboveSmallMobile\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .aboveSmallMobile\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .aboveSmallMobile\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .aboveSmallMobile\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .aboveSmallMobile\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .aboveSmallMobile\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .aboveSmallMobile\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .aboveSmallMobile\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .aboveSmallMobile\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .aboveSmallMobile\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .aboveSmallMobile\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .aboveSmallMobile\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .aboveSmallMobile\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .aboveSmallMobile\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .aboveSmallMobile\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .aboveSmallMobile\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .aboveSmallMobile\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .aboveSmallMobile\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .aboveSmallMobile\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .aboveSmallMobile\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .aboveSmallMobile\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .aboveSmallMobile\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .aboveSmallMobile\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .aboveSmallMobile\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .aboveSmallMobile\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .aboveSmallMobile\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .aboveSmallMobile\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .aboveSmallMobile\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .aboveSmallMobile\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .aboveSmallMobile\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .aboveSmallMobile\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .aboveSmallMobile\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .aboveSmallMobile\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .aboveSmallMobile\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .aboveSmallMobile\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .aboveSmallMobile\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .aboveSmallMobile\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .aboveSmallMobile\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .aboveSmallMobile\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .aboveSmallMobile\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .aboveSmallMobile\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .aboveSmallMobile\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .aboveSmallMobile\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .aboveSmallMobile\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .aboveSmallMobile\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .aboveSmallMobile\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .aboveSmallMobile\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .aboveSmallMobile\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .aboveSmallMobile\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .aboveSmallMobile\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .aboveSmallMobile\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .aboveSmallMobile\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .aboveSmallMobile\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .aboveSmallMobile\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .aboveSmallMobile\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .aboveSmallMobile\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .aboveSmallMobile\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .aboveSmallMobile\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .aboveSmallMobile\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .aboveSmallMobile\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .aboveSmallMobile\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .aboveSmallMobile\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .aboveSmallMobile\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .aboveSmallMobile\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .aboveSmallMobile\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .aboveSmallMobile\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .aboveSmallMobile\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .aboveSmallMobile\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .aboveSmallMobile\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .aboveSmallMobile\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .aboveSmallMobile\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .aboveSmallMobile\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveSmallMobile\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveSmallMobile\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveSmallMobile\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveSmallMobile\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveSmallMobile\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveSmallMobile\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveSmallMobile\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveSmallMobile\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveSmallMobile\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveSmallMobile\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveSmallMobile\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveSmallMobile\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveSmallMobile\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveSmallMobile\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveSmallMobile\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveSmallMobile\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveSmallMobile\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveSmallMobile\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveSmallMobile\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveSmallMobile\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .aboveSmallMobile\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .aboveSmallMobile\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .aboveSmallMobile\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .aboveSmallMobile\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .aboveSmallMobile\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .aboveSmallMobile\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .aboveSmallMobile\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .aboveSmallMobile\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .aboveSmallMobile\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .aboveSmallMobile\:scale-x-0{
    --tw-scale-x: 0;
  }

  .aboveSmallMobile\:scale-x-50{
    --tw-scale-x: .5;
  }

  .aboveSmallMobile\:scale-x-75{
    --tw-scale-x: .75;
  }

  .aboveSmallMobile\:scale-x-90{
    --tw-scale-x: .9;
  }

  .aboveSmallMobile\:scale-x-95{
    --tw-scale-x: .95;
  }

  .aboveSmallMobile\:scale-x-100{
    --tw-scale-x: 1;
  }

  .aboveSmallMobile\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .aboveSmallMobile\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .aboveSmallMobile\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .aboveSmallMobile\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .aboveSmallMobile\:scale-y-0{
    --tw-scale-y: 0;
  }

  .aboveSmallMobile\:scale-y-50{
    --tw-scale-y: .5;
  }

  .aboveSmallMobile\:scale-y-75{
    --tw-scale-y: .75;
  }

  .aboveSmallMobile\:scale-y-90{
    --tw-scale-y: .9;
  }

  .aboveSmallMobile\:scale-y-95{
    --tw-scale-y: .95;
  }

  .aboveSmallMobile\:scale-y-100{
    --tw-scale-y: 1;
  }

  .aboveSmallMobile\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .aboveSmallMobile\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .aboveSmallMobile\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .aboveSmallMobile\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .aboveSmallMobile\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .aboveSmallMobile\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .aboveSmallMobile\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .aboveSmallMobile\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .aboveSmallMobile\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .aboveSmallMobile\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .aboveSmallMobile\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .aboveSmallMobile\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .aboveSmallMobile\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .aboveSmallMobile\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .aboveSmallMobile\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .aboveSmallMobile\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .aboveSmallMobile\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .aboveSmallMobile\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .aboveSmallMobile\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .aboveSmallMobile\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .aboveSmallMobile\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .aboveSmallMobile\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .aboveSmallMobile\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .aboveSmallMobile\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .aboveSmallMobile\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .aboveSmallMobile\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .aboveSmallMobile\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .aboveSmallMobile\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .aboveSmallMobile\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .aboveSmallMobile\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .aboveSmallMobile\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .aboveSmallMobile\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .aboveSmallMobile\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .aboveSmallMobile\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .aboveSmallMobile\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .aboveSmallMobile\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .aboveSmallMobile\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .aboveSmallMobile\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .aboveSmallMobile\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .aboveSmallMobile\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .aboveSmallMobile\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .aboveSmallMobile\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .aboveSmallMobile\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .aboveSmallMobile\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .aboveSmallMobile\:animate-none{
    animation: none;
  }

  .aboveSmallMobile\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .aboveSmallMobile\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .aboveSmallMobile\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .aboveSmallMobile\:animate-bounce{
    animation: bounce 1s infinite;
  }

  .aboveSmallMobile\:cursor-auto{
    cursor: auto;
  }

  .aboveSmallMobile\:cursor-default{
    cursor: default;
  }

  .aboveSmallMobile\:cursor-pointer{
    cursor: pointer;
  }

  .aboveSmallMobile\:cursor-wait{
    cursor: wait;
  }

  .aboveSmallMobile\:cursor-text{
    cursor: text;
  }

  .aboveSmallMobile\:cursor-move{
    cursor: move;
  }

  .aboveSmallMobile\:cursor-help{
    cursor: help;
  }

  .aboveSmallMobile\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .aboveSmallMobile\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .aboveSmallMobile\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .aboveSmallMobile\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .aboveSmallMobile\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .aboveSmallMobile\:resize-none{
    resize: none;
  }

  .aboveSmallMobile\:resize-y{
    resize: vertical;
  }

  .aboveSmallMobile\:resize-x{
    resize: horizontal;
  }

  .aboveSmallMobile\:resize{
    resize: both;
  }

  .aboveSmallMobile\:list-inside{
    list-style-position: inside;
  }

  .aboveSmallMobile\:list-outside{
    list-style-position: outside;
  }

  .aboveSmallMobile\:list-none{
    list-style-type: none;
  }

  .aboveSmallMobile\:list-disc{
    list-style-type: disc;
  }

  .aboveSmallMobile\:list-decimal{
    list-style-type: decimal;
  }

  .aboveSmallMobile\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .aboveSmallMobile\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .aboveSmallMobile\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .aboveSmallMobile\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .aboveSmallMobile\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .aboveSmallMobile\:grid-flow-row{
    grid-auto-flow: row;
  }

  .aboveSmallMobile\:grid-flow-col{
    grid-auto-flow: column;
  }

  .aboveSmallMobile\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .aboveSmallMobile\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .aboveSmallMobile\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .aboveSmallMobile\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .aboveSmallMobile\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .aboveSmallMobile\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .aboveSmallMobile\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-cols-none{
    grid-template-columns: none;
  }

  .aboveSmallMobile\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .aboveSmallMobile\:grid-rows-none{
    grid-template-rows: none;
  }

  .aboveSmallMobile\:flex-row{
    flex-direction: row;
  }

  .aboveSmallMobile\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .aboveSmallMobile\:flex-col{
    flex-direction: column;
  }

  .aboveSmallMobile\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .aboveSmallMobile\:flex-wrap{
    flex-wrap: wrap;
  }

  .aboveSmallMobile\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .aboveSmallMobile\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .aboveSmallMobile\:place-content-center{
    place-content: center;
  }

  .aboveSmallMobile\:place-content-start{
    place-content: start;
  }

  .aboveSmallMobile\:place-content-end{
    place-content: end;
  }

  .aboveSmallMobile\:place-content-between{
    place-content: space-between;
  }

  .aboveSmallMobile\:place-content-around{
    place-content: space-around;
  }

  .aboveSmallMobile\:place-content-evenly{
    place-content: space-evenly;
  }

  .aboveSmallMobile\:place-content-stretch{
    place-content: stretch;
  }

  .aboveSmallMobile\:place-items-start{
    place-items: start;
  }

  .aboveSmallMobile\:place-items-end{
    place-items: end;
  }

  .aboveSmallMobile\:place-items-center{
    place-items: center;
  }

  .aboveSmallMobile\:place-items-stretch{
    place-items: stretch;
  }

  .aboveSmallMobile\:content-center{
    align-content: center;
  }

  .aboveSmallMobile\:content-start{
    align-content: flex-start;
  }

  .aboveSmallMobile\:content-end{
    align-content: flex-end;
  }

  .aboveSmallMobile\:content-between{
    align-content: space-between;
  }

  .aboveSmallMobile\:content-around{
    align-content: space-around;
  }

  .aboveSmallMobile\:content-evenly{
    align-content: space-evenly;
  }

  .aboveSmallMobile\:items-start{
    align-items: flex-start;
  }

  .aboveSmallMobile\:items-end{
    align-items: flex-end;
  }

  .aboveSmallMobile\:items-center{
    align-items: center;
  }

  .aboveSmallMobile\:items-baseline{
    align-items: baseline;
  }

  .aboveSmallMobile\:items-stretch{
    align-items: stretch;
  }

  .aboveSmallMobile\:justify-start{
    justify-content: flex-start;
  }

  .aboveSmallMobile\:justify-end{
    justify-content: flex-end;
  }

  .aboveSmallMobile\:justify-center{
    justify-content: center;
  }

  .aboveSmallMobile\:justify-between{
    justify-content: space-between;
  }

  .aboveSmallMobile\:justify-around{
    justify-content: space-around;
  }

  .aboveSmallMobile\:justify-evenly{
    justify-content: space-evenly;
  }

  .aboveSmallMobile\:justify-items-start{
    justify-items: start;
  }

  .aboveSmallMobile\:justify-items-end{
    justify-items: end;
  }

  .aboveSmallMobile\:justify-items-center{
    justify-items: center;
  }

  .aboveSmallMobile\:justify-items-stretch{
    justify-items: stretch;
  }

  .aboveSmallMobile\:gap-0{
    gap: 0px;
  }

  .aboveSmallMobile\:gap-1{
    gap: 0.25rem;
  }

  .aboveSmallMobile\:gap-2{
    gap: 0.5rem;
  }

  .aboveSmallMobile\:gap-3{
    gap: 0.75rem;
  }

  .aboveSmallMobile\:gap-4{
    gap: 1rem;
  }

  .aboveSmallMobile\:gap-5{
    gap: 1.25rem;
  }

  .aboveSmallMobile\:gap-6{
    gap: 1.5rem;
  }

  .aboveSmallMobile\:gap-7{
    gap: 1.75rem;
  }

  .aboveSmallMobile\:gap-8{
    gap: 2rem;
  }

  .aboveSmallMobile\:gap-9{
    gap: 2.25rem;
  }

  .aboveSmallMobile\:gap-10{
    gap: 2.5rem;
  }

  .aboveSmallMobile\:gap-11{
    gap: 2.75rem;
  }

  .aboveSmallMobile\:gap-12{
    gap: 3rem;
  }

  .aboveSmallMobile\:gap-14{
    gap: 3.5rem;
  }

  .aboveSmallMobile\:gap-16{
    gap: 4rem;
  }

  .aboveSmallMobile\:gap-20{
    gap: 5rem;
  }

  .aboveSmallMobile\:gap-24{
    gap: 6rem;
  }

  .aboveSmallMobile\:gap-28{
    gap: 7rem;
  }

  .aboveSmallMobile\:gap-32{
    gap: 8rem;
  }

  .aboveSmallMobile\:gap-36{
    gap: 9rem;
  }

  .aboveSmallMobile\:gap-40{
    gap: 10rem;
  }

  .aboveSmallMobile\:gap-44{
    gap: 11rem;
  }

  .aboveSmallMobile\:gap-48{
    gap: 12rem;
  }

  .aboveSmallMobile\:gap-52{
    gap: 13rem;
  }

  .aboveSmallMobile\:gap-56{
    gap: 14rem;
  }

  .aboveSmallMobile\:gap-60{
    gap: 15rem;
  }

  .aboveSmallMobile\:gap-64{
    gap: 16rem;
  }

  .aboveSmallMobile\:gap-72{
    gap: 18rem;
  }

  .aboveSmallMobile\:gap-80{
    gap: 20rem;
  }

  .aboveSmallMobile\:gap-96{
    gap: 24rem;
  }

  .aboveSmallMobile\:gap-px{
    gap: 1px;
  }

  .aboveSmallMobile\:gap-0\.5{
    gap: 0.125rem;
  }

  .aboveSmallMobile\:gap-1\.5{
    gap: 0.375rem;
  }

  .aboveSmallMobile\:gap-2\.5{
    gap: 0.625rem;
  }

  .aboveSmallMobile\:gap-3\.5{
    gap: 0.875rem;
  }

  .aboveSmallMobile\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .aboveSmallMobile\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .aboveSmallMobile\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .aboveSmallMobile\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .aboveSmallMobile\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .aboveSmallMobile\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .aboveSmallMobile\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .aboveSmallMobile\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .aboveSmallMobile\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .aboveSmallMobile\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .aboveSmallMobile\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .aboveSmallMobile\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .aboveSmallMobile\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .aboveSmallMobile\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .aboveSmallMobile\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .aboveSmallMobile\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .aboveSmallMobile\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .aboveSmallMobile\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .aboveSmallMobile\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .aboveSmallMobile\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .aboveSmallMobile\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .aboveSmallMobile\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .aboveSmallMobile\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .aboveSmallMobile\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .aboveSmallMobile\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .aboveSmallMobile\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .aboveSmallMobile\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .aboveSmallMobile\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .aboveSmallMobile\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .aboveSmallMobile\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .aboveSmallMobile\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .aboveSmallMobile\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .aboveSmallMobile\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .aboveSmallMobile\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .aboveSmallMobile\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .aboveSmallMobile\:gap-y-0{
    row-gap: 0px;
  }

  .aboveSmallMobile\:gap-y-1{
    row-gap: 0.25rem;
  }

  .aboveSmallMobile\:gap-y-2{
    row-gap: 0.5rem;
  }

  .aboveSmallMobile\:gap-y-3{
    row-gap: 0.75rem;
  }

  .aboveSmallMobile\:gap-y-4{
    row-gap: 1rem;
  }

  .aboveSmallMobile\:gap-y-5{
    row-gap: 1.25rem;
  }

  .aboveSmallMobile\:gap-y-6{
    row-gap: 1.5rem;
  }

  .aboveSmallMobile\:gap-y-7{
    row-gap: 1.75rem;
  }

  .aboveSmallMobile\:gap-y-8{
    row-gap: 2rem;
  }

  .aboveSmallMobile\:gap-y-9{
    row-gap: 2.25rem;
  }

  .aboveSmallMobile\:gap-y-10{
    row-gap: 2.5rem;
  }

  .aboveSmallMobile\:gap-y-11{
    row-gap: 2.75rem;
  }

  .aboveSmallMobile\:gap-y-12{
    row-gap: 3rem;
  }

  .aboveSmallMobile\:gap-y-14{
    row-gap: 3.5rem;
  }

  .aboveSmallMobile\:gap-y-16{
    row-gap: 4rem;
  }

  .aboveSmallMobile\:gap-y-20{
    row-gap: 5rem;
  }

  .aboveSmallMobile\:gap-y-24{
    row-gap: 6rem;
  }

  .aboveSmallMobile\:gap-y-28{
    row-gap: 7rem;
  }

  .aboveSmallMobile\:gap-y-32{
    row-gap: 8rem;
  }

  .aboveSmallMobile\:gap-y-36{
    row-gap: 9rem;
  }

  .aboveSmallMobile\:gap-y-40{
    row-gap: 10rem;
  }

  .aboveSmallMobile\:gap-y-44{
    row-gap: 11rem;
  }

  .aboveSmallMobile\:gap-y-48{
    row-gap: 12rem;
  }

  .aboveSmallMobile\:gap-y-52{
    row-gap: 13rem;
  }

  .aboveSmallMobile\:gap-y-56{
    row-gap: 14rem;
  }

  .aboveSmallMobile\:gap-y-60{
    row-gap: 15rem;
  }

  .aboveSmallMobile\:gap-y-64{
    row-gap: 16rem;
  }

  .aboveSmallMobile\:gap-y-72{
    row-gap: 18rem;
  }

  .aboveSmallMobile\:gap-y-80{
    row-gap: 20rem;
  }

  .aboveSmallMobile\:gap-y-96{
    row-gap: 24rem;
  }

  .aboveSmallMobile\:gap-y-px{
    row-gap: 1px;
  }

  .aboveSmallMobile\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .aboveSmallMobile\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .aboveSmallMobile\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .aboveSmallMobile\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .aboveSmallMobile\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem*var(--tw-space-x-reverse));
    margin-left: calc(4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem*var(--tw-space-x-reverse));
    margin-left: calc(5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem*var(--tw-space-x-reverse));
    margin-left: calc(6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem*var(--tw-space-x-reverse));
    margin-left: calc(7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem*var(--tw-space-x-reverse));
    margin-left: calc(8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem*var(--tw-space-x-reverse));
    margin-left: calc(9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem*var(--tw-space-x-reverse));
    margin-left: calc(10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem*var(--tw-space-x-reverse));
    margin-left: calc(11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem*var(--tw-space-x-reverse));
    margin-left: calc(12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem*var(--tw-space-x-reverse));
    margin-left: calc(13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem*var(--tw-space-x-reverse));
    margin-left: calc(14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem*var(--tw-space-x-reverse));
    margin-left: calc(15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem*var(--tw-space-x-reverse));
    margin-left: calc(16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem*var(--tw-space-x-reverse));
    margin-left: calc(18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem*var(--tw-space-x-reverse));
    margin-left: calc(20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem*var(--tw-space-x-reverse));
    margin-left: calc(24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem*var(--tw-space-x-reverse));
    margin-left: calc(-1rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem*var(--tw-space-x-reverse));
    margin-left: calc(-2rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem*var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem*var(--tw-space-x-reverse));
    margin-left: calc(-3rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem*var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem*var(--tw-space-x-reverse));
    margin-left: calc(-4rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem*var(--tw-space-x-reverse));
    margin-left: calc(-5rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem*var(--tw-space-x-reverse));
    margin-left: calc(-6rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem*var(--tw-space-x-reverse));
    margin-left: calc(-7rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem*var(--tw-space-x-reverse));
    margin-left: calc(-8rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem*var(--tw-space-x-reverse));
    margin-left: calc(-9rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem*var(--tw-space-x-reverse));
    margin-left: calc(-10rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem*var(--tw-space-x-reverse));
    margin-left: calc(-11rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem*var(--tw-space-x-reverse));
    margin-left: calc(-12rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem*var(--tw-space-x-reverse));
    margin-left: calc(-13rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem*var(--tw-space-x-reverse));
    margin-left: calc(-14rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem*var(--tw-space-x-reverse));
    margin-left: calc(-15rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem*var(--tw-space-x-reverse));
    margin-left: calc(-16rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem*var(--tw-space-x-reverse));
    margin-left: calc(-18rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem*var(--tw-space-x-reverse));
    margin-left: calc(-20rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem*var(--tw-space-x-reverse));
    margin-left: calc(-24rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem*var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem*(1 - var(--tw-space-x-reverse)));
  }

  .aboveSmallMobile\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem*var(--tw-space-y-reverse));
  }

  .aboveSmallMobile\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .aboveSmallMobile\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .aboveSmallMobile\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px*var(--tw-divide-x-reverse));
    border-left-width: calc(0px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallMobile\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px*var(--tw-divide-x-reverse));
    border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallMobile\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px*var(--tw-divide-x-reverse));
    border-left-width: calc(4px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallMobile\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px*var(--tw-divide-x-reverse));
    border-left-width: calc(8px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallMobile\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
  }

  .aboveSmallMobile\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse));
  }

  .aboveSmallMobile\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse));
  }

  .aboveSmallMobile\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse));
  }

  .aboveSmallMobile\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse));
  }

  .aboveSmallMobile\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
  }

  .aboveSmallMobile\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .aboveSmallMobile\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .aboveSmallMobile\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .aboveSmallMobile\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .aboveSmallMobile\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .aboveSmallMobile\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .aboveSmallMobile\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .aboveSmallMobile\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .aboveSmallMobile\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .aboveSmallMobile\:divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .aboveSmallMobile\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .aboveSmallMobile\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .aboveSmallMobile\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .aboveSmallMobile\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .aboveSmallMobile\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .aboveSmallMobile\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .aboveSmallMobile\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .aboveSmallMobile\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .aboveSmallMobile\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .aboveSmallMobile\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .aboveSmallMobile\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .aboveSmallMobile\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .aboveSmallMobile\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .aboveSmallMobile\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .aboveSmallMobile\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .aboveSmallMobile\:place-self-auto{
    place-self: auto;
  }

  .aboveSmallMobile\:place-self-start{
    place-self: start;
  }

  .aboveSmallMobile\:place-self-end{
    place-self: end;
  }

  .aboveSmallMobile\:place-self-center{
    place-self: center;
  }

  .aboveSmallMobile\:place-self-stretch{
    place-self: stretch;
  }

  .aboveSmallMobile\:self-auto{
    align-self: auto;
  }

  .aboveSmallMobile\:self-start{
    align-self: flex-start;
  }

  .aboveSmallMobile\:self-end{
    align-self: flex-end;
  }

  .aboveSmallMobile\:self-center{
    align-self: center;
  }

  .aboveSmallMobile\:self-stretch{
    align-self: stretch;
  }

  .aboveSmallMobile\:self-baseline{
    align-self: baseline;
  }

  .aboveSmallMobile\:justify-self-auto{
    justify-self: auto;
  }

  .aboveSmallMobile\:justify-self-start{
    justify-self: start;
  }

  .aboveSmallMobile\:justify-self-end{
    justify-self: end;
  }

  .aboveSmallMobile\:justify-self-center{
    justify-self: center;
  }

  .aboveSmallMobile\:justify-self-stretch{
    justify-self: stretch;
  }

  .aboveSmallMobile\:overflow-auto{
    overflow: auto;
  }

  .aboveSmallMobile\:overflow-hidden{
    overflow: hidden;
  }

  .aboveSmallMobile\:overflow-visible{
    overflow: visible;
  }

  .aboveSmallMobile\:overflow-scroll{
    overflow: scroll;
  }

  .aboveSmallMobile\:overflow-x-auto{
    overflow-x: auto;
  }

  .aboveSmallMobile\:overflow-y-auto{
    overflow-y: auto;
  }

  .aboveSmallMobile\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .aboveSmallMobile\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .aboveSmallMobile\:overflow-x-visible{
    overflow-x: visible;
  }

  .aboveSmallMobile\:overflow-y-visible{
    overflow-y: visible;
  }

  .aboveSmallMobile\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .aboveSmallMobile\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .aboveSmallMobile\:overscroll-auto{
    overscroll-behavior: auto;
  }

  .aboveSmallMobile\:overscroll-contain{
    overscroll-behavior: contain;
  }

  .aboveSmallMobile\:overscroll-none{
    overscroll-behavior: none;
  }

  .aboveSmallMobile\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .aboveSmallMobile\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .aboveSmallMobile\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .aboveSmallMobile\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .aboveSmallMobile\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .aboveSmallMobile\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .aboveSmallMobile\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aboveSmallMobile\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .aboveSmallMobile\:overflow-clip{
    text-overflow: clip;
  }

  .aboveSmallMobile\:whitespace-normal{
    white-space: normal;
  }

  .aboveSmallMobile\:whitespace-nowrap{
    white-space: nowrap;
  }

  .aboveSmallMobile\:whitespace-pre{
    white-space: pre;
  }

  .aboveSmallMobile\:whitespace-pre-line{
    white-space: pre-line;
  }

  .aboveSmallMobile\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .aboveSmallMobile\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .aboveSmallMobile\:break-words{
    overflow-wrap: break-word;
  }

  .aboveSmallMobile\:break-all{
    word-break: break-all;
  }

  .aboveSmallMobile\:rounded-none{
    border-radius: 0px;
  }

  .aboveSmallMobile\:rounded-sm{
    border-radius: 0.125rem;
  }

  .aboveSmallMobile\:rounded{
    border-radius: 0.25rem;
  }

  .aboveSmallMobile\:rounded-md{
    border-radius: 0.375rem;
  }

  .aboveSmallMobile\:rounded-lg{
    border-radius: 0.5rem;
  }

  .aboveSmallMobile\:rounded-xl{
    border-radius: 0.75rem;
  }

  .aboveSmallMobile\:rounded-2xl{
    border-radius: 1rem;
  }

  .aboveSmallMobile\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .aboveSmallMobile\:rounded-full{
    border-radius: 9999px;
  }

  .aboveSmallMobile\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .aboveSmallMobile\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .aboveSmallMobile\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .aboveSmallMobile\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .aboveSmallMobile\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .aboveSmallMobile\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .aboveSmallMobile\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .aboveSmallMobile\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .aboveSmallMobile\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .aboveSmallMobile\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .aboveSmallMobile\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .aboveSmallMobile\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .aboveSmallMobile\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .aboveSmallMobile\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .aboveSmallMobile\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .aboveSmallMobile\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .aboveSmallMobile\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .aboveSmallMobile\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .aboveSmallMobile\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveSmallMobile\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveSmallMobile\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveSmallMobile\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveSmallMobile\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveSmallMobile\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveSmallMobile\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveSmallMobile\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveSmallMobile\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveSmallMobile\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .aboveSmallMobile\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .aboveSmallMobile\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .aboveSmallMobile\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .aboveSmallMobile\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .aboveSmallMobile\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .aboveSmallMobile\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .aboveSmallMobile\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .aboveSmallMobile\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .aboveSmallMobile\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .aboveSmallMobile\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .aboveSmallMobile\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .aboveSmallMobile\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .aboveSmallMobile\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .aboveSmallMobile\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .aboveSmallMobile\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .aboveSmallMobile\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .aboveSmallMobile\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .aboveSmallMobile\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .aboveSmallMobile\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .aboveSmallMobile\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .aboveSmallMobile\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .aboveSmallMobile\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .aboveSmallMobile\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .aboveSmallMobile\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .aboveSmallMobile\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .aboveSmallMobile\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .aboveSmallMobile\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .aboveSmallMobile\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .aboveSmallMobile\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .aboveSmallMobile\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .aboveSmallMobile\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .aboveSmallMobile\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .aboveSmallMobile\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .aboveSmallMobile\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .aboveSmallMobile\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .aboveSmallMobile\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .aboveSmallMobile\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .aboveSmallMobile\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .aboveSmallMobile\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .aboveSmallMobile\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .aboveSmallMobile\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .aboveSmallMobile\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .aboveSmallMobile\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .aboveSmallMobile\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .aboveSmallMobile\:border-0{
    border-width: 0px;
  }

  .aboveSmallMobile\:border-2{
    border-width: 2px;
  }

  .aboveSmallMobile\:border-4{
    border-width: 4px;
  }

  .aboveSmallMobile\:border-8{
    border-width: 8px;
  }

  .aboveSmallMobile\:border{
    border-width: 1px;
  }

  .aboveSmallMobile\:border-t-0{
    border-top-width: 0px;
  }

  .aboveSmallMobile\:border-t-2{
    border-top-width: 2px;
  }

  .aboveSmallMobile\:border-t-4{
    border-top-width: 4px;
  }

  .aboveSmallMobile\:border-t-8{
    border-top-width: 8px;
  }

  .aboveSmallMobile\:border-t{
    border-top-width: 1px;
  }

  .aboveSmallMobile\:border-r-0{
    border-right-width: 0px;
  }

  .aboveSmallMobile\:border-r-2{
    border-right-width: 2px;
  }

  .aboveSmallMobile\:border-r-4{
    border-right-width: 4px;
  }

  .aboveSmallMobile\:border-r-8{
    border-right-width: 8px;
  }

  .aboveSmallMobile\:border-r{
    border-right-width: 1px;
  }

  .aboveSmallMobile\:border-b-0{
    border-bottom-width: 0px;
  }

  .aboveSmallMobile\:border-b-2{
    border-bottom-width: 2px;
  }

  .aboveSmallMobile\:border-b-4{
    border-bottom-width: 4px;
  }

  .aboveSmallMobile\:border-b-8{
    border-bottom-width: 8px;
  }

  .aboveSmallMobile\:border-b{
    border-bottom-width: 1px;
  }

  .aboveSmallMobile\:border-l-0{
    border-left-width: 0px;
  }

  .aboveSmallMobile\:border-l-2{
    border-left-width: 2px;
  }

  .aboveSmallMobile\:border-l-4{
    border-left-width: 4px;
  }

  .aboveSmallMobile\:border-l-8{
    border-left-width: 8px;
  }

  .aboveSmallMobile\:border-l{
    border-left-width: 1px;
  }

  .aboveSmallMobile\:border-solid{
    border-style: solid;
  }

  .aboveSmallMobile\:border-dashed{
    border-style: dashed;
  }

  .aboveSmallMobile\:border-dotted{
    border-style: dotted;
  }

  .aboveSmallMobile\:border-double{
    border-style: double;
  }

  .aboveSmallMobile\:border-none{
    border-style: none;
  }

  .aboveSmallMobile\:border-transparent{
    border-color: transparent;
  }

  .aboveSmallMobile\:border-current{
    border-color: currentColor;
  }

  .aboveSmallMobile\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .aboveSmallMobile\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .aboveSmallMobile\:focus-within\:border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .aboveSmallMobile\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .aboveSmallMobile\:hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .aboveSmallMobile\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .aboveSmallMobile\:focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(130, 196, 64, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .aboveSmallMobile\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .aboveSmallMobile\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallMobile\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallMobile\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallMobile\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallMobile\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallMobile\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallMobile\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallMobile\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallMobile\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallMobile\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallMobile\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallMobile\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallMobile\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallMobile\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .aboveSmallMobile\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallMobile\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .aboveSmallMobile\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .aboveSmallMobile\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallMobile\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallMobile\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallMobile\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallMobile\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallMobile\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallMobile\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallMobile\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallMobile\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallMobile\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallMobile\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallMobile\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallMobile\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallMobile\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .aboveSmallMobile\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .aboveSmallMobile\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .aboveSmallMobile\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .aboveSmallMobile\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .aboveSmallMobile\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .aboveSmallMobile\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .aboveSmallMobile\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .aboveSmallMobile\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .aboveSmallMobile\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .aboveSmallMobile\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .aboveSmallMobile\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .aboveSmallMobile\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .aboveSmallMobile\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .aboveSmallMobile\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .aboveSmallMobile\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .aboveSmallMobile\:bg-transparent{
    background-color: transparent;
  }

  .aboveSmallMobile\:bg-current{
    background-color: currentColor;
  }

  .aboveSmallMobile\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .aboveSmallMobile\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .aboveSmallMobile\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .aboveSmallMobile\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .aboveSmallMobile\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .aboveSmallMobile\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .aboveSmallMobile\:focus\:bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(130, 196, 64, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .aboveSmallMobile\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .aboveSmallMobile\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallMobile\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallMobile\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallMobile\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallMobile\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallMobile\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallMobile\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallMobile\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallMobile\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallMobile\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallMobile\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallMobile\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallMobile\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallMobile\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .aboveSmallMobile\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallMobile\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .aboveSmallMobile\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .aboveSmallMobile\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallMobile\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallMobile\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallMobile\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallMobile\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallMobile\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallMobile\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallMobile\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallMobile\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallMobile\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallMobile\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallMobile\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallMobile\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallMobile\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .aboveSmallMobile\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .aboveSmallMobile\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .aboveSmallMobile\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .aboveSmallMobile\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .aboveSmallMobile\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .aboveSmallMobile\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .aboveSmallMobile\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .aboveSmallMobile\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .aboveSmallMobile\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .aboveSmallMobile\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .aboveSmallMobile\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .aboveSmallMobile\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .aboveSmallMobile\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .aboveSmallMobile\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .aboveSmallMobile\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .aboveSmallMobile\:bg-none{
    background-image: none;
  }

  .aboveSmallMobile\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .aboveSmallMobile\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .aboveSmallMobile\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .aboveSmallMobile\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .aboveSmallMobile\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .aboveSmallMobile\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .aboveSmallMobile\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .aboveSmallMobile\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .aboveSmallMobile\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:from-primary{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallMobile\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallMobile\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallMobile\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallMobile\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallMobile\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallMobile\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallMobile\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallMobile\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallMobile\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallMobile\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallMobile\:from-blue-50{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallMobile\:from-blue-100{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallMobile\:from-blue-200{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallMobile\:from-blue-300{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallMobile\:from-blue-400{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallMobile\:from-blue-500{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallMobile\:from-blue-600{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallMobile\:from-blue-700{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallMobile\:from-blue-800{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallMobile\:from-blue-900{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallMobile\:from-red-50{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallMobile\:from-red-100{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallMobile\:from-red-200{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallMobile\:from-red-300{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallMobile\:from-red-400{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallMobile\:from-red-500{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallMobile\:from-red-600{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallMobile\:from-red-700{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallMobile\:from-red-800{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallMobile\:from-red-900{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallMobile\:from-pink-50{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallMobile\:from-pink-100{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallMobile\:from-pink-200{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallMobile\:from-pink-300{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallMobile\:from-pink-400{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallMobile\:from-pink-500{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallMobile\:from-pink-600{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallMobile\:from-pink-700{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallMobile\:from-pink-800{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallMobile\:from-pink-900{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallMobile\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallMobile\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallMobile\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallMobile\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallMobile\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallMobile\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallMobile\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallMobile\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallMobile\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallMobile\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallMobile\:from-green-50{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallMobile\:from-green-100{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallMobile\:from-green-200{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallMobile\:from-green-300{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallMobile\:from-green-400{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallMobile\:from-green-500{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallMobile\:from-green-600{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallMobile\:from-green-700{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallMobile\:from-green-800{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallMobile\:from-green-900{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallMobile\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:hover\:from-primary:hover{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallMobile\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallMobile\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallMobile\:hover\:from-gray-200:hover{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallMobile\:hover\:from-gray-300:hover{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallMobile\:hover\:from-gray-400:hover{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallMobile\:hover\:from-gray-500:hover{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallMobile\:hover\:from-gray-600:hover{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallMobile\:hover\:from-gray-700:hover{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallMobile\:hover\:from-gray-800:hover{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallMobile\:hover\:from-gray-900:hover{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallMobile\:hover\:from-blue-50:hover{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallMobile\:hover\:from-blue-100:hover{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallMobile\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallMobile\:hover\:from-blue-300:hover{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallMobile\:hover\:from-blue-400:hover{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallMobile\:hover\:from-blue-500:hover{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallMobile\:hover\:from-blue-600:hover{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallMobile\:hover\:from-blue-700:hover{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallMobile\:hover\:from-blue-800:hover{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallMobile\:hover\:from-blue-900:hover{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallMobile\:hover\:from-red-50:hover{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallMobile\:hover\:from-red-100:hover{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallMobile\:hover\:from-red-200:hover{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallMobile\:hover\:from-red-300:hover{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallMobile\:hover\:from-red-400:hover{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallMobile\:hover\:from-red-500:hover{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallMobile\:hover\:from-red-600:hover{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallMobile\:hover\:from-red-700:hover{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallMobile\:hover\:from-red-800:hover{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallMobile\:hover\:from-red-900:hover{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallMobile\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallMobile\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallMobile\:hover\:from-pink-200:hover{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallMobile\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallMobile\:hover\:from-pink-400:hover{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallMobile\:hover\:from-pink-500:hover{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallMobile\:hover\:from-pink-600:hover{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallMobile\:hover\:from-pink-700:hover{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallMobile\:hover\:from-pink-800:hover{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallMobile\:hover\:from-pink-900:hover{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallMobile\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallMobile\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallMobile\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallMobile\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallMobile\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallMobile\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallMobile\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallMobile\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallMobile\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallMobile\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallMobile\:hover\:from-green-50:hover{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallMobile\:hover\:from-green-100:hover{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallMobile\:hover\:from-green-200:hover{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallMobile\:hover\:from-green-300:hover{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallMobile\:hover\:from-green-400:hover{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallMobile\:hover\:from-green-500:hover{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallMobile\:hover\:from-green-600:hover{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallMobile\:hover\:from-green-700:hover{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallMobile\:hover\:from-green-800:hover{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallMobile\:hover\:from-green-900:hover{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallMobile\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:focus\:from-primary:focus{
    --tw-gradient-from: #82c440;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallMobile\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallMobile\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallMobile\:focus\:from-gray-200:focus{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallMobile\:focus\:from-gray-300:focus{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallMobile\:focus\:from-gray-400:focus{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallMobile\:focus\:from-gray-500:focus{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallMobile\:focus\:from-gray-600:focus{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallMobile\:focus\:from-gray-700:focus{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallMobile\:focus\:from-gray-800:focus{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallMobile\:focus\:from-gray-900:focus{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallMobile\:focus\:from-blue-50:focus{
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallMobile\:focus\:from-blue-100:focus{
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallMobile\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallMobile\:focus\:from-blue-300:focus{
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallMobile\:focus\:from-blue-400:focus{
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallMobile\:focus\:from-blue-500:focus{
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallMobile\:focus\:from-blue-600:focus{
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallMobile\:focus\:from-blue-700:focus{
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallMobile\:focus\:from-blue-800:focus{
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallMobile\:focus\:from-blue-900:focus{
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallMobile\:focus\:from-red-50:focus{
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallMobile\:focus\:from-red-100:focus{
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallMobile\:focus\:from-red-200:focus{
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallMobile\:focus\:from-red-300:focus{
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallMobile\:focus\:from-red-400:focus{
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallMobile\:focus\:from-red-500:focus{
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallMobile\:focus\:from-red-600:focus{
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallMobile\:focus\:from-red-700:focus{
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallMobile\:focus\:from-red-800:focus{
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallMobile\:focus\:from-red-900:focus{
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallMobile\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallMobile\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallMobile\:focus\:from-pink-200:focus{
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallMobile\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallMobile\:focus\:from-pink-400:focus{
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallMobile\:focus\:from-pink-500:focus{
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallMobile\:focus\:from-pink-600:focus{
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallMobile\:focus\:from-pink-700:focus{
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallMobile\:focus\:from-pink-800:focus{
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallMobile\:focus\:from-pink-900:focus{
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallMobile\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallMobile\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallMobile\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallMobile\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallMobile\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallMobile\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallMobile\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallMobile\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallMobile\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallMobile\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallMobile\:focus\:from-green-50:focus{
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallMobile\:focus\:from-green-100:focus{
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallMobile\:focus\:from-green-200:focus{
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallMobile\:focus\:from-green-300:focus{
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallMobile\:focus\:from-green-400:focus{
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallMobile\:focus\:from-green-500:focus{
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallMobile\:focus\:from-green-600:focus{
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallMobile\:focus\:from-green-700:focus{
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallMobile\:focus\:from-green-800:focus{
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallMobile\:focus\:from-green-900:focus{
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallMobile\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallMobile\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallMobile\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallMobile\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallMobile\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallMobile\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallMobile\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallMobile\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallMobile\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallMobile\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallMobile\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallMobile\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallMobile\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallMobile\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallMobile\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallMobile\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallMobile\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallMobile\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallMobile\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallMobile\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallMobile\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallMobile\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallMobile\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallMobile\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallMobile\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallMobile\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallMobile\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallMobile\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallMobile\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallMobile\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallMobile\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallMobile\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallMobile\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallMobile\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallMobile\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallMobile\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallMobile\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallMobile\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallMobile\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallMobile\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallMobile\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallMobile\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallMobile\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallMobile\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallMobile\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallMobile\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallMobile\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallMobile\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallMobile\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallMobile\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallMobile\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallMobile\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallMobile\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallMobile\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallMobile\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallMobile\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallMobile\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallMobile\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallMobile\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallMobile\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallMobile\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallMobile\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallMobile\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallMobile\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallMobile\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallMobile\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallMobile\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallMobile\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallMobile\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallMobile\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallMobile\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallMobile\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallMobile\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallMobile\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallMobile\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallMobile\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallMobile\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallMobile\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallMobile\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallMobile\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallMobile\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallMobile\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallMobile\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallMobile\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallMobile\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallMobile\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallMobile\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallMobile\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallMobile\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallMobile\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallMobile\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallMobile\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallMobile\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallMobile\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallMobile\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallMobile\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallMobile\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallMobile\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallMobile\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallMobile\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallMobile\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallMobile\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallMobile\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallMobile\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallMobile\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallMobile\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallMobile\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallMobile\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallMobile\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallMobile\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallMobile\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallMobile\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallMobile\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallMobile\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallMobile\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallMobile\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallMobile\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallMobile\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallMobile\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallMobile\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallMobile\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallMobile\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallMobile\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #82c440, var(--tw-gradient-to, rgba(130, 196, 64, 0));
  }

  .aboveSmallMobile\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .aboveSmallMobile\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .aboveSmallMobile\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .aboveSmallMobile\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .aboveSmallMobile\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .aboveSmallMobile\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .aboveSmallMobile\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .aboveSmallMobile\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .aboveSmallMobile\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .aboveSmallMobile\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .aboveSmallMobile\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .aboveSmallMobile\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .aboveSmallMobile\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .aboveSmallMobile\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .aboveSmallMobile\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .aboveSmallMobile\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .aboveSmallMobile\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .aboveSmallMobile\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .aboveSmallMobile\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .aboveSmallMobile\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .aboveSmallMobile\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .aboveSmallMobile\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .aboveSmallMobile\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .aboveSmallMobile\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .aboveSmallMobile\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .aboveSmallMobile\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .aboveSmallMobile\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .aboveSmallMobile\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .aboveSmallMobile\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .aboveSmallMobile\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .aboveSmallMobile\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .aboveSmallMobile\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .aboveSmallMobile\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .aboveSmallMobile\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .aboveSmallMobile\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .aboveSmallMobile\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .aboveSmallMobile\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .aboveSmallMobile\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .aboveSmallMobile\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .aboveSmallMobile\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .aboveSmallMobile\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .aboveSmallMobile\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .aboveSmallMobile\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .aboveSmallMobile\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .aboveSmallMobile\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .aboveSmallMobile\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .aboveSmallMobile\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .aboveSmallMobile\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .aboveSmallMobile\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .aboveSmallMobile\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .aboveSmallMobile\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .aboveSmallMobile\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .aboveSmallMobile\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .aboveSmallMobile\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .aboveSmallMobile\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .aboveSmallMobile\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .aboveSmallMobile\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .aboveSmallMobile\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .aboveSmallMobile\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .aboveSmallMobile\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .aboveSmallMobile\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .aboveSmallMobile\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .aboveSmallMobile\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .aboveSmallMobile\:to-current{
    --tw-gradient-to: currentColor;
  }

  .aboveSmallMobile\:to-primary{
    --tw-gradient-to: #82c440;
  }

  .aboveSmallMobile\:to-black{
    --tw-gradient-to: #000;
  }

  .aboveSmallMobile\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .aboveSmallMobile\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveSmallMobile\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveSmallMobile\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  .aboveSmallMobile\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  .aboveSmallMobile\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  .aboveSmallMobile\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  .aboveSmallMobile\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  .aboveSmallMobile\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  .aboveSmallMobile\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  .aboveSmallMobile\:to-blue-50{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveSmallMobile\:to-blue-100{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveSmallMobile\:to-blue-200{
    --tw-gradient-to: #bae6fd;
  }

  .aboveSmallMobile\:to-blue-300{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveSmallMobile\:to-blue-400{
    --tw-gradient-to: #38bdf8;
  }

  .aboveSmallMobile\:to-blue-500{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveSmallMobile\:to-blue-600{
    --tw-gradient-to: #0284c7;
  }

  .aboveSmallMobile\:to-blue-700{
    --tw-gradient-to: #0369a1;
  }

  .aboveSmallMobile\:to-blue-800{
    --tw-gradient-to: #075985;
  }

  .aboveSmallMobile\:to-blue-900{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveSmallMobile\:to-red-50{
    --tw-gradient-to: #fff1f2;
  }

  .aboveSmallMobile\:to-red-100{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveSmallMobile\:to-red-200{
    --tw-gradient-to: #fecdd3;
  }

  .aboveSmallMobile\:to-red-300{
    --tw-gradient-to: #fda4af;
  }

  .aboveSmallMobile\:to-red-400{
    --tw-gradient-to: #fb7185;
  }

  .aboveSmallMobile\:to-red-500{
    --tw-gradient-to: #f43f5e;
  }

  .aboveSmallMobile\:to-red-600{
    --tw-gradient-to: #e11d48;
  }

  .aboveSmallMobile\:to-red-700{
    --tw-gradient-to: #be123c;
  }

  .aboveSmallMobile\:to-red-800{
    --tw-gradient-to: #9f1239;
  }

  .aboveSmallMobile\:to-red-900{
    --tw-gradient-to: #881337;
  }

  .aboveSmallMobile\:to-pink-50{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveSmallMobile\:to-pink-100{
    --tw-gradient-to: #fae8ff;
  }

  .aboveSmallMobile\:to-pink-200{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveSmallMobile\:to-pink-300{
    --tw-gradient-to: #f0abfc;
  }

  .aboveSmallMobile\:to-pink-400{
    --tw-gradient-to: #e879f9;
  }

  .aboveSmallMobile\:to-pink-500{
    --tw-gradient-to: #d946ef;
  }

  .aboveSmallMobile\:to-pink-600{
    --tw-gradient-to: #c026d3;
  }

  .aboveSmallMobile\:to-pink-700{
    --tw-gradient-to: #a21caf;
  }

  .aboveSmallMobile\:to-pink-800{
    --tw-gradient-to: #86198f;
  }

  .aboveSmallMobile\:to-pink-900{
    --tw-gradient-to: #701a75;
  }

  .aboveSmallMobile\:to-white{
    --tw-gradient-to: #fff;
  }

  .aboveSmallMobile\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .aboveSmallMobile\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveSmallMobile\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveSmallMobile\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveSmallMobile\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .aboveSmallMobile\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .aboveSmallMobile\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .aboveSmallMobile\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .aboveSmallMobile\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .aboveSmallMobile\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .aboveSmallMobile\:to-green-50{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveSmallMobile\:to-green-100{
    --tw-gradient-to: #dcfce7;
  }

  .aboveSmallMobile\:to-green-200{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveSmallMobile\:to-green-300{
    --tw-gradient-to: #86efac;
  }

  .aboveSmallMobile\:to-green-400{
    --tw-gradient-to: #4ade80;
  }

  .aboveSmallMobile\:to-green-500{
    --tw-gradient-to: #22c55e;
  }

  .aboveSmallMobile\:to-green-600{
    --tw-gradient-to: #16a34a;
  }

  .aboveSmallMobile\:to-green-700{
    --tw-gradient-to: #15803d;
  }

  .aboveSmallMobile\:to-green-800{
    --tw-gradient-to: #166534;
  }

  .aboveSmallMobile\:to-green-900{
    --tw-gradient-to: #14532d;
  }

  .aboveSmallMobile\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .aboveSmallMobile\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .aboveSmallMobile\:hover\:to-primary:hover{
    --tw-gradient-to: #82c440;
  }

  .aboveSmallMobile\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .aboveSmallMobile\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .aboveSmallMobile\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveSmallMobile\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveSmallMobile\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  .aboveSmallMobile\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  .aboveSmallMobile\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  .aboveSmallMobile\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  .aboveSmallMobile\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  .aboveSmallMobile\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  .aboveSmallMobile\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  .aboveSmallMobile\:hover\:to-blue-50:hover{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveSmallMobile\:hover\:to-blue-100:hover{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveSmallMobile\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bae6fd;
  }

  .aboveSmallMobile\:hover\:to-blue-300:hover{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveSmallMobile\:hover\:to-blue-400:hover{
    --tw-gradient-to: #38bdf8;
  }

  .aboveSmallMobile\:hover\:to-blue-500:hover{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveSmallMobile\:hover\:to-blue-600:hover{
    --tw-gradient-to: #0284c7;
  }

  .aboveSmallMobile\:hover\:to-blue-700:hover{
    --tw-gradient-to: #0369a1;
  }

  .aboveSmallMobile\:hover\:to-blue-800:hover{
    --tw-gradient-to: #075985;
  }

  .aboveSmallMobile\:hover\:to-blue-900:hover{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveSmallMobile\:hover\:to-red-50:hover{
    --tw-gradient-to: #fff1f2;
  }

  .aboveSmallMobile\:hover\:to-red-100:hover{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveSmallMobile\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecdd3;
  }

  .aboveSmallMobile\:hover\:to-red-300:hover{
    --tw-gradient-to: #fda4af;
  }

  .aboveSmallMobile\:hover\:to-red-400:hover{
    --tw-gradient-to: #fb7185;
  }

  .aboveSmallMobile\:hover\:to-red-500:hover{
    --tw-gradient-to: #f43f5e;
  }

  .aboveSmallMobile\:hover\:to-red-600:hover{
    --tw-gradient-to: #e11d48;
  }

  .aboveSmallMobile\:hover\:to-red-700:hover{
    --tw-gradient-to: #be123c;
  }

  .aboveSmallMobile\:hover\:to-red-800:hover{
    --tw-gradient-to: #9f1239;
  }

  .aboveSmallMobile\:hover\:to-red-900:hover{
    --tw-gradient-to: #881337;
  }

  .aboveSmallMobile\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveSmallMobile\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fae8ff;
  }

  .aboveSmallMobile\:hover\:to-pink-200:hover{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveSmallMobile\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f0abfc;
  }

  .aboveSmallMobile\:hover\:to-pink-400:hover{
    --tw-gradient-to: #e879f9;
  }

  .aboveSmallMobile\:hover\:to-pink-500:hover{
    --tw-gradient-to: #d946ef;
  }

  .aboveSmallMobile\:hover\:to-pink-600:hover{
    --tw-gradient-to: #c026d3;
  }

  .aboveSmallMobile\:hover\:to-pink-700:hover{
    --tw-gradient-to: #a21caf;
  }

  .aboveSmallMobile\:hover\:to-pink-800:hover{
    --tw-gradient-to: #86198f;
  }

  .aboveSmallMobile\:hover\:to-pink-900:hover{
    --tw-gradient-to: #701a75;
  }

  .aboveSmallMobile\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .aboveSmallMobile\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .aboveSmallMobile\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveSmallMobile\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveSmallMobile\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveSmallMobile\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .aboveSmallMobile\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .aboveSmallMobile\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .aboveSmallMobile\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .aboveSmallMobile\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .aboveSmallMobile\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .aboveSmallMobile\:hover\:to-green-50:hover{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveSmallMobile\:hover\:to-green-100:hover{
    --tw-gradient-to: #dcfce7;
  }

  .aboveSmallMobile\:hover\:to-green-200:hover{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveSmallMobile\:hover\:to-green-300:hover{
    --tw-gradient-to: #86efac;
  }

  .aboveSmallMobile\:hover\:to-green-400:hover{
    --tw-gradient-to: #4ade80;
  }

  .aboveSmallMobile\:hover\:to-green-500:hover{
    --tw-gradient-to: #22c55e;
  }

  .aboveSmallMobile\:hover\:to-green-600:hover{
    --tw-gradient-to: #16a34a;
  }

  .aboveSmallMobile\:hover\:to-green-700:hover{
    --tw-gradient-to: #15803d;
  }

  .aboveSmallMobile\:hover\:to-green-800:hover{
    --tw-gradient-to: #166534;
  }

  .aboveSmallMobile\:hover\:to-green-900:hover{
    --tw-gradient-to: #14532d;
  }

  .aboveSmallMobile\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .aboveSmallMobile\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .aboveSmallMobile\:focus\:to-primary:focus{
    --tw-gradient-to: #82c440;
  }

  .aboveSmallMobile\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .aboveSmallMobile\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .aboveSmallMobile\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  .aboveSmallMobile\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  .aboveSmallMobile\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  .aboveSmallMobile\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  .aboveSmallMobile\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  .aboveSmallMobile\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  .aboveSmallMobile\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  .aboveSmallMobile\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  .aboveSmallMobile\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  .aboveSmallMobile\:focus\:to-blue-50:focus{
    --tw-gradient-to: #f0f9ff;
  }

  .aboveSmallMobile\:focus\:to-blue-100:focus{
    --tw-gradient-to: #e0f2fe;
  }

  .aboveSmallMobile\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bae6fd;
  }

  .aboveSmallMobile\:focus\:to-blue-300:focus{
    --tw-gradient-to: #7dd3fc;
  }

  .aboveSmallMobile\:focus\:to-blue-400:focus{
    --tw-gradient-to: #38bdf8;
  }

  .aboveSmallMobile\:focus\:to-blue-500:focus{
    --tw-gradient-to: #0ea5e9;
  }

  .aboveSmallMobile\:focus\:to-blue-600:focus{
    --tw-gradient-to: #0284c7;
  }

  .aboveSmallMobile\:focus\:to-blue-700:focus{
    --tw-gradient-to: #0369a1;
  }

  .aboveSmallMobile\:focus\:to-blue-800:focus{
    --tw-gradient-to: #075985;
  }

  .aboveSmallMobile\:focus\:to-blue-900:focus{
    --tw-gradient-to: #0c4a6e;
  }

  .aboveSmallMobile\:focus\:to-red-50:focus{
    --tw-gradient-to: #fff1f2;
  }

  .aboveSmallMobile\:focus\:to-red-100:focus{
    --tw-gradient-to: #ffe4e6;
  }

  .aboveSmallMobile\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecdd3;
  }

  .aboveSmallMobile\:focus\:to-red-300:focus{
    --tw-gradient-to: #fda4af;
  }

  .aboveSmallMobile\:focus\:to-red-400:focus{
    --tw-gradient-to: #fb7185;
  }

  .aboveSmallMobile\:focus\:to-red-500:focus{
    --tw-gradient-to: #f43f5e;
  }

  .aboveSmallMobile\:focus\:to-red-600:focus{
    --tw-gradient-to: #e11d48;
  }

  .aboveSmallMobile\:focus\:to-red-700:focus{
    --tw-gradient-to: #be123c;
  }

  .aboveSmallMobile\:focus\:to-red-800:focus{
    --tw-gradient-to: #9f1239;
  }

  .aboveSmallMobile\:focus\:to-red-900:focus{
    --tw-gradient-to: #881337;
  }

  .aboveSmallMobile\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf4ff;
  }

  .aboveSmallMobile\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fae8ff;
  }

  .aboveSmallMobile\:focus\:to-pink-200:focus{
    --tw-gradient-to: #f5d0fe;
  }

  .aboveSmallMobile\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f0abfc;
  }

  .aboveSmallMobile\:focus\:to-pink-400:focus{
    --tw-gradient-to: #e879f9;
  }

  .aboveSmallMobile\:focus\:to-pink-500:focus{
    --tw-gradient-to: #d946ef;
  }

  .aboveSmallMobile\:focus\:to-pink-600:focus{
    --tw-gradient-to: #c026d3;
  }

  .aboveSmallMobile\:focus\:to-pink-700:focus{
    --tw-gradient-to: #a21caf;
  }

  .aboveSmallMobile\:focus\:to-pink-800:focus{
    --tw-gradient-to: #86198f;
  }

  .aboveSmallMobile\:focus\:to-pink-900:focus{
    --tw-gradient-to: #701a75;
  }

  .aboveSmallMobile\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .aboveSmallMobile\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .aboveSmallMobile\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .aboveSmallMobile\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .aboveSmallMobile\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .aboveSmallMobile\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .aboveSmallMobile\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .aboveSmallMobile\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .aboveSmallMobile\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .aboveSmallMobile\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .aboveSmallMobile\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .aboveSmallMobile\:focus\:to-green-50:focus{
    --tw-gradient-to: #f0fdf4;
  }

  .aboveSmallMobile\:focus\:to-green-100:focus{
    --tw-gradient-to: #dcfce7;
  }

  .aboveSmallMobile\:focus\:to-green-200:focus{
    --tw-gradient-to: #bbf7d0;
  }

  .aboveSmallMobile\:focus\:to-green-300:focus{
    --tw-gradient-to: #86efac;
  }

  .aboveSmallMobile\:focus\:to-green-400:focus{
    --tw-gradient-to: #4ade80;
  }

  .aboveSmallMobile\:focus\:to-green-500:focus{
    --tw-gradient-to: #22c55e;
  }

  .aboveSmallMobile\:focus\:to-green-600:focus{
    --tw-gradient-to: #16a34a;
  }

  .aboveSmallMobile\:focus\:to-green-700:focus{
    --tw-gradient-to: #15803d;
  }

  .aboveSmallMobile\:focus\:to-green-800:focus{
    --tw-gradient-to: #166534;
  }

  .aboveSmallMobile\:focus\:to-green-900:focus{
    --tw-gradient-to: #14532d;
  }

  .aboveSmallMobile\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .aboveSmallMobile\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .aboveSmallMobile\:bg-auto{
    background-size: auto;
  }

  .aboveSmallMobile\:bg-cover{
    background-size: cover;
  }

  .aboveSmallMobile\:bg-contain{
    background-size: contain;
  }

  .aboveSmallMobile\:bg-fixed{
    background-attachment: fixed;
  }

  .aboveSmallMobile\:bg-local{
    background-attachment: local;
  }

  .aboveSmallMobile\:bg-scroll{
    background-attachment: scroll;
  }

  .aboveSmallMobile\:bg-clip-border{
    background-clip: border-box;
  }

  .aboveSmallMobile\:bg-clip-padding{
    background-clip: padding-box;
  }

  .aboveSmallMobile\:bg-clip-content{
    background-clip: content-box;
  }

  .aboveSmallMobile\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .aboveSmallMobile\:bg-bottom{
    background-position: bottom;
  }

  .aboveSmallMobile\:bg-center{
    background-position: center;
  }

  .aboveSmallMobile\:bg-left{
    background-position: left;
  }

  .aboveSmallMobile\:bg-left-bottom{
    background-position: left bottom;
  }

  .aboveSmallMobile\:bg-left-top{
    background-position: left top;
  }

  .aboveSmallMobile\:bg-right{
    background-position: right;
  }

  .aboveSmallMobile\:bg-right-bottom{
    background-position: right bottom;
  }

  .aboveSmallMobile\:bg-right-top{
    background-position: right top;
  }

  .aboveSmallMobile\:bg-top{
    background-position: top;
  }

  .aboveSmallMobile\:bg-repeat{
    background-repeat: repeat;
  }

  .aboveSmallMobile\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .aboveSmallMobile\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .aboveSmallMobile\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .aboveSmallMobile\:bg-repeat-round{
    background-repeat: round;
  }

  .aboveSmallMobile\:bg-repeat-space{
    background-repeat: space;
  }

  .aboveSmallMobile\:bg-origin-border{
    background-origin: border-box;
  }

  .aboveSmallMobile\:bg-origin-padding{
    background-origin: padding-box;
  }

  .aboveSmallMobile\:bg-origin-content{
    background-origin: content-box;
  }

  .aboveSmallMobile\:fill-current{
    fill: currentColor;
  }

  .aboveSmallMobile\:stroke-current{
    stroke: currentColor;
  }

  .aboveSmallMobile\:stroke-0{
    stroke-width: 0;
  }

  .aboveSmallMobile\:stroke-1{
    stroke-width: 1;
  }

  .aboveSmallMobile\:stroke-2{
    stroke-width: 2;
  }

  .aboveSmallMobile\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .aboveSmallMobile\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .aboveSmallMobile\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .aboveSmallMobile\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .aboveSmallMobile\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .aboveSmallMobile\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .aboveSmallMobile\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .aboveSmallMobile\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .aboveSmallMobile\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .aboveSmallMobile\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .aboveSmallMobile\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .aboveSmallMobile\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .aboveSmallMobile\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .aboveSmallMobile\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .aboveSmallMobile\:p-0{
    padding: 0px;
  }

  .aboveSmallMobile\:p-1{
    padding: 0.25rem;
  }

  .aboveSmallMobile\:p-2{
    padding: 0.5rem;
  }

  .aboveSmallMobile\:p-3{
    padding: 0.75rem;
  }

  .aboveSmallMobile\:p-4{
    padding: 1rem;
  }

  .aboveSmallMobile\:p-5{
    padding: 1.25rem;
  }

  .aboveSmallMobile\:p-6{
    padding: 1.5rem;
  }

  .aboveSmallMobile\:p-7{
    padding: 1.75rem;
  }

  .aboveSmallMobile\:p-8{
    padding: 2rem;
  }

  .aboveSmallMobile\:p-9{
    padding: 2.25rem;
  }

  .aboveSmallMobile\:p-10{
    padding: 2.5rem;
  }

  .aboveSmallMobile\:p-11{
    padding: 2.75rem;
  }

  .aboveSmallMobile\:p-12{
    padding: 3rem;
  }

  .aboveSmallMobile\:p-14{
    padding: 3.5rem;
  }

  .aboveSmallMobile\:p-16{
    padding: 4rem;
  }

  .aboveSmallMobile\:p-20{
    padding: 5rem;
  }

  .aboveSmallMobile\:p-24{
    padding: 6rem;
  }

  .aboveSmallMobile\:p-28{
    padding: 7rem;
  }

  .aboveSmallMobile\:p-32{
    padding: 8rem;
  }

  .aboveSmallMobile\:p-36{
    padding: 9rem;
  }

  .aboveSmallMobile\:p-40{
    padding: 10rem;
  }

  .aboveSmallMobile\:p-44{
    padding: 11rem;
  }

  .aboveSmallMobile\:p-48{
    padding: 12rem;
  }

  .aboveSmallMobile\:p-52{
    padding: 13rem;
  }

  .aboveSmallMobile\:p-56{
    padding: 14rem;
  }

  .aboveSmallMobile\:p-60{
    padding: 15rem;
  }

  .aboveSmallMobile\:p-64{
    padding: 16rem;
  }

  .aboveSmallMobile\:p-72{
    padding: 18rem;
  }

  .aboveSmallMobile\:p-80{
    padding: 20rem;
  }

  .aboveSmallMobile\:p-96{
    padding: 24rem;
  }

  .aboveSmallMobile\:p-px{
    padding: 1px;
  }

  .aboveSmallMobile\:p-0\.5{
    padding: 0.125rem;
  }

  .aboveSmallMobile\:p-1\.5{
    padding: 0.375rem;
  }

  .aboveSmallMobile\:p-2\.5{
    padding: 0.625rem;
  }

  .aboveSmallMobile\:p-3\.5{
    padding: 0.875rem;
  }

  .aboveSmallMobile\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .aboveSmallMobile\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .aboveSmallMobile\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .aboveSmallMobile\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .aboveSmallMobile\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .aboveSmallMobile\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .aboveSmallMobile\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .aboveSmallMobile\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .aboveSmallMobile\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aboveSmallMobile\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .aboveSmallMobile\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .aboveSmallMobile\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .aboveSmallMobile\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .aboveSmallMobile\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .aboveSmallMobile\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .aboveSmallMobile\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .aboveSmallMobile\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .aboveSmallMobile\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .aboveSmallMobile\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .aboveSmallMobile\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .aboveSmallMobile\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .aboveSmallMobile\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .aboveSmallMobile\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .aboveSmallMobile\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .aboveSmallMobile\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .aboveSmallMobile\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .aboveSmallMobile\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .aboveSmallMobile\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .aboveSmallMobile\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .aboveSmallMobile\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .aboveSmallMobile\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .aboveSmallMobile\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .aboveSmallMobile\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .aboveSmallMobile\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .aboveSmallMobile\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .aboveSmallMobile\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .aboveSmallMobile\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .aboveSmallMobile\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .aboveSmallMobile\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .aboveSmallMobile\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aboveSmallMobile\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .aboveSmallMobile\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .aboveSmallMobile\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .aboveSmallMobile\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aboveSmallMobile\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .aboveSmallMobile\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .aboveSmallMobile\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .aboveSmallMobile\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aboveSmallMobile\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .aboveSmallMobile\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .aboveSmallMobile\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .aboveSmallMobile\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .aboveSmallMobile\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .aboveSmallMobile\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .aboveSmallMobile\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .aboveSmallMobile\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .aboveSmallMobile\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .aboveSmallMobile\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .aboveSmallMobile\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .aboveSmallMobile\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .aboveSmallMobile\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .aboveSmallMobile\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .aboveSmallMobile\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .aboveSmallMobile\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .aboveSmallMobile\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .aboveSmallMobile\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .aboveSmallMobile\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .aboveSmallMobile\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .aboveSmallMobile\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .aboveSmallMobile\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .aboveSmallMobile\:pt-0{
    padding-top: 0px;
  }

  .aboveSmallMobile\:pt-1{
    padding-top: 0.25rem;
  }

  .aboveSmallMobile\:pt-2{
    padding-top: 0.5rem;
  }

  .aboveSmallMobile\:pt-3{
    padding-top: 0.75rem;
  }

  .aboveSmallMobile\:pt-4{
    padding-top: 1rem;
  }

  .aboveSmallMobile\:pt-5{
    padding-top: 1.25rem;
  }

  .aboveSmallMobile\:pt-6{
    padding-top: 1.5rem;
  }

  .aboveSmallMobile\:pt-7{
    padding-top: 1.75rem;
  }

  .aboveSmallMobile\:pt-8{
    padding-top: 2rem;
  }

  .aboveSmallMobile\:pt-9{
    padding-top: 2.25rem;
  }

  .aboveSmallMobile\:pt-10{
    padding-top: 2.5rem;
  }

  .aboveSmallMobile\:pt-11{
    padding-top: 2.75rem;
  }

  .aboveSmallMobile\:pt-12{
    padding-top: 3rem;
  }

  .aboveSmallMobile\:pt-14{
    padding-top: 3.5rem;
  }

  .aboveSmallMobile\:pt-16{
    padding-top: 4rem;
  }

  .aboveSmallMobile\:pt-20{
    padding-top: 5rem;
  }

  .aboveSmallMobile\:pt-24{
    padding-top: 6rem;
  }

  .aboveSmallMobile\:pt-28{
    padding-top: 7rem;
  }

  .aboveSmallMobile\:pt-32{
    padding-top: 8rem;
  }

  .aboveSmallMobile\:pt-36{
    padding-top: 9rem;
  }

  .aboveSmallMobile\:pt-40{
    padding-top: 10rem;
  }

  .aboveSmallMobile\:pt-44{
    padding-top: 11rem;
  }

  .aboveSmallMobile\:pt-48{
    padding-top: 12rem;
  }

  .aboveSmallMobile\:pt-52{
    padding-top: 13rem;
  }

  .aboveSmallMobile\:pt-56{
    padding-top: 14rem;
  }

  .aboveSmallMobile\:pt-60{
    padding-top: 15rem;
  }

  .aboveSmallMobile\:pt-64{
    padding-top: 16rem;
  }

  .aboveSmallMobile\:pt-72{
    padding-top: 18rem;
  }

  .aboveSmallMobile\:pt-80{
    padding-top: 20rem;
  }

  .aboveSmallMobile\:pt-96{
    padding-top: 24rem;
  }

  .aboveSmallMobile\:pt-px{
    padding-top: 1px;
  }

  .aboveSmallMobile\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .aboveSmallMobile\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .aboveSmallMobile\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .aboveSmallMobile\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .aboveSmallMobile\:pr-0{
    padding-right: 0px;
  }

  .aboveSmallMobile\:pr-1{
    padding-right: 0.25rem;
  }

  .aboveSmallMobile\:pr-2{
    padding-right: 0.5rem;
  }

  .aboveSmallMobile\:pr-3{
    padding-right: 0.75rem;
  }

  .aboveSmallMobile\:pr-4{
    padding-right: 1rem;
  }

  .aboveSmallMobile\:pr-5{
    padding-right: 1.25rem;
  }

  .aboveSmallMobile\:pr-6{
    padding-right: 1.5rem;
  }

  .aboveSmallMobile\:pr-7{
    padding-right: 1.75rem;
  }

  .aboveSmallMobile\:pr-8{
    padding-right: 2rem;
  }

  .aboveSmallMobile\:pr-9{
    padding-right: 2.25rem;
  }

  .aboveSmallMobile\:pr-10{
    padding-right: 2.5rem;
  }

  .aboveSmallMobile\:pr-11{
    padding-right: 2.75rem;
  }

  .aboveSmallMobile\:pr-12{
    padding-right: 3rem;
  }

  .aboveSmallMobile\:pr-14{
    padding-right: 3.5rem;
  }

  .aboveSmallMobile\:pr-16{
    padding-right: 4rem;
  }

  .aboveSmallMobile\:pr-20{
    padding-right: 5rem;
  }

  .aboveSmallMobile\:pr-24{
    padding-right: 6rem;
  }

  .aboveSmallMobile\:pr-28{
    padding-right: 7rem;
  }

  .aboveSmallMobile\:pr-32{
    padding-right: 8rem;
  }

  .aboveSmallMobile\:pr-36{
    padding-right: 9rem;
  }

  .aboveSmallMobile\:pr-40{
    padding-right: 10rem;
  }

  .aboveSmallMobile\:pr-44{
    padding-right: 11rem;
  }

  .aboveSmallMobile\:pr-48{
    padding-right: 12rem;
  }

  .aboveSmallMobile\:pr-52{
    padding-right: 13rem;
  }

  .aboveSmallMobile\:pr-56{
    padding-right: 14rem;
  }

  .aboveSmallMobile\:pr-60{
    padding-right: 15rem;
  }

  .aboveSmallMobile\:pr-64{
    padding-right: 16rem;
  }

  .aboveSmallMobile\:pr-72{
    padding-right: 18rem;
  }

  .aboveSmallMobile\:pr-80{
    padding-right: 20rem;
  }

  .aboveSmallMobile\:pr-96{
    padding-right: 24rem;
  }

  .aboveSmallMobile\:pr-px{
    padding-right: 1px;
  }

  .aboveSmallMobile\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .aboveSmallMobile\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .aboveSmallMobile\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .aboveSmallMobile\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .aboveSmallMobile\:pb-0{
    padding-bottom: 0px;
  }

  .aboveSmallMobile\:pb-1{
    padding-bottom: 0.25rem;
  }

  .aboveSmallMobile\:pb-2{
    padding-bottom: 0.5rem;
  }

  .aboveSmallMobile\:pb-3{
    padding-bottom: 0.75rem;
  }

  .aboveSmallMobile\:pb-4{
    padding-bottom: 1rem;
  }

  .aboveSmallMobile\:pb-5{
    padding-bottom: 1.25rem;
  }

  .aboveSmallMobile\:pb-6{
    padding-bottom: 1.5rem;
  }

  .aboveSmallMobile\:pb-7{
    padding-bottom: 1.75rem;
  }

  .aboveSmallMobile\:pb-8{
    padding-bottom: 2rem;
  }

  .aboveSmallMobile\:pb-9{
    padding-bottom: 2.25rem;
  }

  .aboveSmallMobile\:pb-10{
    padding-bottom: 2.5rem;
  }

  .aboveSmallMobile\:pb-11{
    padding-bottom: 2.75rem;
  }

  .aboveSmallMobile\:pb-12{
    padding-bottom: 3rem;
  }

  .aboveSmallMobile\:pb-14{
    padding-bottom: 3.5rem;
  }

  .aboveSmallMobile\:pb-16{
    padding-bottom: 4rem;
  }

  .aboveSmallMobile\:pb-20{
    padding-bottom: 5rem;
  }

  .aboveSmallMobile\:pb-24{
    padding-bottom: 6rem;
  }

  .aboveSmallMobile\:pb-28{
    padding-bottom: 7rem;
  }

  .aboveSmallMobile\:pb-32{
    padding-bottom: 8rem;
  }

  .aboveSmallMobile\:pb-36{
    padding-bottom: 9rem;
  }

  .aboveSmallMobile\:pb-40{
    padding-bottom: 10rem;
  }

  .aboveSmallMobile\:pb-44{
    padding-bottom: 11rem;
  }

  .aboveSmallMobile\:pb-48{
    padding-bottom: 12rem;
  }

  .aboveSmallMobile\:pb-52{
    padding-bottom: 13rem;
  }

  .aboveSmallMobile\:pb-56{
    padding-bottom: 14rem;
  }

  .aboveSmallMobile\:pb-60{
    padding-bottom: 15rem;
  }

  .aboveSmallMobile\:pb-64{
    padding-bottom: 16rem;
  }

  .aboveSmallMobile\:pb-72{
    padding-bottom: 18rem;
  }

  .aboveSmallMobile\:pb-80{
    padding-bottom: 20rem;
  }

  .aboveSmallMobile\:pb-96{
    padding-bottom: 24rem;
  }

  .aboveSmallMobile\:pb-px{
    padding-bottom: 1px;
  }

  .aboveSmallMobile\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .aboveSmallMobile\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .aboveSmallMobile\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .aboveSmallMobile\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .aboveSmallMobile\:pl-0{
    padding-left: 0px;
  }

  .aboveSmallMobile\:pl-1{
    padding-left: 0.25rem;
  }

  .aboveSmallMobile\:pl-2{
    padding-left: 0.5rem;
  }

  .aboveSmallMobile\:pl-3{
    padding-left: 0.75rem;
  }

  .aboveSmallMobile\:pl-4{
    padding-left: 1rem;
  }

  .aboveSmallMobile\:pl-5{
    padding-left: 1.25rem;
  }

  .aboveSmallMobile\:pl-6{
    padding-left: 1.5rem;
  }

  .aboveSmallMobile\:pl-7{
    padding-left: 1.75rem;
  }

  .aboveSmallMobile\:pl-8{
    padding-left: 2rem;
  }

  .aboveSmallMobile\:pl-9{
    padding-left: 2.25rem;
  }

  .aboveSmallMobile\:pl-10{
    padding-left: 2.5rem;
  }

  .aboveSmallMobile\:pl-11{
    padding-left: 2.75rem;
  }

  .aboveSmallMobile\:pl-12{
    padding-left: 3rem;
  }

  .aboveSmallMobile\:pl-14{
    padding-left: 3.5rem;
  }

  .aboveSmallMobile\:pl-16{
    padding-left: 4rem;
  }

  .aboveSmallMobile\:pl-20{
    padding-left: 5rem;
  }

  .aboveSmallMobile\:pl-24{
    padding-left: 6rem;
  }

  .aboveSmallMobile\:pl-28{
    padding-left: 7rem;
  }

  .aboveSmallMobile\:pl-32{
    padding-left: 8rem;
  }

  .aboveSmallMobile\:pl-36{
    padding-left: 9rem;
  }

  .aboveSmallMobile\:pl-40{
    padding-left: 10rem;
  }

  .aboveSmallMobile\:pl-44{
    padding-left: 11rem;
  }

  .aboveSmallMobile\:pl-48{
    padding-left: 12rem;
  }

  .aboveSmallMobile\:pl-52{
    padding-left: 13rem;
  }

  .aboveSmallMobile\:pl-56{
    padding-left: 14rem;
  }

  .aboveSmallMobile\:pl-60{
    padding-left: 15rem;
  }

  .aboveSmallMobile\:pl-64{
    padding-left: 16rem;
  }

  .aboveSmallMobile\:pl-72{
    padding-left: 18rem;
  }

  .aboveSmallMobile\:pl-80{
    padding-left: 20rem;
  }

  .aboveSmallMobile\:pl-96{
    padding-left: 24rem;
  }

  .aboveSmallMobile\:pl-px{
    padding-left: 1px;
  }

  .aboveSmallMobile\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .aboveSmallMobile\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .aboveSmallMobile\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .aboveSmallMobile\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .aboveSmallMobile\:text-left{
    text-align: left;
  }

  .aboveSmallMobile\:text-center{
    text-align: center;
  }

  .aboveSmallMobile\:text-right{
    text-align: right;
  }

  .aboveSmallMobile\:text-justify{
    text-align: justify;
  }

  .aboveSmallMobile\:align-baseline{
    vertical-align: baseline;
  }

  .aboveSmallMobile\:align-top{
    vertical-align: top;
  }

  .aboveSmallMobile\:align-middle{
    vertical-align: middle;
  }

  .aboveSmallMobile\:align-bottom{
    vertical-align: bottom;
  }

  .aboveSmallMobile\:align-text-top{
    vertical-align: text-top;
  }

  .aboveSmallMobile\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .aboveSmallMobile\:font-sans{
    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";
  }

  .aboveSmallMobile\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .aboveSmallMobile\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .aboveSmallMobile\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .aboveSmallMobile\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .aboveSmallMobile\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .aboveSmallMobile\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .aboveSmallMobile\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .aboveSmallMobile\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .aboveSmallMobile\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .aboveSmallMobile\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .aboveSmallMobile\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .aboveSmallMobile\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .aboveSmallMobile\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .aboveSmallMobile\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .aboveSmallMobile\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .aboveSmallMobile\:font-thin{
    font-weight: 100;
  }

  .aboveSmallMobile\:font-extralight{
    font-weight: 200;
  }

  .aboveSmallMobile\:font-light{
    font-weight: 300;
  }

  .aboveSmallMobile\:font-normal{
    font-weight: 400;
  }

  .aboveSmallMobile\:font-medium{
    font-weight: 500;
  }

  .aboveSmallMobile\:font-semibold{
    font-weight: 600;
  }

  .aboveSmallMobile\:font-bold{
    font-weight: 700;
  }

  .aboveSmallMobile\:font-extrabold{
    font-weight: 800;
  }

  .aboveSmallMobile\:font-black{
    font-weight: 900;
  }

  .aboveSmallMobile\:uppercase{
    text-transform: uppercase;
  }

  .aboveSmallMobile\:lowercase{
    text-transform: lowercase;
  }

  .aboveSmallMobile\:capitalize{
    text-transform: capitalize;
  }

  .aboveSmallMobile\:normal-case{
    text-transform: none;
  }

  .aboveSmallMobile\:italic{
    font-style: italic;
  }

  .aboveSmallMobile\:not-italic{
    font-style: normal;
  }

  .aboveSmallMobile\:ordinal, .aboveSmallMobile\:slashed-zero, .aboveSmallMobile\:lining-nums, .aboveSmallMobile\:oldstyle-nums, .aboveSmallMobile\:proportional-nums, .aboveSmallMobile\:tabular-nums, .aboveSmallMobile\:diagonal-fractions, .aboveSmallMobile\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .aboveSmallMobile\:normal-nums{
    font-variant-numeric: normal;
  }

  .aboveSmallMobile\:ordinal{
    --tw-ordinal: ordinal;
  }

  .aboveSmallMobile\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .aboveSmallMobile\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .aboveSmallMobile\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .aboveSmallMobile\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .aboveSmallMobile\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .aboveSmallMobile\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .aboveSmallMobile\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .aboveSmallMobile\:leading-3{
    line-height: .75rem;
  }

  .aboveSmallMobile\:leading-4{
    line-height: 1rem;
  }

  .aboveSmallMobile\:leading-5{
    line-height: 1.25rem;
  }

  .aboveSmallMobile\:leading-6{
    line-height: 1.5rem;
  }

  .aboveSmallMobile\:leading-7{
    line-height: 1.75rem;
  }

  .aboveSmallMobile\:leading-8{
    line-height: 2rem;
  }

  .aboveSmallMobile\:leading-9{
    line-height: 2.25rem;
  }

  .aboveSmallMobile\:leading-10{
    line-height: 2.5rem;
  }

  .aboveSmallMobile\:leading-none{
    line-height: 1;
  }

  .aboveSmallMobile\:leading-tight{
    line-height: 1.25;
  }

  .aboveSmallMobile\:leading-snug{
    line-height: 1.375;
  }

  .aboveSmallMobile\:leading-normal{
    line-height: 1.5;
  }

  .aboveSmallMobile\:leading-relaxed{
    line-height: 1.625;
  }

  .aboveSmallMobile\:leading-loose{
    line-height: 2;
  }

  .aboveSmallMobile\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .aboveSmallMobile\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .aboveSmallMobile\:tracking-normal{
    letter-spacing: 0em;
  }

  .aboveSmallMobile\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .aboveSmallMobile\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .aboveSmallMobile\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .aboveSmallMobile\:text-transparent{
    color: transparent;
  }

  .aboveSmallMobile\:text-current{
    color: currentColor;
  }

  .aboveSmallMobile\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .aboveSmallMobile\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .aboveSmallMobile\:focus-within\:text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-transparent:hover{
    color: transparent;
  }

  .aboveSmallMobile\:hover\:text-current:hover{
    color: currentColor;
  }

  .aboveSmallMobile\:hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-transparent:focus{
    color: transparent;
  }

  .aboveSmallMobile\:focus\:text-current:focus{
    color: currentColor;
  }

  .aboveSmallMobile\:focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .aboveSmallMobile\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .aboveSmallMobile\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallMobile\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallMobile\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallMobile\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallMobile\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallMobile\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallMobile\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallMobile\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallMobile\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallMobile\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallMobile\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallMobile\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallMobile\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallMobile\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .aboveSmallMobile\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallMobile\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .aboveSmallMobile\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .aboveSmallMobile\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallMobile\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallMobile\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallMobile\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallMobile\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallMobile\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallMobile\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallMobile\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallMobile\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallMobile\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallMobile\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallMobile\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallMobile\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallMobile\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .aboveSmallMobile\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .aboveSmallMobile\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .aboveSmallMobile\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .aboveSmallMobile\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .aboveSmallMobile\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .aboveSmallMobile\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .aboveSmallMobile\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .aboveSmallMobile\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .aboveSmallMobile\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .aboveSmallMobile\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .aboveSmallMobile\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .aboveSmallMobile\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .aboveSmallMobile\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .aboveSmallMobile\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .aboveSmallMobile\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .aboveSmallMobile\:underline{
    text-decoration: underline;
  }

  .aboveSmallMobile\:line-through{
    text-decoration: line-through;
  }

  .aboveSmallMobile\:no-underline{
    text-decoration: none;
  }

  .group:hover .aboveSmallMobile\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .aboveSmallMobile\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .aboveSmallMobile\:group-hover\:no-underline{
    text-decoration: none;
  }

  .aboveSmallMobile\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .aboveSmallMobile\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .aboveSmallMobile\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .aboveSmallMobile\:hover\:underline:hover{
    text-decoration: underline;
  }

  .aboveSmallMobile\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .aboveSmallMobile\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .aboveSmallMobile\:focus\:underline:focus{
    text-decoration: underline;
  }

  .aboveSmallMobile\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .aboveSmallMobile\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .aboveSmallMobile\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .aboveSmallMobile\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .aboveSmallMobile\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .aboveSmallMobile\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .aboveSmallMobile\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .aboveSmallMobile\:placeholder-current::placeholder{
    color: currentColor;
  }

  .aboveSmallMobile\:placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .aboveSmallMobile\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .aboveSmallMobile\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .aboveSmallMobile\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .aboveSmallMobile\:focus\:placeholder-primary:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(130, 196, 64, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .aboveSmallMobile\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallMobile\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallMobile\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallMobile\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallMobile\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallMobile\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallMobile\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallMobile\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallMobile\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallMobile\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallMobile\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallMobile\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallMobile\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallMobile\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallMobile\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallMobile\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallMobile\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallMobile\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallMobile\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallMobile\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallMobile\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallMobile\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallMobile\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallMobile\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallMobile\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallMobile\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallMobile\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallMobile\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallMobile\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallMobile\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallMobile\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .aboveSmallMobile\:opacity-0{
    opacity: 0;
  }

  .aboveSmallMobile\:opacity-5{
    opacity: 0.05;
  }

  .aboveSmallMobile\:opacity-10{
    opacity: 0.1;
  }

  .aboveSmallMobile\:opacity-20{
    opacity: 0.2;
  }

  .aboveSmallMobile\:opacity-25{
    opacity: 0.25;
  }

  .aboveSmallMobile\:opacity-30{
    opacity: 0.3;
  }

  .aboveSmallMobile\:opacity-40{
    opacity: 0.4;
  }

  .aboveSmallMobile\:opacity-50{
    opacity: 0.5;
  }

  .aboveSmallMobile\:opacity-60{
    opacity: 0.6;
  }

  .aboveSmallMobile\:opacity-70{
    opacity: 0.7;
  }

  .aboveSmallMobile\:opacity-75{
    opacity: 0.75;
  }

  .aboveSmallMobile\:opacity-80{
    opacity: 0.8;
  }

  .aboveSmallMobile\:opacity-90{
    opacity: 0.9;
  }

  .aboveSmallMobile\:opacity-95{
    opacity: 0.95;
  }

  .aboveSmallMobile\:opacity-100{
    opacity: 1;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .aboveSmallMobile\:group-hover\:opacity-100{
    opacity: 1;
  }

  .aboveSmallMobile\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .aboveSmallMobile\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .aboveSmallMobile\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .aboveSmallMobile\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .aboveSmallMobile\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .aboveSmallMobile\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .aboveSmallMobile\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .aboveSmallMobile\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .aboveSmallMobile\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .aboveSmallMobile\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .aboveSmallMobile\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .aboveSmallMobile\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .aboveSmallMobile\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .aboveSmallMobile\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .aboveSmallMobile\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .aboveSmallMobile\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .aboveSmallMobile\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .aboveSmallMobile\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .aboveSmallMobile\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .aboveSmallMobile\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .aboveSmallMobile\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .aboveSmallMobile\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .aboveSmallMobile\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .aboveSmallMobile\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .aboveSmallMobile\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .aboveSmallMobile\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .aboveSmallMobile\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .aboveSmallMobile\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .aboveSmallMobile\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .aboveSmallMobile\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .aboveSmallMobile\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .aboveSmallMobile\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .aboveSmallMobile\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .aboveSmallMobile\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .aboveSmallMobile\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .aboveSmallMobile\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .aboveSmallMobile\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .aboveSmallMobile\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .aboveSmallMobile\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .aboveSmallMobile\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .aboveSmallMobile\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .aboveSmallMobile\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .aboveSmallMobile\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .aboveSmallMobile\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .aboveSmallMobile\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .aboveSmallMobile\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .aboveSmallMobile\:disabled\:opacity-5:disabled{
    opacity: 0.05;
  }

  .aboveSmallMobile\:disabled\:opacity-10:disabled{
    opacity: 0.1;
  }

  .aboveSmallMobile\:disabled\:opacity-20:disabled{
    opacity: 0.2;
  }

  .aboveSmallMobile\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .aboveSmallMobile\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .aboveSmallMobile\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .aboveSmallMobile\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .aboveSmallMobile\:disabled\:opacity-60:disabled{
    opacity: 0.6;
  }

  .aboveSmallMobile\:disabled\:opacity-70:disabled{
    opacity: 0.7;
  }

  .aboveSmallMobile\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .aboveSmallMobile\:disabled\:opacity-80:disabled{
    opacity: 0.8;
  }

  .aboveSmallMobile\:disabled\:opacity-90:disabled{
    opacity: 0.9;
  }

  .aboveSmallMobile\:disabled\:opacity-95:disabled{
    opacity: 0.95;
  }

  .aboveSmallMobile\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .aboveSmallMobile\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .aboveSmallMobile\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .aboveSmallMobile\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .aboveSmallMobile\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .aboveSmallMobile\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .aboveSmallMobile\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .aboveSmallMobile\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .aboveSmallMobile\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .aboveSmallMobile\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .aboveSmallMobile\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .aboveSmallMobile\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .aboveSmallMobile\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .aboveSmallMobile\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .aboveSmallMobile\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .aboveSmallMobile\:bg-blend-color{
    background-blend-mode: color;
  }

  .aboveSmallMobile\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .aboveSmallMobile\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .aboveSmallMobile\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .aboveSmallMobile\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .aboveSmallMobile\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .aboveSmallMobile\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .aboveSmallMobile\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .aboveSmallMobile\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .aboveSmallMobile\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .aboveSmallMobile\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .aboveSmallMobile\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .aboveSmallMobile\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .aboveSmallMobile\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .aboveSmallMobile\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .aboveSmallMobile\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .aboveSmallMobile\:mix-blend-color{
    mix-blend-mode: color;
  }

  .aboveSmallMobile\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .aboveSmallMobile\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallMobile\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallMobile\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallMobile\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallMobile\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallMobile\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallMobile\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallMobile\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .aboveSmallMobile\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .aboveSmallMobile\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveSmallMobile\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveSmallMobile\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveSmallMobile\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveSmallMobile\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveSmallMobile\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveSmallMobile\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .aboveSmallMobile\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .aboveSmallMobile\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .aboveSmallMobile\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .aboveSmallMobile\:ring-inset{
    --tw-ring-inset: inset;
  }

  .aboveSmallMobile\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .aboveSmallMobile\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .aboveSmallMobile\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .aboveSmallMobile\:ring-current{
    --tw-ring-color: currentColor;
  }

  .aboveSmallMobile\:ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .aboveSmallMobile\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .aboveSmallMobile\:focus-within\:ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .aboveSmallMobile\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .aboveSmallMobile\:focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 196, 64, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .aboveSmallMobile\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .aboveSmallMobile\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .aboveSmallMobile\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .aboveSmallMobile\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .aboveSmallMobile\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .aboveSmallMobile\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .aboveSmallMobile\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .aboveSmallMobile\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .aboveSmallMobile\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .aboveSmallMobile\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .aboveSmallMobile\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .aboveSmallMobile\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .aboveSmallMobile\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .aboveSmallMobile\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .aboveSmallMobile\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .aboveSmallMobile\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .aboveSmallMobile\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .aboveSmallMobile\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .aboveSmallMobile\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .aboveSmallMobile\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .aboveSmallMobile\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .aboveSmallMobile\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .aboveSmallMobile\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .aboveSmallMobile\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .aboveSmallMobile\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .aboveSmallMobile\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .aboveSmallMobile\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .aboveSmallMobile\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .aboveSmallMobile\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .aboveSmallMobile\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .aboveSmallMobile\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .aboveSmallMobile\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .aboveSmallMobile\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .aboveSmallMobile\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .aboveSmallMobile\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .aboveSmallMobile\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .aboveSmallMobile\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .aboveSmallMobile\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .aboveSmallMobile\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .aboveSmallMobile\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .aboveSmallMobile\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .aboveSmallMobile\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .aboveSmallMobile\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .aboveSmallMobile\:ring-offset-primary{
    --tw-ring-offset-color: #82c440;
  }

  .aboveSmallMobile\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .aboveSmallMobile\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveSmallMobile\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveSmallMobile\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveSmallMobile\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveSmallMobile\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveSmallMobile\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveSmallMobile\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveSmallMobile\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  .aboveSmallMobile\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveSmallMobile\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  .aboveSmallMobile\:ring-offset-blue-50{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveSmallMobile\:ring-offset-blue-100{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveSmallMobile\:ring-offset-blue-200{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveSmallMobile\:ring-offset-blue-300{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveSmallMobile\:ring-offset-blue-400{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveSmallMobile\:ring-offset-blue-500{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveSmallMobile\:ring-offset-blue-600{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveSmallMobile\:ring-offset-blue-700{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveSmallMobile\:ring-offset-blue-800{
    --tw-ring-offset-color: #075985;
  }

  .aboveSmallMobile\:ring-offset-blue-900{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveSmallMobile\:ring-offset-red-50{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveSmallMobile\:ring-offset-red-100{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveSmallMobile\:ring-offset-red-200{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveSmallMobile\:ring-offset-red-300{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveSmallMobile\:ring-offset-red-400{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveSmallMobile\:ring-offset-red-500{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveSmallMobile\:ring-offset-red-600{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveSmallMobile\:ring-offset-red-700{
    --tw-ring-offset-color: #be123c;
  }

  .aboveSmallMobile\:ring-offset-red-800{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveSmallMobile\:ring-offset-red-900{
    --tw-ring-offset-color: #881337;
  }

  .aboveSmallMobile\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveSmallMobile\:ring-offset-pink-100{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveSmallMobile\:ring-offset-pink-200{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveSmallMobile\:ring-offset-pink-300{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveSmallMobile\:ring-offset-pink-400{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveSmallMobile\:ring-offset-pink-500{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveSmallMobile\:ring-offset-pink-600{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveSmallMobile\:ring-offset-pink-700{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveSmallMobile\:ring-offset-pink-800{
    --tw-ring-offset-color: #86198f;
  }

  .aboveSmallMobile\:ring-offset-pink-900{
    --tw-ring-offset-color: #701a75;
  }

  .aboveSmallMobile\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .aboveSmallMobile\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveSmallMobile\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveSmallMobile\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveSmallMobile\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveSmallMobile\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveSmallMobile\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveSmallMobile\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveSmallMobile\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveSmallMobile\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveSmallMobile\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .aboveSmallMobile\:ring-offset-green-50{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveSmallMobile\:ring-offset-green-100{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveSmallMobile\:ring-offset-green-200{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveSmallMobile\:ring-offset-green-300{
    --tw-ring-offset-color: #86efac;
  }

  .aboveSmallMobile\:ring-offset-green-400{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveSmallMobile\:ring-offset-green-500{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveSmallMobile\:ring-offset-green-600{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveSmallMobile\:ring-offset-green-700{
    --tw-ring-offset-color: #15803d;
  }

  .aboveSmallMobile\:ring-offset-green-800{
    --tw-ring-offset-color: #166534;
  }

  .aboveSmallMobile\:ring-offset-green-900{
    --tw-ring-offset-color: #14532d;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: #82c440;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #075985;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #be123c;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #881337;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #86198f;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #701a75;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #86efac;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #15803d;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #166534;
  }

  .aboveSmallMobile\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #14532d;
  }

  .aboveSmallMobile\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .aboveSmallMobile\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .aboveSmallMobile\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: #82c440;
  }

  .aboveSmallMobile\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .aboveSmallMobile\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .aboveSmallMobile\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  .aboveSmallMobile\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  .aboveSmallMobile\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  .aboveSmallMobile\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  .aboveSmallMobile\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  .aboveSmallMobile\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  .aboveSmallMobile\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  .aboveSmallMobile\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  .aboveSmallMobile\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  .aboveSmallMobile\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #f0f9ff;
  }

  .aboveSmallMobile\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #e0f2fe;
  }

  .aboveSmallMobile\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bae6fd;
  }

  .aboveSmallMobile\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #7dd3fc;
  }

  .aboveSmallMobile\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #38bdf8;
  }

  .aboveSmallMobile\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #0ea5e9;
  }

  .aboveSmallMobile\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #0284c7;
  }

  .aboveSmallMobile\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #0369a1;
  }

  .aboveSmallMobile\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #075985;
  }

  .aboveSmallMobile\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #0c4a6e;
  }

  .aboveSmallMobile\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fff1f2;
  }

  .aboveSmallMobile\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #ffe4e6;
  }

  .aboveSmallMobile\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecdd3;
  }

  .aboveSmallMobile\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fda4af;
  }

  .aboveSmallMobile\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #fb7185;
  }

  .aboveSmallMobile\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #f43f5e;
  }

  .aboveSmallMobile\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #e11d48;
  }

  .aboveSmallMobile\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #be123c;
  }

  .aboveSmallMobile\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #9f1239;
  }

  .aboveSmallMobile\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #881337;
  }

  .aboveSmallMobile\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf4ff;
  }

  .aboveSmallMobile\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fae8ff;
  }

  .aboveSmallMobile\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #f5d0fe;
  }

  .aboveSmallMobile\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f0abfc;
  }

  .aboveSmallMobile\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #e879f9;
  }

  .aboveSmallMobile\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #d946ef;
  }

  .aboveSmallMobile\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #c026d3;
  }

  .aboveSmallMobile\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #a21caf;
  }

  .aboveSmallMobile\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #86198f;
  }

  .aboveSmallMobile\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #701a75;
  }

  .aboveSmallMobile\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .aboveSmallMobile\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .aboveSmallMobile\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .aboveSmallMobile\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .aboveSmallMobile\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .aboveSmallMobile\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .aboveSmallMobile\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .aboveSmallMobile\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .aboveSmallMobile\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .aboveSmallMobile\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .aboveSmallMobile\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .aboveSmallMobile\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #f0fdf4;
  }

  .aboveSmallMobile\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #dcfce7;
  }

  .aboveSmallMobile\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #bbf7d0;
  }

  .aboveSmallMobile\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #86efac;
  }

  .aboveSmallMobile\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #4ade80;
  }

  .aboveSmallMobile\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #22c55e;
  }

  .aboveSmallMobile\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #16a34a;
  }

  .aboveSmallMobile\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #15803d;
  }

  .aboveSmallMobile\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #166534;
  }

  .aboveSmallMobile\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #14532d;
  }

  .aboveSmallMobile\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .aboveSmallMobile\:filter-none{
    filter: none;
  }

  .aboveSmallMobile\:blur-0{
    --tw-blur: blur(0);
  }

  .aboveSmallMobile\:blur-none{
    --tw-blur: blur(0);
  }

  .aboveSmallMobile\:blur-sm{
    --tw-blur: blur(4px);
  }

  .aboveSmallMobile\:blur{
    --tw-blur: blur(8px);
  }

  .aboveSmallMobile\:blur-md{
    --tw-blur: blur(12px);
  }

  .aboveSmallMobile\:blur-lg{
    --tw-blur: blur(16px);
  }

  .aboveSmallMobile\:blur-xl{
    --tw-blur: blur(24px);
  }

  .aboveSmallMobile\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .aboveSmallMobile\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .aboveSmallMobile\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .aboveSmallMobile\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .aboveSmallMobile\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .aboveSmallMobile\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .aboveSmallMobile\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .aboveSmallMobile\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .aboveSmallMobile\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .aboveSmallMobile\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .aboveSmallMobile\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .aboveSmallMobile\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .aboveSmallMobile\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .aboveSmallMobile\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .aboveSmallMobile\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .aboveSmallMobile\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .aboveSmallMobile\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .aboveSmallMobile\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .aboveSmallMobile\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .aboveSmallMobile\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .aboveSmallMobile\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .aboveSmallMobile\: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));
  }

  .aboveSmallMobile\: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));
  }

  .aboveSmallMobile\: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));
  }

  .aboveSmallMobile\: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));
  }

  .aboveSmallMobile\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .aboveSmallMobile\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .aboveSmallMobile\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .aboveSmallMobile\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .aboveSmallMobile\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .aboveSmallMobile\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .aboveSmallMobile\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .aboveSmallMobile\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .aboveSmallMobile\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .aboveSmallMobile\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .aboveSmallMobile\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .aboveSmallMobile\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .aboveSmallMobile\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .aboveSmallMobile\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .aboveSmallMobile\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .aboveSmallMobile\:invert-0{
    --tw-invert: invert(0);
  }

  .aboveSmallMobile\:invert{
    --tw-invert: invert(100%);
  }

  .aboveSmallMobile\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .aboveSmallMobile\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .aboveSmallMobile\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .aboveSmallMobile\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .aboveSmallMobile\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .aboveSmallMobile\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .aboveSmallMobile\:sepia{
    --tw-sepia: sepia(100%);
  }

  .aboveSmallMobile\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .aboveSmallMobile\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .aboveSmallMobile\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .aboveSmallMobile\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .aboveSmallMobile\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .aboveSmallMobile\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .aboveSmallMobile\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .aboveSmallMobile\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .aboveSmallMobile\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .aboveSmallMobile\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .aboveSmallMobile\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .aboveSmallMobile\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .aboveSmallMobile\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .aboveSmallMobile\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .aboveSmallMobile\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .aboveSmallMobile\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .aboveSmallMobile\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .aboveSmallMobile\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .aboveSmallMobile\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .aboveSmallMobile\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .aboveSmallMobile\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .aboveSmallMobile\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .aboveSmallMobile\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .aboveSmallMobile\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .aboveSmallMobile\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .aboveSmallMobile\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .aboveSmallMobile\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .aboveSmallMobile\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .aboveSmallMobile\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .aboveSmallMobile\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .aboveSmallMobile\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .aboveSmallMobile\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .aboveSmallMobile\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .aboveSmallMobile\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .aboveSmallMobile\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .aboveSmallMobile\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .aboveSmallMobile\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .aboveSmallMobile\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .aboveSmallMobile\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .aboveSmallMobile\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .aboveSmallMobile\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .aboveSmallMobile\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .aboveSmallMobile\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .aboveSmallMobile\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .aboveSmallMobile\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .aboveSmallMobile\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
  }

  .aboveSmallMobile\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
  }

  .aboveSmallMobile\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
  }

  .aboveSmallMobile\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .aboveSmallMobile\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
  }

  .aboveSmallMobile\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  .aboveSmallMobile\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .aboveSmallMobile\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
  }

  .aboveSmallMobile\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
  }

  .aboveSmallMobile\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .aboveSmallMobile\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
  }

  .aboveSmallMobile\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
  }

  .aboveSmallMobile\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
  }

  .aboveSmallMobile\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .aboveSmallMobile\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .aboveSmallMobile\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .aboveSmallMobile\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .aboveSmallMobile\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .aboveSmallMobile\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .aboveSmallMobile\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .aboveSmallMobile\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .aboveSmallMobile\:transition-none{
    transition-property: none;
  }

  .aboveSmallMobile\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallMobile\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallMobile\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallMobile\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallMobile\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallMobile\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .aboveSmallMobile\:delay-75{
    transition-delay: 75ms;
  }

  .aboveSmallMobile\:delay-100{
    transition-delay: 100ms;
  }

  .aboveSmallMobile\:delay-150{
    transition-delay: 150ms;
  }

  .aboveSmallMobile\:delay-200{
    transition-delay: 200ms;
  }

  .aboveSmallMobile\:delay-300{
    transition-delay: 300ms;
  }

  .aboveSmallMobile\:delay-500{
    transition-delay: 500ms;
  }

  .aboveSmallMobile\:delay-700{
    transition-delay: 700ms;
  }

  .aboveSmallMobile\:delay-1000{
    transition-delay: 1000ms;
  }

  .aboveSmallMobile\:duration-75{
    transition-duration: 75ms;
  }

  .aboveSmallMobile\:duration-100{
    transition-duration: 100ms;
  }

  .aboveSmallMobile\:duration-150{
    transition-duration: 150ms;
  }

  .aboveSmallMobile\:duration-200{
    transition-duration: 200ms;
  }

  .aboveSmallMobile\:duration-300{
    transition-duration: 300ms;
  }

  .aboveSmallMobile\:duration-500{
    transition-duration: 500ms;
  }

  .aboveSmallMobile\:duration-700{
    transition-duration: 700ms;
  }

  .aboveSmallMobile\:duration-1000{
    transition-duration: 1000ms;
  }

  .aboveSmallMobile\:ease-linear{
    transition-timing-function: linear;
  }

  .aboveSmallMobile\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .aboveSmallMobile\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .aboveSmallMobile\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

